/* .enterprice1-con {
  background: linear-gradient(to right, #f6e6f9, #f5d9f3);
  padding: 20px;
  border-radius: 10px;
  overflow: hidden;
}

.enterprice1-heading {
  color: #a24bb4;
  font-size: 45px;
  font-weight: 700;
}

.enterprice1-subtext {
  font-size: 20px;
  color: #8f4cae;
  font-weight: 700;
}

.enterprice1-img {
  max-width: 90%;
} */

.esd-container-fluid {
    background: linear-gradient(to right, #f6e6f9, #f5d9f3);
}

.enterprice1-con {
  
  padding: 20px;
  border-radius: 10px;
  overflow: hidden;
}

.enterprice1-heading {
  color: #a24bb4;
  font-size: 45px;
  font-weight: 700;
}

.enterprice1-subtext {
  font-size: 20px;
  color: #8f4cae;
  font-weight: 700;
}

.enterprice1-img {
  max-width: 90%;
  height: auto;
}

/* Extra Small Devices (≤576px) */
@media (max-width: 576px) {
  .enterprice1-heading {
    font-size: 28px;
    text-align: center;
  }

  .enterprice1-subtext {
    font-size: 16px;
    text-align: center;
  }

  .enterprice1-img {
    max-width: 100%;
    margin-top: 10px;
  }
}

/* Small Devices (577px–768px) */
@media (min-width: 577px) and (max-width: 768px) {
  .enterprice1-heading {
    font-size: 32px;
    text-align: center;
  }

  .enterprice1-subtext {
    font-size: 18px;
    text-align: center;
  }

  .enterprice1-img {
    max-width: 350px;
  }

}

/* Medium Devices (769px–992px) */
@media (min-width: 769px) and (max-width: 992px) {
  .enterprice1-heading {
    font-size: 38px;
  }

  .enterprice1-subtext {
    font-size: 19px;
  }

  .enterprice1-img {
    max-width: 90%;
  }
}

/* Large Devices (993px–1200px) */
@media (min-width: 993px) and (max-width: 1200px) {
  .enterprice1-heading {
    font-size: 42px;
  }

  .enterprice1-subtext {
    font-size: 20px;
  }

  .enterprice1-img {
    max-width: 90%;
  }
}

/* Extra Large Devices (≥1201px) */
@media (min-width: 1201px) {
  .enterprice1-heading {
    font-size: 45px;
  }

  .enterprice1-subtext {
    font-size: 20px;
  }

  .enterprice1-img {
    max-width: 90%;
  }
}


/* .enterprice2-con {
  padding: 60px 30px;
}

.enterprice2-title {
  color: #845ef7; 
  font-size: 35px;
  line-height: 1.5;
}

.enterprice2-img {
  max-width: 350px;
}

.enterprice2-list {
  list-style: none;
  padding-left: 0;
  font-size: 16px;
}

.enterprice2-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
}

.enterprice2-list li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 25px;
  color: #000;
} */

.enterprice2-con {
  padding: 20px;
}

.enterprice2-title {
  color: #845ef7;
  font-size: 35px;
  line-height: 1.5;
}

.enterprice2-img {
  max-width: 350px;
  height: auto;
}

.enterprice2-list {
  list-style: none;
  padding-left: 0;
  font-size: 16px;
}

.enterprice2-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
}

.enterprice2-list li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 25px;
  color: #000;
}

