/* ============================
   MOBILE RESPONSIVE FIX
   FOR DOCTOR PAGE
============================ */

@media (max-width: 768px) {

  /* Banner Section */
  .dz-bnr-inr {
    min-height: 220px;
    background-size: cover !important;
    background-position: center !important;
  }

  .dz-bnr-inr h1 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 5px;
  }

  .breadcrumb-row {
    font-size: 13px;
    text-align: center;
  }

  /* Content Padding */
  .content-inner {
    padding: 25px 10px;
  }

  /* Doctor Name */
  h2.title {
    font-size: 22px;
    line-height: 1.3;
  }

  /* Paragraphs */
  p {
    font-size: 14px;
    line-height: 1.6;
  }

  /* Tables Scrollable */
  table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  table th,
  table td {
    font-size: 13px;
    padding: 8px;
  }

  /* Images */
  .dz-media img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }

  /* Sidebar Reset */
  aside.side-bar {
    position: static !important;
    margin-bottom: 20px;
  }

  /* Reverse Layout for second section */
  .row {
    flex-direction: column;
  }

  /* Remove HR overflow */
  hr {
    max-width: 100% !important;
  }

  

  /* Avoid side overflow */
  body, html {
    overflow-x: hidden;
  }

}

/* EXTRA SMALL PHONES */
@media (max-width: 480px) {

  h2.title {
    font-size: 20px;
  }

  .dz-bnr-inr h1 {
    font-size: 20px;
  }

  
}
