/*!
Theme Name: propertylisting
Theme URI: http://underscores.me/
Author: Rubiq
Author URI: https://rubiq.in
Description: Real Estate
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: propertylisting
*/
.bg-accent-2 {
background-color: #F9DABA !important;
}
.ulList.-type-1 li::before {
background-color: #F9DABA;
}
.img-hover-effect {
overflow: hidden;
}
.img-hover-effect img::after {
background: linear-gradient(0deg, rgb(0 0 0 / 60%) 0%, rgb(33 33 33 / 40%) 50%);
}
.img-hover-effect img.img-hover  {
transition: transform 0.8s ease-in-out;
}
.img-hover-effect:hover img.img-hover  {
transform: scale(1.05); /* Slight zoom effect */
}
.offer-pack-desc {
/* background: #000000a8; */
/* background: linear-gradient(360deg, rgba(0, 0, 0, 0.48503151260504207) 8%, rgba(255, 255, 255, 0) 52%, rgba(255, 255, 255, 0) 100%); */
position: absolute;
transform: translatex(-50%);
bottom: 15%;
left: 50%;
/* padding: 0 0 10% 0; */
width: 90%;
z-index: 99;
text-align: center;
/* height: 100%; */
text-align: center;
display: flex;
flex-direction: column;
justify-content: flex-end;
align-items: center;
/* background: linear-gradient(0deg, rgb(0 0 0 / 60%) 0%, rgb(33 33 33 / 40%) 50%); */
}
.facility-img-wrap {
position: relative;
overflow: hidden;
border-radius: 30px;
}
.facility-img-wrap::after {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(0deg, rgb(0 0 0 / 60%) 0%, rgb(33 33 33 / 40%) 50%);
z-index: 1;
transition: opacity 0.3s ease;
}
.fact-item:hover {
margin-top: -10px;
background: #F8F8F8 !important;
box-shadow: 0 0 45px rgba(0, 0, 0, .09);
}
.w-100{
width: 100%;
}
.contactForm textarea {
height: 100px;
}
.logo1 {
padding: 0 60px;
}
.text1 {
font-size: var(--text-25);
color: var(--color-primary);
padding-bottom: 15px;
font-family: var(--font-title);
}
.bg-light {
background-color: #F8F8F8 !important;
}
.ht-100{
height:100%;
}
.image-tag.popular {
color: #7b563d;
background-color: #e5e2d9;
}
.image-tag {
z-index: 2;
grid-column-gap: .625rem;
grid-row-gap: .625rem;
color: #2b3210;
background-color: #ececec;
border-radius: 5rem;
justify-content: flex-start;
align-items: center;
padding: .5rem 1rem .4rem;
font-size: .75rem;
display: flex;
position: static;
inset: auto auto 1rem 1rem;
width: fit-content;
}

.card1{
background: #a28a5580;
padding: 20px;
text-align: center;
border-radius: 10px;
font-family: "Marcellus", serif;
font-size: 20px;
/* line-height: 60px; */
color: white;
-webkit-box-shadow: 6px 6px 8px 1px rgba(162, 138, 85, 0.35);
}
.card2{
background: white;
padding: 40px 40px 40px 40px;
text-align: left;
border-radius: 10px;
margin-top: 50px;
}