/* Extra Small Devices (≤576px) */
@media (max-width: 576px) {
  .enterprice2-con {
    padding: 40px 15px;
  }

  .enterprice2-title {
    font-size: 24px;
  }

  .enterprice2-img {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .enterprice2-list li {
    font-size: 15px;
  }
}

/* Small Devices (577px–768px) */
@media (min-width: 577px) and (max-width: 768px) {
  .enterprice2-title {
    font-size: 28px;
  }

  .enterprice2-img {
    max-width: 280px;
    margin-bottom: 20px;
  }

  .enterprice2-list li {
    font-size: 15.5px;
  }
}

/* Medium Devices (769px–992px) */
@media (min-width: 769px) and (max-width: 992px) {
  .enterprice2-title {
    font-size: 32px;
  }

  .enterprice2-img {
    max-width: 320px;
  }

  .enterprice2-list li {
    font-size: 16px;
  }
}

/* Large Devices (993px–1200px) */
@media (min-width: 993px) and (max-width: 1200px) {
  .enterprice2-title {
    font-size: 34px;
  }

  .enterprice2-img {
    max-width: 340px;
  }
}

/* Extra Large Devices (≥1201px) */
@media (min-width: 1201px) {
  .enterprice2-title {
    font-size: 35px;
  }

  .enterprice2-img {
    max-width: 350px;
  }
}

/* .enterprice3-con {
  background-color: #CDE3FF;
  padding: 20px;
  border-radius: 12px;
}

.enterprice3-title {
  color: #173D7A;
  font-size: 40px;
  font-weight: 700;
}

.enterprice3-con h5 {
  color: #173D7A;
  font-size: 23px;
}

.enterprice3-list {
  list-style: none;
  padding-left: 0;
  font-size: 16px;
  line-height: 1;
}

.enterprice3-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  color: #000;
}

.enterprice3-list li::before {
  content: "●";
  position: absolute;
  left: 0;
  color: #000;
  font-size: 25px;
  top: -10px;
}

.enterprice3-img {
  max-width: 350px;
  height: auto;
} */

.enterprice3-con {
  background-color: #CDE3FF;
  padding: 20px;
  border-radius: 12px;
}

.enterprice3-title {
  color: #173D7A;
  font-size: 40px;
  font-weight: 700;
}

.enterprice3-con h5 {
  color: #173D7A;
  font-size: 23px;
}

.enterprice3-list {
  list-style: none;
  padding-left: 0;
  font-size: 16px;
  line-height: 1.7;
}

.enterprice3-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  color: #000;
}

.enterprice3-list li::before {
  content: "●";
  position: absolute;
  left: 0;
  color: #000;
  font-size: 22px;
  top: 0;
}

.enterprice3-img {
  max-width: 350px;
  height: auto;
}

/* Extra Small Devices (≤576px) */
@media (max-width: 576px) {
  .enterprice3-title {
    font-size: 26px;
    text-align: center;
  }

  .enterprice3-con h5 {
    font-size: 18px;
    text-align: center;
  }

  .enterprice3-list li {
    font-size: 15px;
    line-height: 1.5;
  }

  .enterprice3-img {
    max-width: 80%;
    margin: 0 auto;
  }
}

/* Small Devices (577px–768px) */
@media (min-width: 577px) and (max-width: 768px) {
  .enterprice3-title {
    font-size: 30px;
    text-align: center;
  }

  .enterprice3-con h5 {
    font-size: 20px;
    text-align: center;
  }

  .enterprice3-img {
    max-width: 300px;
    margin: 0 auto;
  }
}

/* Medium Devices (769px–992px) */
@media (min-width: 769px) and (max-width: 992px) {
  .enterprice3-title {
    font-size: 34px;
  }

  .enterprice3-img {
    max-width: 330px;
  }
}

/* Large Devices (993px–1200px) */
@media (min-width: 993px) and (max-width: 1200px) {
  .enterprice3-title {
    font-size: 38px;
  }
}

/* Extra Large Devices (≥1201px) */
@media (min-width: 1201px) {
  .enterprice3-title {
    font-size: 40px;
  }
}

.enterprice4-con {
  background-color: #BBF8CC;
  padding: 20px;
  border-radius: 12px;
}

.enterprice4-title {
  color: #287C40;
  font-size: 40px;
  font-weight: 700;
}

.enterprice4-con h5 {
  color: #287C40;
  font-size: 23px;
}


/* .enterprice4-list {
  list-style: none;
  padding-left: 0;
  font-size: 16px;
  line-height: 1;
}

.enterprice4-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  color: #000;
}

.enterprice4-list li::before {
  content: "●";
  position: absolute;
  left: 0;
  color: #000;
  font-size: 25px;
  top: -10px;
}

.enterprice4-img {
  max-width: 350px;
  height: auto;
} */

