/* Container for the tabs and content */
.property-tabs {
    font-family: Arial, sans-serif;
    border: 1px solid #ddd;
    background-color: #cccccc;
    border-radius: 8px;
  }

  /* Tab navigation styles */
  .property-tabs .tabs-nav {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
    display: flex;
    gap: 10px;
    border-bottom: 2px solid #ddd;
  }

  .property-tabs .tabs-nav li {
    padding: 10px 15px;
    cursor: pointer;
    color: #555;
    font-weight: bold;
    border-radius: 4px 4px 0 0;
    background-color: #cccccc;
    transition: background-color 0.3s, color 0.3s;
  }

  /* Active tab styles */
  .property-tabs .tabs-nav li.active {
    background-color: #cccccc;
    color: #333;
    border: 1px solid #ddd;
    border-bottom: none;
  }

  /* Content area */
  .property-tabs .tab-content {
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 0 0 8px 8px;
    background-color: #cccccc;
  }

  /* Hide non-active tab content */
  .property-tabs .tab-pane {
    display: none;
  }

  .property-tabs .tab-pane.active {
    display: block;
  }

  /* Link styles within tabs */
  .property-tabs .tab-pane a {
    display: block;
    color: #0073e6;
    margin: 5px 0;
    text-decoration: none;
  }

  .property-tabs .tab-pane a:hover {
    text-decoration: underline;
  }

  /* Background icons for aesthetic purposes */
  .property-tabs .bg-l,
  .property-tabs .bg-r {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #cccccc;
    border-radius: 50%;
    margin: 0 5px;
  }



  /* .pp-property-lists-tab {
    *zoom:1;*zoom:1} */

.pp-property-lists-tab:before,.pp-property-lists-tab:after {
    display: table;
    content: "";
    line-height: 0;
}

.pp-property-lists-tab:after {
    clear: both;
}

.pp-property-lists-tab:before,.pp-property-lists-tab:after {
    display: table;
    content: "";
    line-height: 0
}

.pp-property-lists-tab:after {
    clear: both;
}

.pp-property-lists-tab ul {
    margin: 9px 0;
    list-style: none;
}

.pp-property-lists-tab ul li {
    display: inline-block;
    display: inline;
    zoom:1;
    margin-right: 10px;
}

.pp-property-lists-tab ul li a {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    color: #555;
    border-bottom: 2px solid transparent;
}

.pp-property-lists-tab ul li.active a {
    border-bottom: 2px solid #903;
}

.pp-property-lists-tab .tab-content {
    float: left;
    position: relative;
    min-height: 140px;
    min-width: 320px;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 20px;
}

.pp-property-lists-tab .tab-content a {
    display: block;
    color: #555 !important;
}

.pp-property-lists-tab .tab-content a:hover {
  display: block;
  color: #000 !important;
}

.pp-property-lists-tab .tab-content a b {
    color: #903;
}

.pp-property-lists-tab .tab-content a span {
    color: #bbb;
}

.pp-property-lists-tab .tab-content a:hover {
    text-decoration: none;
}

.pp-property-lists-tab .tab-content .bg-l,.pp-property-lists-tab .tab-content .bg-r {
    position: absolute;
    top: 10px;
    height: 72px;
    background-image: url("../img/sprite.png");
    background-repeat: no-repeat;
}

.pp-property-lists-tab .tab-content .bg-l {
    left: -23px;
    width: 23px;
    background-position: 0 -266px;
}

.pp-property-lists-tab .tab-content .bg-r {
    right: -102px;
    width: 102px;
    background-position: -24px -265px;
}

.pp-property-lists-tab .tab-pane {
    display: none;
}

.pp-property-lists-tab .tab-pane.active {
    display: block;
}

.pp-property-lists-tab .tab-pane .property-item {
  display: flex;
  align-items: center; /* Aligns items vertically in the center */
  margin-bottom: 5px; /* Adds spacing between each property item */
}

ul#property-tabs {
  padding-left:0px;
}

.pp-property-counter .content {
  min-height: 200px;
  position: relative;
  background: url("../img/property-counter.png") no-repeat 0 0 transparent;
}

.pp-property-counter a {
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
}

.pp-property-counter a b {
  display: block;
  color: #000;
}

.pp-property-counter .aparts-counter {
  top: 20px;
  left: 18px;
  font-size: 14px;
}
.pp-property-counter .aparts-counter:hover {
  text-decoration: underline;
  color: #fff;
}

.pp-property-counter .aparts-counter b {
  font-size: 60px;
  font-weight: 700;
  line-height: 80px;
  font-size: 60px;
  font-weight: 700;
  line-height: 80px;
}

.pp-property-counter .houses-counter {
  left: 111px;
  top: 68px;
  font-size: 14px;
}
.pp-property-counter .houses-counter:hover {
  text-decoration: underline;
  color: #fff;
}

.pp-property-counter .houses-counter b {
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
}

.pp-property-counter .lands-counter {
  left: 27px;
  top: 120px;
  font-size: 14px;
}

.pp-property-counter .lands-counter:hover {
  text-decoration: underline;
  color: #fff;
}

.pp-property-counter .lands-counter b {
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

.pp-property-counter .more-link {
  top: 160px;
  left: auto;
  right: 0;
  color: #903;
  text-decoration: none;
  text-transform: lowercase;
  border-bottom: 1px dotted #903;
}

.pp-property-counter .more-link:hover {
  border: 0 none;
  text-decoration: none;
}

.icon-big-phone {
  background-position: 0 -60px;
}



.pp-contact-block {
  /*display: flex;
  flex-direction: column;
  align-items: center;*/
  position: relative;
}

.icons-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 8px;
}
.content-container .content {
  position: absolute;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  left:0;
}
.pp-icon {
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-color: #ccc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-big-phone { background-color: #f0ad4e; }
.icon-big-email { background-color: #5bc0de; }
.icon-big-skype { background-color: #0078d7; }
.icon-big-share { background-color: #5cb85c; }
