/* =========================
     GLOBAL
  ========================== */
  :root {
    --brand-blue: #0083c8;
    --dark-blue: #063b78;
  }
  
  .partner-wrapper {
	background-color: #fff;
  }
  
  section, .section {
    color: var(--default-color);
    background-color: #e9f0f7;
    padding: 60px 0;
    scroll-margin-top: 72px;
    overflow: clip;
}
  body {
    background-color: #f4f4f6;
    font-family: "Plus Jakarta Sans", sans-serif;
    margin: 0;
  }

  .page-wrapper-center {
    max-width: 1200px;
    margin: 0 auto;
    background: #ffffff00;
  }

  /* =========================
     HERO SECTION
  ========================== */

  .hero-inner-card {
    max-width: 1050px;
    background: transparent;        /* main card is visually from image + text */
    border-radius: 32px;
    padding: 40px 48px;
    margin: 40px auto;
  }

  .hero-wrapper {
    margin-bottom: 10 px !important;
  }

  .hero-main-card {
    position: relative;
    display: inline-block;
    border-radius: 32px;
  }

  .hero-main-card img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 32px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.16);
  }

  .hero-logo {
    position: absolute;
    top: -18px;
    left: -18px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    z-index: 5;
  }

  .hero-content {
    padding-left: 60px;   /* desktop spacing */
    margin-top: -95px;    /* pulled up for desktop alignment */
  }

  .hero-title,
  .hero-content h1 {
    color: #c8102e;
    font-weight: 700;
  }

  .hero-subtitle {
    color: #555555;
    font-size: 0.95rem;
  }

  .hero-text {
    color: #555555;
    font-size: 0.95rem;
  }

  .btn-explore {
    background-color: #c8102e;
    color: #ffffff;
    padding: 10px 28px;
    border-radius: 999px;
    font-weight: 600;
    border: none;
  }

  .btn-explore:hover {
    background-color: #a50d24;
    color: #ffffff;
  }

  /* =========================
     SECTION 2 – FEATURES
  ========================== */

  .section-2 {
    padding-top: 0 !important;
  }

  .section-2 .container {
    padding-left: 40px;
    padding-right: 20px;
    margin-right: 90px;        /* desktop visual tweak */
  }

  .section-2 .row {
    justify-content: center;
  }
	
	.section-2 .s2-title {
  line-height: 1.2;
      margin-left: 60px;
}

.section-2 .s2-right {
    padding-left: 0;

}

.section-2 .s2-card {
  width: 100%;
}
  .section-2-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }

  .s2-title {
    color: #c8102e;
    font-weight: 700;
    font-size: 1.9rem;
    line-height: 1.3;
	margin-left: 114px;
  }

  .s2-card {
    background: #f9fafc;
    padding: 20px 24px;
    border-radius: 16px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  }

  .s2-card h5 {
    color: #c8102e;
    font-weight: 700;
    margin-bottom: 8px;
  }

  .s2-card p {
    color: #555;
    font-size: 0.9rem;
    margin: 0;
  }

  .s2-right {
    margin-left: -50px;   /* desktop: pull cards slightly towards center */
  }

  /* =========================
     SECTION 3 – WHY PARTNER
  ========================== */

  .section-3 {
    background-image: url('../images/background.png');
    background-size: cover;
    background-position: center;
    color: #fff;
  }

  .section3-inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 0 30px;
  }

  .section3-title {
    text-align: center;
    font-weight: 700;
    font-size: clamp(1.7rem, 2.4vw, 2.1rem);
    margin-bottom: 18px;
	color: #fff;
	margin-right: 42px;
  }

  .section3-content {
    font-size: 0.98rem;
    line-height: 1.6;
    margin: 0 auto;
    max-width: 720px;
  }

  .section3-content .content-heading {
    font-weight: 600;
  }

  .section3-content .content-list {
    padding-left: 1.2rem;
    margin-bottom: 0;
  }

  .section3-btn-wrap {
    margin-top: 3.5rem;
    text-align: right;
  }

  .section3-btn {
    padding: 10px 30px;
    border-radius: 999px;
    min-width: 160px;
    color: #c8102e;
  }

  .section3-icons {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.25rem 1.75rem;
  }

  .section3-icons .icon-box {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .section3-icons .icon-box img {
    max-width: 80%;
    height: auto;
    display: block;
  }

  /* =========================
     RESPONSIVE – TABLET
  ========================== */

  @media (max-width: 991.98px) {
  
    .hero-inner-card {
      padding: 32px 24px;
      margin: 30px auto;
    }

    .hero-content {
      padding-left: 20px;
      margin-top: 0;          /* remove negative pull-up on smaller screens */
    }

    .hero-main-card {
      margin-bottom: 20px;
    }

    .hero-logo {
      top: -14px;
      left: -14px;
      width: 58px;
      height: 58px;
      font-size: 16px;
    }

    .section-2 .container {
      padding-left: 20px;
      padding-right: 20px;
      margin-right: 0;        /* recentre container */
    }

    .s2-right {
      margin-left: 0;         /* no negative shift on tablet/mobile */
    }

    .s2-title {
      text-align: left;
      margin-bottom: 20px;
    }

    .section3-inner {
      text-align: center;
    }

    .section3-content .content-list {
      text-align: left;
      margin: 0 auto;
      max-width: 520px;
    }

    .section3-btn-wrap {
      text-align: center;     /* button centered under list on tablet */
      margin-top: 2.5rem;
    }
  }

  /* =========================
     RESPONSIVE – MOBILE
  ========================== */

  @media (max-width: 767.98px) {
    .hero-wrapper {
      padding-bottom: 10PX !important;
    }

    .hero-inner-card {
      padding: 24px 16px;
    }

    .hero-content {
      padding-left: 0;
      margin-top: 16px;
    }

    .hero-content h1 {
      font-size: 1.5rem;
    }

    .section-2 {
      padding-top: 0 !important;
    }

    .section-2 .container {
      padding-left: 15px !important;
      padding-right: 15px !important;
    }

    .s2-title {
      font-size: 1.6rem;
    }

    .section3-content {
      padding: 0 1rem;        /* side breathing room */
    }
  }

  /* EXTRA SMALL – icon size tweak */
  @media (max-width: 576px) {
    .section3-icons .icon-box {
      width: 95px;
      height: 95px;
    }
  }