.enterprice4-con {
  padding: 20px;
  border-radius: 12px;
}

.enterprice4-title {
  color: #173D7A;
  font-size: 36px;
  font-weight: 700;
}

.enterprice4-list {
  list-style: none;
  padding-left: 0;
  font-size: 16px;
  line-height: 1.6;
}

.enterprice4-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  color: #000;
}

.enterprice4-list li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 22px;
  color: #000;
}

.enterprice4-img {
  max-width: 350px;
  height: auto;
}

/* Extra Small Devices (≤576px) */
@media (max-width: 576px) {
  .enterprice4-title {
    font-size: 26px;
    text-align: center;
  }

  .enterprice4-con h5 {
    font-size: 18px;
    text-align: center;
  }

  .enterprice4-list li {
    font-size: 15px;
    line-height: 1.5;
  }

  .enterprice4-img {
    max-width: 80%;
    margin: 0 auto;
  }
}

/* Small Devices (577px–768px) */
@media (min-width: 577px) and (max-width: 768px) {
  .enterprice4-title {
    font-size: 30px;
    text-align: center;
  }

  .enterprice4-con h5 {
    font-size: 20px;
    text-align: center;
  }

  .enterprice4-img {
    max-width: 300px;
    margin: 0 auto;
  }
}

/* Medium Devices (769px–992px) */
@media (min-width: 769px) and (max-width: 992px) {
  .enterprice4-title {
    font-size: 34px;
  }

  .enterprice4-img {
    max-width: 330px;
  }
}

/* Large Devices (993px–1200px) */
@media (min-width: 993px) and (max-width: 1200px) {
  .enterprice4-title {
    font-size: 36px;
  }
}

/* Extra Large Devices (≥1201px) */
@media (min-width: 1201px) {
  .enterprice4-title {
    font-size: 38px;
  }
}

/* .enterprice5-con {
  background-color: #B3D3EB;
  padding: 20px;
  border-radius: 12px;
}

.enterprice5-title {
  color: #457497;
  font-size: 40px;
  font-weight: 700;
}

.enterprice5-con h5 {
  color: #457497;
  font-size: 23px;
}

.enterprice5-list {
  list-style: none;
  padding-left: 0;
  font-size: 16px;
  line-height: 1;
}

.enterprice5-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  color: #000;
}

.enterprice5-list li::before {
  content: "●";
  position: absolute;
  left: 0;
  color: #000;
  font-size: 25px;
  top: -10px;
}

.enterprice5-img {
  max-width: 350px;
  height: auto;
} */

.enterprice5-con {
  background-color: #B3D3EB;
  padding: 20px;
  border-radius: 12px;
}

.enterprice5-title {
  color: #457497;
  font-size: 40px;
  font-weight: 700;
}

.enterprice5-con h5 {
  color: #457497;
  font-size: 23px;
}

.enterprice5-list {
  list-style: none;
  padding-left: 0;
  font-size: 16px;
  line-height: 1.6;
}

.enterprice5-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  color: #000;
}

.enterprice5-list li::before {
  content: "●";
  position: absolute;
  left: 0;
  color: #000;
  font-size: 22px;
  top: 0;
}

.enterprice5-img {
  max-width: 350px;
  height: auto;
}

/* Extra Small Devices (≤576px) */
@media (max-width: 576px) {
  .enterprice5-title {
    font-size: 26px;
    text-align: center;
  }

  .enterprice5-con h5 {
    font-size: 18px;
    text-align: center;
  }

  .enterprice5-list li {
    font-size: 15px;
    line-height: 1.5;
  }

  .enterprice5-img {
    max-width: 80%;
    margin: 0 auto;
  }
}

/* Small Devices (577px–768px) */
@media (min-width: 577px) and (max-width: 768px) {
  .enterprice5-title {
    font-size: 30px;
    text-align: center;
  }

  .enterprice5-con h5 {
    font-size: 20px;
    text-align: center;
  }

  .enterprice5-img {
    max-width: 300px;
    margin: 0 auto;
  }
}

/* Medium Devices (769px–992px) */
@media (min-width: 769px) and (max-width: 992px) {
  .enterprice5-title {
    font-size: 34px;
  }

  .enterprice5-img {
    max-width: 330px;
  }
}

