.hind-light {
  font-family: "Hind", serif;
  font-weight: 300;
  font-style: normal;
}

.hind-regular {
  font-family: "Hind", serif;
  font-weight: 400;
  font-style: normal;
}

.hind-medium {
  font-family: "Hind", serif;
  font-weight: 500;
  font-style: normal;
}

.hind-semibold {
  font-family: "Hind", serif;
  font-weight: 600;
  font-style: normal;
}

.hind-bold {
  font-family: "Hind", serif;
  font-weight: 700;
  font-style: normal;
}

.nunito{
    font-family: "Nunito", serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
  }

@font-face {
font-family: 'din';
src: url('fonts/din.eot');
src: url('fonts/din.eot?#iefix') format('embedded-opentype'), url('fonts/din.woff') format('woff'), url('fonts/din.ttf') format('truetype'), url('fonts/din.svg#din') format('svg');
font-weight: normal;
font-style: normal;
}

body {	color:#555;	font:normal 13px/22px Arial;	top:0; background-color: #e8f5e9;}
/* Basic styling for the slider */
.slider {
    position: relative;
    width: 100vw !important;
    z-index: 9999;
    height: 400px; /* Set height for the slider */
    overflow: hidden; /* Hide anything outside the slider container */
  }
  
  .bgContainer {
    position: relative;
    width: 100vw; /* Full screen width */
    height: 100vh; /* Full screen height */
}

.bgImage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('https://img.freepik.com/free-photo/family-showcasing-their-home_23-2151624955.jpg?ga=GA1.1.1813708390.1740511519&semt=ais_hybrid') 100% 50%;
    background-size: cover; /* Ensures it covers the full screen */
    z-index: 1;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent); /* Fades into image */
    z-index: 2;
}

  
  /* Animation to reveal the image */
  @keyframes moveUp {
    0% {
      background-position: center center; /* Start with the whole image visible */
    }
    100% {
      background-position: center center; /* End with the image fully visible */
    }
  }
  
  /* Overlapping text (Live freer) */
  .freer {
    position: absolute;
    top: 50%; /* Vertically center the text */
    left: 50%; /* Horizontally center the text */
    transform: translate(-50%, -50%); /* Center both vertically and horizontally */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(114, 183, 15, 0.8)); /* Gradient for text background */
    color: white; /* White text */
    padding: 20px 40px;
    font-size: 32px;
    font-family: nunito;
    font-weight: bold;
    border-radius: 8px; /* Rounded corners for the text container */
    text-align: center; /* Center-align the text */
    z-index: 3; /* Ensure it sits on top of both the image and gradient */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); /* Optional: add shadow to make text pop */
  }
  
  /* Optional: Add a hover effect to the text container */
  .slider:hover .freer {
    transform: translate(-50%, -50%) scale(1.05); /* Slightly zoom-in on hover */
  }
  
