@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("../fonts/montserrat-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400 700;
  font-stretch: 100%;
  font-display: swap;
  src: url("../fonts/open-sans-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/lato-400-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/lato-700-latin.woff2") format("woff2");
}

html {
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  font-family: "Open Sans", sans-serif;
}

.blissy-blue,
.text-primary-3 {
  color: #2c3e50 !important;
}

.button,
.button-2,
.button-3 {
  background-color: #2c3e50 !important;
  border-color: #2c3e50 !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 700 !important;
}

.button:hover,
.button-2:hover,
.button-3:hover {
  background-color: #1a252f !important;
}

.div-block-40 {
  background-color: #1a252f !important;
}

.salebar {
  color: #c0c0c0 !important;
}

.heading-15 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}

.heading-17 .text-span {
  color: #2c3e50;
}

a {
  color: #2c3e50;
}

.special-offer-block {
  background-color: #f0f4f8 !important;
  border-left: 4px solid #2c3e50;
}

.red {
  color: #c0392b !important;
}

.press-quotes .w-slider {
  height: auto;
}

.press-quotes .w-slider-mask {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  height: auto;
  overflow: visible;
  white-space: normal;
}

.press-quotes .w-slide {
  display: block;
  width: auto;
}

.testimonials-slider .w-slide {
  display: none !important;
}

.testimonials-slider .w-slide.is-active {
  display: inline-block !important;
}

.floating-div {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  padding: 14px 20px;
  background-color: rgba(30, 30, 45, 0.82) !important;
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
  transition: opacity 0.4s ease, transform 0.4s ease;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.floating-div.visible {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}

.floating-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}

.floating-left {
  color: #ccc;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 1.45;
  text-align: center;
}

.floating-left strong {
  display: block;
  margin-bottom: 2px;
  color: #fff;
  font-size: 16px;
}

.floating-right {
  display: flex;
  flex-direction: column;
  gap: 7px;
  align-items: center;
}

.floating-btn {
  display: block;
  width: 100%;
  padding: 13px 20px;
  border-radius: 5px;
  background: #3b82c4;
  box-shadow: 0 2px 10px rgba(59, 130, 196, 0.5);
  color: #fff !important;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-align: center;
  text-decoration: none !important;
  white-space: nowrap;
  transition: background 0.2s;
}

.floating-btn:hover {
  background: #2d6fa8 !important;
  color: #fff !important;
}

.floating-sale-bar {
  box-sizing: border-box;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 5px 12px;
  border-radius: 5px;
  background: rgba(74, 35, 90, 0.95);
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
}

.floating-sale-label {
  padding: 2px 9px;
  border-radius: 3px;
  background: #7d3c98;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.floating-timer {
  font-weight: 600;
  letter-spacing: 1.5px;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .press-quotes .w-slider-mask {
    grid-template-columns: none;
    grid-auto-columns: 100%;
    grid-auto-flow: column;
    gap: 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .press-quotes .w-slider-mask::-webkit-scrollbar {
    display: none;
  }

  .press-quotes .w-slide {
    scroll-snap-align: center;
  }
}

@media (max-width: 600px) {
  .floating-div {
    padding: 10px 12px;
  }

  .floating-inner {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .floating-left {
    font-size: 12px;
  }

  .floating-left strong {
    font-size: 13px;
  }

  .floating-btn {
    padding: 10px 8px;
    font-size: 13px;
  }

  .floating-sale-bar {
    gap: 5px;
    padding: 4px 6px;
    font-size: 10px;
  }

  .floating-sale-label {
    padding: 2px 6px;
    font-size: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .floating-div,
  .floating-btn {
    transition: none;
  }
}
