@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&family=Varela+Round&display=swap");

:root {
  --orange: #d66e0c;
  /* --primary-index-color: #143e68; */
  --primary-index-color: #004487;
  --secondry-index-color: #009588;
  --primary-bg-color: #004487;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  height: 100%;
}
.contact-us-containers {
  background-color: var(--primary-bg-color);
  min-height: 105vh;
  position: relative;
}
.contact-us-containers .btm-img {
  position: absolute;
  bottom: -100px;
  /* z-index:-1; */
}
.contact-us-containers .btm-img img{
  min-width: 100vw;
}
.contact-us-containers .left-img {
  position: absolute;
  bottom: 0;
  top:150px;
  /* z-index:-1; */
}

.contact-us-containers .right-img {
  position: absolute;
  bottom: 0;
  right: 0;
  top:150px;
  /* z-index:-1; */
}
.contact-us-containers .contact-header {
  /* padding-top: 12rem;
  padding-bottom: 3rem; */
  text-align: center;
  /* margin-top: 60px; */
  /* margin-bottom: 20px; */
}

.contact-us-containers .contact-header h1 {
  color: #fff;
  font-family: "Varela Round", sans-serif;
  font-size: 66px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.contact-us-containers .contact-header h1 span {
  color: var(--secondry-index-color);
}

.contact-us-containers .contact-header p {
  max-width: 800px;
  margin: auto;
  color: #fff;

  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
}

.contact-us-containers .form-container {
  /* background-color: white; */
  position: relative;
  z-index: 1;
  color: black;
  padding: 2rem;
  /* padding-top: 0; */
  border-radius: 10px;
  max-width: 800px;
  margin: 50px auto;
  margin-top: 0;
  border-radius: 8px;
  background: #fff;
  /* box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.03); */
}

.contact-us-containers .form-container .form-label {
  color: #5a7184;
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.contact-us-containers .form-control,
.contact-us-containers .form-select {
  border-radius: 8px;
  border: 1px solid #c3cad9;
  background: #fff;
  height: 56px;
}
.contact-us-containers .form-container .form-control {
  color: #959ead;

  font-family: Quicksand;
  font-size: 16px;
}
.contact-us-containers .text-form {
  height: 137px;
}

.contact-us-containers .btn-primary {
  background-color: var(--primary-bg-color);
  border: 1px solid var(--primary-bg-color);
  /* border: none; */
  padding: 0.5rem 2rem;
  border-radius: 25px;
  color: #fff;
  text-align: center;
  font-family: Quicksand;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.contact-us-containers .btn-primary:hover {
  background-color: #fff;
  color: var(--primary-bg-color);
  border: 1px solid var(--primary-bg-color);
}
@media (max-width: 768px) {

  .contact-us-containers .btm-img {
  position: absolute;
  bottom: -1px;
  /* z-index:-1; */
}
  .contact-us-containers .contact-header h1 {
    font-size: 50px;
  }
  .contact-us-containers .contact-header p {
    font-size: 20px;
    line-height: 29px;
  }

  .contact-us-containers .left-img {
  position: absolute;
  bottom: 0;
  top:90px;
  scale: 0.7;
  left:-50px;

  /* z-index:-1; */
}

.contact-us-containers .right-img {
  position: absolute;
  bottom: 0;
  right: 0;
  top:90px;
  scale: 0.7;
  right:-50px;
  /* z-index:-1; */
}
}

@media (max-width: 576px) {
  .contact-us-containers .contact-header h1 {
    font-size: 40px;
  }
  .contact-us-containers .contact-header p {
    font-size: 18px;
    line-height: 27px;
  }

  .contact-us-containers .left-img {
  position: absolute;
  bottom: 0;
  top:-50px;
  scale: 0.3;
  left:-115px;

  /* z-index:-1; */
}

.contact-us-containers .right-img {
  position: absolute;
  bottom: 0;
  right: 0;
  top:-50px;
  scale: 0.3;
  right:-115px;
  /* z-index:-1; */
}
.contact-us-containers .form-container {
  margin-top: 2.8rem;
  margin-left: 2.8rem;
  margin-right: 2.8rem;

}
.contact-us-containers .form-control,
.contact-us-containers .form-select {
  height:50px
}
}

/* ------------------------------------------------- */
/* location section */
/* ------------------------------------------------- */

.location-wrapper {
  padding: 5rem;
  background-color: #fff;
}

.location-wrapper .location-container {
  border-radius: 40px;
  border: 1px solid var(--primary-index-color);
  padding: 2rem;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 2rem;
  background: white;
  /* max-width: 1000px; */
  margin: auto;
}

.location-wrapper .contact-block {
  flex: 1 1 250px;
  text-align: center;
}

.location-wrapper .contact-block img {
  width: 40px;
  margin-bottom: 10px;
}

.location-wrapper .contact-block h3 {
  color: var(--secondary-index-color);

  text-align: center;
  font-family: Quicksand;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 133.333% */
  letter-spacing: 0.2px;
  margin: 0.5rem 0;
}

.location-wrapper .contact-block a {
  /* color: #003366; */
  text-decoration: none;
  /* font-weight: 500; */
}

.location-wrapper .contact-block p {
  margin: 0.3rem 0;
  color: var(--primary-index-color);

  text-align: center;
  font-family: Quicksand;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26.8px; /* 191.2% */
  letter-spacing: 1px;
}

.location-wrapper .contact-block p strong {
  color: #003366;
}

.location-wrapper .contact-bw {
  background: url(/images/bg-contact.webp);
  background-position: center;
  background-repeat: no-repeat;
  padding: 1rem;
}

/* Responsive */
@media (max-width: 768px) {
  .location-wrapper {
    padding: 2rem;
    background-color: #fff;
  }

  .location-wrapper .location-container {
    flex-direction: column;
    text-align: center;
    border: none;
  }
  .location-wrapper .location p{
    text-align: center;
  }
  .location-wrapper .contact-block {
    /* border-bottom: 1px solid #eaeaea; */
    flex: 1 1 171px;
    text-align: center;
    padding-bottom: 1.5rem;
  }

  .location-wrapper .contact-block:last-child {
    border-bottom: none;
  }

  .location-wrapper .contact-bw {
    background: #fff;
    background-position: center;
    background-repeat: no-repeat;
    padding: 1rem;
  }

  .location-wrapper .location p {
    text-align: center;
    padding-left: 1rem;
  }
}

/* ------------------------------------------------- */
/* location section */
/* ------------------------------------------------- */

.image-container {
  min-height: 80vh;
  /* width: 100vw; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-container .image-wrapper {
  padding: 12rem !important;
  width: 100%;
  height: 100%;
  /* width: 100vw; */
  /* height: 100vh; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: url("/images/map.png") no-repeat center center; */
  /* object-fit: contain; */
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 768px) {
  .image-container {
    min-height: 60vh;
  }

  .image-container .image-wrapper {
    padding: 0rem !important;
  }
}

/* ------------------------------------------------- */
/* faq section */
/* ------------------------------------------------- */
.faq-section {
  padding: 5rem;
}

.faq-section .faq-header {
  /* text-align: center; */
  /* border: 2px dotted #008080; */
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 2rem;
  color: #009588;
  font-family: "Varela Round", sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 68px; /* 42.857% */
}

.faq-section .faq-box {
  background-color: var(--primary-index-color);
  color: white;
  border-radius: 10px;
  padding: 1.5rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;

  overflow: hidden;
  text-overflow: ellipsis;
}

.faq-section .faq-box span {
  color: #fff;

  font-family: "Varela Round", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 100% */
}

.faq-section .faq-box i {
  color: white;
  font-size: 0.8rem;
}

@media (max-width: 768px) {
  .faq-section .faq-box span {
    font-size: 0.8rem;
  }

  .faq-section .faq-box i {
    font-size: 0.8rem;
  }

  .faq-section {
    padding: 2rem;
  }
  .faq-section .faq-header {
    font-family: "Varela Round", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
  }
}