h1,h2,h3,h4,h5 { font-weight:normal; font-family: din;margin: 0;padding: 0;color: #000}
h1{font-size: 60px; margin-bottom: 25px;color: #fff;}
h2{font-size: 35px; letter-spacing: -1px;margin-bottom: 20px;}
h3{margin: 0 0 15px 0; font-size: 25px;}
h4{margin: 10px 0; font-size: 19px;}
h5{margin: 0 0 5px 0; font-size: 17px;}
h6{margin: 0 0 10px 0; font-size: 14px;}

h4 span{margin-right: 5px; font-size: 15px;}
h6 span{margin-right: 5px; font-size: 12px;}


p{margin-bottom: 30px;}
a{color:#72b70f; text-decoration:none;outline: none;}
a:hover{color:#333;}
.spacer{margin-top: 40px;margin-bottom:40px;}
.spacer h3{font-family: nunito;color: rgb(32, 111, 6);}
.spacer p{font-family: nunito;}
.spacer h4{font-family: Nunito, sans-serif;color: rgb(33, 33, 33);font-weight: 700;}
.center{text-align: center;}
.fullwidth{width: 100%;}
select,input{outline: 0; margin-bottom: 20px;}
a.more{background-color: #222; padding: 2px 6px;color: #fff; text-transform: uppercase; font-size: 11px;}
a.more:hover{background: #64a30a;text-decoration: none;}

table{background-color: #fff;}

.btn{border-radius: 5px; font-family: din; outline: none;}
.btn-success{ background: #72b70f;border:1px solid #72b70f;padding:6px 20px; font-size:16px; width: 100%; }
.btn-primary{ background: #64a30a;border:none;width: 100%;border-radius: 20px;}
.btn-info{background: #333;border:4px solid #ddd;padding: 3px 20px; font-size:20px; border-radius: 20px;  }

.thumbnail{ background-color:#fff;}
.wrapper{height: 3%;}
.header {padding: 5px 0;padding-bottom: 0;margin-bottom: 0;}
.header img{width: 10%;margin-top: 0; height: 60px;}
.header ul{list-style: none;margin: 0; padding: 0;margin-top: 15px;}
.header ul li{ display: inline-block; padding: 0 0 0 40px;}
.header ul li a{ font-size: 15px;font-weight: 700;font-family: nunito;text-transform: uppercase;}
.header ul li a:hover{text-decoration: none;color: #64a30a; }

.navbar-inverse {
    background: url(https://img.freepik.com/free-vector/gradient-monochromatic-abstract-background_52683-74300.jpg?ga=GA1.1.1813708390.1740511519&semt=ais_hybrid);
    background-size: cover; /* Ensures the image covers the entire footer */
    background-position: center; /* Centers the image in the footer */
    position: relative;
    color: #fff;
  }
 .navbar-inverse::before {
    content: ''; 
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, #72b70f, #64a30a); /* Green to transparent gradient */
    opacity: 0.7; /* Adjust opacity for the gradient */
    z-index: 1; /* Places the gradient above the background image but below the content */
  }

  .navbar-wrapper{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000 !important;
  }

  .navbar-inverse > * {
    position: relative;
    z-index: 2; /* Ensures footer content (text, links, etc.) appears above the gradient */
  }
.navbar-inverse .navbar-nav > li > a{font-size: 11px;padding-top: 10px;padding-bottom: 10px;font-family: hind;text-transform: uppercase;color: #fff;}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus{background-color: #72b70f;}

.banner-search{background:url(../images/bginside.jpg) #111;color: #fff;padding: 20px 0 10px 0; font-size: 16px;}
.banner-search h3{color: #fff;}
.properties p{font-family: nunito !important;font-size: 12px !important;}
.properties-listing h3{font-family: hind;color: rgb(32, 111, 6);}
.properties-listing a{font-family: nunito;}
.properties-listing .viewall{margin-top: 15px;}
.properties-listing div.properties{padding: 10px; background-color: #fff;text-align: center; margin-bottom: 20px;}
.owl-wrapper-outer div.properties{margin: 0 5px;}
.properties-listing div.properties .image-holder{position: relative;}
.properties-listing div.properties .status{position: absolute;bottom: 0;z-index: 100;display: block;width: 100%;color: #fff;padding:0 3px;text-align: right; font-size: 12px;}
.properties-listing div.properties p{margin-bottom: 10px; font-size: 14px;border-top: 1px solid #ddd;border-bottom: 1px solid #ddd;padding: 5px 0;font-family: din;}

.listing-detail{margin-bottom: 30px; box-sizing: border-box;
    display: flex;
    align-items: center; /* Align items vertically */
    gap: 18px; /* Adjust spacing between items if needed */
    font-family: Hind, sans-serif;
    padding-left: 30px; /* Adjust this value to match the indentation of 'Available now' */
    text-indent: -10px; /* Fine-tune alignment */
  }
.listing-detail li{margin-bottom: 30px; box-sizing: border-box;
    color: rgb(33, 113, 6);
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
.listing-detail span{margin-bottom: 30px; box-sizing: border-box;
    color: rgb(33, 113, 6);
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .divider {
    margin-bottom: 30px;
    box-sizing: border-box;
    border-top: none !important; /* Remove top border */
    display: flex;
    align-items: center;
    gap: 18px;
    font-family: Hind, sans-serif;
    padding-left: 20px;
    text-indent: -10px;
  }
  
  .divider li {
    margin-bottom: 0;
    box-sizing: border-box;
    color: rgb(33, 113, 6);
    list-style-type: none;
    border-top: none !important; /* Ensure no border */
  }
  
  .svelte-3wy11e {
    text-align: center;
    margin-bottom: 0 !important;
  }

.status.sold{background:rgba(104,167,13,0.8);}
.status.new{background:rgba(190,7,46,0.8);}

.recommended{position: relative;}
.recommended .carousel-indicators{position: absolute;text-align: left;left: 0;bottom: -40px;margin: 0;}
.recommended .carousel-indicators li{border: 1px solid #888;}
.recommended .carousel-indicators .active{background-color:#ccc; border-radius: 8px;}
.recommended p{margin: 5px 0 10px 0;}


.modal-content{padding: 20px;}
.login .form-group input{padding: 10px; height: 50px;}

.register input{padding: 10px; height: 50px;}
.contact input{padding: 10px; height: 50px;}
.register input,.register textarea,.contact input,.contact textarea{ margin-bottom: 15px;}
.login button,.register button,.contact button{width: 100%;border-radius: 5px;}

/*inside*/
.inside-banner {
    background: url(https://img.freepik.com/free-vector/gradient-monochromatic-abstract-background_52683-74300.jpg?ga=GA1.1.1813708390.1740511519&semt=ais_hybrid);
    background-size: cover; /* Ensures the image covers the entire footer */
    background-position: center; /* Centers the image in the footer */
    position: relative;
    color: #fff; height: 60px;
  }
  .inside-banner::before {
    content: ''; 
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, #72b70f, #64a30a); /* Green to transparent gradient */
    opacity: 0.7; /* Adjust opacity for the gradient */
    z-index: 1; /* Places the gradient above the background image but below the content */
  }
  .inside-banner > * {
    position: relative;
    z-index: 2; /* Ensures footer content (text, links, etc.) appears above the gradient */
  }
.inside-banner h4{margin: 15px; color: #fff;font-weight: 600;font-size: 23px;font-family: sans-serif;text-transform: uppercase;background: url('https://img.freepik.com/free-vector/green-watercolor-background-design_1035-8379.jpg?ga=GA1.1.1813708390.1740511519&semt=ais_hybrid') no-repeat center; background-size: cover;-webkit-text-fill-color: transparent; -webkit-background-clip: text;}
.inside-banner span{margin-top: 20px;}
.inside-banner a{color: #fff;}

.search-form {margin-bottom: 50px;}
.search-form h4{margin: 17px 0;}


.hot-properties {margin-bottom: 50px;}
.hot-properties img{width: 68px; height: 68px;}
.hot-properties h4{margin-bottom: 20px;  color: rgb(32, 111, 6);font-weight: 700;}
.hot-properties .row{margin-bottom: 20px;}
.hot-properties .row p{margin-bottom: 5px;}

.sortby .result{margin-top: 10px;}

.advertisement h4{color: rgb(32, 111, 6); font-family: sans-serif;}
.property-info span{margin-right: 5px;color: rgb(32, 111, 6); margin-top: 0;}
.property-info .glyphicon-chevron-left{color: #fff}
.property-info .glyphicon-chevron-right{color: #fff}
.property-info .spacer h4{color: rgb(32, 111, 6);}
.property-info .spacer p{margin-bottom: 6%;}
.property-info p{margin-bottom:10px; }
.property-info p.price{color: rgb(32, 111, 6);font-family: Hind, sans-serif;font-weight: 700; font-size: 18px;padding:0;border-radius: 5px;}
.property-info .profile{margin-top: 0;color: rgb(32, 111, 6);font-family: nunito;font-weight: 700;}
.property-info .profile p{padding-left: 20px; color: rgb(32, 111, 6);font-size: 12px;font-weight: 500;font-family: nunito;}

/* Remove all extra styling from modal content */
.modal-content {
  max-width: 100%;
  max-height: 100%;
  background: none !important; /* Remove white background */
  border: none;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Ensure modal body has no padding */
.modal-body {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Center and make image responsive */
.modal-body img {
  border-radius: 15px;
  max-width: 90vw; /* Responsive width */
  max-height: 90vh; /* Responsive height */
  width: auto;
  height: auto;
  object-fit: contain;
  position: fixed;
  margin-top: 53%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Hide the modal header and footer */
.modal-header, .modal-footer {
  display: none;
}
/* Style for navigation arrows */
.nav-arrow {
  margin-top: 50%;
  position: fixed; /* Keep arrows fixed */
  top: 50%;
  transform: translateY(-50%);
  background: none;
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  font-weight: 700;
  font-size: 28px;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}

/* Position left and right arrows correctly */
.left-arrow {
  left: 20px;
}

.right-arrow {
  right: 20px;
}

/* Add hover effect */
.nav-arrow:hover {
  background: rgba(0, 0, 0, 0.282);
}
.modal-header {
  position: relative;
}

/* Close button styling (Nomad-style) */
/* .close {
  position: absolute;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7); 
  border-radius: 50%;
  color: white !important; 
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
  z-index: 1050; 
} */

/* Hover effect */
/* .close:hover {
  background: rgba(0, 0, 0, 0.9);
  transform: scale(1.1);
} */


/* Media query for mobile screens */
@media screen and (max-width: 768px) {
  .modal-body img {
    max-width: 95vw;
    max-height: 85vh;
  }

  .nav-arrow {
    width: 40px;
    height: 40px;
    font-size: 24px;
  }

  .left-arrow {
    left: 10px;
  }

  .right-arrow {
    right: 10px;
  }

  .close {
    top: 10px;
    right: 10px;
    width: 35px;
    height: 35px;
    font-size: 20px;
  }
}


/* Apply effects to make the image more vibrant and eye-catching */
.smooth-image {
    filter: brightness(0.8) contrast(1.8) saturate(1.3); /* Boost brightness, contrast, and saturation for more vivid colors */
    image-rendering: smooth; /* Ensure smooth rendering of the image */
    border-radius: 8px; /* Optional: Rounded corners for a sleek look */
    transition: transform 0.3s ease-in-out; /* Smooth zoom-in effect on hover */
}

/* The image container should have relative positioning to position the overlay */
.image-holder {
    position: relative;
    border-radius: 8px; /* Rounded corners */
    overflow: hidden; /* Hide parts of the image outside the rounded corners */
}

/* Dark overlay for better readability of the text*/
.image-holder:before {
    content: ''; /* Creates a pseudo-element */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); /* A subtle black overlay */
    z-index: 1; /* Ensures the overlay stays on top of the image */
    border-radius: 8px; /* Rounded corners for the overlay */
}
/* Hover effect to zoom in the image slightly */
.image-holder:hover .smooth-image {
    transform: scale(1.05); /* Slight zoom-in effect */
}

/* Darker overlay on hover to highlight the image more */
.image-holder:hover:before {
    background: rgba(0, 0, 0, 0.4); /* Darker overlay when hovered */
}

.glyphicon-map-marker{color: #FF5733;}
 .glyphicon-star{color: #FFD700;} 
 .rate{font-weight: 900;}
.enquiry input,.enquiry textarea{margin-bottom: 10px;}
.enquiry button{border-radius: 5px;}

.blog .info{color: #999;margin-bottom: 10px;font-size: 12px;}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{background-color: #72b70f;border-radius: 0;color: #fff;border: none;}
.blog .tabbable .tab-content ul li{margin: 15px 0;}
.blog .row{margin-bottom: 50px;}

.agents .row{margin-bottom:40px; }
.agents .row h4{margin: 0;}

@media screen and (max-width: 768px){
  .agents h4{text-align: center;}
  .agents img{margin: auto;}
  .agents p{margin-top: 5px !important;}
}
.carousel-inner img{height: 100%;width: 100%; border-radius: 20px;}
.carousel-inner h5{font-family: nunito;font-size: 14px;color: rgb(32, 111, 6);}
.carousel-inner p{font-family: nunito;font-size: 12px;}

/*footer*/
.footer {
    background: url(https://img.freepik.com/free-vector/gradient-monochromatic-abstract-background_52683-74300.jpg?ga=GA1.1.1813708390.1740511519&semt=ais_hybrid);
    background-size: cover; /* Ensures the image covers the entire footer */
    background-position: center; /* Centers the image in the footer */
    padding: 20px 0;
    color: #999;
    position: relative;
  }
  
  /* Gradient overlay */
  .footer::before {
    content: ''; 
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, #72b70f, #64a30a); /* Green to transparent gradient */
    opacity: 0.7; /* Adjust opacity for the gradient */
    z-index: 1; /* Places the gradient above the background image but below the content */
  }
  
  /* Footer content */
  .footer > * {
    position: relative;
    z-index: 2; /* Ensures footer content (text, links, etc.) appears above the gradient */
  }
  
.footer h4{color: #fff;border-bottom: 2px solid #72b70f;margin-bottom: 10px;padding-bottom: 10px;font-family: hind;}
.footer ul{list-style: none;padding: 0; }
.footer a{color: #fff;font-family: nunito;}
.footer p.copyright{margin: 30px 0 0 0;color: #fff;font-family: nunito;}
.footer p{color: #fff;font-family: nunito;}

.features-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 columns */
  gap: 15px; /* Spacing between items */
  max-width: 600px;
 margin-bottom: 18px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 10px; /* Space between icon and text */
  white-space: nowrap;
  color: rgb(33, 113, 6);
}

.feature-item i {
  font-size: 14px; /* Adjust icon size */
  color: rgb(33, 113, 6); /* Icon color */
  min-width: 24px; /* Ensures icons align */
}
.features h4{margin-top: 0;font-size: 16px;font-family: nunito;color: rgb(33, 113, 6);font-weight: 700;}

.form {
  background: url(https://img.freepik.com/free-photo/buying-real-estate-concept_53876-24848.jpg?ga=GA1.1.1813708390.1740511519&semt=ais_hybrid);
  background-size: cover; /* Ensures the image covers the entire footer */
  background-position: center; /* Centers the image in the footer */
  padding: 20px 0;
  height: 30vh !important;
  width: 23vw !important;
  position: relative;
}
/* Gradient overlay */
.form::before {
  content: ''; 
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.7; /* Adjust opacity for the gradient */
  z-index: 1; /* Places the gradient above the background image but below the content */
}

/* Footer content */
.form > * {
  position: relative;
  z-index: 2; /* Ensures footer content (text, links, etc.) appears above the gradient */
}
.apply {
  background-color: rgb(217, 235, 234); 
  width: 23vw !important; 
  height: 234px;
  font-family: "Hind", sans-serif;  /* Clean sans-serif font */
  padding: 15px;  /* Adds internal spacing */
  display: flex;  
  flex-direction: column;  /* Aligns child elements vertically */
  justify-content: flex-start;  /* Aligns content to the top */
  font-weight: 500;
}

.apply h4 {
  margin-top: 10px;  /* Adjust top margin */
  font-family: "Hind", sans-serif;  /* Ensures font consistency */
  font-weight: 650;
}

.button{background-color: rgb(33, 113, 6);width: 23vw !important; border: 0;padding: 5px;margin-top: 15px;font-family: hind;color: #fff;font-size: 14px;font-weight: 700;}

@media (max-width: 600px) {
    .bgImage {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url('https://img.freepik.com/free-photo/family-showcasing-their-home_23-2151624955.jpg?ga=GA1.1.1813708390.1740511519&semt=ais_hybrid') center center;
        background-size: cover; /* Ensures it covers the full screen */
        z-index: 1;
    }
    .carousel-inner img{height: 30vh;width: 100vw;}
.header{text-align: center;}
.header img{width: 100px; height: 50px; margin-top: 0; margin-bottom: 0; padding-top: 0;padding-bottom: 0;}
.pull-right{margin-top: 0;padding-top: 0;}
.header ul{width: 100%;margin-bottom: 20px;}
.header ul li{padding: 0 20px;}
h1{font-size: 40px;}
h2{font-size: 25px;}
.login {margin-bottom: 40px;}
.searchbar button{margin-bottom: 40px;}
.footer .col-sm-3{margin-bottom: 30px;}
.agents img{ margin-bottom: 20px;}
.property-info .profile span{margin-top: 0 !important;padding-top: 0 !important;}
.form {
  background: url(https://img.freepik.com/free-photo/buying-real-estate-concept_53876-24848.jpg?ga=GA1.1.1813708390.1740511519&semt=ais_hybrid);
  background-size: cover; /* Ensures the image covers the entire footer */
  background-position: center; /* Centers the image in the footer */
  padding: 20px 0;
  height: 30vh !important;
  width: 100% !important;
  position: relative;
}
/* Gradient overlay */
.form::before {
  content: ''; 
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.7; /* Adjust opacity for the gradient */
  z-index: 1; /* Places the gradient above the background image but below the content */
}

/* Footer content */
.form > * {
  position: relative;
  z-index: 2; /* Ensures footer content (text, links, etc.) appears above the gradient */
}
.apply{background-color: rgb(217, 235, 234);margin-top: 0;width: 100% !important;}
.apply h4{color: #000;font-family: nunito;font-weight: 700;}
.button{width: 100% !important;color: #fff;border: 0;}
}
