.video-background {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.video-background video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the video covers the entire area without distortion */
}

.video-card {
  margin-top: 10px;
  margin-bottom: 10px;
}

.video-card video {
  border-radius: 1rem;
}

.mute-icon {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 48px;
    height: 48px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    pointer-events: auto;
    cursor: pointer;
    z-index: 10;
}

.mute-icon:hover {
    background: rgba(0, 0, 0, 0.9);
    transform: scale(1.1);
}

.mute-icon svg {
    width: 24px;
    height: 24px;
    fill: white;
    transition: opacity 0.2s ease;
}

.mw {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}

.page {
  height: 70vh;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
  outline: none;
  font-family: "Ubuntu", sans-serif !important;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  font-feature-settings: "pnum" on, "lnum" on;
}

.page h1,
.page h2,
.page h3,
.page h4,
.page h5,
.page h6,
.page p,
.page ul,
.page hr {
  margin: 0;
  padding: 0;
}

.page .card {
  border: none;
}

.page a,
.page input,
.page button {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.page a:hover,
.page input:hover,
.page button:hover {
  outline: none;
  text-decoration: none;
}

.page input[type="submit"],
button {
  border: none;
  cursor: pointer;
}

.page input:not([type="checkbox"]):not([type="radio"]),
.page textarea,
.page select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.btn_c {
  width: 100%;
}
.btn_c .btn_m {
  background: #f55423;
  padding: 25px;
  text-align: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  max-width: 250px;
}
.btn_c .btn_m:hover {
  background-position: right center;
  color: #fff;
  text-decoration: none;
}

.page {
  overflow-x: hidden;
}
.page .header {
  z-index: 99;
  width: 100%;
  background-color: #252876;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.page .header .mw {
  padding: 2vh 2vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
.page .header .mw .left_side .logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #ffffff;
  white-space: nowrap;
}
.page .header .mw .left_side .logo a img {
  width: 140px;
  min-width: 140px;
  margin-right: 50px;
}
.page .header .mw .right_side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.page .header .mw .right_side .phone {
  margin-right: 35px;
}
.page .header .mw .right_side .phone a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 25px;
  white-space: nowrap;
  color: #ffffff;
}
.page .header .mw .right_side .phone a img {
  width: 25px;
  margin-right: 15px;
  height: auto;
}
.page .header .mw .right_side .btn_c .btn_m {
  font-size: 16px;
  border: 1px solid #ffffff;
  background: transparent;
  max-width: 190px;
  line-height: 18px;
  padding: 15px;
}
.page .main {
  /* background: url("../images/main_bg.jpg") no-repeat center center/cover; */
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
}
.page .main:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -o-linear-gradient(
    334.54deg,
    rgba(37, 40, 118, 0.28) 34.49%,
    rgba(37, 40, 118, 0) 96.06%
  );
  background: linear-gradient(
    115.46deg,
    rgba(37, 40, 118, 0.28) 34.49%,
    rgba(37, 40, 118, 0) 96.06%
  );
}
.page .main .main_cont {
  flex: 1;
}
.page .main .main_cont .mw {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 120px 2vh 215px;
  z-index: 2;
}
.page .main .main_cont .mw .cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.page .main .main_cont .mw .cont .left_side {
  width: 45%;
}
.page .main .main_cont .mw .cont .left_side .h1 {
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: 110%;
  max-width: 530px;
  color: #ffffff;
  padding-bottom: 30px;
}
.page .main .main_cont .mw .cont .left_side .h1 b {
  font-weight: 700;
}
.page .main .main_cont .mw .cont .left_side .h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 110%;
  text-transform: lowercase;
  color: #ffffff;
  padding-bottom: 40px;
}
.page .main .main_cont .mw .cont .left_side .btn_c {
  width: 250px;
}
.page .main .main_cont .mw .cont .left_side .btn_c span {
  font-style: normal;
  margin-top: 18px;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
}
.page .main .main_cont .mw .cont .right_side {
  position: relative;
  width: 52%;
}
.page .main .main_cont .mw .cont .right_side .main_img {
  width: 380px;
  position: absolute;
  right: -80px;
  z-index: 1;
  top: -70px;
}
.page .main .main_cont .mw .cont .right_side .main_img img {
  width: 100%;
  height: auto;
}
.page .main .main_cont .mw .cont .right_side .card {
  background: #ffffff;
  -webkit-box-shadow: 0px 3.12037px 23.4028px rgba(0, 139, 208, 0.14);
  box-shadow: 0px 3.12037px 23.4028px rgba(0, 139, 208, 0.14);
  border-radius: 4px;
  width: 475px;
  position: relative;
  z-index: 2;
  padding: 25px 0 30px 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 60px;
}
.page .main .main_cont .mw .cont .right_side .card .l_side {
  margin-right: 10px;
}
.page .main .main_cont .mw .cont .right_side .card .l_side .icon {
  width: 44px;
  margin-bottom: 23px;
}
.page .main .main_cont .mw .cont .right_side .card .l_side .icon img {
  width: 100%;
  height: auto;
}
.page .main .main_cont .mw .cont .right_side .card .l_side p {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 110%;
  color: #252876;
  margin-bottom: 45px;
}
.page .main .main_cont .mw .cont .right_side .card .l_side .desc {
  border: 1px dashed #f55423;
  padding: 22px;
}
.page .main .main_cont .mw .cont .right_side .card .l_side .desc .row {
  padding-left: 22px;
}
.page .main .main_cont .mw .cont .right_side .card .l_side .desc .row .h5 {
  font-style: normal;
  font-weight: 500;
  font-size: 23px;
  line-height: 110%;
  color: #252876;
  margin-bottom: 15px;
}
.page .main .main_cont .mw .cont .right_side .card .l_side .desc .row .h5 b {
  color: #f55423;
}
.page .main .main_cont .mw .cont .right_side .card .l_side .desc .row .price {
  margin-bottom: 20px;
}
.page
  .main
  .main_cont
  .mw
  .cont
  .right_side
  .card
  .l_side
  .desc
  .row
  .price
  span {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  color: #252876;
}
.page
  .main
  .main_cont
  .mw
  .cont
  .right_side
  .card
  .l_side
  .desc
  .row
  .btn_c
  .btn_checkout {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  position: relative;
  line-height: 110%;
  text-transform: capitalize;
  color: #ef6400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.page
  .main
  .main_cont
  .mw
  .cont
  .right_side
  .card
  .l_side
  .desc
  .row
  .btn_c
  .btn_checkout:before {
  content: "";
  position: relative;
  background: url("../images/arrow_right.svg") no-repeat center center/cover;
  width: 25px;
  height: 25px;
  margin-right: 15px;
  min-width: 25px;
  display: block;
}
.page .main .main_cont .mw .cont .right_side .card .l_side .desc .img {
  display: none;
}
.page .main .main_cont .mw .cont .right_side .card .r_side .img {
  width: 150px;
}
.page .main .main_cont .mw .cont .right_side .card .r_side .img img {
  width: 100%;
  height: auto;
}
.page .main .main_cont .mw .btn_c_mob {
  display: none;
}

.water-filter-benefits {
  font-size: large;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  background-color: #1e293b;
  color: #f1f5f9;
  padding: 2rem;
}

.water-filter-benefits .section-title {
  color: white;
  font-size: 1.875rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.water-filter-benefits .concerns-list {
  list-style-type: none;
  padding: 0;
  margin-bottom: 2rem;
}

.water-filter-benefits .concern-item {
  display: flex;
  align-items: center;
}

.water-filter-benefits .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 0.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.water-filter-benefits .alert-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23f87171'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z'%3E%3C/path%3E%3C/svg%3E");
}

.water-filter-benefits .solution-box {
  background-color: #f1f5f9;
  color: #1e293b;
  padding: 1.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.water-filter-benefits .solution-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.water-filter-benefits .solution-description {
  margin-bottom: 1rem;
}

.water-filter-benefits .benefits-list {
  list-style-type: none;
  padding: 0;
}

.water-filter-benefits .benefit-item .icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-right: 0.75rem;
  margin-top: 0.25rem;
}

.water-filter-benefits .benefit-item .benefit-text {
  text-align: start;
}

.water-filter-benefits .benefit-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.water-filter-benefits .check-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2310b981'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z'%3E%3C/path%3E%3C/svg%3E");
}

