@import url("styles/themes/theme-alice.min.css");
.factory-flag{ visibility: hidden; }

.bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: -2;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5); /* dark overlay */
    z-index: -1;
}

#home .content {
    position: relative;
    z-index: 2;
    color: #fff;
}

.view {
    position: relative;
}

.view .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1;
}

.view .content {
    position: relative;
    z-index: 2;
}



.sticky-right {
    position: fixed;
    right: 0;
    top: 35%;
    z-index: 9999;
    border-radius: 12px 0 0 12px;
    overflow: hidden;
}

.sticky-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 80px;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    text-align: center;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}
.sticky-item:hover {
    background: #8c6700;   /* hover background (optional) */
    color: #ffffff;        /* text color white */
}

.sticky-item:hover i {
    color: #ffffff;        /* icon color white */
}
.sticky-item:hover,
.sticky-item:hover i,
.sticky-item:hover span {
    color: #ffffff !important;
}

.sticky-item i {
    font-size: 22px;
    margin-bottom: 6px;
}

.whatsapp { background: #b88900; }
.enquire  { background: #b88900; }
.call     { background: #b88900; }

.sticky-item:hover {
    background: #8c6700;
}

@media (max-width: 768px) {

     .sticky-right {
        position: fixed;
        bottom: -2px;   /* 👈 space from bottom */
        top: auto;
        right: 10px;    /* small side space */
        left: 10px;     /* small side space */
        width: auto;
        display: flex;
        flex-direction: row;
        border-radius: 12px;
    }
       

    .sticky-item {
        flex: 1;
      width: auto;
      height: 68px;
      border-bottom: none;
      border-right: 1px solid rgba(255,255,255,0.3);
      font-size: 12px;
    }

    .sticky-item:last-child {
        border-right: none;
    }

    .sticky-item i {
        font-size: 20px;
        margin-bottom: 1px;
    }
}


.highlights-img {
    width: 100%;
    margin: auto;
    padding: 0px 20px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.highlights-section {
    max-width: 900px;
    margin: auto;
    padding: 0px 20px;
    font-family: Arial, sans-serif;
}

.highlights-section h4 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #111;
}

.highlight-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.number-box {
    min-width: 50px;
    height: 50px;
    border: 2px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-right: 20px;
}

.highlight-item p {
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
    color: #333;
}


.max_width_text{
  max-width: 550px;
  margin: 0 auto;
}
.location_map {
  margin-top: 50px;
}
.location_map img {
  width: 100%;
}

.slick-track * {
  outline: none;
}

.property-wrapper {
  text-align: center;
  padding: 50px 0 75px;
  font-family: "Lexend", sans-serif;
}

.property-wrapper h1 {
  font: 400 40px "Playfair Display", serif;
  color: #e1ab35;
  text-transform: uppercase;
}

.property-wrapper span {
  font: 500 13px/21px "Roboto", sans-serif;
  color: #680909;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.property-slide {
  margin: 0 -7px;
}

.property-slide:not(.slick-initialized) .property-item:nth-child(n + 4) ~ div {
  display: none;
}

.property-item {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% / 4);
  padding: 0 7px;
  font-family: "Lexend", sans-serif;
}

.property-item a {
  display: block;
  position: relative;
}

.property-slide {
  padding: 38px 0 0;
}

.property-slide button.slick-arrow {
  display: inline-block;
  position: absolute;
  width: 41px;
  height: 41px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: translateY(-40px);
  border: none;
  outline: none;
}

.property-slide button:before {
  font-family: inherit !important;
  color: #000 !important;
  font-size: 30px;
}
.property-slide button.slick-prev {
  left: -50px;
}

.property-slide button.slick-next {
  right: -50px;
}


.callaction h3{
  font-family: roboto, Arial, Helvetica, sans-serif;
  text-transform: none;
  font-size:24px;
}
.callaction h3 a{
  font-family: roboto, Arial, Helvetica, sans-serif;
  text-transform: none;
  color: #000;
}
.callaction h3 i {
  font-size: 22px;
  color: #f1913d;
}

.wa-chat-btn-fixed-wrap {
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 0 8px 0 #c2c2c2;
  border-radius: 100%;
  bottom: 100px;
  right: 10px;
  position: fixed;
  z-index: 99999 !important;
  text-decoration: none;
}
.wa-chat-btn-fixed-wrap img {
  width: 60px;
  height: 60px;
}


.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

/* property section */
.box-house {
  border-radius: 16px;
  border: 1px solid #ececec;
  overflow: hidden;
  background-color:#ffffff;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Lexend", sans-serif;
  margin-bottom: 50px;
}
.box-house .image-wrap {
  position: relative;
  overflow: hidden;
}
.box-house .image-wrap > a {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  font-family: "Lexend", sans-serif;
}
.box-house .image-wrap > a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box-house .image-wrap img {
  width: 100%;
  object-fit: cover;
  height: 300px;
  object-position: center;
}
.box-house .box-tag,
.box-house .status {
  z-index: 2;
  position: absolute;
  top: 7px;
  left: 8px;
  font-family: "Lexend", sans-serif;
}
.box-house .box-tag .flat-tag,
.box-house .status .flat-tag {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  height: 28px;
  border-radius: 999px;
  font-family: "Lexend", sans-serif;
}
.box-house .box-tag .flat-tag i,
.box-house .status .flat-tag i {
  font-size: 16px;
}
.box-house .box-tag .sale,
.box-house .status .sale {
  background: rgba(0, 0, 0, 0.4);
}
.box-house .status {
  left: unset;
  right: 24px;
}
.box-house .list-btn {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Lexend", sans-serif;
}
.box-house .list-btn .btn-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  color: var(--Primary);
  background-color: var(--White);
  border-radius: 999px;
  font-size: 20px;
  transform: translateY(12px);
  opacity: 0;
  visibility: hidden;
}
.box-house .list-btn .btn-icon:hover {
  background-color: var(--Secondary);
}
.box-house .list-btn .save {
  transition-delay: 0s;
}
.box-house .list-btn .find {
  transition-delay: 0.1s;
}
.box-house .content {
  position: relative;
  padding: 15px 12px 17px;
  font-family: "Lexend", sans-serif;
  min-height: 250px;
}
.box-house .content .location {
  margin-bottom: 5px;
  line-height: 26px !important;
}
.box-house .content .location i {
  margin-right: 4px;
  line-height: 22px;
  font-size: 16px;
}
.box-house .meta-list {
  border-bottom: 1px solid #ececec;
  padding-bottom: 16px;
  margin-bottom: 15px;
  gap: 9px;
}
.box-house .meta-list i {
  font-size: 20px;
}
.box-house .tag-catefories {
  color: #fc0000eeee;
  font-size: 14px;
  line-height: 19.6px;
  width: 76px;
  height: 34px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  position: absolute;
  z-index: 2;
  background-color: #ffffff;
  border-radius: 999px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.0588235294);
  right: 24px;
  top: -17px;
}

