.hero-section {
  min-height: 100vh;
  height: max-content;
  padding: 160px 100px 0px 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hero-caption {
  font-style: normal;
  font-weight: 800;
  font-size: 78px;
  line-height: 130%;
  text-align: center;
}

.hero-paragraph {
  max-width: 716px;
  text-align: center;
}

.hero-portfolio-logos {
  display: flex;
  justify-content: center;
  gap: 60px;
  row-gap: 40px;
  flex-wrap: wrap;
  align-items: center;
}

.hero-portfolio-logos > img {
  max-height: 63px;
  max-width: 250px;
  object-fit: contain;
}

.service-image {
  max-height: 300px;
  max-width: 300px;
}
.service-highlights {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 220%;
  letter-spacing: 1.25px;
}
.get-in-touch {
  background-color: var(--secondary-bg);
  background-image: url("../img/get-in-touch.png");
  background-repeat: no-repeat;
  background-position: right;
  padding: 50px 40% 50px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 50px;
  min-height: 600px;
}
.get-in-touch-heading {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 130%;
}

.booking-section {
  background-color: var(--blue);
  border-radius: 20px;
  display: flex;
  padding: 30px 120px;
  align-items: center;
  justify-content: space-between;
}
.booking-section-heading {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  width: max-content;
  margin-bottom: 0px;
}
.accordion.sub-section-padding {
  padding: 80px;
}
.address-heading {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 130%;
  text-align: start;
  color: var(--blue);
}

.address-body {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-align: start;
  color: var(--black);
}
.section-heading.blue-text.text-start {
  margin: 0px 0px 20px 0px;
}
footer {
  padding-left: 100px;
  padding-right: 100px;
}
.copyright-text {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: var(--black);
}