/* Large Devices (993px–1200px) */
@media (min-width: 993px) and (max-width: 1200px) {
  .enterprice5-title {
    font-size: 36px;
  }
}

/* Extra Large Devices (≥1201px) */
@media (min-width: 1201px) {
  .enterprice5-title {
    font-size: 38px;
  }
}

/* .enterprice6-con {
  background-color: #7C9BFF;
  padding: 20px;
  border-radius: 12px;
}

.enterprice6-title {
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
}

.enterprice6-con h5 {
  color: #ffffff;
  font-size: 23px;
}

.enterprice6-list {
  list-style: none;
  padding-left: 0;
  font-size: 16px;
  line-height: 1;
}

.enterprice6-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  color: #000;
}

.enterprice6-list li::before {
  content: "●";
  position: absolute;
  left: 0;
  color: #000;
  font-size: 25px;
  top: -10px;
}

.enterprice6-img {
  max-width: 350px;
  height: auto;
} */

.enterprice6-con {
  background-color: #7C9BFF;
  padding: 20px;
  border-radius: 12px;
}

.enterprice6-title {
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
}

.enterprice6-con h5 {
  color: #ffffff;
  font-size: 23px;
}

.enterprice6-list {
  list-style: none;
  padding-left: 0;
  font-size: 16px;
  line-height: 1.6;
}

.enterprice6-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  color: #000;
}

.enterprice6-list li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  color: #000;
  font-size: 22px;
}

.enterprice6-img {
  max-width: 350px;
  height: auto;
}

/* Extra Small Devices (≤576px) */
@media (max-width: 576px) {
  .enterprice6-title {
    font-size: 26px;
    text-align: center;
  }

  .enterprice6-con h5 {
    font-size: 18px;
    text-align: center;
  }

  .enterprice6-list li {
    font-size: 15px;
    line-height: 1.4;
  }

  .enterprice6-img {
    max-width: 80%;
    margin: 0 auto;
  }
}

/* Small Devices (577px–768px) */
@media (min-width: 577px) and (max-width: 768px) {
  .enterprice6-title {
    font-size: 30px;
    text-align: center;
  }

  .enterprice6-con h5 {
    font-size: 20px;
    text-align: center;
  }

  .enterprice6-img {
    max-width: 300px;
    margin: 0 auto;
  }
}

/* Medium Devices (769px–992px) */
@media (min-width: 769px) and (max-width: 992px) {
  .enterprice6-title {
    font-size: 34px;
  }

  .enterprice6-img {
    max-width: 330px;
  }
}

/* Large Devices (993px–1200px) */
@media (min-width: 993px) and (max-width: 1200px) {
  .enterprice6-title {
    font-size: 36px;
  }
}

/* Extra Large Devices (≥1201px) */
@media (min-width: 1201px) {
  .enterprice6-title {
    font-size: 38px;
  }
}

/* .enterprice7-con {
  background-color: #81B8FB;
  padding: 20px;
  border-radius: 12px;
}

.enterprice7-title {
  color: #173D7A;
  font-size: 40px;
  font-weight: 700;
}

.enterprice7-con h5 {
  color: #173D7A;
  font-size: 23px;
}

.enterprice7-list {
  list-style: none;
  padding-left: 0;
  font-size: 16px;
  line-height: 1;
}

.enterprice7-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  color: #000;
}

.enterprice7-list li::before {
  content: "●";
  position: absolute;
  left: 0;
  color: #000;
  font-size: 25px;
  top: -10px;
}

.enterprice7-img {
  max-width: 350px;
  height: auto;
} */

.enterprice7-con {
  background-color: #81B8FB;
  padding: 20px;
  border-radius: 12px;
}

.enterprice7-title {
  color: #173D7A;
  font-size: 40px;
  font-weight: 700;
}

.enterprice7-con h5 {
  color: #173D7A;
  font-size: 23px;
}

.enterprice7-list {
  list-style: none;
  padding-left: 0;
  font-size: 16px;
  line-height: 1.6;
}

