body {
  overflow-x: hidden;
  background: linear-gradient(
    180deg,
    #fffcdb -1.66%,
    rgba(255, 252, 219, 0) 106.13%
  );
}
.navbar-inner {
  background-color: transparent;
}

.navbar-inner {
  background-color: transparent;
}
.nav-item a {
  color: #000;
  font-weight: 500;
}
.nav-item a:hover {
  color: #fdce0d !important;
}
.dropdown button {
  color: #fff;
}
.dropdown button:hover {
  color: #fdce0d;
}
.dropdown-menu .dropdown-item {
  background-color: transparent;
  color: #000; /* text color */
}
.dropdown-menu .dropdown-item:hover {
  background-color: transparent; /* hover background color */
}
.navbar-toggler-icon {
  background-color: transparent; /* Default color for the toggler icon */
}

.nav-item .dropdown-menu .dropdown-item {
  color: #000; /* Color for the nav items */
}
.navbar-nav .nav-item .nav-link.active,
.navbar-nav .nav-item .nav-link:hover {
  color: #fdce0d; /* Color for the active or hovered nav items */
}
.navbar-nav {
  text-align: end;
  z-index: 111111;
}
.title div {
  text-align: center;
}
.navbar-collapse {
  justify-content: end !important;
}
.nav-item.active .nav-link {
  color: orange !important;
}
.title {
  color: #000;
  font-family: Inter;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
.image1 img {
  /* width: 547px; */
  height: 392px;
  flex-shrink: 0;
  border-radius: 12px;
}
.image2 img {
  height: 500px;
  flex-shrink: 0;
  border-radius: 12px;
}
.image3 {
  width: auto;
  height: 569px;
}

.foot1 {
  background: #fffcdb;
  /* height: 435px; */
}
.foot2 {
  height: 70px;
  background: #fac639;
  /* margin-top: 150px; */
}
.head1 {
  color: #f2a82a;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.head2 {
  color: #6a6a6a;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
}
.decoration {
  list-style-type: none;
}
.copy {
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  margin-top: 28px;
}
.service {
  background: linear-gradient(
    180deg,
    #fff 7.04%,
    #fffcdb 49.76%,
    rgba(255, 255, 255, 0) 106.13%
  );
}
.card {
  max-width: 350px;
  margin: auto;
  transition: transform 0.3s;
  &:hover {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
    background: linear-gradient(
      180deg,
      #fffcdb -1.66%,
      rgba(255, 252, 219, 0) 106.13%
    );
    opacity: 1;
    transform: scale(1.01);
  }
}
.card-title {
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.card-text {
  color: #8d8c8c;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.cardChk span {
  margin-right: 5px;
}
.cardChk {
  color: #8d8c8c;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.card-link {
  color: #f2a82a;
  font-family: Montserrat;
  font-size: 14.717px;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  line-height: normal;
}
.card {
  height: 430px;

  border-radius: 8.83px;
  background: #fff;
  box-shadow: 0px 2.94339px 11.0377px 0px rgba(0, 0, 0, 0.1);
}
.card img {
  height: 200px;
}
.testimonyImg {
  width: 124px;
  height: 124px;
  flex-shrink: 0;
  border: 1px solid #000;
  border-radius: 50%;
  margin: auto;
}
.testimonyDesc {
  color: #8d8c8c;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.testimonyName {
  color: #000;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;

  margin: auto;
}
.AppointmentDesc {
  color: #8d8c8c;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.enteremail {
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
  border: none;
}
.enteremail input {
  border: none;
}
@media (max-width: 767px) {
  .banner {
    display: none;
  }
  svg {
    display: none;
  }
}
.revMrg {
  color: #8d8c8c;
  text-align: center;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.banner {
  box-shadow: 0px 4px 25px 5px rgba(0, 0, 0, 0.5);
  border-radius: 20px;
}
.banner img {
  border-radius: 20px;
  padding: 10px;
}
