.header_index {
  position: relative;
  width: 100vw;
  height: 40vh;
  background-image: url('/static/images/bannerr.jpg');
  background-size: cover; 
  background-position: center; 
  background-repeat: no-repeat;
}

.header_index::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.header-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 50px;
}

.header-content h1 {
  color: #fff;
  font-weight: 900;
  font-size: 3em;
}

.header-content p {
  font-size: 18px;
  color: #fff;
  letter-spacing: 2px;
}

/* Contact Style */
.contact-page {
  padding: 100px 0;
  background-color: #f8f9fa;
}

.section-heading h6 {
  font-size: 18px;
  color: ;
  margin-bottom: 10px;
}

.section-heading h2 {
  font-size: 36px;
  color: #333;
  margin-bottom: 20px;
}

.contact-page p {
  font-size: 16px;
  color: #666;
  margin-bottom: 40px;
}

.item {
  display: flex;
  align-items: center;
  padding: 15px;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.item img {
  margin-right: 15px;
}

.item h6 {
  margin: 0;
  font-size: 18px;
  color: #333;
}

.item span {
  display: block;
  font-size: 14px;
  color: #888;
}

#contact-form {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

#contact-form label {
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
}

#contact-form input,
#contact-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 5px;
  border: 1px solid #ddd;
}

#contact-form button {
  background-color: #1e1e1e;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

#contact-form button:hover {
  background-color: #f35525;
}

#map iframe {
  border: none;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
