body {
  background: #fff;
}

input.form-control {
  height: 50px !important;
}

.contact-hero-bg {
  background-image: url("/public/assets/img/contact/contact-shape.png");
  background-repeat: no-repeat;
  background-position: 75% top;
}

.book-call-bg {
  background: url("/public/assets/img/contact/book-call-bg.png") center
    center/cover no-repeat;
  color: #fff;
  padding: 3rem 0 2rem 0;
  position: relative;
  height: 632px;
}

/* Book Call Section Styles */
.book-call-section {
  background: url("/public/assets/img/contact/book-call-shape.png") center
    center/cover no-repeat;
  border-radius: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  overflow: hidden;
  margin-bottom: 3rem;
  padding: 2rem 53px 2rem 40px;
}
/* Overlay for faded effect */
.book-call-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
}
.book-call-left,
.book-call-right {
  position: relative;
  z-index: 1;
}
.book-call-left {
  flex: 1 1 55%;
  min-width: 260px;
  display: flex;
  align-items: center;
  padding: 4.5rem 2rem 7.5rem 3.5rem;
  background: transparent;
}
.book-call-shape {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 45%;
  min-width: 180px;
  z-index: 1;
  pointer-events: none;
}
.book-call-heading {
  font-size: 2.6rem;
  color: #222;
  line-height: 1.15;
  margin: 0;
  z-index: 1;
  width: 600px;
  font-family: "GTUltra-Bold";
}
.book-call-right {
  flex: 1 1 25%;
  min-width: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.5rem 2.5rem 2.5rem 0.5rem;
  margin-right: 25px;
}
.book-call-text {
  font-size: 1.1rem;
  color: #222;
  margin-bottom: 1.5rem;
}
.book-call-btn {
  background: #d7b835;
  color: #222;
  border: none;
  border-radius: 6px;
  padding: 0.75rem 2rem;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.05em;
  transition: background 0.2s;
  box-shadow: 0 2px 8px rgba(230, 194, 0, 0.08);
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
}
.book-call-btn:hover,
.book-call-btn:focus {
  background: #d7b835;
  color: #222;
  text-decoration: none;
}
@media (max-width: 767px) {
  .book-call-section {
    flex-direction: column;
  }
  .book-call-left,
  .book-call-right {
    padding: 2rem 1rem;
  }
  .book-call-shape {
    width: 100px;
    min-width: 100px;
  }
}
