body {
  font-family: "Poppins", sans-serif;
     background-color: #b8e0ff; 
     box-sizing: border-box;
 }
 * {
     box-sizing: border-box;
     margin: 0;
     padding: 0;
 
   
 }
 
 
 .main-menu {
     background-color: #90d4f9;
     box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
       white-space: nowrap; 
      max-width: 1500px;
    justify-content: center; 
  
 }
 
 
 .main-menu ul {
     list-style: none; 
     display: flex; 
     justify-content: center; 
     padding: 0 100px;
 }
 
 
 .main-menu li {
  
     margin: 0 3px; 
 }
 
 .main-menu a {
     display: block;
     padding: 15px 25px;
     text-decoration: none; 
     color: #ffffff;
     font-weight: bold;
     font-size: 16px;
     transition: background-color 0.3s, color 0.3s; 
     border-radius: 5px;
    
 
 }
 
 
 .main-menu a:hover {
   
         color: #faf4d3; 
 
     transform: translateY(-2px); 
     box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
 }
 
 .main-menu a.active {
     background-color: #b9fff2;
         color: #faf4d3; 
 
 }
 .logo-text-group {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 00;
    white-space: nowrap; 
    
  
}


/* --- Logo --- */

.logo {
    width: 70px;
    height: auto;
    flex-shrink: 0;
}





.main-title {
  color: #e62325;
  font-size: 2.2em;
  font-weight: bold;
  margin-bottom: 2px;
}

.sub-title {
  color: #666;
  font-size: 0.9em;
  font-weight: normal;
}





@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
body {
  font-family: 'Inter', sans-serif;
}

.utility-icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  color: #4b5563;
}








#menu ul {
  background-color: #181818;
  list-style-type: none;
}

#menu li {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}

#menu li a {
  color: black;
  text-decoration: none;
  padding: 10px 15px;
  display: block;
}

#menu li a:hover {
  background-color: #555;
}





.search-container {
    position: relative;
    width: 400px;
        margin: 0 auto; 
  
 
  }

  input[type="text"] {
    width: 100%;
    padding: 10px 40px 10px 15px;
    font-size: 15px;
    border: 1px solid #ccc;
   
    border-radius: 20px;
    outline: none;
    transition: 0.2s;
  }

  input[type="text"]:focus {
    border-color: #007aff;
    box-shadow: 0 0 4px rgba(0, 122, 255, 0.4);
  }

  .search-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    font-size: 18px;
    color: #555;
  }

  .suggestions {
    display: none;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    z-index: 100;
    max-height: 250px;
    overflow-y: auto;
  }

  .suggestions.active {
    display: block;
  }

  .suggestions .item {
    display: flex;
    align-items: center;
    padding: 8px 10px;
    border-bottom: 1px solid #f2f2f2;
    cursor: pointer;
    transition: background 0.2s;
  }

  .suggestions .item:hover {
    background: #f0f8ff;
  }

  .suggestions .item:last-child {
    border-bottom: none;
  }

  .suggestions img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
  }

  .info p {
    margin: 0;
    font-size: 14px;
  }

  .price {
    font-size
    : 13px;
    color: #777;
  }

    .banner {
      position: relative;
      background: url('https://images.pexels.com/photos/274422/pexels-photo-274422.jpeg?auto=compress&cs=tinysrgb&w=1600') center/cover no-repeat;
      color: white;
      height: 400px;
      display: flex;
      flex-direction: column;
    
       justify-content: center; 
    }

    .banner h1 {
      font-size: clamp(1.8rem, 3vw, 2.8rem);
      background: rgba(0, 0, 0, 0.4);
      padding: 10px 20px;
      border-radius: 10px;
     
    }

     
   
  .top-bar {
      background: #004b8d;
      color: #fff;
      text-align: right;
      font-size: 0.9rem;
      padding: 5px 20px;
      max-width: 1200px;
    }

  
.main-container {
 
  max-width: 1200px;
  margin: 0 auto;
}



.card-section {
  width: 100%;
  padding: 40px 5%;
  background: #fff;
}

.card-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
}

.card {
  width: 270px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transition: 0.3s;
  overflow: hidden;
  position: relative;
}

