/* Global Start */
* {
  font-family: "Jost", sans-serif;
}
ul li {
  list-style: none;
}
.btn-group {
  gap: 15px;
}
.btn {
  font-size: calc(16px + (18 - 16) * ((100vw - 360px) / (1920 - 360)));
  padding: 10px 30px;
  border-radius: 50px !important;
  transition: 0.5s ease-in-out;
}
.btn i {
  margin-right: 5px;
}
.btn-primary {
  background-color: #3a7c92;
  border-color: #3a7c92;
  color: #fff;
}
.btn-primary:hover {
  background-color: #111;
  border-color: #111;
  color: #fff;
}
.btn-secondary {
  background-color: #111;
  border-color: #111;
  color: #fff;
}
.btn-secondary:hover {
  background-color: #fff;
  border-color: #111;
  color: #111;
}
.form-control,
.form-select {
  padding: 10px 20px;
  font-size: 16px;
  color: #111;
}
.form-control:focus,
.form-select:focus {
  color: #111;
  background-color: #fff;
  border-color: #3a7c92;
  box-shadow: none;
}
.background-overlay {
  background-color: rgba(0, 0, 0, 0.4);
}
/* Global End */

/* Header Start */
.secondary-header {
  background-color: #3a7c92;
}
.header .logo {
  width: 230px;
}
/* Header End */

/* Banner Start */
.banner,
.about,
.cta,
.who-we-are,
.book-services,
.cta-second,
.why-choose,
.faq {
  padding: 100px 0;
}
.banner {
  background-image: url(../images/banner.png);
  background-size: cover;
  background-position: center;
}
.banner ul {
  gap: 10px;
}
.banner ul li {
  width: 49%;
  gap: 10px;
}
.banner-form {
  border-top: 5px solid #3a7c92;
}
/* Banner End */

/* About Start */
/* About End */

/* CTA Start */
.cta {
  background-image: url(../images/cta-bg.jpg);
  background-size: cover;
  background-position: center;
}
/* CTA End */

/* Who We Are Start */
.who-we-are {
  background-image: url(../images/services-bg.jpg);
  background-size: cover;
  background-position: center;
}
/* Who We Are End */

/* Book Services Start */
.book-services .row {
  row-gap: 20px;
}
.book-services .service-box {
  background-color: #ffc46c;
}
/* Book Services End */

/* CTA Start */
.cta-second {
  background-image: url(../images/cta-bg-2.jpg);
  background-size: cover;
  background-position: center;
}
/* CTA End */

/* Why Choose Start */
.why-choose {
  background-image: url(../images/process-bg.png);
  background-size: cover;
  background-position: center;
}
.why-choose ul {
  gap: 10px;
}
/* Why Choose End */

/* FAQ Start */
.faq .accordion {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.faq .accordion .accordion-item {
  border: none;
}
.faq .accordion .accordion-button {
  background-color: #fff0;
  border-radius: 10px;
  box-shadow: none;
  border: 1px solid #dee2e6;
}
/* FAQ End */

/* Thank You Start */
#thankyou svg,
#notFound svg {
  width: 40% !important;
}
/* Thank You End */

/* Modal Start */
.modal .modal-content .btn-close {
  background-image: unset;
  background-color: #3a7c92;
  border: 1px solid #fff;
  color: #fff;
  padding: 0;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  position: absolute;
  top: -10px;
  right: -10px;
  opacity: 1;
  z-index: 1;
  transition: 0.5s ease-in-out;
}
.modal .modal-content .btn-close:hover {
  background-color: #000;
}
.modal .modal-content .btn-close:focus {
  box-shadow: none;
}
/* Modal End */

/* Footer Start */
.footer {
  background-image: url(../images/footer-bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 60px 0;
}
.footer .logo {
  width: 250px;
}
.mobile-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  color: #fff;
}
.mobile-footer-left {
  background: #111;
}
.mobile-footer-right {
  background: #3a7c92;
}
.footer-or {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgb(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.footer-or span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  color: #111;
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Footer End */
