body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
}

/* img {
  max-width: fit-content;
  height: auto;
} */

h1 {
  font-size: 40px;
  line-height: 50px;
  color: #111111;
  font-weight: 600;
}

h2 {
  font-size: 40px;
  line-height: 50px;
  color: #111111;
  font-weight: 600;
}

h3 {
  font-size: 22px;
  line-height: 27px;
  color: #111111;
  font-weight: 600;
}

p span {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: #f7c51e;
  font-weight: 600;
}

::selection {
  color: #000;
  background: #f7c51e;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: #000;
}

::-webkit-scrollbar-thumb {
  background: #f7c51e;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.skeleton {
  /* background: linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%); */
  background-size: 200% 100%;
  /* animation: shimmer 1.5s infinite; */
}

/* @keyframes shimmer {
  0% {
    background-position: -200% 0;
  }

  100% {
    background-position: 200% 0;
  }
} */

.container {
  max-width: 1280px;
}

.read-some {
  color: #fff;
}
.modal.show {
  background-color: rgba(0, 0, 0, 0.75);
}
.terms-content {
  padding: 40px 0px 0px 0px;
}
.terms-content p a {
  color: #000;
}
.terms-content h2 {
  padding-bottom: 10px;
}
.terms-content ul li {
  padding-bottom: 10px;
  font-size: 18px;
  color: #000;
  font-family: "Raleway", sans-serif;
}
.terms-content h2 {
  font-size: 32px;
}

/* Preloader Styling */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #012f6b;
  /* background: linear-gradient(135deg, #0f0f0f, #1a1a1a); */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
#preloader h1 {
  color: #fff;
  font-size: 35px;
  padding-top: 15px;
  margin-bottom: 0px;
  animation: fadeIn 1s ease-in-out infinite;
}
.bar-container {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}
.bar {
  width: 10px;
  height: 50px;
  background: linear-gradient(45deg, #f7c51e, #ff8c00);
  border-radius: 5px;
  animation: bounce 1.2s infinite ease-in-out;
}

.bar:nth-child(1) {
  animation-delay: 0s;
}
.bar:nth-child(2) {
  animation-delay: 0.2s;
}
.bar:nth-child(3) {
  animation-delay: 0.4s;
}
.bar:nth-child(4) {
  animation-delay: 0.6s;
}
.bar:nth-child(5) {
  animation-delay: 0.8s;
}
/* Animations */
@keyframes bounce {
  0%,
  100% {
    transform: scaleY(1);
  }
  50% {
    transform: scaleY(2);
  }
}

@keyframes fadeIn {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
#content {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
/* Preloader Styling */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}
p {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  line-height: 29px;
  color: #000;
}

/***************Launch popup css starts***************/
.modal-content.getquote {
  display: none;
}
.launch-offer {
  background-color: #111111;
  background-image: url(/sites/default/files/popup-bg.png);
  background-repeat: no-repeat;
  background-size: 70%;
}
#getintouchmodal .modal-dialog {
  width: 100%;
  max-width: 800px;
  margin: 0px auto;
}
#getintouchmodal .modal-dialog .getquote {
  width: 100%;
  max-width: 600px;
  margin: 0px auto;
}
#getintouchmodal .launch-offer .modal-header {
  background-color: transparent;
  border: none;
}
#getintouchmodal .launch-offer .modal-header .modal-close-button {
  background-color: #f7c51e;
  opacity: 1;
  border-radius: 50px;
  color: #fff;
  font-size: 13px;
}
.popup-top {
  text-align: center;
  color: #fff;
}
.popup-top h2 {
  color: #f7c51e;
  font-weight: bold;
  margin-bottom: 2px;
  line-height: 40px;
  font-size: 50px;
}
.popup-top h3 {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}
.popup-top p {
  color: #fff;
  font-size: 16px;
  width: 100%;
  max-width: 490px;
  margin: 0px auto;
}
.popup-top a {
  background-color: #f7c51e;
  border-radius: 16px;
  color: #111111;
  text-decoration: none;
  padding: 8px 16px;
  margin-top: 20px;
  font-weight: 600;
  overflow: hidden;
  transition: all 0.2s linear 0s;
  display: inline-block;
  width: 120px;
  position: relative;
}
.popup-top a.effect-1:before {
  content: "";
  background-image: url(/sites/default/files/joinnow-right-arrow.svg);
  background-repeat: no-repeat;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 12px;
  top: 13px;
  opacity: 0;
  height: 12px;
  width: 12px;
  transition: all 0.2s linear 0s;
}
.popup-top a.effect-1:hover {
  text-indent: -20px;
}
.popup-top a.effect-1:hover:before {
  opacity: 1;
  text-indent: 0px;
}

#getintouchmodal .launch-offer .modal-body {
  padding-bottom: 0;
}
.launch-popup-image {
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  justify-content: space-between;
}
.organic-popup img,
.infraeye-popup img {
  width: 280px;
  height: auto;
}
.organic-popup,
.infraeye-popup {
  display: flex;
  flex-direction: column;
  width: 50%;
  align-items: center;
}
.launch-popup-image a {
  display: block;
  color: #fff;
  text-decoration: none;
  border: 1px solid #f7c51e;
  text-align: center;
  width: fit-content;
  padding: 5px 20px;
  margin-top: 20px;
  border-radius: 16px;
}
.launch-popup-image a:hover {
  background-color: #f7c51e;
  color: #000;
}
[data-drupal-messages] {
  display: none !important;
}
.captcha {
    position: relative;
}
.form-error-message {
  color: red;
  position: absolute;
  font-size: 12px;
}
.captcha .form-error-message {
  position: absolute;
  bottom: -18px;
}
img.mobile {
    display: none;
}
/***************Launch popup css starts***************/
