/* Google map section bottom gap */
.rts-cta-area-inner.bg_image.ptb--100 {
    margin-top: 160px;
}

/* Mobile View ke liye contact nos ko adjust krna k lia  (768px se kam screen par) */
  @media (max-width: 767px) {
    .inner-content {
      display: flex !important;
      line-height: 0.2px;
      flex-direction: column !important;
      align-items: flex-start !important; /* Numbers ko left side par rakhe ga */
      gap: 15px; /* Dono numbers ke darmiyan thora gap */
    }
    
    .inner-content a {
      display: block !important; /* Har number ko puri line mil jaye gi */
      margin-bottom: 5px;
    }
  }





  /* contact section Mobile View Fix */
@media (max-width: 768px) {
   

    .info-wrapper a {
        display: block !important;
        line-height: 1.5 !important; /* Overlap khatam karne ke liye padding */
        font-size: 16px !important; /* Readability ke liye */
        margin: 0 !important;
    }
    
    .info-wrapper span {
        margin-bottom: 5px;
        display: block;
    }
}

