 .vb-bleph-hero {
      background: url("../images/Blepharoplasty-banner-img.jpg") center/cover no-repeat;
      height: 70vh;
    }

    .vb-bleph-hero-overlay {
      background: rgba(0, 0, 0, 0.55);
      height: 100%;
      display: flex;
      align-items: center;
    }

    .vb-bleph-hero-content {
      color: #fff;
      margin-left: 10%;
    }

    .vb-bleph-hero-content h1 {
      font-size: 44px;
    }

    .vb-bleph-btn {
      display: inline-block;
      margin-top: 20px;
      padding: 12px 30px;
      background: #9e4b47;
      color: #fff;
      text-decoration: none;
      border-radius: 4px;
    }



     .vb-bleph-about {
      padding: 70px 0;
    }

    .vb-bleph-wrap {
      width: 90%;
      max-width: 1200px;
      margin: auto;
    }

    .vb-bleph-grid-2 {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
      align-items: center;
    }

    .vb-bleph-about img {
      width: 100%;
      border-radius: 6px;
    }




     .vb-bleph-benefits {
      background: #f6f9f9;
      padding: 70px 0;
    }

    .vb-bleph-center {
      text-align: center;
    }

    .vb-bleph-cards {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 20px;
      margin-top: 40px;
    }

    .vb-bleph-card {
      background: #fff;
      padding: 20px;
      text-align: center;
      border-left: 4px solid #9e4b47;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    }


       .vb-bleph-types {
      padding: 70px 0;
    }

    .vb-bleph-grid-3 {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 30px;
    }

    .vb-bleph-type-box {
      background: #fff;
      text-align: center;
      padding: 20px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07);
    }

    .vb-bleph-type-box img {
      width: 100%;
      border-radius: 6px;
    }





     .vb-bleph-cta {
      background: #ffffff;
      color: #9e4b47;
      text-align: center;
      padding: 60px 20px;
    }

    .vb-bleph-cta a {
      display: inline-block;
      margin-top: 20px;
      padding: 12px 30px;
      background: #9e4b47;
      color: #ffffff;
      text-decoration: none;
      font-weight: bold;
      border-radius: 4px;
    }


.vb-bleph-process {
  padding: 80px 0;
  background: #f6f9f9;
}

.vb-bleph-head {
  text-align: center;
  margin-bottom: 60px;
}

.vb-bleph-head h2 {
  font-size: 34px;
  color: #9e4b47;
}

.vb-bleph-head p {
  max-width: 600px;
  margin: 10px auto 0;
  color: #555;
}

.vb-bleph-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 60px;
  align-items: center;
}

.vb-bleph-row.reverse {
  direction: rtl;
}
.vb-bleph-row.reverse > * {
  direction: ltr;
}

.vb-bleph-left h3 {
  font-size: 26px;
  margin-bottom: 10px;
}

.vb-bleph-left p {
  line-height: 1.7;
}

.vb-step {
  display: inline-block;
  font-size: 42px;
  font-weight: bold;
  color: #9e4b47;
  margin-bottom: 10px;
}

.vb-bleph-right ul {
  background: #ffffff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.vb-bleph-right ul li {
  margin-bottom: 12px;
}

.vb-bleph-safe {
  background: #ffffff;
  padding: 40px;
  border-left: 5px solid #9e4b47;
  margin-bottom: 50px;
}

.vb-bleph-doctor {
  background: #1b6f64;
  color: #ffffff;
  padding: 50px;
  border-radius: 10px;
}

.vb-bleph-doctor h3 {
  margin-bottom: 25px;
}

.vb-bleph-points {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.vb-bleph-points span {
  background: rgba(255,255,255,0.15);
  padding: 10px 18px;
  border-radius: 30px;
}

/* Mobile */
@media (max-width: 768px) {
  .vb-bleph-row {
    grid-template-columns: 1fr;
  }

  .vb-step {
    font-size: 34px;
  }

  .vb-bleph-head h2 {
    font-size: 28px;
  }
}

.vb-bleph-doctor-clean {
  background: #ffffff;
  padding: 60px 0;
}

.vb-bleph-doctor-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 40px;
  align-items: center;
  max-width: 1200px;
  margin: auto;
}

.vb-bleph-doctor-info h3 {
  font-size: 28px;
  color: #9e4b47;
  margin-bottom: 10px;
}

.vb-bleph-doctor-sub {
  font-size: 15px;
  color: #666;
  margin-bottom: 20px;
}

.vb-bleph-doctor-list {
  padding-left: 18px;
}

.vb-bleph-doctor-list li {
  margin-bottom: 12px;
  line-height: 1.6;
  position: relative;
}

.vb-bleph-doctor-note {
  background: #f6f9f9;
  padding: 30px;
  border-left: 4px solid #9e4b47;
}

.vb-bleph-doctor-note p {
  line-height: 1.7;
  margin: 0;
  color: #444;
}

/* Mobile */
@media (max-width: 768px) {
  .vb-bleph-doctor-grid {
    grid-template-columns: 1fr;
  }

  .vb-bleph-doctor-info h3 {
    font-size: 24px;
  }
}







    
    /* =========================
   Responsive Fixes
   ========================= */

/* Tablet (max-width: 991px) */
@media (max-width: 991px) {

  .vb-bleph-hero {
    height: 55vh;
  }

  .vb-bleph-hero-content {
    margin-left: 6%;
  }

  .vb-bleph-hero-content h1 {
    font-size: 34px;
  }

  .vb-bleph-grid-2 {
    grid-template-columns: 1fr;
  }

  .vb-bleph-grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile (max-width: 576px) */
@media (max-width: 576px) {

  .vb-bleph-hero {
    height: 100%;
    text-align: center;
  }

  .vb-bleph-hero-overlay {
    justify-content: center;
    padding-bottom: 20px;
  }

  .vb-bleph-hero-content {
    margin-left: 0;
    padding: 0 15px;
  }

  .vb-bleph-hero-content h1 {
    font-size: 26px;
    line-height: 1.3;
  }

  .vb-bleph-hero-content p {
    font-size: 15px;
  }

  .vb-bleph-btn {
    padding: 10px 22px;
    font-size: 14px;
  }

  .vb-bleph-about {
    padding: 50px 0;
  }

  .vb-bleph-grid-2 {
    gap: 25px;
  }

  .vb-bleph-cards {
    grid-template-columns: 1fr;
  }

  .vb-bleph-grid-3 {
    grid-template-columns: 1fr;
  }

  .vb-bleph-type-box {
    padding: 15px;
  }

  .vb-bleph-cta h2 {
    font-size: 24px;
  }

  .vb-bleph-cta p {
    font-size: 14px;
  }

  .vb-bleph-cta a {
    padding: 10px 24px;
    font-size: 14px;
  }
}




