@media (max-width: 1199px) {
  .heroHomePage .form-hero .body-form-hero .container {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .heroHomePage .heroSwiper {
    display: none;
  }
  .heroHomePage .form-hero {
    position: initial;
    transform: none;
    padding: 130px 0 32px;
  }
  .heroHomePage .form-hero .head-form-hero {
    margin: 0;
  }
  .heroHomePage .form-hero .body-form-hero {
    position: initial;
    transform: none;
  }
  .heroHomePage .form-hero .body-form-hero .form-items {
    flex-wrap: wrap;
  }
  .heroHomePage .form-hero .body-form-hero .form-items .form-item {
    width: 50%;
  }
  .heroHomePage .form-hero .body-form-hero .form-items .form-item:first-child {
    border-bottom-right-radius: 0;
  }
  .heroHomePage .form-hero .body-form-hero .form-items .form-item:last-child {
    width: 100%;
  }
  .heroHomePage .form-hero .body-form-hero .form-items .form-item:last-child button {
    border-top-left-radius: 0;
    border-bottom-right-radius: 20px;
  }
  .heroHomePage .form-hero .body-form-hero .form-items .form-item:nth-child(1), .heroHomePage .form-hero .body-form-hero .form-items .form-item:nth-child(2) {
    border-bottom: 0;
  }
  .heroHomePage .form-hero .body-form-hero .form-items .form-item:nth-child(2) {
    border-top-left-radius: 20px;
  }
  .heroHomePage .form-hero .body-form-hero .form-items .form-item:nth-child(3) {
    border-right: 2px solid #F59120;
  }
  .side-sections {
    display: none;
  }
  .doctors .center-doctors {
    margin: 0;
  }
  .about-cmc .about-cmc .about-cmc-items .about-cmc-item .end-about-cmc-item .unit-about-cmc-item .list-about-cmc-gallery li {
    max-width: calc(50% - 6px);
  }
}
@media (max-width: 575px) {
  .heroHomePage .form-hero .body-form-hero .form-items .form-item {
    width: 100%;
  }
  .heroHomePage .form-hero .body-form-hero .form-items .form-item:nth-child(1), .heroHomePage .form-hero .body-form-hero .form-items .form-item:nth-child(2), .heroHomePage .form-hero .body-form-hero .form-items .form-item:nth-child(3), .heroHomePage .form-hero .body-form-hero .form-items .form-item:nth-child(4) {
    border-bottom: 0;
    border-top-left-radius: 0;
  }
  .heroHomePage .form-hero .body-form-hero .form-items .form-item:nth-child(1) {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
  .heroHomePage .form-hero .body-form-hero .form-items .form-item:nth-child(1), .heroHomePage .form-hero .body-form-hero .form-items .form-item:nth-child(2), .heroHomePage .form-hero .body-form-hero .form-items .form-item:nth-child(3), .heroHomePage .form-hero .body-form-hero .form-items .form-item:nth-child(4) {
    border-right: 2px solid #F59120;
  }
  .heroHomePage .form-hero .body-form-hero .form-items .form-item:last-child button {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .heroHomePage .form-hero .body-form-hero .body-form-hero-overlay {
    margin: 0 -12px;
    border-radius: 6px;
  }
  .doctors .center-doctors {
    margin: 0;
  }
  .doctors .center-doctors .doctors-items {
    margin: 0 -12px;
  }
  .about-cmc .about-cmc .about-cmc-items .about-cmc-item .end-about-cmc-item .unit-about-cmc-item .list-about-cmc-gallery li {
    max-width: calc(50% - 6px);
  }
}





/* 1. Center the entire container on the page */
.doctor-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 2rem 0;
}

/* 2. Style the <ul> container and set spacing */
.doctor-pagination .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px; /* Small spacing between buttons */
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Reset default list-item styles */
.doctor-pagination .page-item {
  display: inline-flex;
}

/* 3. Style all page buttons into circles */
.doctor-pagination .page-link {
  width: 40px;
  height: 40px;
  border-radius: 50% !important; /* !important overrides Bootstrap's default pill edges on first/last items */
  
  /* Flexbox to center text/arrows */
  display: flex;
  align-items: center;
  justify-content: center;
  
  /* Reset link styles & borders */
  text-decoration: none;
  border: 1px solid #e0e0e0;
  background-color: #ffffff;
  color: #333333;
  font-size: 0.95rem;
  font-weight: 500;
  
  /* Smooth transitions */
  transition: all 0.2s ease-in-out;
}

/* OVERRIDE BOOTSTRAP: Explicitly reset first/last child border radii */
.doctor-pagination .page-item:first-child .page-link,
.doctor-pagination .page-item:last-child .page-link {
  border-radius: 50% !important;
}

/* Hover State for interactive items */
.doctor-pagination .page-item:not(.active):not(.disabled) .page-link:hover {
  background-color: #f5f5f5;
  border-color: #cccccc;
  color: #000000;
  transform: translateY(-1px);
}

/* Active State */
.doctor-pagination .page-item.active .page-link {
  background-color: #0066cc;
  border-color: #0066cc;
  color: #ffffff;
  box-shadow: 0 2px 6px rgba(0, 102, 204, 0.3);
}

/* Disabled State */
.doctor-pagination .page-item.disabled .page-link {
  background-color: #f9f9f9;
  border-color: #eee;
  color: #cccccc;
  cursor: not-allowed;
  opacity: 0.7;
}

/*# sourceMappingURL=res.css.map */
