.contact-us-page h2 {
  margin-top: 0;
}
.contact-us-page section:not(#banner-section) {
  padding: 48px 0;
}
.contact-us-page #banner-section {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: #27b6b3;
}
.contact-us-page #banner-section h1 {
  color: #fff;
  font-size: 5.5em;
  margin: 0;
  line-height: 1;
  font-weight: 900;
}
.contact-us-page #banner-section h3 {
  font-size: 2em;
  font-weight: 500;
  margin: 0;
  color: #fff;
}
.contact-us-page #banner-section .heading {
  position: absolute;
  z-index: 2;
  width: calc(100% - 50vh - 80px);
  max-width: 850px;
  top: 50%;
  transform: translate(0, -50%);
}
@media (max-width: 1000px) {
  .contact-us-page #banner-section .heading {
    margin: 0 auto;
    width: calc(100% - 48px);
    max-width: 650px;
    left: 0;
    padding: 0 48px;
    box-sizing: border-box;
  }
  .contact-us-page #banner-section .heading h1 {
    font-size: 3.5em;
  }
  .contact-us-page #banner-section .heading h3 {
    font-size: 1.8em;
  }
}
.contact-us-page #banner-section .logo-background {
  position: absolute;
  top: 50%;
  right: 100px;
  transform: translate(50%, -50%);
  height: calc(100% - 150px);
  width: auto;
  max-width: none;
  max-height: none;
  opacity: 0.4;
  z-index: 1;
  filter: brightness(1.3);
}
@media (max-width: 1000px) {
  .contact-us-page #banner-section .logo-background {
    opacity: 0.2;
  }
}
.contact-us-page #forms-section {
  margin: 32px 0;
}
.contact-us-page #forms-section .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
}
@media (max-width: 767px) {
  .contact-us-page #forms-section .container {
    display: flex;
    flex-direction: column-reverse;
  }
}
.contact-us-page #forms-section .message-column {
  padding: 48px;
  background: #148f8d;
  color: #fff;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .contact-us-page #forms-section .message-column {
    display: flex;
    flex-direction: column-reverse;
  }
}
.contact-us-page #forms-section .message-column .content {
  z-index: 2;
}
.contact-us-page #forms-section .message-column .logo-background {
  position: absolute;
  top: 100%;
  right: 50%;
  transform: translate(50%, -44%);
  width: 100%;
  opacity: 0.2;
  z-index: 1;
}
.contact-us-page #forms-section .message-column h2 {
  font-size: 2.5em;
  font-weight: 700;
  margin: 0 0 8px;
}
.contact-us-page #forms-section .message-column p {
  font-size: 1.1em;
  font-weight: 500;
  margin: 0;
  max-width: 500px;
}
.contact-us-page #forms-section button {
  background: #148f8d;
  color: #fff;
  font-size: 1.3em;
  font-weight: 500;
  font-family: "Plus Jakarta Sans", sans-serif;
  border: 0;
  padding: 12px 16px;
  outline: none;
  cursor: pointer;
  border-radius: 30px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.contact-us-page #forms-section button i {
  font-size: 1.3em;
}
.contact-us-page #forms-section .form-control {
  margin-bottom: 16px;
}
.contact-us-page #forms-section .group-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.contact-us-page #forms-section input,
.contact-us-page #forms-section textarea {
  font-family: "Plus Jakarta Sans", sans-serif;
  border: 0;
  background: #cce7e7;
  color: #148f8d;
  padding: 16px 24px;
  font-size: 1em;
  border-radius: 24px;
  width: 100%;
  outline: #148f8d;
  box-sizing: border-box;
}
.contact-us-page #forms-section input::placeholder,
.contact-us-page #forms-section textarea::placeholder {
  color: #6ca3a3;
}
.contact-us-page #forms-section textarea {
  min-height: 175px;
}
.contact-us-page #forms-section label {
  padding-left: 8px;
  display: block;
  font-size: 1.2em;
  font-weight: 600;
  color: #148f8d;
  margin-bottom: 4px;
}
.contact-us-page #contact-info-section .info-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 42px;
}
@media (max-width: 1199px) {
  .contact-us-page #contact-info-section .info-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .contact-us-page #contact-info-section .info-container .full-width {
    grid-column: 1/-1;
  }
}
@media (max-width: 1199px) {
  .contact-us-page #contact-info-section .info-container {
    grid-template-columns: 1fr;
  }
}
.contact-us-page #contact-info-section .info-container h2 {
  margin: 0;
}
.contact-us-page #contact-info-section .info-container .heading {
  display: flex;
  align-items: center;
  gap: 8px;
}
.contact-us-page #contact-info-section .info-container .heading i {
  font-size: 2em;
}
.contact-us-page #contact-info-section .info-container p {
  font-size: 1.1em;
  font-weight: 500;
}
.contact-us-page #contact-info-section .info-container > div {
  padding: 24px;
  border-radius: 14px;
  box-shadow: 0px 2px 5px 2px #d7d7d7;
}
.contact-us-page #contact-info-section .mobile-number {
  background: #148f8d;
  color: #fff;
}
.contact-us-page #contact-info-section .mobile-number a {
  color: #ffffff;
  text-decoration: none;
  word-break: break-all;
}
.contact-us-page #contact-info-section .email-number {
  background: #27b6b3;
  color: #ffffff;
}
.contact-us-page #contact-info-section .email-number a {
  color: #ffffff;
  text-decoration: none;
  word-break: break-all;
}
.contact-us-page #contact-info-section .address-number {
  color: #027573;
}
.contact-us-page #contact-info-section .address-toggle {
  cursor: pointer;
  transition: box-shadow 0.2s ease, transform 0.2s ease, background 0.2s ease;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.contact-us-page #contact-info-section .address-toggle:hover {
  transform: translateY(-2px);
}
.contact-us-page #contact-info-section .address-toggle:focus-visible {
  outline-color: #27b6b3;
}
.contact-us-page #contact-info-section .address-toggle.is-active {
  background: #027573;
  color: #ffffff;
  box-shadow: 0px 2px 8px 3px rgba(2, 117, 115, 0.35);
}
.contact-us-page #google-map {
  border: 0;
  width: 100%;
  border-radius: 20px;
}

/*# sourceMappingURL=contact.css.map */
