.elementor-73 .elementor-element.elementor-element-f73948c{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-73 .elementor-element.elementor-element-f73948c.e-con{--flex-grow:0;--flex-shrink:0;}@media(max-width:767px){.elementor-73 .elementor-element.elementor-element-f73948c{--width:363px;}}@media(min-width:768px){.elementor-73 .elementor-element.elementor-element-f73948c{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-a531b51 *//* ============ MOBILE RESPONSIVE - PODCAST BAND (FIXED) ============ */

/* Horizontal overflow rokne ke liye base setup */
.podcast-band {
  overflow-x: hidden;
  width: 100%;
  box-sizing: border-box;
}

.podcast-band *,
.podcast-band *::before,
.podcast-band *::after {
  box-sizing: border-box;
  max-width: 100%;
}

/* ===== TABLET (1024px se kam) ===== */
@media (max-width: 1024px) {
  .podcast-inner {
    gap: 40px;
  }
  
  .podcast-text h2 {
    font-size: 2.2rem;
  }
}

/* ===== MOBILE (768px se kam) ===== */
@media (max-width: 768px) {
  .podcast-band {
    padding: 60px 16px;
  }
  
  .podcast-inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
    max-width: 100%;
  }
  
  .podcast-text,
  .podcast-visual {
    width: 100%;
    max-width: 100%;
    min-width: 0; /* flex item ko shrink hone deta hai */
  }
  
  .podcast-text h2 {
    font-size: 1.9rem;
    line-height: 1.2;
    word-wrap: break-word;
  }
  
  .podcast-text p {
    font-size: 1rem;
    word-wrap: break-word;
  }
  
  /* PLATFORMS — ye main culprit hai overflow ka */
  .podcast-platforms {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
  }
  
  .podcast-plat {
    font-size: 0.8rem;
    padding: 8px 12px;
    white-space: nowrap;
    flex: 0 1 auto; /* shrink ho sake, lekin grow na ho */
    min-width: 0;
  }
  
  /* EPISODE CARDS — ye bhi overflow kar rahe the */
  .podcast-visual {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  
  .podcast-ep {
    width: 100%;
    max-width: 100%;
    padding: 14px;
    gap: 12px;
    box-sizing: border-box;
    overflow: hidden; /* andar ka content bahar na nikle */
  }
  
  .ep-play {
    width: 40px;
    height: 40px;
    min-width: 40px; /* shrink na ho */
    font-size: 14px;
    flex-shrink: 0;
  }
  
  .ep-info {
    flex: 1;
    min-width: 0; /* ye sabse zaroori — text wrap hone deta hai */
    overflow: hidden;
  }
  
  .ep-series {
    font-size: 0.7rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .ep-title {
    font-size: 0.9rem;
    line-height: 1.3;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  
  .ep-wave {
    display: none; /* mobile par waveform hide */
  }
}

/* ===== CHHOTE MOBILE (480px se kam) ===== */
@media (max-width: 480px) {
  .podcast-band {
    padding: 50px 14px;
  }
  
  .section-label {
    font-size: 0.75rem;
  }
  
  .podcast-text h2 {
    font-size: 1.6rem;
  }
  
  .podcast-text h2 br {
    display: none;
  }
  
  .podcast-text p {
    font-size: 0.95rem;
    line-height: 1.6;
  }
  
  .podcast-platforms {
    gap: 8px;
  }
  
  .podcast-plat {
    font-size: 0.75rem;
    padding: 7px 10px;
  }
  
  .podcast-plat-icon {
    font-size: 0.85rem;
  }
  
  .btn-primary {
    width: 100%;
    justify-content: center;
    padding: 14px 20px;
    font-size: 0.9rem;
    box-sizing: border-box;
  }
  
  .podcast-ep {
    padding: 12px;
    gap: 10px;
  }
  
  .ep-play {
    width: 36px;
    height: 36px;
    min-width: 36px;
    font-size: 12px;
  }
  
  .ep-title {
    font-size: 0.85rem;
  }
  
  .ep-series {
    font-size: 0.65rem;
    letter-spacing: 0.5px;
  }
}

/* ===== BOHOT CHHOTI SCREEN (380px se kam) ===== */
@media (max-width: 380px) {
  .podcast-band {
    padding: 40px 12px;
  }
  
  .podcast-text h2 {
    font-size: 1.4rem;
  }
  
  .podcast-plat {
    font-size: 0.7rem;
    padding: 6px 8px;
  }
}/* End custom CSS */