/* --------------------------------------------------------------------------
   1. Section Wrapper & Container
   -------------------------------------------------------------------------- */
.what-is-lakshya-section {
  background-color: #F5F5F5;
  padding: 80px 0 90px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}


/* --------------------------------------------------------------------------
   2. Middle Split Section (Feature Image & Partner Logos)
   -------------------------------------------------------------------------- */
.what-is-image-wrap {
  width: 100%;
  height: 100%;
  min-height: 380px;
  box-shadow: 0 12px 36px rgba(15, 4, 69, 0.08);
}

.what-is-feature-img {
  width: 100%;
  height: 100%;
  min-height: 380px;
  max-height: 440px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.what-is-image-wrap:hover .what-is-feature-img {
  transform: scale(1.025);
}

/* Partner Logos Row */
.what-is-powered-by .powered-by-label {
  color: var(--navy, #0F0445);
}

.powered-by-logos {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 32px;
}

.partner-logo-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.partner-logo-item.nsdc-logo-item {
  height: 48px;
}

.partner-logo-item.ethnotech-logo-item {
  height: 34px;
}

.partner-logo-item.idealab-logo-item {
  height: 46px;
}

.partner-logo-item:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

.partner-logo-item .partner-logo-img,
.partner-logo-item img,
.partner-logo-item svg {
  height: 100%;
  max-height: 100%;
  width: auto;
  object-fit: contain;
  display: block;
}

.labs-count-badge {
  font-family: var(--font-figtree);
  font-size: 18px;
  font-weight: 800;
  color: var(--navy, #0F0445);
  letter-spacing: -0.01em;
  white-space: nowrap;
  line-height: 1;
}

/* --------------------------------------------------------------------------
   3. Bottom Dark Navy Banner
   -------------------------------------------------------------------------- */
.what-is-dark-banner {
  background: radial-gradient(120% 120% at 20% 20%, #11054E 0%, #080227 100%);
  background-color: #080227;
  border-radius: 24px;
  padding: 56px 52px;
  box-shadow: 0 20px 48px rgba(8, 2, 39, 0.2);
}

/* Left Sub-column: Why it exists & Title */
.banner-left-content {
  padding-right: 15px;
}

.banner-pill-tag {
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 18px;
  border-radius: 50px;
  margin-bottom: 22px;
  letter-spacing: 0.01em;
}

.what-is-dark-banner .section-sub-title,
.what-is-dark-banner .text-yellow {
  color: var(--warning-yellow, #FFC800) !important;
  font-family: var(--font-display, 'Polymath Display', 'Figtree', sans-serif);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-bottom: 18px;
  max-width: 520px;
}

.what-is-dark-banner .section-body-text {
  color: rgba(255, 255, 255, 0.85);
  font-size: 18px !important;
  line-height: 1.58;
  max-width: 500px;
  margin-bottom: 0;
}

.section-body-text p{
	font-size: inherit;
}

/* Large Faint Watermark 2047 */
.watermark-2047 {
  bottom: -45px;
  left: 10px;
  font-family: var(--font-display);
  font-size: 200px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.045);
  line-height: 0.8;
  letter-spacing: -0.04em;
  pointer-events: none;
  z-index: 1;
}

/* Right Sub-column: What you walk away with (Floating Badge Glass Card) */
.banner-right-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 20px;
  padding: 46px 34px 34px 34px;
  position: relative;
  margin-top: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25), inset 0 1px 1px rgba(255, 255, 255, 0.1);
}

/* Floating Yellow Badge at Top-Left of Card */
.walkaway-pill-badge {
  position: absolute;
  top: -18px;
  left: 30px;
  background-color: var(--warning-yellow, #FFC800) !important;
  color: var(--navy, #0F0445) !important;
  font-family: var(--font-figtree);
  font-size: 14.5px;
  font-weight: 700;
  padding: 8px 24px;
  border-radius: 50px;
  letter-spacing: -0.01em;
  box-shadow: 0 4px 16px rgba(255, 200, 0, 0.35);
  white-space: nowrap;
  z-index: 3;
}

.walkaway-list {
  display: flex;
  flex-direction: column;
}

.walkaway-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.walkaway-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.check-badge {
  width: 24px;
  height: 24px;
  min-width: 24px;
  background-color: var(--warning-yellow, #FFC800);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
  flex-shrink: 0;
}

.check-badge svg {
  width: 14px;
  height: 14px;
}

.walkaway-text {
  font-family: var(--font-figtree);
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
  font-weight: 400;
}

/* ==========================================================================
   4. Comprehensive Responsive Media Queries
   ========================================================================== */

/* Medium Laptops & Small Desktops (992px - 1199.98px) */
@media (max-width: 1199.98px) {
  .what-is-lakshya-section {
    padding: 70px 0 80px;
  }

  .what-is-dark-banner {
    padding: 48px 40px;
  }

  .powered-by-logos {
    gap: 18px 24px;
  }
}

/* Tablets (768px - 991.98px) */
@media (max-width: 991.98px) {
  .what-is-lakshya-section {
    padding: 60px 0;
  }

  .what-is-image-wrap,
  .what-is-feature-img {
    min-height: 320px;
    max-height: 360px;
  }

  .what-is-dark-banner {
    padding: 42px 32px;
  }

  .banner-right-card {
    margin-top: 24px;
    padding: 40px 26px 26px 26px;
  }

  .watermark-2047 {
    font-size: 140px;
    bottom: -25px;
  }
}

/* Mobile Devices (<= 767.98px - Matches Figma Mobile Screen) */
@media (max-width: 767.98px) {
  .what-is-lakshya-section {
    padding: 40px 0 50px;
  }

  /* Image card on mobile */
  .what-is-image-wrap {
    min-height: unset;
    border-radius: 16px !important;
    margin-bottom: 20px;
  }

  .what-is-feature-img {
    min-height: unset;
    height: auto;
    aspect-ratio: 16 / 9;
    max-height: 250px;
    border-radius: 16px !important;
  }

  /* Powered by logos on mobile */
  .what-is-powered-by {
    padding-top: 8px !important;
  }

  .powered-by-logos {
    gap: 12px 18px !important;
  }

  .partner-logo-item {
    height: 36px;
  }

  .partner-logo-item.nsdc-logo-item {
    height: 38px;
  }

  .partner-logo-item.ethnotech-logo-item {
    height: 26px;
  }

  .partner-logo-item.idealab-logo-item {
    height: 36px;
  }

  .labs-count-badge {
    font-size: 15px;
    font-weight: 700;
  }

  /* Dark Navy Banner on Mobile */
  .what-is-dark-banner {
    border-radius: 20px;
    padding: 32px 20px 26px 20px !important;
  }

  .banner-left-content {
    padding-right: 0;
  }

  /* Watermark top-right in mobile */
  .watermark-2047 {
    font-size: 90px;
    top: -10px;
    bottom: auto;
    right: 10px;
    left: auto;
    opacity: 0.8;
  }

  .banner-pill-tag {
    font-size: 12px;
    padding: 5px 14px;
    margin-bottom: 14px;
  }

  .what-is-dark-banner .section-sub-title,
  .what-is-dark-banner .text-yellow {
    font-size: 24px !important;
    line-height: 1.25 !important;
    margin-bottom: 12px !important;
  }

  .what-is-dark-banner .section-body-text {
    font-size: 14px !important;
    line-height: 1.5 !important;
  }

  /* What you walk away with card on mobile */
  .banner-right-card {
    margin-top: 24px;
    padding: 34px 16px 18px 16px !important;
    border-radius: 18px;
  }

  .walkaway-pill-badge {
    top: -14px;
    left: 16px;
    font-size: 12.5px;
    padding: 6px 16px;
  }

  .walkaway-item {
    gap: 12px;
    padding-bottom: 14px;
    margin-bottom: 14px;
  }

  .check-badge {
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin-top: 2px;
  }

  .check-badge svg {
    width: 11px;
    height: 11px;
  }

  .walkaway-text {
    font-size: 13.5px;
    line-height: 1.45;
  }
}

/* Extra Small Mobile Devices (<= 380px) */
@media (max-width: 380px) {
  .what-is-dark-banner {
    padding: 24px 16px !important;
  }

  .powered-by-logos {
    gap: 10px 14px !important;
	  justify-content: space-around;
  }

  .partner-logo-item.nsdc-logo-item {
    height: 32px;
  }

  .partner-logo-item.ethnotech-logo-item {
    height: 22px;
  }

  .partner-logo-item.idealab-logo-item {
    height: 32px;
  }

  .labs-count-badge {
    font-size: 14px;
  }

  .banner-right-card {
    padding: 30px 12px 14px 12px !important;
  }

  .walkaway-pill-badge {
    left: 12px;
    font-size: 11.5px;
    padding: 5px 12px;
  }
}

.section-main-title span{
	font-size: inherit;
	font-family: inherit;
}