.banner-section {
  padding-top: 80px;
}

.banner-section .bg-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 649px;
}

.contact-form .description {
  text-align: center;
  color: #212529;
  text-align: center;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  padding-bottom: 8px;
}

.contact-form {
  padding: 27px 37px;
  background-color: #f8f8f8;
  border-radius: 24px;
  width: 480px;
  box-shadow: 15px 32px 30px 0px rgba(85, 105, 135, 0.25);
  margin-bottom: 60px;
}

.contact-form .title {
  text-align: center;
  color: #f36d09;
  text-align: center;
  /* font-family: Roboto; */
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
}

.contact-form .description {
  text-align: center;
  color: #212529;
  text-align: center;
  /* font-family: Roboto; */
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  padding-bottom: 8px;
}

.overview-section {
  position: relative;
  padding-top: 31px;
  padding-bottom: 19px;
  background-color: #f6f6f6;
}

.contact-address {
  padding: 35px 0px;
  background-color: #fff;
  padding-bottom: 57px;
}

.sec-title h2 {
  position: relative;
  margin-top: 0px;
  z-index: 1;
  color: #f36d09;
  font-family: Roboto;
  font-size: 45px;
  font-style: normal;
  font-weight: 500;
  line-height: 58px;
}

.overview-details .text p {
  color: #2a2a2a;
  font-size: 18px;
  line-height: 1.8em;
  font-weight: 400;
  text-align: justify;
}

.apps-section {
  position: relative;
  padding-top: 32px;
  padding-bottom: 20px;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="password"],
.default-form .form-group input[type="tel"],
.default-form .form-group input[type="email"],
.default-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  line-height: 26px;
  padding: 10px 40px;
  height: 50px;
  color: #222222;
  font-size: 14px;
  font-weight: 400;
  border-radius: 6px;
  background-color: #ffffff;
  border: 1px solid #d3d6dd;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: "Roboto", sans-serif;
}

.main-menu .navigation > li > a {
  position: relative;
  display: block;
  color: #2a2a2a;
  text-align: center;
  line-height: 30px;
  text-transform: capitalize;
  letter-spacing: 0px;
  opacity: 1;
  padding: 26px 0px;
  font-size: 16px;
  font-weight: 500;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  font-family: "Roboto", sans-serif;
}

.default-form .form-group {
  position: relative;
  margin-bottom: 20px;
}

.contact-form .description {
  text-align: center;
  color: #212529;
  text-align: center;
  /* font-family: Roboto; */
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  padding-bottom: 0px;
}

.client-carousel-section {
  background-color: #fff;
}

.section-title {
  color: #ff6600;
  font-weight: 700;
  font-size: 28px;
}

.clientSwiperTop,
.clientSwiperBottom {
  width: 80%;
  margin: 0 auto;
}

.clientSwiperTop .swiper-slide,
.clientSwiperBottom .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.clientSwiperTop img,
.clientSwiperBottom img {
  /* width: 90px; */
  height: auto;
  /* opacity: 0.8; */
  transition: all 0.3s ease;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px,
    rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.clientSwiperTop img:hover,
.clientSwiperBottom img:hover {
  opacity: 1;
  transform: scale(1.05);
}

/* form-popup */
/* Overlay background */
.form-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Popup box */
.form-popup {
  background: #fff;
  border-radius: 12px;
  width: 95%;
  max-height: 85vh;
  overflow-y: auto;
  padding: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  position: relative;
  animation: fadeInUp 0.4s ease;
}

/* Slide animation */
@keyframes fadeInUp {
  from {
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Close button */
.close-btn {
  position: absolute;
  top: 10px;
  right: 14px;
  font-size: 26px;
  color: #333;
  cursor: pointer;
  line-height: 1;
}

/* Disable popup on desktop */
@media (min-width: 768px) {
  .form-popup-overlay {
    display: none !important;
  }
}

/* Popup title */
.popup-title {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  color: #ff6600; /* You can change this color */
  margin-top: 5px;
  margin-bottom: 15px;
}

/* Reduce height of form fields */
.form-popup input[type="text"],
.form-popup input[type="email"],
.form-popup select,
.form-popup textarea {
  height: 38px !important;
  padding: 6px 10px !important;
  font-size: 14px !important;
  border-radius: 6px !important;
}

.form-popup textarea {
  min-height: 80px !important;
}

/* Adjust spacing between fields */
.form-popup .form-group {
  margin-bottom: 10px !important;
}

/* Reduce button height */
.form-popup .submit-btn {
  padding: 8px 18px !important;
  font-size: 15px !important;
  width: 16rem !important;
}

.chat-handler .lp-launcher.bar {
  background-color: #484a49;
  border-radius: 28px;
  bottom: 0 !important;
  color: #fff;
  display: flex;
  padding: 7px 10px 3px 18px;
  width: 171px !important;
}

.overview-section {
  position: relative;
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}

.apps-section {
  position: relative;
  padding-top: 54px;
  padding-bottom: 20px;
}

.steps-section {
  position: relative;
  padding: 32px 0px;
  background-color: #f6f6f6;
}

.team-section {
  position: relative;
  overflow: hidden;
  padding: 27px 0px 28px;
  background-color: #fff;
}

.featured-section {
  position: relative;
  padding-top: 43px;
  padding-bottom: 0px;
  background-color: #f6f6f6;
}

.contact-section {
  position: relative;
  padding-top: 28px;
  background: #fff;
}

/* Overlay background */
.form-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Popup box */
.form-popup {
  background: #fff;
  border-radius: 12px;
  width: 95%;
  max-height: 85vh;
  overflow-y: auto;
  padding: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  position: relative;
  animation: fadeInUp 0.4s ease;
}

/* Slide animation */
@keyframes fadeInUp {
  from {
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Close button */
.close-btn {
  position: absolute;
  top: 10px;
  right: 14px;
  font-size: 26px;
  color: #333;
  cursor: pointer;
  line-height: 1;
}

/* Disable popup on desktop */
@media (min-width: 768px) {
  .form-popup-overlay {
    display: none !important;
  }
}

/* Popup title */
.popup-title {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  color: #ff6600; /* You can change this color */
  margin-top: 5px;
  margin-bottom: 15px;
}

/* Reduce height of form fields */
.form-popup input[type="text"],
.form-popup input[type="email"],
.form-popup select,
.form-popup textarea {
  height: 38px !important;
  padding: 6px 10px !important;
  font-size: 14px !important;
  border-radius: 6px !important;
}

.form-popup textarea {
  min-height: 80px !important;
}

/* Adjust spacing between fields */
.form-popup .form-group {
  margin-bottom: 14px !important;
}

/* Reduce button height */
.form-popup .submit-btn {
  padding: 8px 18px !important;
  font-size: 15px !important;
}