.counter-area .card1 {
	background: transparent;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    font-family: "Marcellus", serif;
    font-size: 20px;
    color: #a28a55;
	-webkit-box-shadow: none;
  /*  -webkit-box-shadow: 0 0 10px 5px rgb(194 175 134 / 28%); */
}
.sideimage{
float: left;
max-width: 24%;
width: 100%;
border-radius: 20px;
aspect-ratio: 1 / 1;
border: 5px solid #a28a5580;
margin-bottom: 10px;
margin-right: 30px;
}
.float-end{
float: right !important;
max-width: 24%;
width: 100%;
border-radius: 20px;
aspect-ratio: 1 / 1;
border: 5px solid #a28a5580;
margin-bottom: 10px;
margin-left: 30px;
}
.floatingdiv{
margin: 0;
position: absolute;
/* top: 50%; */
left: 50%;
width: 100%;
transform: translate(-50%, 0%);
}
.gap-10{
gap:10px;
}
.counter-box {
text-align: center;
margin: 30px;
}
.countertxt{
font-size: 50px;
font-weight: 700;
}
.wpcf7-submit{
background: transparent !important;
border: none !important;
line-height: 18px;
color: var(--color-primary);
}
/* section[data-anim-wrap].full-vh {
min-height: 100%; 
height: 100%;      
display: flex;
align-items: stretch;    
}
section[data-anim-wrap].full-vh > .row {
display: flex;
width: 100%;
height: 100%; */
/* align-items: stretch; */
/* }
section[data-anim-wrap].full-vh .col-xl-6,
section[data-anim-wrap].full-vh .col-lg-6 {
display: flex; */
/* align-items: stretch; */
/* padding: 0;             
}
.js-section-slider,
.js-section-slider .swiper-wrapper,
.js-section-slider .swiper-slide {
height: 100% !important;
}
.js-section-slider .swiper-slide img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
} */
/* .swiper-slide{
min-height: 100%;
} */
.image-wrap {
position: relative;
display: inline-block;
width: 100%;
height: 100%;
}
.image-wrap img {
width: 100%;
display: block;
object-fit: cover;
height: 100%;
}
.img-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(186deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0) 53%, rgba(0, 0, 0, 0.94) 98%);
pointer-events: none; /* Allows clicking image if needed */
}
.position-absolute{
position: absolute;
}
.countertxt1 {
font-size: 35px;
font-weight: 700;
}
.services .details {
padding: 20px;
/* margin: -100px 30px 0 30px; */
transition: all ease-in-out 0.3s;
position: relative;
text-align: left;
border-radius: 8px;
box-shadow: 0px 0 25px rgba(0, 0, 0, 0.1);
width: 100%;
/* background: #a28a5580;*/
background: #f1f1f1eb;
border-top-right-radius: 40px;
border-bottom-left-radius: 40px;
}
.details .t1{
font-size: 21px;
font-family: "Marcellus", serif;
}
.services .details .icon {
margin: 0;
width: 75px;
height: 75px;
background: #a28a55;
color: white;
border: 6px solid white;
border-radius: 50px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 20px;
font-size: 28px;
transition: 
ease-in-out 0.3s;
position: absolute;
top: -50px;
right: 0;
padding: 12px;
}


.logo-m1{
    /* background-image: url(http://192.168.1.123:8080/sharedweb/namiq/wp-content/themes/propertylisting/images/namiq-logo-m.webp);
    background-position: 100% 0%;
    background-repeat: no-repeat; */
    /*background-image: url(https://namiqestates.com/wp-content/themes/propertylisting/images/namiq-logo-m.webp);*/
    /*background-position: 50% 0%;*/
    /*background-repeat: no-repeat;*/
    /*margin: 20px 0px;*/
}