.enterprice7-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  color: #000;
}

.enterprice7-list li::before {
  content: "●";
  position: absolute;
  left: 0;
  color: #000;
  font-size: 22px;
  top: 0;
}

.enterprice7-img {
  max-width: 350px;
  height: auto;
}

/* Extra Small Devices (≤576px) */
@media (max-width: 576px) {
  .enterprice7-title {
    font-size: 26px;
    text-align: center;
  }

  .enterprice7-con h5 {
    font-size: 18px;
    text-align: center;
  }

  .enterprice7-list li {
    font-size: 15px;
    line-height: 1.4;
  }

  .enterprice7-img {
    max-width: 80%;
    margin: 0 auto;
  }
}

/* Small Devices (577px–768px) */
@media (min-width: 577px) and (max-width: 768px) {
  .enterprice7-title {
    font-size: 30px;
    text-align: center;
  }

  .enterprice7-con h5 {
    font-size: 20px;
    text-align: center;
  }

  .enterprice7-img {
    max-width: 300px;
    margin: 0 auto;
  }
}

/* Medium Devices (769px–992px) */
@media (min-width: 769px) and (max-width: 992px) {
  .enterprice7-title {
    font-size: 34px;
  }

  .enterprice7-img {
    max-width: 330px;
  }
}

/* Large Devices (993px–1200px) */
@media (min-width: 993px) and (max-width: 1200px) {
  .enterprice7-title {
    font-size: 36px;
  }
}

/* Extra Large Devices (≥1201px) */
@media (min-width: 1201px) {
  .enterprice7-title {
    font-size: 38px;
  }
}

/* .enterprice8-con {
  background-color: #F69AA1;
  padding: 20px;
  border-radius: 12px;
}

.enterprice8-title {
  color: #C33D47;
  font-size: 40px;
  font-weight: 700;
}

.enterprice8-con h5 {
  color: #C33D47;
  font-size: 23px;
}

.enterprice8-list {
  list-style: none;
  padding-left: 0;
  font-size: 16px;
  line-height: 1;
}

.enterprice8-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  color: #000;
}

.enterprice8-list li::before {
  content: "●";
  position: absolute;
  left: 0;
  color: #000;
  font-size: 25px;
  top: -10px;
}

.enterprice8-img {
  max-width: 350px;
  height: auto;
} */

.enterprice8-con {
  background-color: #F69AA1;
  padding: 20px;
  border-radius: 12px;
}

.enterprice8-title {
  color: #C33D47;
  font-size: 40px;
  font-weight: 700;
}

.enterprice8-con h5 {
  color: #C33D47;
  font-size: 23px;
}

.enterprice8-list {
  list-style: none;
  padding-left: 0;
  font-size: 16px;
  line-height: 1.6;
}

.enterprice8-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  color: #000;
}

.enterprice8-list li::before {
  content: "●";
  position: absolute;
  left: 0;
  color: #000;
  font-size: 25px;
  top: 0;
}

.enterprice8-img {
  max-width: 350px;
  height: auto;
}

/* Extra Small Devices (≤576px) */
@media (max-width: 576px) {
  .enterprice8-title {
    font-size: 26px;
    text-align: center;
  }

  .enterprice8-con h5 {
    font-size: 18px;
    text-align: center;
  }

  .enterprice8-list li {
    font-size: 15px;
    line-height: 1.4;
  }

  .enterprice8-img {
    max-width: 80%;
    margin: 0 auto;
  }
}

/* Small Devices (577px–768px) */
@media (min-width: 577px) and (max-width: 768px) {
  .enterprice8-title {
    font-size: 30px;
    text-align: center;
  }

  .enterprice8-con h5 {
    font-size: 20px;
    text-align: center;
  }

  .enterprice8-img {
    max-width: 300px;
    margin: 0 auto;
  }
}

/* Medium Devices (769px–992px) */
@media (min-width: 769px) and (max-width: 992px) {
  .enterprice8-title {
    font-size: 34px;
  }

  .enterprice8-img {
    max-width: 330px;
  }
}

/* Large Devices (993px–1200px) */
@media (min-width: 993px) and (max-width: 1200px) {
  .enterprice8-title {
    font-size: 36px;
  }
}

