@charset "UTF-8";
/* CSS Document */

.logo{ width:200px}
form.search-box .input-form {
  width: 79% !important;
}
.slider-area .hero__caption h1 {
  font-size: 30px;
  margin-bottom: 0px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider-height {
    min-height: 300px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-pad-t30 {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .section-pad-t30 {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
    .grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 20px;
    }
    .card {
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
      padding: 20px;
      text-align: center;
      transition: transform 0.2s ease;
    }
    .card:hover {
      transform: translateY(-5px);
    }
    .icon {
      font-size: 36px;
      color: #0c6cc6;
      margin-bottom: 10px;
    }
    .icon:hover {
      font-size: 36px;
      color: #0c6cc6;
      margin-bottom: 10px;
    }
    h3 {
      font-size: 16px;
      color: #0c6cc6;
    }



.footer-padding {
  padding-top: 0px;
  padding-bottom: 20px;
}

.section-tittle h2 {

  margin-bottom: 25px;
}


.footer-wejed {
  padding-top: 30px;
  padding-bottom: 0px;
}


















.search-wrapper {
    max-width: 500px;
    margin: 0 auto;
    background: #ffffff;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 6px;
}

.search-title {
    font-size: 24px;
    margin-bottom: 10px;
    color: #333;
}

.search-input {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.result-container {
    margin-top: 15px;
}

.result-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.result-item {
    background-color: #f0f8ff;
    padding: 10px;
    border-left: 4px solid #1A76D1;
    border-radius: 4px;
}

.doctor-name {
    font-weight: bold;
    font-size: 18px;
    color: #1A76D1;
}

.doctor-branch,
.doctor-hospital {
    font-size: 14px;
    color: #555;
}

.no-results {
    color: #999;
    font-style: italic;
}
.result-box {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 100001;
    background-color: #fff;
    max-height: 208px;
    overflow-y: auto;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.result-item {
    padding: 10px;
    border-bottom: 1px solid #eee;
}
.result-item a {
    text-decoration: none;
    color: #333;
    display: block;
}
.result-item:hover {
    background-color: #f7f7f7;
}
.search-box {
    position: relative !important;
    overflow: visible !important;
    z-index: auto !important;
}

.search-input {
    width: 100%;
    padding: 10px;
    font-size: 16px;
}


.doctor-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.doctor-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    text-align: center;
    padding: 20px;
    transition: all 0.3s ease;
}

.doctor-card a {
    text-decoration: none;
    color: #103262;
    display: block;
}

.doctor-card img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 auto 15px auto;
    display: block;
    border: 3px solid #1A76D1;
    background: #f5f5f5;
}

.doctor-card h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #103262;
}

.doctor-card p {
    font-size: 13px;
    color: #555;
    margin: 0;
}

.doctor-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}
.breadcrumb {
    background-color: #f5f7f9;
    padding: 15px 0;
    font-size: 0.95rem;
}

.breadcrumb .container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    color: #555;
}

.breadcrumb a {
    color: #1A76D1;
    text-decoration: none;
    font-weight: 500;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.breadcrumb span {
    color: #103262;
    font-weight: 600;
}


.doctor-profile {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    max-width: 600px;
    margin: 0 auto 50px;
    text-align: center;
}

.doctor-profile img {
    width: 160px;
    height: 160px;
    object-fit: cover;
    border-radius: 50%;
    border: 5px solid #1A76D1;
    margin-bottom: 20px;
}

.doctor-info h1 {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.doctor-info h4 {
    font-size: 18px;
    color: #1A76D1;
    margin-bottom: 5px;
}

.doctor-info h5 {
    font-size: 16px;
    color: #777;
    margin-bottom: 20px;
}

.doctor-info p {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    
}

.book-btn {
    display: inline-block;
    background: #1A76D1;
    color: #fff;
    padding: 12px 25px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.book-btn:hover {
    background: #155ab0;
}


.map-container iframe {
    border-radius: 20px;
}


.card {
    border: 1px solid #3498db;
    transition: transform 0.2s;
}
.card:hover {
    transform: scale(1.05);
}
