body {

  overflow-x: hidden;
}

.navbar-brand img {
  height: 50px;
}

.hero-section {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('./Image/b1.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0px;
  text-align: center;
  color: white;
  position: relative;
  height: 500px;
}

/* .hero-section::before {
    content: "";
} */

.hero-section h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-top: 80px;
}

.hero-section p {
  font-size: 1.2rem;
  margin-top: 10px;
  margin-bottom: 20px;
}



/* .ar2{
font-size: 14px;

} */








.btn-green {
  background-color: #7cb342;
  color: white;
  font-weight: bold;
  border-radius: 10px;
  padding: 10px 25px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.btn-green:hover {
  background-color: #689f38;
  color: white;
}

.navbar-nav .nav-link {
  font-weight: 500;
  color: #333;
  margin-right: 15px;
}

.navbar-nav .nav-link:hover {
  color: #7cb342;
}

.w-30 {
  width: 30%;
}


.uttarakhand-img {
  width: 90%;
  /* max-width: 350px; */
  /* height: 250px; */
  background: #fff;
  border-radius: 25px;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
}



@media (max-width: 767px) {
  .uttarakhand-img {
    width: 90%;
    height: auto;
    /* Let height scale naturally */
    background: #fff;
    border-radius: 25px;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
  }
}



.uttarakhand-image {
  width: 100%;
  max-width: 350px;
  height: 230px;
  background: #fff;
  border-radius: 25px;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
}


@media (max-width: 767px) {
  .uttarakhand-image {
    width: 90%;
    height: auto;
    /* Let height scale naturally */
    background: #fff;
    border-radius: 25px;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
  }
}




.rounded-left {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.custom-button {
  width: 100%;
  margin-top: 10px;
}

.image-box {
  width: 100%;
  height: 280px;
  background-color: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #666;
}

.image-box img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.divider {
  border-left: 2px solid #ccc;
  height: 100%;
}


.icon-text {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.icon-text img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.review-box {
  /* border: 1px solid #ccc; */
  /* padding: 15px; */
  text-align: center;
  height: 100%;
}

.google-review {
  border: 2px solid #84c784;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  padding: 10px;
  height: 100%;
}

.google-review img {
  max-width: 100%;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  filter: invert(1);
}


.testimonial-text {
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
  padding: 0 15px;
}

.client-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.open-button {
  padding: 12px 24px;
  background-color: #007BFF;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 6px;
  font-size: 16px;
}

/* The popup modal background */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

/* The form itself */
.modal-content {
  background-color: white;
  padding: 30px;
  border-radius: 10px;
  width: 500px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.modal-content h2 {
  margin-bottom: 15px;
}

/* .testmoni {
    height: 350px;
  } */

@media screen and (min-width: 600px) {
  /* .testmoni {
        margin-bottom: 50px;
      } */
}


.modal-content input[type="text"],
.modal-content input[type="email"] {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.modal-content .btn {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
}

.modal-content .submit {
  background-color: #28a745;
  color: white;
}

.modal-content .cancel {
  background-color: #dc3545;
  color: white;
}




input[type="text"],
input[type="tel"],
textarea {
  width: 100%;
  padding: 10px 12px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
}

select {

  padding: 10px 12px;
  margin-bottom: 10px;

}

.foter {
  text-align: justify;
}

button.btn.submit {
    border: 1px Solid #fff;
    color: #fff;
}