/* Extra Large Devices (≥1201px) */
@media (min-width: 1201px) {
  .enterprice8-title {
    font-size: 38px;
  }
}

/* .enterprice9-con {
  background-color: #EFA48D;
  padding: 20px;
  border-radius: 12px;
}

.enterprice9-title {
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
}

.enterprice9-con h5 {
    color: #ffffff;
    font-size: 23px;
}

.enterprice9-list {
  list-style: none;
  padding-left: 0;
  font-size: 16px;
  line-height: 1;
}

.enterprice9-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  color: #000;
}

.enterprice9-list li::before {
  content: "●";
  position: absolute;
  left: 0;
  color: #000;
  font-size: 25px;
  top: -10px;
}

.enterprice9-img {
  max-width: 350px;
  height: auto;
} */

.enterprice9-con {
  background-color: #EFA48D;
  padding: 20px;
  border-radius: 12px;
}

.enterprice9-title {
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
}

.enterprice9-con h5 {
  color: #ffffff;
  font-size: 23px;
}

.enterprice9-list {
  list-style: none;
  padding-left: 0;
  font-size: 16px;
  line-height: 1.6;
}

.enterprice9-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  color: #000;
}

.enterprice9-list li::before {
  content: "●";
  position: absolute;
  left: 0;
  color: #000;
  font-size: 25px;
  top: 0;
}

.enterprice9-img {
  max-width: 350px;
  height: auto;
}

/* Extra Small Devices (≤576px) */
@media (max-width: 576px) {
  .enterprice9-title {
    font-size: 28px;
    text-align: center;
  }

  .enterprice9-con h5 {
    font-size: 18px;
    text-align: center;
  }

  .enterprice9-list li {
    font-size: 15px;
  }

  .enterprice9-img {
    max-width: 80%;
    margin: 0 auto;
  }
}

/* Small Devices (577px–768px) */
@media (min-width: 577px) and (max-width: 768px) {
  .enterprice9-title {
    font-size: 32px;
    text-align: center;
  }

  .enterprice9-con h5 {
    font-size: 20px;
    text-align: center;
  }

  .enterprice9-img {
    max-width: 300px;
    margin: 0 auto;
  }
}

/* Medium Devices (769px–992px) */
@media (min-width: 769px) and (max-width: 992px) {
  .enterprice9-title {
    font-size: 36px;
  }

  .enterprice9-img {
    max-width: 330px;
  }
}

/* Large Devices (993px–1200px) */
@media (min-width: 993px) and (max-width: 1200px) {
  .enterprice9-title {
    font-size: 38px;
  }
}

/* Extra Large Devices (≥1201px) */
@media (min-width: 1201px) {
  .enterprice9-title {
    font-size: 40px;
  }
}

/* .enterprice10-con {
  background-color: #35A9E8;
  padding: 20px;
  border-radius: 12px;
}

.enterprice10-title {
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
}

.enterprice10-con h5 {
  color: #ffffff;
  font-size: 23px;
}

.enterprice10-list {
  list-style: none;
  padding-left: 0;
  font-size: 16px;
  line-height: 1;
}

.enterprice10-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  color: #000;
}

.enterprice10-list li::before {
  content: "●";
  position: absolute;
  left: 0;
  color: #000;
  font-size: 25px;
  top: -10px;
}

.enterprice10-img {
  max-width: 350px;
  height: auto;
}

.enterprice11-con {
  background-color: #ffffff;
  padding: 20px;
  margin: auto;
  border-radius: 10px;
} */

.enterprice10-con {
  background-color: #35A9E8;
  padding: 20px;
  border-radius: 12px;
}

.enterprice10-title {
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
}

.enterprice10-con h5 {
  color: #ffffff;
  font-size: 23px;
}

.enterprice10-list {
  list-style: none;
  padding-left: 0;
  font-size: 16px;
  line-height: 1.6;
}

.enterprice10-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  color: #000;
}

.enterprice10-list li::before {
  content: "●";
  position: absolute;
  left: 0;
  color: #000;
  font-size: 25px;
  top: 0;
}

