/* For WebKit Browsers (Chrome, Safari) */
.filter-options-container::-webkit-scrollbar {
    width: 2px;
    /* Extra slim width */
  }

  .filter-options-container::-webkit-scrollbar-thumb {
    background-color: #ff0000;
    /* Red scrollbar thumb */
    border-radius: 10px;
    /* Rounded edges for thumb */
  }

  .filter-options-container::-webkit-scrollbar-thumb:hover {
    background-color: #cc0000;
    /* Darker red on hover */
  }

  .filter-options-container::-webkit-scrollbar-track {
    background: #ffffff;
    /* White background for track */
  }

  /* Firefox */
  .filter-options-container {
    scrollbar-width: thin;
    /* Slim scrollbar for Firefox */
    scrollbar-color: #ff0000 #ffffff;
    /* Red thumb, white track */
  }

  .owl-nav {
    position: absolute;
    display: flex;
    top: 43%;
    left: 0;
    padding: 0px 10px;
    justify-content: space-between;
    width: 100%;
    color: wheat;
    color: white;
    text-shadow: 2px 2px 2px black;
    font-size: 1.5rem;
    font-weight: bold;
  }

  .owl-stage-outer,
  .owl-item,
  .owl-stage {
    height: 100% !important;
    width: 100%; /* or any relative unit */
    aspect-ratio: 1 / 1; /* Maintains a 1:1 ratio */
  }

  .property-item:hover img {
    transform: scale(1) !important;
  }

  .ribbon-1 {
    position: fixed;
    background: #08769b;
    box-shadow: 0 0 0 999px #08769b;
    clip-path: inset(0 -100%);
  }

  .left {
    inset: 0 auto auto 0;
    transform-origin: 100% 0;
    transform: translate(-29.3%) rotate(-45deg);
  }

  .right {
    inset: 0 0 auto auto;
    transform-origin: 0 0;
    transform: translate(29.3%) rotate(45deg);
  }

  .ribbon-2 {
    --f: 10px;
    /* control the folded part*/
    --r: 15px;
    /* control the ribbon shape */
    --t: 10px;
    /* the top offset */
    position: absolute;
    inset: var(--t) calc(-1*var(--f)) auto auto;
    padding: 0 10px var(--f) calc(10px + var(--r));
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--f)), calc(100% - var(--f)) 100%, calc(100% - var(--f)) calc(100% - var(--f)), 0 calc(100% - var(--f)), var(--r) calc(50% - var(--f)/2));
    background: #d6efff;
    box-shadow: 0 calc(-1*var(--f)) 0 inset #0005;
  }

  .box {
    position: relative;
  }

  .details_div {
    cursor: pointer;
    position: relative;

  }

  .blue_badge {
    background-color: #000f5a;
  }

  .detailed_desc {
    left: 0px;
    position: absolute;
    border-radius: 10px;
    left: 3px;
    max-width: 468px;
    box-shadow: 0px 0px 10px #d8d8d8;
    background-color: white;
    bottom: 0px;
    padding: 10px;
    z-index: 11;
  }

  .am_badge {
    font-size: 13px;
    font-weight: 500;
    background-color: #f2f2f2;
    padding: 2px 10px;
    border-radius: 6px;
  }

  .badge_group {
    padding: 4px;
    position: absolute;
    z-index: 11;
    top: 15px;
    left: 15px;

  }

  .price_show_inp {
    pointer-events: none;
    scale: 0.7;
  }

  .range-slider {
    /* width: 300px; */
    margin: auto;
    text-align: center;
    position: relative;
    height: 4em;
  }

  .range-slider svg,
  .range-slider input[type=range] {
    position: absolute;
    left: 0;
    bottom: 0;
  }

  input[type=number] {
    border: 1px solid #ddd;
    text-align: center;
    /* font-size: 1.6em; */
    -moz-appearance: textfield;
  }

  input[type=number]::-webkit-outer-spin-button,
  input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
  }

  input[type=number]:invalid,
  input[type=number]:out-of-range {
    /* border: 2px solid #ff6347; */
  }

  input[type=range] {
    -webkit-appearance: none;
    width: 100%;
  }

  input[type=range]:focus {
    outline: none;
  }

  input[type=range]:focus::-webkit-slider-runnable-track {
    background: #2497e3;
  }

  input[type=range]:focus::-ms-fill-lower {
    background: #2497e3;
  }

  input[type=range]:focus::-ms-fill-upper {
    background: #2497e3;
  }

  input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    background: #2497e3;
    border-radius: 1px;
    box-shadow: none;
    border: 0;
  }

  input[type=range]::-webkit-slider-thumb {
    z-index: 2;
    position: relative;
    box-shadow: 0px 0px 0px #000;
    border: 1px solid #2497e3;
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: #a1d0ff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -7px;
  }

  input[type=range]::-moz-range-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    background: #2497e3;
    border-radius: 1px;
    box-shadow: none;
    border: 0;
  }

  input[type=range]::-moz-range-thumb {
    z-index: 2;
    position: relative;
    box-shadow: 0px 0px 0px #000;
    border: 1px solid #2497e3;
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: #a1d0ff;
    cursor: pointer;
  }

  input[type=range]::-ms-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    color: transparent;
  }

  input[type=range]::-ms-fill-lower,
  input[type=range]::-ms-fill-upper {
    background: #2497e3;
    border-radius: 1px;
    box-shadow: none;
    border: 0;
  }

  input[type=range]::-ms-thumb {
    z-index: 2;
    position: relative;
    box-shadow: 0px 0px 0px #000;
    border: 1px solid #2497e3;
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: #a1d0ff;
    cursor: pointer;
  }

  /* range slider styling end  */

  .search {
    box-shadow: none;
    position: relative;
    color: #aaa;
    font-size: 16px;
    width: 100%;
  }

  .search {
    display: inline-block;
  }

  .search input {
    width: 100%;
    height: 38px;
    background: #fcfcfc;
    border: 1px solid #aaa;
    border-radius: 5px;
  }

  .search input {
    text-indent: 12px;
  }

  .search .fa-search {
    position: absolute;
    top: 10px;
    left: 10px;
  }

  .search .fa-search {
    color: blue;
    left: auto;
    right: 10px;
  }

  .part {
    padding: 5px;
    /* padding-left: 15px; */
    background: #f41010 !important;
    border-radius: 5px;
  }

  .back-imss {
    overflow: hidden;
    padding: 33px;
    background: linear-gradient(rgb(2 29 38 / 80%), rgb(71 2 2 / 80%)), url(https://wallpapers.com/images/featured/beautiful-house-background-x1yu28g8twzle26l.webp);
  }

  .btn-3d {
    background-color: #dc3545;
    color: #fff;
    border-radius: 5px;
    margin-top: 10px;
    text-align: center;
    /*width: 24%;*/
    padding: 0px;
  }

  .btn-2d {
    background-color: #dc3545;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    width: 24%;
    padding: 0px;
    margin-top: 10px;
    margin-left: 10px;
  }

  .btn-fot,
  .btn-fot1 {
    font-size: 18px;
    margin-top: 5px;
    color: #fff;
    display: inline-block;
    width: 100%;
  }

  .btn-fot1 a:hover {
    color: #fff !important;
    text-decoration: none;
  }

  @media (max-width: 768px) {

    .btn-fot,
    .btn-fot1 {
      font-size: 16px;
      margin-bottom: 10px;
    }
  }