/* Lazy-load helpers (replaces Perfmatters inline styles) */
.perfmatters-lazy.pmloaded,
.perfmatters-lazy.pmloaded > img,
.perfmatters-lazy > img.pmloaded,
.perfmatters-lazy[data-ll-status="entered"] {
  animation: 500ms pmFadeIn;
}

@keyframes pmFadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

body .perfmatters-lazy-css-bg:not([data-ll-status="entered"]),
body .perfmatters-lazy-css-bg:not([data-ll-status="entered"]) *,
body .perfmatters-lazy-css-bg:not([data-ll-status="entered"])::before,
body .perfmatters-lazy-css-bg:not([data-ll-status="entered"])::after,
body .perfmatters-lazy-css-bg:not([data-ll-status="entered"]) *::before,
body .perfmatters-lazy-css-bg:not([data-ll-status="entered"]) *::after {
  background-image: none !important;
  will-change: transform;
  transition: opacity 0.025s ease-in, transform 0.025s ease-in !important;
}

.fs-14 {
  font-family: inherit !important;
  color: #2b2b2b !important;
  font-size: 14px !important;
  line-height: 22px !important;
}

button,
input,
optgroup,
select,
textarea {
  font-family: 'DM Sans', sans-serif !important;
}

.social-link h5,
.footer-menu h5 {
  color: #fff !important;
}

footer .social-link ul.footer-social-list,
footer .social-link ul {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  list-style: none !important;
  padding: 0;
  margin: 0 0 20px;
  gap: 10px;
}

footer .social-link ul li {
  display: inline-flex !important;
  margin: 0 !important;
  width: auto !important;
  float: none !important;
}

footer .social-link ul li a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  text-decoration: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}

footer .social-link ul li a .footer-social-icon,
footer .social-link ul li a img {
  display: block !important;
  width: 32px !important;
  height: 32px !important;
  max-width: 32px !important;
  object-fit: contain;
  opacity: 1 !important;
  visibility: visible !important;
}

.logo-slider .owl-nav,
.logo-slider .owl-dots {
  display: none;
}

.book-demo-input p,
.banner-form p {
  display: flex;
  align-items: center;
  margin: 0;
}

.book-demo-input br,
.banner-form br {
  display: none;
}

.meetings-iframe-container {
  min-height: 350px;
}

#boxclose .eicon-close::before {
  content: "\00d7";
  font-family: Arial, sans-serif;
  font-size: 28px;
  font-style: normal;
  line-height: 1;
}
