.fw-100 {
  font-weight: 100 !important;
}
.fw-200 {
  font-weight: 200 !important;
}
.fw-300 {
  font-weight: 350 !important;
}
.fw-400 {
  font-weight: 400 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-800 {
  font-weight: 800 !important;
}
.hero-title {
  font-size: 45px !important;
  font-weight: 700;
}
.hero-subtitle {
  font-size: 28.5px;
  margin-top: 23px;
  margin-bottom: 18px;
  /* display: flex; */
  align-items: center;
  gap: 6px;
  font-weight: 700;
}
.inline-icon {
  width: 22px;
  height: 22px;
  object-fit: contain;
}
.hero-description {
  font-size: 17.5px;
  line-height: 1.6;
  max-width: 680px;
  font-weight: 400;
}


/* 2nd row  starts*/

/* TITLE */
.contact-title {
  font-size: 28px;
  font-weight: 700;
  color: #2B1459;
}

.title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
  margin-bottom: 15px;
}

.title-line {
  flex: 1;
  height: 5px;
  background: #F3F0F6;
  border-radius: 50px;
  position: relative;
}

.title-line.left::after,
.title-line.right::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: #F3F0F6;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.title-line.left::after { right: -12px; }
.title-line.right::before { left: -12px; }

.contact-subtitle {
  font-size: 17px;
  font-weight: 500;
}

/* TOP CARDS */
/* TOP CARDS ROW FIX */
.serve-card {
  background: #F3F0F6;
  padding: 18px 16px;
  border-radius: 12px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;

  /* IMPORTANT */
  height: 100%;
  min-height: 90px;          /* ensures equal height */
  display: flex;
  align-items: center;       /* vertical center */
  justify-content: center;   /* horizontal center */

  font-weight: 500;
}

.serve-card.active {
  background: #230756;
  color: #fff;
  font-weight: 500;
}

/* Hover state */
.serve-card:hover {
  background: #edc729;
  color: #1A1A1C;
  font-weight: 500;
}
/* SECTION HEADING */
.serve-section-heading {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 10px 0 40px;
}

/* TEXT SHOULD WRAP */


.section-line {
    flex: 1;
    height: 4px;
    background: #E6E0F5;
    border-radius: 20px;
}
.project-code{
  color:#230756;
  font-weight:600;
  font-size:17px;
}
.text-color{
  color:#1A1A1C !important;
}
.section-icon {
  width: 26px;
}

/* LEFT IMAGE */
.image-card {
  position: relative;
  display: flex;
  justify-content: center;
}



.image-label {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 15px;
  white-space: nowrap;      /* prevents line break */
  overflow: hidden;
  text-overflow: ellipsis; /* safety if screen is very small */
  max-width: 90%;
  text-align: center;
  font-weight:700;
}

/* RIGHT CONTENT */
.right-content-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 45px 40px;
  box-shadow: 0 0 15px 0 rgba(146, 115, 201, 0.25);
}

.serve-heading-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.serve-heading {
  font-size: 25px;
  font-weight: 700;
  color: #2B1459;
}

.heading-icon {
  width: 32px;
}

/* LIST */
.serve-list {
  list-style: none;
  padding-left: 0;
}

.serve-list li {
  display: flex;
  align-items: flex-start;   /* important */
  gap: 12px;
  margin-bottom: 15px;
  font-size: 17px;
  line-height: 1.6;
  font-weight:500;
}

.serve-list li img {
  flex-shrink: 0;           /* prevents icon from shrinking */
  margin-top: 4px;          /* vertical align with text */
}


.serve-list img {
  width: 18px;
}
.image-card,
.right-content-card {
  height: 100%;
}
.image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}



/* 2nd row ends */

@media screen and (min-width: 320px) and (max-width: 375px) {
  .hero-section {
    position: relative;
    /* background-image: url("../images/who_serve_bg_sm.webp") !important; */
    background-size: cover;
    background-position:top center;
    color: #fff;
    padding: 50px 0;
  }
  .hero-title {
    font-size: 32px !important;
    font-weight: 700;
  }
  .hero-title {
    font-size: 32px !important;
  }
  .title-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px !important;
    margin-bottom: 15px;
  }
  .title-line.left::after,
.title-line.right::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
 }
  .who-we-serve{
    margin-bottom:15.5rem !important;
  }
  .right-content-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 45px 21px;
    box-shadow: 0 0 15px 0 rgba(146, 115, 201, 0.25);
} 
.serve-section-heading h3 {
  font-size: 22px;
  font-weight: 700;
  color: #2B1459;
  margin-bottom:0 !important;

  /* ✅ allow wrapping */
  white-space: normal;
  word-break: break-word;
  flex: 1;
}