.enterprice10-img {
  max-width: 350px;
  height: auto;
}

/* Extra Small Devices (max-width: 576px) */
@media (max-width: 576px) {
  .enterprice10-title {
    font-size: 28px;
    text-align: center;
  }

  .enterprice10-con h5 {
    font-size: 18px;
    text-align: center;
  }

  .enterprice10-list {
    font-size: 15px;
  }

  .enterprice10-img {
    max-width: 80%;
    margin: 0 auto;
  }
}

/* Small Devices (577px to 768px) */
@media (min-width: 577px) and (max-width: 768px) {
  .enterprice10-title {
    font-size: 32px;
    text-align: center;
  }

  .enterprice10-con h5 {
    font-size: 20px;
    text-align: center;
  }

  .enterprice10-img {
    max-width: 300px;
    margin: 0 auto;
  }
}

/* Medium Devices (769px to 992px) */
@media (min-width: 769px) and (max-width: 992px) {
  .enterprice10-title {
    font-size: 36px;
  }

  .enterprice10-img {
    max-width: 330px;
  }
}

/* Large Devices (993px to 1200px) */
@media (min-width: 993px) and (max-width: 1200px) {
  .enterprice10-title {
    font-size: 38px;
  }
}

/* Extra Large Devices (min-width: 1201px) */
@media (min-width: 1201px) {
  .enterprice10-title {
    font-size: 40px;
  }
}

/* .enterprice11-title {
  color: #9256e5;
  font-size: 40px;
}

.enterprice11-list {
  list-style: none;
  padding-left: 0;
  font-size: 15px;
  line-height: 1.8;
}

.enterprice11-list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 5px;
  color: #000;
}

.enterprice11-list li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: -10px;
  font-size: 25px;
  color: #000;
} */

.enterprice11-title {
  color: #9256e5;
  font-size: 40px;
}

.enterprice11-list {
  list-style: none;
  padding-left: 0;
  font-size: 15px;
  line-height: 1.8;
}

.enterprice11-list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 5px;
  color: #000;
}

.enterprice11-list li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: -10px;
  font-size: 25px;
  color: #000;
}

/* Extra Small Devices (max-width: 576px) */
@media (max-width: 576px) {
  .enterprice11-title {
    font-size: 24px;
    text-align: center;
  }
  .enterprice11-list {
    font-size: 14px;
  }
}

/* Small Devices (577px - 768px) */
@media (min-width: 577px) and (max-width: 768px) {
  .enterprice11-title {
    font-size: 28px;
    text-align: center;
  }
  .enterprice11-list {
    font-size: 14.5px;
  }
}

/* Medium Devices (769px - 992px) */
@media (min-width: 769px) and (max-width: 992px) {
  .enterprice11-title {
    font-size: 32px;
  }
  .enterprice11-list {
    font-size: 15px;
  }
}

/* Large Devices (993px - 1200px) */
@media (min-width: 993px) and (max-width: 1200px) {
  .enterprice11-title {
    font-size: 36px;
  }
}

/* Extra Large Devices (min-width: 1201px) */
@media (min-width: 1201px) {
  .enterprice11-title {
    font-size: 40px;
  }
}

.bottom-container-fluid {
    background-color: #AB4EBA;
}

.banner2-con {
  padding: 40px;
  width: 100%;
  margin: auto;
  position: relative;
  border-radius: 10px;
}

.banner2-con p {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  margin: 0;
}

/* ========================
   📱 Responsive Design
========================= */

/* max-width: 992px */
@media (max-width: 992px) {
  .banner2-con {
    padding: 30px 15px;
  }

  .banner2-con p {
    font-size: 18px;
  }
}

/* max-width: 769px */
@media (max-width: 769px) {
  .banner2-con {
    padding: 25px 10px;
  }

  .banner2-con p {
    font-size: 17px;
    line-height: 1.6;
  }
}

/* max-width: 576px */
@media (max-width: 576px) {
  .banner2-con {
    padding: 20px 10px;
  }

  .banner2-con p {
    font-size: 16px;
    line-height: 1.5;
  }
}


