/*

TemplateMo 591 villa agency

https://templatemo.com/tm-591-villa-agency

*/

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
05. banner
06. features
07. testimonials
08. contact

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900");
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/


/* 
---------------------------------------------
Pre-loader Style
--------------------------------------------- 
*/

.js-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.781);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.js-preloader.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@-webkit-keyframes dot {
  50% {
      -webkit-transform: translateX(96px);
      transform: translateX(96px);
  }
}

@keyframes dot {
  50% {
      -webkit-transform: translateX(96px);
      transform: translateX(96px);
  }
}

@-webkit-keyframes dots {
  50% {
      -webkit-transform: translateX(-31px);
      transform: translateX(-31px);
  }
}

@keyframes dots {
  50% {
      -webkit-transform: translateX(-31px);
      transform: translateX(-31px);
  }
}

.preloader-inner {
  position: relative;
  width: 142px;
  height: 40px;
  background: transparent;
}

.preloader-inner .dot {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 12px;
  left: 15px;
  background: #37768D;
  border-radius: 50%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: dot 2.8s infinite;
  animation: dot 2.8s infinite;
}

.preloader-inner .dots {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  margin-top: 12px;
  margin-left: 31px;
  -webkit-animation: dots 2.8s infinite;
  animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  background: #37768D;
  border-radius: 50%;
}


/* 
---------------------------------------------
Featured Style
--------------------------------------------- 
*/

.featured .left-image {
  position: relative;
}

.featured .left-image img {
  padding-left: 55px;
}

.featured .left-image a {
  display: inline-block;
  width: 110px;
  height: 110px;
  line-height: 110px;
  background-color: #37768D;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: -55px;
}

.featured .section-heading {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 60px;
}

.featured .section-heading h2 {
  width: 70%;
}

.featured #headingThree {
  border-bottom: none;
}

.featured .info-table {
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 35px 30px;
}

.featured .info-table ul li {
  display: block;
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #eee;
}

.featured .info-table ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.featured .info-table ul li img {
  float: left;
  margin-right: 25px;
}

.featured .info-table ul li h4 {
  font-size: 22px;
  font-weight: 600;
}

.featured .info-table ul li h4 span {
  font-size: 15px;
  color: #aaa;
  font-weight: 400;
}

/* 
---------------------------------------------
Fun Facts Style
--------------------------------------------- 
*/

.fun-facts {
  text-align: center;
  margin-top: 125px;
}

.fun-facts .counter {
  background-color: #ffeee9;
  position: relative;
  border-radius: 10px;
  width: 270px;
  padding: 20px 0px;
  display: inline-block;
}

.fun-facts .counter h2,
.fun-facts .counter p {
  display: inline-flex;
  vertical-align: middle;
}

.fun-facts .counter p {
  text-align: left;
  font-size: 16px;
  color: #1e1e1e;
  font-weight: 600;
  line-height: 28px;
}

.fun-facts .counter h2 {
  margin-right: 25px;
  font-size: 40px;
  color: #37768D;
}

.fun-facts .counter:after {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #37768D;
  border-radius: 50%;
  content: '';
  right: -25px;
  top: -25px;
}

/* 
---------------------------------------------
Responsive Style
--------------------------------------------- 
*/

@media (max-width: 992px) {
  .featured .section-heading {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 100px;
  }
  .featured .accordion {
    margin-left: 0px;
    margin-right: 0px;
  }
  .featured .info-table {
    margin-top: 45px;
  }
  .fun-facts .counter {
    margin-bottom: 45px;
  }
}

@media (max-width: 1200px) {
  .contact-page .section-heading {
    margin-right: 100px;
  }
}

/* ---------------------------------------------
   Apartment Details headings (single-property page)
--------------------------------------------- */

.single-property .main-content span.category {
  display: inline-block;       /* so padding & background apply */
  margin: 10 0 1rem 0;          /* remove the big top margin, add bottom gap */
  padding: 0.25em 0.75em;      /* vertical & horizontal padding */
  font-size: 0.875rem;         /* a bit smaller text */
  font-weight: 600;            /* semi-bold for emphasis */
  color: #1e1e1e;              /* text color */
  background-color: #fbd9cf;   /* your tag background */
  border-radius: 1.5em;        /* large radius = pill shape */
  line-height: 1;              /* avoid extra height */
  text-transform: uppercase;   /* optional: make it look more “tag-like” */
}
.single-property .main-content h3,
.single-property .main-content h4,
.single-property .main-content h5 {
  display: block;   /* each on its own line */
  margin: 0;        /* kill the defaults */
  padding: 0;
}

/* space between category and main title */
.single-property .main-content span.category {
  margin-bottom: 0.5rem; 
}

/* main title (country) */
.single-property .main-content h3 {
  margin-top: 0;    
  margin-bottom: 0.25rem;
  font-size: 2rem;  /* tweak to taste */
  font-weight: 700;
  line-height: 1.2;
}

/* country-code (AT) styling */
.single-property .main-content h3 .country-code {
  color: #cc1f1f;
  font-size: 1rem;
  margin-left: 0rem; /* small gap after “Österreich” */
}

/* sub-titles */
.single-property .main-content h4 {
  margin-top: 0.25rem;
  margin-bottom: 0;
  font-weight: 600;
  border: transparent;
}

.single-property .main-content h5 {
  margin-top: 0.25rem;
  margin-bottom: 1rem;  /* gives breathing room before the line */
  font-weight: 500;
}


/* 
counter styles
"timer count-title count-number with-symbol 
*/
.with-symbol::before {
  content: ">";
  margin-right: 4px;
  font-weight: bold;
}