.hero-subtitle {
  font-size: 18px;
}
    .section-line {
        flex: 0.4;
        height: 4px;
        background: #E6E0F5;
        border-radius: 20px;
    }
}
@media screen and (min-width: 320px) and (max-width: 395px) {
  .hero-section {
    position: relative;
    /* background-image: url("../images/who_serve_bg_sm.webp") !important; */
      background-size: cover;
        background-position:top center;
    color: #fff;
    padding: 50px 0;
  }
  .hero-title {
    font-size: 32px !important;
    font-weight: 700;
  }
  
   .title-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px !important;
    margin-bottom: 15px;
  }
  .who-we-serve{
    margin-bottom:11rem !important;
  }
  .right-content-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 45px 21px;
    box-shadow: 0 0 15px 0 rgba(146, 115, 201, 0.25);
  }
  .serve-section-heading h3 {
    font-size: 18px;
  }
  .contact-title {
    font-size: 18px;
  }
  .serve-heading {
    font-size: 18px;
  }
  .image-label {
    bottom: 12px; /* 🔥 THIS fixes the vertical gap */
    
    left: 12px;
    right: 12px;
    transform: none;

    white-space: normal;
    overflow: visible;
    text-overflow: unset;
    max-width: none;

    font-size: 14px;
    line-height: 1.3;
    text-align: center;
  }
  .serve-section-heading h3 {
    font-size: 18px;
    font-weight: 700;
    color: #2B1459;
    margin-bottom:0 !important;

    /* ✅ allow wrapping */
    white-space: normal;
    word-break: break-word;
    flex: 1;
  }
  .hero-subtitle {
  font-size: 18px;
}
.section-line {
    flex: 0.4;
    height: 4px;
    background: #E6E0F5;
    border-radius: 20px;
  }
    .title-line.left::after,
.title-line.right::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
 }

}
@media screen and (min-width: 396px) and (max-width: 768px) {
  .hero-section {
    position: relative;
    /* background-image: url("../images/who_serve_bg_sm.webp") !important; */
      background-size: cover;
        background-position:top center;
    color: #fff;
    padding: 50px 0;
  }
    .title-line.left::after,
.title-line.right::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
 }
  .section-line {
    flex: 0.4;
    height: 4px;
    background: #E6E0F5;
    border-radius: 20px;
  }
  .title-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px !important;
    margin-bottom: 15px;
  }
  .who-we-serve{
      margin-bottom:11rem !important;
  }
  .hero-title {
    font-size: 32px !important;
  }
  
  .right-content-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 45px 21px;
    box-shadow: 0 0 15px 0 rgba(146, 115, 201, 0.25);
  } 
  .hero-subtitle {
    font-size: 20px;
  }

  .serve-section-heading h3 {
    font-size: 20px;
  }
  .contact-title {
    font-size: 20px;
  }
  .image-label {
    bottom: 12px; /* 🔥 THIS fixes the vertical gap */
    
    left: 12px;
    right: 12px;
    transform: none;

    white-space: normal;
    overflow: visible;
    text-overflow: unset;
    max-width: none;

    font-size: 14px;
    line-height: 1.3;
    text-align: center;
  }
  .serve-section-heading h3 {
  font-size: 20px;
  font-weight: 700;
  color: #2B1459;
  margin-bottom:0 !important;

  /* ✅ allow wrapping */
  white-space: normal;
  word-break: break-word;
  flex: 1;
}
}
@media screen and (min-width: 768px) and (max-width: 991.95px) {
    .hero-section {
        position: relative;
        /* background-image: url("../images/who_serve_bg_sm.webp") !important; */
        background-size: cover;
        background-position:top center;
        color: #fff;
        padding: 50px 0;
    }
    .who-we-serve{
      margin-bottom:8.5rem !important;
    }
    .serve-section-heading h3 {
      font-size: 22px;
      font-weight: 700;
      color: #2B1459;
      margin-bottom:0 !important;

      /* ✅ allow wrapping */
      white-space: normal;
      word-break: break-word;
      flex: 1;
    }
}
@media screen and (min-width: 992px) {
  .common-padding {
    padding: 0px 70px !important;
    max-width: 1500px;
  }

  .hero-section {
    position: relative;
    /* background-image: url("../images/who_serve_bg.webp") !important; */
    background-size: cover;
    background-position: center;
    /* min-height: 80vh; */
    background-size: 100% 100%;
    color: #fff;
    padding: 197px 0 !important;
  }
  .who-we-serve{
    margin-bottom:8.5rem !important;
  }
  .serve-heading {
    font-size: 22px;
    font-weight: 700;
    color: #2B1459;
  } 
  .serve-section-heading h3 {
  font-size: 22px;
  font-weight: 700;
  color: #2B1459;
  margin-bottom:0 !important;

  /* ✅ allow wrapping */
  white-space: normal;
  word-break: break-word;

}
.common-padding-excess{
  padding:0px 50px
}
}

@media (min-width: 1440px) {
  .serve-heading {
    font-size: 25px;
    font-weight: 700;
    color: #2B1459;
  } 
}