   .speaker-box {
      text-align: center;
      margin-bottom: 50px;
      position: relative;
    }
    .speaker-bg {
      background: #0b3bff;
      border-radius: 20px;
      height: 220px; /* Blue strip height */
      position: relative;
      overflow: visible;
    }
    .speaker-img {
      position: absolute;
      bottom: -40px; /* image niche overlap kare */
      left: 50%;
      transform: translateX(-50%);
      max-width: 80%;
      height: auto;
      border-radius: 12px;
      z-index: 2;
    }
    .speaker-role {
      display: inline-block;
      background: #000;
      color: #fff;
      font-size: 15px;
      font-weight: 500;
      padding: 6px 18px;
      border-radius: 6px;
      margin-top: 60px; /* image ke baad space */
      position: relative;
      z-index: 3;
    }
    .speaker-name {
      font-weight: 700;
      color: #1a1aff;
      margin-top: 10px;
      font-size: 18px;
    }
    .speaker-designation {
      font-size: 14px;
      line-height: 1.6;
      color: #000;
      margin-top: 6px;
    }