.card img.banner {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.card:hover {
  transform: translateY(-5px);
}

.logo-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.logo-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-content {
  padding: 70px 15px 20px;
  text-align: center;
}

.stars {
  color: #c00000;
}

.follow-btn {
  margin-top: 12px;
  border: 1px solid #b50000;
  color: #b50000;
  background: #fff;
  border-radius: 20px;
  padding: 6px 20px;
  cursor: pointer;
  transition: 0.3s;
}

.follow-btn:hover {
  background: #b50000;
  color: #fff;
}

    
    .logo-circle {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      background: #fff;
      border: 4px solid #fff;
      overflow: hidden;
      position: absolute;
      top: 100px;
      left: 50%;
      transform: translateX(-50%);
      box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    }

    .logo-circle img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .card-content {
      padding: 70px 15px 20px;
      text-align: center;
    }

    .stars {
      color: #c00000;
      font-size: 1.1rem;
    }

    .category {
      color: #888;
      font-style: italic;
      margin: 5px 0;
    }

    .title {
      font-weight: bold;
      font-size: 1rem;
      margin: 10px 0;
      text-transform: uppercase;
    }

    .date {
      font-size: 0.9rem;
      color: #777;
      margin-top: 5px;
    }

    .follow-btn {
      margin-top: 12px;
      display: inline-block;
      border: 1px solid #b50000;
      color: #b50000;
      background: #fff;
      border-radius: 20px;
      padding: 6px 20px;
      font-weight: bold;
      cursor: pointer;
      transition: all 0.3s ease;
    }

    .follow-btn:hover {
      background: #b50000;
      color: #fff;
    }

    @media (max-width: 768px) {
      .card-list {
        flex-direction: column;
        align-items: center;
      }
    }


   
 
    .team-slider {
      max-width: 900px;
      margin: 30px auto;
      overflow: hidden;
      position: relative;
      border-radius: 14px;
    }
    .team-track {
      display: flex;
      animation: teamScroll 30s linear infinite;
    }
    .team {
      background: white;
      border-radius: 12px;
      flex: 0 0 250px;
      margin: 10px;
      text-align: center;
      padding: 16px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.08);
      transition: transform 0.3s;
    }
    .team:hover { transform: translateY(-6px); }
    .team img {
      width: 100%;
      height: 150px;
      object-fit: cover;
      border-radius: 10px;
      margin-bottom: 10px;
    }
    .team h3 { color: #0b6e4f; font-size: 1.1em; }
    .team p { color: #64748b; font-size: 0.9em; }

    @keyframes teamScroll {
      0% { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }

    footer {
      text-align: center;
      padding: 20px;
      color: #64748b;
      font-size: 0.9em;
    }

    @media (max-width: 768px) {
      .slider { height: 250px; }
      .team { flex: 0 0 180px; }
    }



.contact-map-section {
    padding: 50px 20px;
    background-color: white;
}

.section-title-contact {
    text-align: center;
    font-size: 2em;
    margin-bottom: 30px;
}

.contact-container {
    max-width: 1500px;
    margin: 0 auto;
    background-color: #e7f3ff;

}


.location-tabs {
    margin-bottom: 20px;
    border-bottom: 2px solid #ccc;
    display: flex;
    max-width: 300px;
}

.tab-button {
    background: none;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 1em;
    color: #666;
    border-bottom: 2px solid transparent;
    transition: all 0.3s;
}

.tab-button.active {
    color: #1a4c9b;
    font-weight: bold;
    border-bottom-color: #1a4c9b;
}

.contact-details-map {
    display: flex;
    gap: 30px;
}



.contact-info {
    width: 40%;
    padding-right: 20px;
}

.contact-item {
    font-size: 1em;
    margin-bottom: 15px;
    color: #333;
    display: flex;
    align-items: center;
}

.icon-contact {
    font-size: 1.2em;
    color: #1a4c9b;
    margin-right: 10px;
}

.contact-info a {
    color: #1a4c9b;
    text-decoration: none;
    transition: color 0.3s;
}

.google-map-link {
    color: #e60000;
    font-weight: bold;
    margin-left: 5px;
}



.map-embed {
    width: 60%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    overflow: hidden;
}

.map-embed iframe {
    display: block;
}



.footer-extension {
    background-color: #ffffff;
   
}

.footer-extension-container {
    display: flex;
    justify-content: space-between;
    max-width: 1500px;
    margin: 0 auto;
    background-color: #e2d9df36;
}

.ext-column {
    width: 23%;
    text-align: left;
}

.ext-column h4 {
    font-size: 1.1em;
    color: #333;
    margin-bottom: 20px;
    font-weight: bold;
}

.ext-column ul {
    list-style: none;
    padding: 0;
}

.ext-column ul li,
.ext-column p {
    margin-bottom: 10px;
    font-size: 0.9em;
}

.ext-column a {
    color: #666;
    text-decoration: none;
}

.ext-column a:hover {
    color: #1a4c9b;
}

  
  
  
  .social-icons-ext {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
  }
  
  .social-icon-ext {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background-color: #666;
      display: block;
  }
  
  .social-section {
      text-align: center;
      padding-top: 20px;
  }
  
  .social-title {
      font-size: 1em;
      font-weight: normal;
      margin-bottom: 15px;
  }
  
  .social-icons {
      display: flex;
      justify-content: center;
      gap: 15px;
  }
  
  .social-icon {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 40px;
      height: 40px;
      border-radius: 5px;
      color: white;
      text-decoration: none;
      font-size: 1.2em;
      transition: background-color 0.3s;
  }
  
  .facebook {
      background-color: #3b5998;
  }
  
  .instagram {
      background-color: #55acee;
  
  }