.bot {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Price Black Box */
.price-box {
    background: #000;
    color: #fff;
    padding: 10px 18px;
    border-radius: 4px;
    font-size: 16px;
    margin: 0;
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    text-transform: capitalize;
}

.price-box span {
    font-size: 14px;
    opacity: 0.8;
    font-family: "Lexend", sans-serif;
}

/* Details Button */
.details-btn {
    padding: 10px 20px;
    border: 1px solid #000;
    background: #000;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    border-radius: 4px;
    transition: 0.3s ease;
}

.details-btn:hover {
    background: #000;
    color: #fff;
}
.btn, a.button, input.button {
  border-style: solid;
  border-width: 1px;
  line-height: 22px;
  padding: 12px 8px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;

}

.box-house .tf-btn {
  height: 44px;
  border-radius: 12px;
}
.box-house:hover {
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.0705882353);
}
.box-house:hover .btn-icon {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.box-house:hover .image-wrap a::after {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
.box-house.style-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  box-shadow: unset;
}
.box-house.style-list .image-wrap {
  max-width: 290px;
  flex: none;
}
.box-house.style-list .image-wrap .box-tag {
  top: 8px;
}
.box-house.style-list .content {
  padding: 24px;
  width: 100%;
}
.box-house.style-list .content .location {
  margin-bottom: 23px;
}
.box-house.style-list .meta-list {
  gap: 8px 45px;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.box-house.style-list .meta-list .meta-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 8px;
}
.box-house.style-list .meta-list .meta-item > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 8px;
}
.meta-list {
  gap: 0px 16px;
  flex-wrap: wrap;
  display: flex;
  margin: 0;
  padding: 0;
}
.meta-list li {
  align-items: center;
  color: rgba(44, 46, 51, 0.45);
  list-style: none;
}
.meta-list li span {
  color: #2c2e33;
}


