

.top{
    background-color: #08a54c;
    padding: 20px;
}
.top h6{
    font-size: 35px;
    line-height: 40px;
    color: #fff;
    text-align: center;
}
.banner{
    padding: 20px 0px;
}
.about-img img{
    width: 90%;
    border-radius: 50%;
}
.about-img{
    display: flex;
    justify-content: center;
}
.name-box{
    background-color: #08a54c;
    padding: 10px;
    width: 70%;
    text-align: center;
}
.name{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.Message-text h1{
    font-size: 55px;
    font-weight: 700;
    color: #1800ad;
}
.Message-text p{
    font-size: 18px;
    font-weight: 400;
    color: #000;
}
#main-Message-text{
    display: flex;
    align-items: center;
}
.about-Message-sec{
    background-color: #d3fcff;
    padding: 80px 0px;
}
.name-box h1{
    font-size: 40px;
    color: #fff;
}
#Partner{
    margin-top: 100px;
}
.Partner-text h1{
     font-size: 60px;
    font-weight: 600;
    color: #000;
}
.Partner-text p{
     font-size: 18px;
    font-weight: 400;
    color: #000;
}
.Partner-img img{
    width: 90%;
}
.Benefits h3{
    font-size: 25px;
    font-weight: 600;
    color: #1800ad;
}
.Benefits-box p{
    font-size: 20px;
    font-weight: 500;
    color: #000;
}
.HealthBox{
    margin-top: 30px;
}
.HealthBox h6{
    font-size: 20px;
    font-weight: 500;
    line-height: 40px;
    color: #000;
}
/*  */
.healthcare-partners {
  background: #dffcff;
  padding: 60px 0;
  font-family: "Segoe UI", sans-serif;
}

.container {
  max-width: 1200px;
  margin: auto;
  padding: 0 15px;
}

.section-title {
  text-align: center;
  margin-bottom: 50px;
}

.section-title span {
  background: #1f2f5c;
  color: #ffeb99;
  padding: 12px 28px;
  font-size: 36px;
  font-weight: 700;
  border-bottom: 4px solid #ffeb99;
}

.content-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
}

/* LEFT CONTENT */
.left-content {
  flex: 1;
}

.item {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}

.number {
  font-size: 48px;
  font-weight: 700;
  min-width: 70px;
}

.item h3 {
  margin: 0 0 8px;
  font-size: 26px;
}

.item p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

/* COLORS */
.red .number,
.red h3 {
  color: #c40000;
}

.blue .number,
.blue h3 {
  color: #1f2f5c;
}

.green .number,
.green h3 {
  color: #3a7c2f;
}

/* RIGHT IMAGES */
.right-images {
  flex: 1;
  position: relative;
  display: flex;
  justify-content: center;
}

.tablet-img {
  width: 380px;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.25);
}

.mobile-img {
  width: 200px;
  position: absolute;
 
}
.tablet-img-2 {
    width: 580px;
    height: 500px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
}
/* 555 */
.opd-partner-section {
  background: #fffbe6;
  padding: 70px 0;
  font-family: "Georgia", serif;
}

.opd-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

/* LEFT CONTENT */
.opd-content {
  flex: 1.2;
}

.opd-content h2 {
  font-size: 39px;
  color: #1a1acb;
  font-weight: 700;
  margin-bottom: 20px;
}

.highlight-text {
  display: inline-block;
  background: #c8f2f1;
  padding: 10px 16px;
  border-radius: 25px;
  font-size: 15px;
  font-family: "Arial", sans-serif;
  margin-bottom: 25px;
}

.opd-content p {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 22px;
  color: #111;
}

.bold-text {
  font-weight: 700;
  font-size: 20px;
}

/* BUTTON */
.opd-btn {
  display: inline-block;
  padding: 10px 26px;
  border: 1.5px solid #1a1acb;
  border-radius: 25px;
  color: #000;
  text-decoration: none;
  font-family: "Arial", sans-serif;
  font-size: 16px;
  transition: 0.3s;
}

.opd-btn:hover {
  background: #1a1acb;
  color: #fff;
}

/* RIGHT IMAGES */
.opd-images {
  flex: 1;
  position: relative;
}

.opd-images img {
  width: 100%;
  border: 1px solid #000;
  object-fit: cover;
}

.img-top {
  margin-bottom: 25px;
}

.img-bottom {
  border: 2px dotted #000;
  padding: 6px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .opd-container {
    flex-direction: column;
  }

  .opd-content h2 {
    font-size: 34px;
  }
}

@media (max-width: 576px) {
  .opd-content h2 {
    font-size: 28px;
  }

  .opd-content p {
    font-size: 16px;
  }
}
/* 666 */