.logo-m::before{
    content: url(https://namiqestates.com/wp-content/themes/propertylisting/images/namiq-logo-m.webp);
}
.iconsize1{
    font-size: 50px;
    line-height: 20px;
}

.iconsize2{
    font-size: 35px;
    line-height: 20px;
}

.iconsize3{
    font-size: 70px;
    line-height: 20px;
}

.color1{
    color:#a28a55;
}

.py-200{
    padding-top: 200px !important;
    padding-bottom: 200px !important;
}
.px-100{
    padding-left:100px !important;
    padding-right:100px !important;
}

@media (max-width: 768px) {
  .sideimage {
      float: unset;
      max-width: max-content;
  }
  .float-end{
    float: unset;
    max-width: max-content;
  }

  /*.card2 {*/
  /*  margin-bottom: 270px !important;*/
  /*}*/
  
  .propertypd{
    padding-left: 50px !important;
    padding-right: 50px !important;
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

    .amfeature-list li {
        width: calc(100% - 20px) !important;
    }
    
    .flexm-column{
        flex-direction:column;
    }

}

@media (min-width: 991px) and (max-width: 1190px) {
    .textht{
        min-height:50px;
    }
}

/*@media (max-width: 1190px) {*/
/*    .textht{*/
/*        min-height:50px;*/
/*    }*/
/*}*/

    /*.textht{*/
    /*    min-height:50px;*/
    /*}*/


.featured-gallery-section {

  background: #f8f9fa;
}

.gallery-grid {
  --gap: 18px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: var(--gap);
}

.g-hero { grid-column: span 6; }
.g-tall { grid-column: span 6; }
.g-wide { grid-column: span 4; }
.g-square { grid-column: span 4; }

@media (max-width: 991.98px) {
  .g-hero, .g-tall, .g-wide, .g-square { grid-column: span 6; }
}

@media (max-width: 575.98px) {
  .g-hero, .g-tall, .g-wide, .g-square { grid-column: span 12; }
  
}

.gallery-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
  background: #eee;
  /*min-height: 140px;*/
  aspect-ratio: 37 / 30;
  object-fit: cover;
  margin-bottom: 10px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px 0px;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s cubic-bezier(.2,.8,.2,1);
}

.gallery-card:hover img {
  transform: scale(1.06);
  filter: brightness(.93);
}


.charekh_feat img {
    width: 80px;
    height: auto;
}

.charekh_feat h5 {
    font-size: 1rem;
    margin-top: 10px;
    font-weight: 400;
    text-transform: uppercase;
}

.charekh_feat {
    transition: all 0.3s ease;
    padding-bottom:15px;
}

.charekh_feat:hover {
    transform: translateY(-5px);
}

.testimonial-card{
    border-radius: 8px;
    box-shadow: 0px 0 25px rgba(0, 0, 0, 0.1);
    width: 100%;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
}

.pt-50{
    padding-top:50px;
}

.propertypd{
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 200px;
    padding-bottom: 200px;
}






.image-wrapper2 {
  position: relative;
  display: block;
}

.image-wrapper2::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    360deg,
    rgba(0, 0, 0, 0.48) 8%,
    rgba(255, 255, 255, 0) 62%,
    rgba(255, 255, 255, 0) 100%
  ) !important;
  pointer-events: none; /* keeps image clickable */
}


.sideimagetestimonials {
    float: left;
    /*max-width: 20%;*/
    /*width: 100%;*/
    /*border-radius: 20px;*/
    /*aspect-ratio: 1 / 1;*/
    margin-bottom: 10px;
    margin-right: 30px;
}
.position-relative{
    position: relative;
}

.top1{
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.7;
}
/*
.namiq-exclusive{
    display: inline-block;
    outline: none;
    font-family: inherit;
    font-size: 1em;
    box-sizing: border-box;
    height: 2.75em;
    line-height: 2.5em;
    text-transform: uppercase;
    padding: 0 1em;
    background-image: linear-gradient(160deg, #785529, #a28a55, #a28a55, #cba676, #836b36);
    border-bottom: 4px solid #50402d !important;
} */

.filter-grayscale{
    filter: grayscale(.3);
    width:55%;
    height:100%;
}





.custom-list {
  list-style: none; 
  padding-left: 0; 
}

.custom-list li {
  position: relative; 
  padding-left: 40px; 
  line-height: 1.5; 
}

.custom-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%); 
  width: 25px; 
  height: 25px;
  background-image: url('https://namiqestates.com/wp-content/themes/propertylisting/images/icon/email.webp'); 
  background-size: cover; 
  background-repeat: no-repeat;
}


.custom-list1 {
  list-style: none; 
  padding-left: 0; 
}

.custom-list1 li {
  position: relative; 
  padding-left: 40px; 
  line-height: 1.5; 
}

.custom-list1 li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20%;
  transform: translateY(-50%); 
  width: 25px; 
  height: 25px;
  background-image: url('https://namiqestates.com/wp-content/themes/propertylisting/images/icon/location.webp'); 
  background-size: cover; 
  background-repeat: no-repeat;
}