.water-filter-benefits .cta-button {
  background-color: #f55423;
  color: white;
  font-size: 18px;
  font-weight: bold;
  padding: 1.5rem 4rem;
  border: none;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.water-filter-benefits .cta-button:hover {
  background-color: #f55423;
}

@media (min-width: 768px) {
  .water-filter-benefits {
    padding: 3rem;
  }

  .water-filter-benefits .section-title {
    font-size: 2.25rem;
  }
}

.swiper-container {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  overflow: hidden;
  width: 100%;
  position: relative;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  min-height: 300px;
}

.swiper-slide-inner {
  position: relative;
  height: 100%;
  max-width: 80%;

  object-fit: contain;
  object-position: center;
}

.filters > .container > .container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.filters-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.filters-slide {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  background-color: #f8f8f8; /* Light background color */
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 20px;
  border-radius: 10px; /* Rounded corners */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow */
}

/* Title styling */
.filters-slide .title {
  font-size: 24px;
  font-weight: bold;
  color: #333; /* Dark text color */
  margin-bottom: 15px; /* Spacing below the title */
}

.filters-slide .description {
  font-size: 16px;
  font-weight: bold;
  color: black; /* Light gray color for description */
  margin-bottom: 15px; /* Spacing below the description */
  line-height: 1.5; /* Improve readability */
  max-width: 90%; /* Limit width for better readability */
}

.filters-slide-info {
  width: 70%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

/* Image styling */
.filters-slide img {
  height: 100%;
  max-height: 300px;
  max-width: 70%;
  border-radius: 10px; /* Rounded corners for image */
  object-fit: cover;
  object-position: center;
}

/* Button styling */
.filters-slide button {
  font-size: 16px;
  font-weight: bold;
  color: #fff; /* White text */
  background-color: #007bff; /* Bootstrap primary blue */
  padding: 10px 20px;
  border: none;
  border-radius: 5px; /* Rounded button */
  cursor: pointer;
  transition: background-color 0.3s ease;
}

/* Button hover effect */
.filters-slide button:hover {
  background-color: #0056b3; /* Darker blue on hover */
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .filters-slide {
    padding: 15px;
  }

  .filters-slide .title {
    font-size: 20px;
  }

  .filters-slide button {
    padding: 8px 16px;
  }
}

.modal-header .close-cross {
  float: none;
  color: black;
  font-size: 5rem;
  font-weight: 600;
  background: 0 0;
}

.modal-custom-header {
  display: flex;
  justify-content: end;
}

.filter-info-modal .card {
  padding: 20px;
}

.filter-info-modal .card-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.filter-info-modal .card-description {
  font-size: 16px;
  margin-bottom: 15px;
}

.filter-info-modal .card-features {
  padding-left: 20px;
}

.filter-info-modal .card-features li {
  margin-bottom: 5px;
}
.filter-info-modal .card > ul li {
  margin: 10px 20px;
  padding: 0px 0px 0px 30px;
  background: url(/images/li.png) no-repeat 0 50%;
  font: 14px / 21px "Intro-Book", sans-serif;
  color: #000;
}

.filter-info-modal .card-image {
  height: auto;
  max-height: 400px;
  object-fit: cover;
  object-position: center;
}

.water-benefits {
  font-family: Arial, sans-serif;
  font-size: large;
  max-width: 600px;
  margin: auto;
  padding: 40px 20px;
  background: linear-gradient(135deg, #e0f7fa, #b2ebf2);
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.water-benefits h2 {
  margin: 0;
  color: #0277bd;
  text-align: center;
  margin-bottom: 20px;
}

.water-benefits ul {
  margin: auto;
  list-style-type: none;
  padding: 0;
}

.water-benefits li {
  text-align: start;
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
  color: #01579b;
}

.water-benefits li::before {
  content: "💧";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* Adjust the Swiper wrapper to show part of the previous and next slides */
.swiper-wrapper {
  display: flex;
  align-items: center;
}

.swiper-button-next,
.swiper-button-prev {
  color: #000;
}

.facts .container .cont ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.facts .container .cont ul li {
  width: 31%;
  margin-bottom: 30px;
}
.facts .container .cont ul li .img {
  height: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.facts .container .cont ul li .img img {
  height: 100%;
  width: auto;
}
.facts .container .cont ul li p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  text-align: center;
  color: #000000;
}

@media (max-width: 575px) {
  .btn_c .btn_m {
    padding: 20px;
    max-width: 300px;
  }
  .page {
    height: 70vh;
  }
  .page .header {
    height: 60px;
  }
  .page .header .mw {
    padding: 2vh 15px;
  }
  .page .header .mw .left_side .logo a {
    font-size: 8px;
    line-height: 9px;
    color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
  }
  .page .header .mw .left_side .logo a img {
    width: 75px;
    min-width: 75px;
    margin-top: 2px;
    margin-right: 0;
  }
  .page .header .mw .right_side .phone {
    margin-right: 0;
  }
  .page .header .mw .right_side .phone a {
    font-size: 16px;
    line-height: 19px;
  }
  .page .header .mw .right_side .phone a img {
    width: 18px;
    margin-right: 12px;
  }
  .page .header .mw .right_side .btn_c {
    display: none;
  }
  /* .page .main {
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.9) 20%,
      rgba(0, 0, 0, 0) 60%,
      rgba(0, 0, 0, 0.6) 100%
    );
    /* url("../images/main_bg_mob.jpg") no-repeat center center/cover; */
  } */
  .page .main .main_cont .mw {
    padding: 40px 15px 65px;
    z-index: 2;
  }
  .page .main .main_cont .mw .cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .page .main .main_cont .mw .cont .left_side {
    width: 100%;
  }
  .page .main .main_cont .mw .cont .left_side .h1 {
    font-size: 30px;
    font-weight: 500;
    max-width: 330px;
    padding-bottom: 18px;
  }
  .page .main .main_cont .mw .cont .left_side .h2 {
    font-size: 16px;
    line-height: 110%;
    max-width: 226px;
    padding-bottom: 30px;
  }
  .page .main .main_cont .mw .cont .left_side .btn_c {
    display: none;
  }
  .page .main .main_cont .mw .cont .right_side {
    position: relative;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    min-height: 288px;
  }
  .page .main .main_cont .mw .cont .right_side .main_img {
    display: none;
  }
  .page .main .main_cont .mw .cont .right_side .card {
    width: 100%;
    position: relative;
    z-index: 2;
    padding: 20px 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0;
  }
  .page .main .main_cont .mw .cont .right_side .card .l_side {
    margin-right: 0;
    width: 100%;
  }
  .page .main .main_cont .mw .cont .right_side .card .l_side .icon {
    width: 36px;
    margin-bottom: 15px;
  }
  .page .main .main_cont .mw .cont .right_side .card .l_side p {
    font-size: 16px;
    line-height: 110%;
    color: #252876;
    max-width: 200px;
    margin-bottom: 30px;
  }
  .page .main .main_cont .mw .cont .right_side .card .l_side .desc {
    border: 1px dashed #f55423;
    padding: 25px 16px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .main .main_cont .mw .cont .right_side .card .l_side .desc .row {
    margin-right: 20px;
    padding-left: 16px;
  }
  .page .main .main_cont .mw .cont .right_side .card .l_side .desc .row .h5 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .page .main .main_cont .mw .cont .right_side .card .l_side .desc .row .price {
    margin-bottom: 0;
  }
  .page
    .main
    .main_cont
    .mw
    .cont
    .right_side
    .card
    .l_side
    .desc
    .row
    .price
    span {
    font-size: 16px;
    line-height: 110%;
  }
  .page .main .main_cont .mw .cont .right_side .card .l_side .desc .row .btn_c {
    display: none;
  }
  .page .main .main_cont .mw .cont .right_side .card .l_side .desc .img {
    width: 62px;
    display: block;
  }
  .page .main .main_cont .mw .cont .right_side .card .l_side .desc .img img {
    width: 100%;
    height: auto;
  }
  .page .main .main_cont .mw .cont .right_side .card .r_side {
    position: absolute;
    right: -12px;
    top: -70px;
  }
  .page .main .main_cont .mw .cont .right_side .card .r_side .img {
    width: 100px;
  }
  .page .main .main_cont .mw .cont .right_side .card .r_side .img img {
    width: 100%;
    height: auto;
  }
  .page .main .main_cont .mw .btn_c_mob {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .main .main_cont .mw .btn_c_mob span {
    font-style: normal;
    font-weight: 400;
    margin-top: 18px;
    font-size: 16px;
    line-height: 18px;
    color: #ffffff;
  }

  .facts .container .cont ul li {
    width: 48%;
    margin-bottom: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .btn_c .btn_m {
    padding: 20px;
    max-width: 300px;
  }
  .page .header {
    height: 60px;
  }
  .page .header .mw {
    padding: 2vh 15px;
  }
  .page .header .mw .left_side .logo a {
    font-size: 8px;
    line-height: 9px;
    color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
  }
  .page .header .mw .left_side .logo a img {
    width: 75px;
    min-width: 75px;
    margin-top: 2px;
    margin-right: 0;
  }
  .page .header .mw .right_side .phone {
    margin-right: 0;
  }
  .page .header .mw .right_side .phone a {
    font-size: 16px;
    line-height: 19px;
  }
  .page .header .mw .right_side .phone a img {
    width: 18px;
    margin-right: 12px;
  }
  .page .header .mw .right_side .btn_c {
    display: none;
  }
  /* .page .main {
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.9) 20%,
        rgba(0, 0, 0, 0) 60%,
        rgba(0, 0, 0, 0.6) 100%
      ),
      url("../images/main_bg_mob.jpg") no-repeat center center/cover;
  } */
  .page .main .main_cont .mw {
    padding: 40px 15px 65px;
    z-index: 2;
  }
  .page .main .main_cont .mw .cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .page .main .main_cont .mw .cont .left_side {
    width: 100%;
  }
  .page .main .main_cont .mw .cont .left_side .h1 {
    font-size: 30px;
    max-width: 330px;
    padding-bottom: 18px;
  }
  .page .main .main_cont .mw .cont .left_side .h2 {
    font-size: 16px;
    line-height: 110%;
    max-width: 226px;
    padding-bottom: 30px;
  }
  .page .main .main_cont .mw .cont .left_side .btn_c {
    display: none;
  }
  .page .main .main_cont .mw .cont .right_side {
    position: relative;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .page .main .main_cont .mw .cont .right_side .main_img {
    display: none;
  }
  .page .main .main_cont .mw .cont .right_side .card {
    width: 100%;
    position: relative;
    z-index: 2;
    padding: 20px 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0;
  }
  .page .main .main_cont .mw .cont .right_side .card .l_side {
    margin-right: 0;
    width: 100%;
  }
  .page .main .main_cont .mw .cont .right_side .card .l_side .icon {
    width: 36px;
    margin-bottom: 15px;
  }
  .page .main .main_cont .mw .cont .right_side .card .l_side p {
    font-size: 16px;
    line-height: 110%;
    color: #252876;
    max-width: 200px;
    margin-bottom: 30px;
  }
  .page .main .main_cont .mw .cont .right_side .card .l_side .desc {
    border: 1px dashed #f55423;
    padding: 25px 16px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .main .main_cont .mw .cont .right_side .card .l_side .desc .row {
    margin-right: 20px;
    padding-left: 16px;
  }
  .page .main .main_cont .mw .cont .right_side .card .l_side .desc .row .h5 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .page .main .main_cont .mw .cont .right_side .card .l_side .desc .row .price {
    margin-bottom: 0;
  }
  .page
    .main
    .main_cont
    .mw
    .cont
    .right_side
    .card
    .l_side
    .desc
    .row
    .price
    span {
    font-size: 16px;
    line-height: 110%;
  }
  .page .main .main_cont .mw .cont .right_side .card .l_side .desc .row .btn_c {
    display: none;
  }
  .page .main .main_cont .mw .cont .right_side .card .l_side .desc .img {
    width: 62px;
    display: block;
  }
  .page .main .main_cont .mw .cont .right_side .card .l_side .desc .img img {
    width: 100%;
    height: auto;
  }
  .page .main .main_cont .mw .cont .right_side .card .r_side {
    position: absolute;
    right: -12px;
    top: -70px;
  }
  .page .main .main_cont .mw .cont .right_side .card .r_side .img {
    width: 100px;
  }
  .page .main .main_cont .mw .cont .right_side .card .r_side .img img {
    width: 100%;
    height: auto;
  }
  .page .main .main_cont .mw .btn_c_mob {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .main .main_cont .mw .btn_c_mob span {
    font-style: normal;
    font-weight: 300;
    margin-top: 18px;
    font-size: 16px;
    line-height: 18px;
    color: #ffffff;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page .header {
    height: 60px;
  }
  .page .header .mw {
    padding: 2vh 15px;
  }
  .page .header .mw .left_side .logo a {
    font-size: 8px;
    line-height: 9px;
    color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
  }
  .page .header .mw .left_side .logo a img {
    width: 75px;
    min-width: 75px;
    margin-top: 2px;
    margin-right: 0;
  }
  .page .header .mw .right_side .phone a {
    font-size: 16px;
    line-height: 19px;
  }
  .page .header .mw .right_side .phone a img {
    width: 18px;
    margin-right: 12px;
  }
  .page .header .mw .right_side .btn_c .btn_m {
    padding: 10px;
  }
  .page .main .main_cont .mw {
    padding: 100px 15px;
    z-index: 2;
  }
  .page .main .main_cont .mw .cont .left_side .h1 {
    font-size: 30px;
    max-width: 330px;
    padding-bottom: 18px;
  }
  .page .main .main_cont .mw .cont .left_side .h2 {
    font-size: 16px;
    line-height: 110%;
    max-width: 226px;
    padding-bottom: 30px;
  }
  .page .main .main_cont .mw .cont .right_side .main_img {
    display: none;
  }
  .page .main .main_cont .mw .cont .right_side .card {
    width: 100%;
    position: relative;
    z-index: 2;
    padding: 20px 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0;
  }
  .page .main .main_cont .mw .cont .right_side .card .l_side {
    margin-right: 0;
    width: 100%;
  }
  .page .main .main_cont .mw .cont .right_side .card .l_side .icon {
    width: 36px;
    margin-bottom: 15px;
  }
  .page .main .main_cont .mw .cont .right_side .card .l_side p {
    font-size: 16px;
    line-height: 110%;
    color: #252876;
    max-width: 200px;
    margin-bottom: 30px;
  }
  .page .main .main_cont .mw .cont .right_side .card .l_side .desc {
    border: 1px dashed #f55423;
    padding: 25px 16px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page .main .main_cont .mw .cont .right_side .card .l_side .desc .row {
    margin-right: 20px;
    padding-left: 16px;
  }
  .page .main .main_cont .mw .cont .right_side .card .l_side .desc .row .h5 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .page .main .main_cont .mw .cont .right_side .card .l_side .desc .row .price {
    margin-bottom: 0;
  }
  .page
    .main
    .main_cont
    .mw
    .cont
    .right_side
    .card
    .l_side
    .desc
    .row
    .price
    span {
    font-size: 16px;
    line-height: 110%;
  }
  .page .main .main_cont .mw .cont .right_side .card .l_side .desc .row .btn_c {
    display: none;
  }
  .page .main .main_cont .mw .cont .right_side .card .l_side .desc .img {
    width: 82px;
    display: block;
  }
  .page .main .main_cont .mw .cont .right_side .card .l_side .desc .img img {
    width: 100%;
    height: auto;
  }
  .page .main .main_cont .mw .cont .right_side .card .r_side {
    position: absolute;
    right: -12px;
    top: -70px;
  }
  .page .main .main_cont .mw .cont .right_side .card .r_side .img {
    width: 100px;
  }
  .page .main .main_cont .mw .cont .right_side .card .r_side .img img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .page .header .mw .left_side .logo a {
    font-size: 16px;
  }
  .page .header .mw .left_side .logo a img {
    width: 100px;
    min-width: 100px;
    margin-right: 30px;
  }
  .page .header .mw .right_side .phone {
    margin-right: 25px;
  }
  .page .header .mw .right_side .phone a {
    font-size: 16px;
  }
  .page .header .mw .right_side .btn_c .btn_m {
    padding: 12px;
  }
  .page .main .main_cont .mw {
    padding: 100px 2vh 200px;
  }
  .page .main .main_cont .mw .cont .left_side .h1 {
    font-size: 40px;
    padding-bottom: 20px;
  }
  .page .main .main_cont .mw .cont .left_side .h2 {
    font-size: 20px;
    padding-bottom: 30px;
  }
  .page .main .main_cont .mw .cont .left_side .btn_c span {
    margin-top: 14px;
  }
  .page .main .main_cont .mw .cont .right_side .main_img {
    width: 240px;
    right: -20px;
    top: 20px;
  }
  .page .main .main_cont .mw .cont .right_side .card {
    width: 100%;
    max-width: 400px;
    padding: 25px 0 30px 32px;
    margin-top: 0;
  }
  .page .main .main_cont .mw .cont .right_side .card .l_side .icon {
    width: 40px;
    margin-bottom: 14px;
  }
  .page .main .main_cont .mw .cont .right_side .card .l_side p {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .page .main .main_cont .mw .cont .right_side .card .l_side .desc {
    padding: 16px;
  }
  .page .main .main_cont .mw .cont .right_side .card .l_side .desc .row {
    padding-left: 16px;
  }
  .page .main .main_cont .mw .cont .right_side .card .l_side .desc .row .h5 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .page .main .main_cont .mw .cont .right_side .card .l_side .desc .row .price {
    margin-bottom: 14px;
  }
  .page
    .main
    .main_cont
    .mw
    .cont
    .right_side
    .card
    .l_side
    .desc
    .row
    .price
    span {
    font-size: 14px;
  }
  .page .main .main_cont .mw .cont .right_side .card .r_side .img {
    width: 120px;
  }
}

section.stupeni-bottom {
  background: none !important;
  margin-top: 0 !important;
  padding-top: 100px !important;
}

section.stupeni {
  min-height: auto !important;
  padding-bottom: 100px !important;
}

.comparison {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.comparison h1 {
  color: black;
  text-align: center;
}

.comparison_container {
  width: 100%;
  max-width: calc(600px + 3rem);
  display: flex;
  /* justify-content: center; */
  overflow-x: auto;
  padding: 1rem;
  gap: 1rem;
}

.comparison_container > div {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  width: 60vw;
  max-width: 300px;

  background-color: #f8f8f800;
  border: 1px solid #ccd;
  border-radius: 10px;
  padding: 1rem 0.5rem 1rem 0.5rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.comparison_container img {
  width: 100%;
  height: 250px;
  object-fit: contain;
  margin-bottom: 15px;
  padding: 5px;
}

.comparison_container button {
  font-size: 18px;
  color: #1a237e;
  margin-bottom: 15px;
}

.comparison_container h2 {
  background-color: #8cc54b;
  margin: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: #f5f6ff;
  margin-bottom: 15px;
  padding: 5px;
}

.comparison_container h2.red {
  background-color: #c54b4b;
}

.comparison_container .points {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 1rem;
}

.comparison_container .points > div {
  gap: 10px;
  color: black;
  font-size: 14px;
  display: flex;
  width: 100%;
  text-align: left;
}

.comparison_container .points > div::before {
  content: "";
  width: 100%;
  height: 100%;
  max-width: 20px;
  max-height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Ccircle cx='12' cy='12' r='10' fill='%23FF0000' /%3E%3Cpath d='M15.5 8.5l-7 7M8.5 8.5l7 7' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' /%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.comparison_container .points.check > div::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='%232ecc71' stroke-width='2.4'/%3E%3Cpath d='M7 13l3 3 7-7' fill='none' stroke='%232ecc71' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.comparison_container .points.cross > div::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='10.5' fill='none' stroke='%23ff3b30' stroke-width='2.4'/%3E%3Cpath d='M7.5 7.5l9 9m0-9l-9 9' fill='none' stroke='%23ff3b30' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.filter-property-blobs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  padding: 10px;
  gap: 15px;
}

.filter-property-blobs .property-blob {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
    gap: 0.5rem;
}

.filter-property-blobs .property-blob .big {
  position: relative;
  margin: 0;
  font-size: 25px;
}

.filter-property-blobs .property-blob .small {
  position: relative;
  /* text-align: left; */
  font-weight: 600;
  font-size: 12px;
  width: 100px;
}

.circle {
  content: "";
  width: 120px;
  height: 120px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20200%20200%22%3E%3Cdefs%3E%3CradialGradient%20id%3D%22grad1%22%20cx%3D%2250%25%22%20cy%3D%2250%25%22%20r%3D%2250%25%22%20fx%3D%2250%25%22%20fy%3D%2250%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3Argb(173%2C216%2C230)%3Bstop-opacity%3A1%22%20/%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3Argb(173%2C216%2C230)%3Bstop-opacity%3A0%22%20/%3E%3C/radialGradient%3E%3C/defs%3E%3Ccircle%20cx%3D%22100%22%20cy%3D%22100%22%20r%3D%2280%22%20fill%3D%22url(%23grad1)%22%20/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.multibutton {
  z-index: 999;
  position: fixed;
  right: 30px;
  bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 70px;
  height: 70px;
  transition: 0.2s ease;
}

.multibutton:hover {
  width: auto;
  height: auto;
}

.multibutton:hover .multibutton__list {
  position: relative;
  top: auto;
  bottom: 10px;
  visibility: visible;
}

.multibutton:hover .multibutton__item {
  visibility: visible;
  opacity: 1;
  transition: 0.3s ease;
  transform: scaleX(1) scaleY(1) translateY(0);
}

.multibutton__list {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: absolute;
  right: 13px;
  top: 80px;
  visibility: hidden;
  transition: 0.3s ease;
  list-style: none;
  padding: 0;
  margin: 0;
}

.multibutton__title {
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.8);
  padding: 10px;
  border-radius: 30px;
}

.multibutton__item {
  display: flex;
  align-items: center;
  margin: 4px 0;
  transform: scaleX(0.4) scaleY(0.4) translateY(150px);
  opacity: 0;
  visibility: hidden;
}

.multibutton__button {
  width: 70px;
  height: 70px;
  background: #4399f5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  animation: animation_button 3s linear infinite;
  transition: all 200ms ease-out;
}

@keyframes animation_button {
  0% {
    box-shadow: 0 0 0 0 #4399f5, 0 0 0 0 #4399f5;
  }
  40% {
    box-shadow: 0 0 0 13.62667px #59a4f5, 0 0 0 6.81333px #59a4f5;
  }
  80% {
    box-shadow: 0 0 0 27.25333px rgba(255, 186, 38, 0),
      0 0 0 13.62667px rgba(255, 206, 9, 0);
  }
  100% {
    box-shadow: 0 0 0 34.06667px rgba(255, 186, 38, 0),
      0 0 0 27.25333px rgba(255, 206, 9, 0);
  }
}

.multibutton__button svg {
  width: 30px;
  height: 30px;
  fill: #fff;
}

.multibutton_item:nth-child(1) .multibutton_icon {
  background: #03a9f4;
}

.multibutton_item:nth-child(2) .multibutton_icon {
  background: #0dc143;
}

.multibutton_item:nth-child(3) .multibutton_icon {
  background: #7b519d;
}

.multibutton_item:nth-child(4) .multibutton_icon {
  background: #30d64f;
}

.multibutton__icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}

.multibutton__icon svg {
  width: 26px;
  height: 26px;
  fill: #fff;
}


/* whatsapp/phone widget */
.floating-buttons {
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.float-btn {
  position: relative;
}

.float-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00cc66;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.float-btn a:hover {
  transform: scale(1.05);
}

.float-btn img {
  width: 35px;
  height: 35px;
  filter: brightness(0) invert(1);
}

.tooltip {
  position: absolute;
  right: 70px;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  color: #000;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 14px;
  white-space: nowrap;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.float-btn:hover .tooltip {
  opacity: 1;
}

@media (max-width: 768px) {
  .tooltip {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .floating-buttons {
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
}