.list_text {
  margin-top: 30px;
}
.location_icon_list{ width:100%; gap:1rem; display:flex; align-items: center; justify-content: flex-start; border-bottom:1px solid #6f7c843b; transition:all 0.85s ease; position:relative;}
.location_icon_list img{ width:70px; margin:0; padding: 15px 0px;}
.location_icon_list h3{ font-size: 14px;
  font-family: "Lexend", sans-serif;
  text-align: start;
  margin: 0;
  transition: all 0.85s ease;
  transform: scale(1);
  line-height: 22px;
font-weight: 600;
height: 50px;
}
.location_icon_list:after{content:''; width:0; height:1px; position:absolute; right:0; bottom:0; background:#6F7C84; transition:all 0.85s ease;}
.location_icon_list:hover:after{ width:100%; right:unset; left:0;}

.content .wg-property {
  box-shadow: unset;

}
.box-amenities .wrap-feature {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box-amenities .wrap-feature .box-feature ul {
  padding-left: 15px;
  list-style: disc;
}
.box-amenities .wrap-feature .box-feature ul li {
  list-style: disc;
  font-size: 16px;
  font-weight: 500;
}
.box-amenities .wrap-feature .box-feature ul li::marker {
  color: #000000;
}
.box-amenities .wrap-feature .box-feature ul li:not(:last-child) {
  margin-bottom: 11px;
}
@media (min-width: 768px) {
  .navbar-nav > li {
    float: left;
    margin-top: 10px;
  }

}

.loc_amenities_grid{ width:100%; border:1px solid #6f7c843b; text-align:center; padding:15px; margin-top:30px; transition:all 0.85s ease; height: 190px; display: flex; flex-direction: column; align-items: center; justify-content: center;}
.loc_amenities_grid img{ width:80px; margin-bottom:15px; transform:scale(1); transition:all 0.85s ease;}
.loc_amenities_grid h3{ font-size:15px; margin:0; transition:all 0.85s ease;  transform:scale(1);}
.loc_amenities_grid:hover img{ transform:scale(1.1);}
.loc_amenities_grid:hover h3{  transform:scale(1.1);}
.loc_amenities_grid:hover {border-color:#6F7C84;}


.property-item .box-house {
    position: relative;
    padding-bottom: 5px;
}

.property-item .bot {
    position: absolute;
    bottom: 5px;
    left: 15px;
    right: 0;
}

.delivery-slide img{
    width: 100%;
    height: auto;
    display: block;
}
.delivery-slide button.slick-arrow {
  display: inline-block;
  position: absolute;
  width: 41px;
  height: 41px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: translateY(-40px);
  border: none;
  outline: none;
}

.delivery-slide button:before {
  font-family: inherit !important;
  color: #000 !important;
  font-size: 30px;
}
.delivery-slide button.slick-prev {
  left: -50px;
}

.delivery-slide button.slick-next {
  right: -50px;
}

/* popup */
/* Modal Background */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  overflow: auto;
}

.modal .modal-content {
  background-color: rgba(88, 83, 83, 0.94);
}
/* Modal Box */
.modal-content {
  background: #fff;
  margin: 5% auto;
  padding: 30px;
  width: 90%;
  max-width: 450px;
  border-radius: 8px;
  position: relative;
  animation: fadeIn 0.4s ease;
}
.modal-content h2 {
  color: #fff;
  line-height: 30px;
}

/* Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 28px;
  cursor: pointer;
  color: #fff;
  
}

/* Form Fields */
.form-group {
  margin-bottom: 15px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* Submit Button */
.submit-btn {
  width: 100%;
  padding: 12px;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.submit-btn:hover {
  background: #444;
}

/* Animation */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Responsive */
@media (max-width: 480px) {
  .modal-content {
    margin: 15% auto;
    padding: 20px;
  }
    #process{
    display: none;
  }
  .callaction h3 {
    font-family: roboto, Arial, Helvetica, sans-serif;
    text-transform: none;
    font-size: 20px;
  }
  .callaction h3 i {
  font-size: 18px;
  color: #f1913d;
}
}
