.whyCustomerLikePlan section {
  padding-block: 50px;
}

.whyCustomerLikePlan .container {
  width: 1140px;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px 15px 20px 15px;
}

/* ---- Layout Wrapper ---- */
.whyCustomerLikePlan .content-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* ---- Left Section (Heading + Image) ---- */
.whyCustomerLikePlan .left {
  flex: 0 0 45%;
  text-align: left;
}

.whyCustomerLikePlan .left h2 {
  font-size: 36px;
  color: #374254;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 56px;
}

.fw-700 {
  font-weight: 700;
}

.whyCustomerLikePlan .image-box {
  max-width: 80%;
  margin-top: 35px;
}

.whyCustomerLikePlan .image-box img {
  width: 100%;
  height: auto;
  display: block;
}

/* ---- Right Section (Features + Buttons) ---- */
.whyCustomerLikePlan .right {
  flex: 1 1 55%;
}

/* ---- Feature List ---- */
.whyCustomerLikePlan .features-list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
}

.whyCustomerLikePlan .features-list > li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 0;
  border-bottom: 1px solid #eee;
}

.whyCustomerLikePlan .features-list .icon {
  color: #e63946;
  width: 22px;
  flex: 0 0 22px;
}

.whyCustomerLikePlan .features-list .icon img {
  width: 100%;
  height: auto;
}

.whyCustomerLikePlan .features-list h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: #0c111d;
  margin-bottom: 4px;
}

.whyCustomerLikePlan .features-list p {
  font-size: 16px;
  color: #374254;
  line-height: 24px;
  margin: 0;
  font-weight: 400;
}

.whyCustomerLikePlan .listbulletElibility {
  color: #374254;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding-left: 20px;
}

/* ---- Buttons ---- */
.whyCustomerLikePlan .buttons {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.whyCustomerLikePlan .downloadBrochure-txt {
  font-weight: 500;
  font-size: 14px;
  color: #ed1c24;
  outline: none;
  border: none;
  background-color: transparent;
  display: flex;
  align-items: center;
  gap: 6px;
}


.whyCustomerLikePlan .solid-red-button  {
  font-weight: 500;
  line-height: 24px;
  font-size: 16px;
  padding: 6px 19px;
}


/* ---- Tablet (≤1024px) ---- */
@media (max-width: 1024px) {
  .whyCustomerLikePlan .left h2 {
    font-size: 24px;
    line-height: 36px;
  }

  .whyCustomerLikePlan .image-box {
    max-width: 350px;
  }
}

/* ---- Mobile (≤768px) ---- */
@media (max-width: 768px) {
  .whyCustomerLikePlan section {
    padding-block: 20px;
  }

  .whyCustomerLikePlan .container {
    padding: 0px 0px 0px 15px;
  }

  .whyCustomerLikePlan .content-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .whyCustomerLikePlan .left {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
  }

  .whyCustomerLikePlan .left h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .whyCustomerLikePlan .image-box {
    margin: 0 0px 0px auto;
    max-width: 320px;
  }

  .whyCustomerLikePlan .right {
    width: 100%;
    padding-right: 15px;
  }

  .whyCustomerLikePlan .features-list {
    margin: 0px 0 20px 0;
  }

  .whyCustomerLikePlan .features-list > li {
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    padding: 16px 0;
    border-bottom: 1px solid #eee;
  }

    .whyCustomerLikePlan .features-list>li:first-child {
      padding-top: 0px;
    }

  .whyCustomerLikePlan .features-list h3 {
    font-size: 15px;
  }

  .whyCustomerLikePlan .features-list p {
    font-size: 13px;
    line-height: 1.5;
  }

  .whyCustomerLikePlan .buttons {
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
  }

  .whyCustomerLikePlan .btn-primary,
  .whyCustomerLikePlan .btn-outline {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}

/* ---- Small Devices (≤480px) ---- */
@media (max-width: 480px) {
  .whyCustomerLikePlan .left h2 {
    font-size: 22px;
  }

  .whyCustomerLikePlan .image-box {
    max-width: 40%;
  }
}

