/*
Theme Name: Meddox
Theme URI: http://demo.bravisthemes.com/meddox
Author: Bravis-Themes
Author URI: https://themeforest.net/user/Bravis-Themes/
Description:  Meddox – powerful & stylish Medical And Healthcare Service WordPress theme. It is built for websites of Healthcare, Medical, Hospital And Clinic multi purpose WordPress theme. Medibo based on in-depth research into Medical, Medical Care, Doctor, Healthcare, Health Care, Healthcare, Hospital, Medicine, Dental, Dentist, Pharmacy, and Veterinary industry to deliver all needed layouts and blocks.
Version: 1.0.0
License: ThemeForest
License URI: https://themeforest.net/licenses
Text Domain: meddox
Tags:  appointment, booking, clinic, dental, dental clinic, dentist, doctor, health, health care, healthcare, hospital, medical, medicine, pharmacy, physician
*/
/* === Global Responsive Styling === */

/* Make images scale properly */
img {
  max-width: 100%;
  height: auto;
}

/* Prevent horizontal scroll */
body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

/* Responsive wrapper and container */
.container,
.wrapper,
.pxl-wrapper {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* Make typography scale */
body {
  font-size: 16px;
  line-height: 1.6;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  body {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  body {
    font-size: 14px;
  }

  header,
  .main-menu,
  nav,
  .footer-nav {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .header-logo {
    margin-bottom: 15px;
  }

  .row {
    flex-direction: column;
  }

  .col-md-6,
  .col-md-4,
  .col-md-3 {
    width: 100% !important;
  }

  .btn,
  button {
    width: 100%;
    margin-bottom: 10px;
  }
}
