@import url(../fonts/awesome/css/all.min.css);
@import url(https://fonts.googleapis.com/css?family=Nunito:400,400i,600,700&display=swap);

:root {
  --primary-bg-color: #f5f5f5;
  --primary-text-color: #333;
  --header-bg-color: #444;
  --social-icon-color: #ffffff;
  --social-icon-hover-bg-color: #fff;
  --social-icon-hover-text-color: #444;
  --btn-wp-bg-color: #1a8f4a;
  --btn-wp-hover-bg-color: #1da851;
  --btn-tel-color: #ff5722;
  --ztc-bg-bg-1: #fff;
  --ztc-bg-bg-2: #030e0f;
  --ztc-bg-bg-4: #cbcd30;
  --ztc-bg-bg-3: #073b3a;
  --ztc-text-text-1: #fff;
  --ztc-text-text-2: #030e0f;
  --ztc-text-text-3: #252728;
  --ztc-text-text-4: #cbcd30;
  --ztc-text-text-5: #073b3a;
  --ztc-text-text-6: #fcc608;
  --ztc-text-text-7: #1a47fb;
  --ztc-text-text-8: #ff6b00;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;  
}
body {
  background-attachment: fixed;
  background-color: var(--primary-bg-color);
  color: var(--primary-text-color);
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  line-height: 1.642;
  overflow-x: hidden;
  transition: inherit;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a {
  text-decoration: none;
}
a:hover {
  transition: all 0.2s;
  text-decoration: none;
}

.btn-wp {
  background-color: var(--btn-wp-bg-color);
  color: #fff;
  border: 1px solid var(--btn-wp-bg-color);
  border-radius: 5px;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}
.btn-wp:hover {
  background-color: var(--btn-wp-hover-bg-color);
  color: #fff;
}

.btn-tel {
  background-color: var(--btn-tel-color);
  color: #fff;
  border: 1px solid var(--btn-tel-color);
  border-radius: 0px !important;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  font-weight: bold;
}
@media (max-width: 768px) {
  .btn-wp {
    padding: 10px;
    font-size: 0;
  }
  .btn-wp i {
    font-size: 21px;
  }
}
.btn {
  border-radius: 2px;
}

.main-header {
  position: sticky;
  left: 0px;
  top: 0px;
  z-index: 999;
  width: 100%;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  border-bottom: 1px solid #eee;
}
.header-style-two .header-top {
  position: relative;
  background: #1a1d1f;
  color: #999999;
}

.header-style-two .header-top .auto-container {
  padding-left: 200px;
}

.header-style-two .header-top .top-right {
  position: relative;
  float: right;
}

.header-style-two .header-top .info,
.header-style-two .header-top .social-links {
  position: relative;
  float: left;
  margin-left: 30px;
}

.header-style-two .header-top .info li {
  position: relative;
  float: left;
  /* margin-left: 20px; */
  line-height: 26px;
  padding: 12px 10px;
  border-right: 1px solid #2b3034;
}

.header-style-two .header-top .info li .icon {
  position: relative;
  top: 1px;
  font-size: 14px;
  padding-right: 5px;
}

.header-style-two .header-top .info li a {
  color: #fff;
  display: block;
  font-size: 13px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.header-style-two .header-top .info li a:hover {
  color: #fff;
  box-shadow: 0px 0px 5px rgba(255,255,255,0.8);
}

.header-style-two .header-top .social-links a {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 50px;
  margin-left: 3px;
  line-height: 60px;
  border: 0;
  color: #e0e0e0;
  font-size: 15px;
  text-align: center;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.header-style-two .header-top .social-links a:hover {
  color: #ff5722;
}

.header-style-two .main-menu {
  position: relative;
  float: right;
}

.header-style-two .header-lower {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  background: #ffffff;
  /*border-bottom:1px solid #d5d5d5;*/
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.header-style-two.fixed-header .header-lower {
  position: fixed;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}

.header-style-two .lower-outer {
  position: relative;
  padding: 0px 0px 0px 240px;
}

.header-style-two .header-lower .logo {
  position: absolute;
  left: 0px;
  bottom: 0px;
  text-align: center;
  width: 234px;
  max-height: 150px;
  background: #fff;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  padding: 10px;
  z-index: 15;
}

.header-style-two .header-lower .logo img {
  display: inline-block;
  max-width: 100%;
  max-height: 150px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.header-style-two.fixed-header .header-lower .logo img {
  max-height: 100px;
}

.header-style-two .main-menu .navbar-collapse {
  padding: 0px;
}

.header-style-two .main-menu .navigation {
  position: relative;
  float: right;
  margin: 0px;
  font-family: "Montserrat", sans-serif;
}

.header-style-two .main-menu .navigation > li {
  position: relative;
  float: left;
  padding: 0px;
  margin-left: 40px;
}

.header-style-two .main-menu .navigation > li > a {
  position: relative;
  display: block;
  padding: 32px 5px;
  font-size: 13px;
  font-weight: bold;
  color: #3a3a3a;
  text-transform: uppercase;
  opacity: 1;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.header-style-two .main-menu .navigation > li > a:before,
.main-menu .navbar-collapse > ul > li.current-menu-parent > a:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 15px;
  width: 0px;
  height: 4px;
  background: var(--ztc-text-text-3);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.fixed-header .header-style-two .main-menu .navigation > li > a {
  padding: 34px 15px 26px;
}

.header-style-two .main-menu .navigation > li:hover > a,
.header-style-two .main-menu .navigation > li.current > a,
.header-style-two .main-menu .navigation > li.current-menu-item > a,
.main-menu .navbar-collapse > ul > li.current-menu-parent > a {
  color: #030e0f;
  opacity: 1;
}

.header-style-two .main-menu .navigation > li:hover > a:before,
.header-style-two .main-menu .navigation > li.current > a:before,
.header-style-two .main-menu .navigation > li.current-menu-item > a:before {
  width: 100%;
}

.header-style-two .main-menu .navigation > li > ul {
  position: absolute;
  left: 0px;
  top: 140%;
  width: 220px;
  padding: 0px;
  border: 1px solid #71b100;
  border-top-width: 4px;
  z-index: 100;
  background: #ffffff;
  visibility: hidden;
  opacity: 0;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.header-style-two .main-menu .navigation > li:hover > ul {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.header-style-two .main-menu .navigation > li > ul > li {
  position: relative;
  float: none;
  width: 100%;
  border-bottom: 1px solid #efefef;
}

.header-style-two .main-menu .navigation > li > ul > li:last-child {
  border: none;
}

.header-style-two .main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  padding: 8px 15px 8px 30px;
  line-height: 20px;
  font-weight: bold;
  font-size: 12px;
  color: #3a3a3a;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.header-style-two .main-menu .navigation > li > ul > li > a:before {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 16px;
  line-height: 36px;
  position: absolute;
  top: 0;
  left: 15px;
}

.header-style-two .main-menu .navigation > li > ul > li:hover > a {
  color: #ffffff;
  background-color: #71b100;
}

.header-style-two .main-menu .navigation > li > ul > li.dropdown > a:after {
  font-family: "FontAwesome";
  content: "\f0da";
  position: absolute;
  right: 10px;
  top: 8px;
  width: 10px;
  height: 20px;
  display: block;
  color: #71b100;
  line-height: 20px;
  font-size: 16px;
  text-align: center;
  z-index: 5;
}

.header-style-two
  .main-menu
  .navigation
  > li
  > ul
  > li.dropdown:hover
  > a:after {
  color: #ffffff;
}

.header-style-two .main-menu .navigation > li > ul > li > ul {
  position: absolute;
  left: 110%;
  top: -1px;
  width: 220px;
  padding: 0px;
  border: 1px solid #71b100;
  border-top-width: 4px;
  z-index: 100;
  background: #ffffff;
  visibility: hidden;
  opacity: 0;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.header-style-two .main-menu .navigation > li > ul > li:hover > ul {
  left: 100%;
  opacity: 1;
  visibility: visible;
}

.header-style-two .main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  float: none;
  width: 100%;
  border-bottom: 1px solid #efefef;
}

.header-style-two .main-menu .navigation > li > ul > li > ul > li:last-child {
  border: none;
}

.header-style-two .main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 8px 15px 8px 30px;
  line-height: 20px;
  font-weight: normal;
  font-size: 12px;
  color: #3a3a3a;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.header-style-two .main-menu .navigation > li > ul > li > ul > li > a:before {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 16px;
  line-height: 36px;
  position: absolute;
  top: 0;
  left: 15px;
}

.header-style-two .main-menu .navigation > li > ul > li > ul > li:hover > a {
  color: #ffffff;
  background-color: #71b100;
}

.main-header .search-box {
  position: relative;
  padding: 15px 0px;
  background: #ffc13b;
  color: #ffffff;
  display: none;
}

.main-header .search-box .search-title {
  position: relative;
  float: left;
}

.main-header .search-box .search-title h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 36px;
}

.main-header .search-box .search-form {
  position: relative;
  float: right;
  max-width: 350px;
  overflow: hidden;
}

.main-header .search-box .form-group {
  position: relative;
  display: block;
  padding: 0px;
  margin: 0px;
  width: 100%;
  overflow: hidden;
}

.main-header .search-box .form-group input[type="search"],
.main-header .search-box .form-group input[type="text"] {
  position: relative;
  display: block;
  width: 100%;
  padding: 8px 40px 6px 15px;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  background: none;
}

.main-header .search-box .form-group .search-submit {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 40px;
  height: 40px;
  background: #303030;
  display: block;
  padding: 0px 10px;
  color: #ffffff;
  font-size: 16px;
  line-height: 38px;
}

.strike-through {
  text-decoration: line-through;
}

.auto-container {
  position: static;
  max-width: 1300px;
  padding: 0px 15px;
  margin: 0 auto;
}

.small-container {
  max-width: 1030px;
}
ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.pull-left {
  float: left !important;
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  top: -30px!important;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-header {
    display: none;
  }
}
.latest-property {
  border-bottom: 1px solid #ebebeb;
}
.best-property .container {
  max-width: 1560px;
}
.feat_property {
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.feat_property:hover {
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(19, 19, 28, 0.12);
  -moz-box-shadow: 0px 0px 30px 0px rgba(19, 19, 28, 0.12);
  -o-box-shadow: 0px 0px 30px 0px rgba(19, 19, 28, 0.12);
  box-shadow: 0px 0px 30px 0px rgba(19, 19, 28, 0.12);
}
.feat_property:hover .m2{
  color: #007bff !important;
}
.feat_property:hover .fiyat{
  color: #ff5a5f!important;
}
.feat_property .thumb {
  background-color: #1d293e;
  border-radius: 8px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  overflow: hidden;
  margin: 10px 10px 0 10px;
  position: relative;
}
.feat_property .thumb img {
  opacity: 0.8;
  object-fit: cover;
  width: 100%;
  height: auto;
  min-height: 175px;
  max-height: 175px;
  transition: all 0.3s ease;
}
.details h6{
	min-height:58px;
	max-height:58px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.feat_property:hover .thumb img {
  opacity: 1;
}
.feat_property .thumb .blog_tag {
  background-color: #ff5a5f;
  border-radius: 3px;
  color: rgb(254, 254, 254);
  font-family: "Nunito";
  font-size: 14px;
  height: 25px;
  line-height: 25px;
  left: 10px;
  position: absolute;
  text-align: center;
  top: 10px;
  width: 110px;
}
.for_blog.feat_property.home7 .thumb {
  border-radius: 8px 8px 0 0;
  margin: 0;
}
.for_blog.feat_property .thumb img {
  opacity: 1;
}
.feat_property .thumb .thmb_cntnt,
.properti_city.home6 .thumb .thmb_cntnt {
  bottom: 0;
  left: 10px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.feat_property .thumb .thmb_cntnt ul.tag,
.properti_city.home6 .thumb .thmb_cntnt ul.tag {
  position: absolute;
  left: 12px;
  top: 10px;
}
.feat_property .thumb .thmb_cntnt ul.tag li,
.feat_property.home8 ul.tag li,
.properti_city.home6 .thumb .thmb_cntnt ul.tag li,
.feat_property.list .dtls_headr ul.tag li {
  border-radius: 3px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  width: 75px;
}
.feat_property.home8 ul.tag {
  margin-bottom: 10px;
}
.feat_property .thumb .thmb_cntnt ul.tag li:first-child,
.feat_property.home8 ul.tag li:first-child,
.properti_city.home6 .thumb .thmb_cntnt ul.tag li:first-child,
.feat_property.list .dtls_headr ul.tag li:first-child {
  background-color: rgb(62, 76, 102);
}
.feat_property .thumb .thmb_cntnt ul.tag li:last-child,
.feat_property.home8 ul.tag li:last-child,
.properti_city.home6 .thumb .thmb_cntnt ul.tag li:last-child,
.feat_property.list .dtls_headr ul.tag li:last-child {
  background-color: #ff5722;
  margin-right: 0;
}
.kiralik {
  background-color: #1da851 !important;
}
.feat_property .thumb .thmb_cntnt ul.tag li a,
.feat_property .thumb .thmb_cntnt ul.tag li span,
.properti_city.home6 .thumb .thmb_cntnt ul.tag li a,
.feat_property.home8 ul.tag li a,
.feat_property.list ul.tag li a {
  font-size: 14px;
  font-family: "Nunito";
  color: #fefefe;
  line-height: 1.2;
}
.feat_property .thumb .thmb_cntnt .icon {
  bottom: 15px;
  position: absolute;
  right: 20px;
}
.feat_property .thumb .thmb_cntnt .icon li {
  border-radius: 8px;
  background-color: rgb(15, 21, 31);
  height: 35px;
  line-height: 35px;
  margin-right: 5px;
  opacity: 0.502;
  text-align: center;
  width: 35px;
}
.feat_property.home8 .icon li {
  border-radius: 8px;
  background-color: rgb(247, 247, 247);
  height: 35px;
  line-height: 35px;
  margin-right: 5px;
  opacity: 1;
  text-align: center;
  width: 35px;
}
.feat_property.home8 .icon li a {
  color: #484848;
}
.feat_property.home8 .details .tc_content {
  display: inline-block;
}
.feat_property .details .tc_content ul.icon {
  float: right;
  margin-bottom: 0;
}
.feat_property .thumb .thmb_cntnt .icon li a {
  color: #ffffff;
}
.feat_property .thumb .thmb_cntnt .icon li:last-child,
.feat_property.home8 .icon li:last-child {
  margin-right: 0;
}
.feat_property .thumb .thmb_cntnt .fp_price {
  bottom: 15px;
  font-size: 22px;
  font-family: "Nunito";
  color: #ffffff;
  font-weight: bold;
  left: 20px;
  line-height: 1.2;
  position: absolute;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
}
.feat_property.home8 {
  overflow: visible;
  position: relative;
}
.feat_property.list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.feat_property.list .thumb {
  width: 45%;
  margin: 10px;
  position: relative;
}
.feat_property.list.style2 .thumb {
  height: auto;
  max-width: -webkit-fill-available;
}
.feat_property.list .details {
  width: 70%;
}
.feat_property.list .details .fp_footer {
  border: none;
  padding: 0 20px 10px;
}
.feat_property.list .details .tc_content {
  padding: 25px 20px 10px;
  position: relative;
}
.feat_property.list .dtls_headr {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
}
.feat_property.list .dtls_headr a.fp_price {
  font-size: 22px;
  font-family: "Nunito";
  color: #484848;
  font-weight: bold;
  line-height: 1.2;
  position: absolute;
  right: 20px;
}
.feat_property.list.favorite_page {
  border: none;
  border-radius: 0;
  box-shadow: none;
  border-bottom: 1px solid #ebebeb;
  padding: 0 0 30px;
}
.feat_property.list.favorite_page .thumb {
  height: 126px;
  max-width: 150px;
  margin: 0;
  position: relative;
}
.feat_property.list.favorite_page .view_edit_delete_list {
  position: absolute;
  right: 0;
}
.feat_property.list.favorite_page.style2 {
  border-bottom: none;
  margin: 10px 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.feat_property.list.favorite_page.style2 .details .tc_content p {
  margin-bottom: 0;
}
.status_tag.badge {
  border-radius: 3px;
  background-color: rgb(255, 90, 95);
  font-size: 14px;
  font-family: "Nunito";
  color: rgb(254, 254, 254);
  height: 25px;
  line-height: 1.2;
  padding: 5px 8px;
  text-align: center;
}
.status_tag.badge2 {
  border-radius: 3px;
  background-color: rgb(57, 218, 138);
  font-size: 14px;
  font-family: "Nunito";
  color: rgb(254, 254, 254);
  height: 25px;
  line-height: 20px;
  padding: 5px 8px;
  text-align: center;
}
.status_tag.badge3 {
  border-radius: 3px;
  background-color: rgb(253, 57, 122);
  font-size: 14px;
  font-family: "Nunito";
  color: rgb(254, 254, 254);
  height: 25px;
  line-height: 20px;
  padding: 5px 8px;
  text-align: center;
}
.bs_carousel .feat_property.home8 {
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.bs_carousel .carousel-item.active .feat_property.home8 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.feat_property.home8:before {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  bottom: -10px;
  content: "";
  position: absolute;
  left: -10px;
  right: -10px;
  top: -10px;
  z-index: -1;
}
.feat_property.home8 a.fp_price {
  color: #ff5a5f;
  float: left;
  font-size: 22px;
  font-family: "Nunito";
  font-weight: bold;
  line-height: 1.2;
  margin-top: 0;
  position: relative;
}
.feat_property .thumb .thmb_cntnt a.fp_price small {
  font-size: 14px;
}
.feat_property .details {
  position: relative;
}
.feat_property .details .tc_content {
  padding: 20px;
}
.feat_property .details .tc_content p {
  font-size: 14px;
  font-family: "Nunito";
  color: #484848;
  line-height: 1.2;
}
.feat_property .details .tc_content h4 {
  font-size: 18px;
  font-family: "Nunito";
  color: #484848;
  font-weight: bold;
  line-height: 1.2;
}
.feat_property .details .tc_content .prop_details {
  margin-bottom: 0;
}
.feat_property.home8 .details .tc_content .prop_details {
  margin-bottom: 10px;
}
.feat_property .details .tc_content .prop_details li {
  margin-right: 30px;
  float: left;
}
.feat_property .details .tc_content .prop_details li a {
  font-size: 14px;
  font-family: "Nunito";
  color: #484848;
  line-height: 1.2;
}
.feat_property .details .tc_content .prop_details li:last-child {
  margin-right: 0;
}
.feat_property.home2 .details .tc_content h5 {
  color: #484848;
  font-family: "Nunito";
  line-height: 1.333;
}
.feat_property .details .fp_footer {
  border-top: 1px solid #eeeeee;
  display: inline-block;
  padding: 20px;
  position: relative;
  width: 100%;
}
.feat_property .details .fp_footer .fp_meta {
  margin-bottom: 0;
}
.feat_property .details .fp_footer .fp_meta li {
  margin-right: 10px;
  vertical-align: middle;
}
.feat_property .details .fp_footer .fp_meta li:last-child {
  margin-right: 0;
}
.feat_property .details .fp_footer .fp_meta li a {
  font-size: 14px;
  font-family: "Nunito";
  color: #777777;
  line-height: 1.2;
}
.feat_property .details .fp_footer .fp_meta li:nth-child(2) {
  margin-right: 10px;
}
.for_blog.feat_property .details .fp_footer .fp_meta li:nth-child(2) {
  margin-right: 30px;
}
.feat_property .details .fp_footer .fp_pdate {
  font-size: 14px;
  font-family: "Nunito";
  color: #777777;
  line-height: 1.2;
  margin-top: 12px;
}
.feat_property.home2 .details .fp_footer .fp_pdate {
  color: #192675;
}
.feat_property.home8:hover .thumb .overlay:before {
  background-color: rgba(25, 38, 117, 0.7);
}
.feat_property.home8 .wc_age_seat li a {
  color: #7e7e7e;
  font-size: 13px;
}
.feat_property.home3 {
  border: none;
}
.feat_property.home3 .thumb {
  padding: 0;
}
.feat_property.home3 .details .fp_footer {
  border-top: none;
}
.feat_property.home7 {
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
}
.feat_property.home7:hover {
  -webkit-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
  -moz-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
  -o-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
  box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
}
.feat_property.home7.style2 {
  border: none;
  overflow: visible;
}
.feat_property.home7.style3 {
  box-shadow: none;
}
.feat_property.home7.style2:before {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  bottom: -5px;
  content: "";
  left: -5px;
  position: absolute;
  right: -5px;
  top: -5px;
}
.feat_property.home7.style3 .details .tc_content {
  padding: 20px 0;
}
.feat_property.home7.style3 .thumb,
.feat_property.home7.style4 .thumb {
  border-radius: 8px;
}
.feat_property.home7.style4 .thumb {
  margin: 10px;
  max-height: 215px;
}
.feat_property.home7.style4 .thumb .thmb_cntnt.style2 {
  bottom: auto;
}
.feat_property.home7.style4 .thumb .thmb_cntnt.style3 {
  top: auto;
}
.feat_property.home7 .thumb {
  border-radius: 8px 8px 0 0;
  margin: 0;
}
.feat_property.home7.agent .thumb {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 10px;
}
.feat_property.home7.agent .thumb img {
  border-radius: 8px;
}
.feat_property.home7 .details {
  background-color: #ffffff;
  border-radius: 0 0 8px 8px;
}
.feat_property.agent .thumb img,
.feat_property.agency .thumb img {
  opacity: 1;
  object-fit: cover;
}
.feat_property.agent .details .fp_footer .fp_pdate,
.feat_property.agency .details .fp_footer .fp_pdate {
  margin-top: 6px;
}
.feat_property.agency .thumb {
  background-color: #ffffff;
  border-bottom: 1px solid #ebebeb;
}
.feat_property.agency .thumb img {
  margin: 0 auto;
}
.feat_property.list.agency .thumb {
  border-bottom: none;
  height: 235px;
  width: 40%;
}
.feat_property.list.agency .details {
  border-left: 1px solid #ebebeb;
  padding-left: 10px;
}
.feat_property.home7.style4:hover
  .fp_single_item_slider.owl-carousel.owl-theme.owl-loaded
  .owl-prev {
  left: 20px;
}
.feat_property.home7.style4:hover
  .fp_single_item_slider.owl-carousel.owl-theme.owl-loaded
  .owl-next {
  right: 20px;
}
.fp_single_item_slider.owl-carousel.owl-theme.owl-loaded .owl-prev {
  background-color: transparent;
  color: #ffffff;
  font-size: 16px;
  left: -30px;
  position: absolute;
  top: 40%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fp_single_item_slider.owl-carousel.owl-theme.owl-loaded .owl-next {
  background-color: transparent;
  color: #ffffff;
  font-size: 16px;
  right: -30px;
  position: absolute;
  top: 40%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fp_single_item_slider.owl-theme .owl-nav {
  margin: 0;
}
.properti_city_home8 {
  position: relative;
  margin-bottom: 30px;
}
.properti_city_home8 .details p {
  margin-bottom: 0;
}
.properti_city_home8 .thumb {
  background-color: #f7f7f7;
  border-radius: 50%;
  height: 200px;
  margin: 0 auto 20px;
  position: relative;
  width: 200px;
}
.properti_city_home8 .thumb img {
  bottom: 0;
  left: 0;
  margin: 0 auto;
  right: 0;
  position: absolute;
}
.properti_city.home6 .details .tc_content h4,
.properti_city.home6 .details a.fp_price,
.properti_city.home6 ul.prop_details li a {
  color: #ffffff;
  font-weight: 600;
}
.properti_city.home6 .overlay .details h4 {
  font-size: 16px;
  font-family: "Nunito";
  color: #ffffff;
  font-weight: bold;
  line-height: 1.2;
}
.properti_city.home6 .details a.fp_price {
  font-size: 22px;
  font-family: "Nunito";
  color: #ffffff;
  font-weight: bold;
  line-height: 2;
}
.feature_property_slider.owl-carousel.owl-theme .owl-nav,
.sidebar_feature_property_slider.owl-carousel.owl-theme .owl-nav {
  margin: 0;
}
.feature_property_slider.owl-carousel.owl-theme .owl-dots .owl-dot,
.sidebar_feature_property_slider.owl-carousel.owl-theme .owl-dots .owl-dot,
.best_property_slider.owl-carousel.owl-theme .owl-dots .owl-dot {
  background-color: transparent;
  margin-right: 15px;
  vertical-align: middle;
}
.best_property_slider.style2.owl-carousel.owl-theme .owl-dots .owl-dot span,
.feature_property_slider.owl-carousel.owl-theme .owl-dots .owl-dot span,
.sidebar_feature_property_slider.owl-carousel.owl-theme
  .owl-dots
  .owl-dot
  span {
  background-color: #cccccc;
  border-radius: 50%;
  margin: 3px;
  width: 6px;
  height: 6px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.best_property_slider.style2.owl-carousel.owl-theme
  .owl-dots
  .owl-dot.active
  span,
.best_property_slider.style2.owl-carousel.owl-theme
  .owl-dots
  .owl-dot:hover
  span,
.feature_property_slider.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.feature_property_slider.owl-carousel.owl-theme .owl-dots .owl-dot:hover span,
.sidebar_feature_property_slider.owl-carousel.owl-theme
  .owl-dots
  .owl-dot.active
  span,
.sidebar_feature_property_slider.owl-carousel.owl-theme
  .owl-dots
  .owl-dot:hover
  span {
  background-color: #202020 !important;
  border: 5px solid #e0e2e3;
  height: 15px;
  width: 15px;
}
.best_property_slider.owl-carousel.owl-theme .owl-dots .owl-dot span {
  background-color: rgb(206, 52, 56);
  border-radius: 50%;
  margin: 3px;
  width: 6px;
  height: 6px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.best_property_slider.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.best_property_slider.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background-color: rgb(154, 34, 38) !important;
  border: 5px solid rgb(255, 155, 158);
  width: 15px;
  height: 15px;
}
.bgc-thm {
  background-color: #030e0f;
  background-image: url(../images/nedvizh.jpg) !important;
  background-position: center;
  background-size: cover;
  background-blend-mode: overlay;
  background-position: center;
  background-size: cover;
}
section {
  padding: 60px 0;
  position: relative;
}
.pt50 {
  padding-top: 30px;
}
.pb50 {
  padding-bottom: 20px;
}
.btn-thm2 {
  background-color: #ff787c;
  border-color: #ff787c;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.parner_reg_btn a.btn {
  border-radius: 8px;
  background-color: rgb(255, 85, 0);
  -webkit-box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
  -moz-box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
  -o-box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
  box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
  height: 60px;
  line-height: 50px;
  width: 200px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.start_partner {
  color: #fff;
}
.footer_one {
  padding: 80px 0 70px;
}
.footer_one {
  background-color: #23262a;
}
.footer_middle_area {
  background-color: #1a1c20;
  padding: 30px 0px;
}
.copyright-widget p,
.footer_menu_widget {
  font-size: 14px;
  font-family: "Nunito";
  color: #c6c8ca;
  line-height: 2.143;
  margin-bottom: 0;
}

/*== Footer Widget ==*/
.footer_about_widget p {
  font-size: 14px;
  font-family: "Nunito";
  color: #c6c8ca;
  line-height: 2.143;
  margin-bottom: 0;
}
.footer_about_widget.home5 p,
.footer_qlink_widget.home5 li a,
.footer_contact_widget.home5 li a,
.footer_social_widget.home5 li a {
  color: #c6c8ca;
}
.footer_about_widget.home6 p,
.footer_qlink_widget.home6 li a,
.footer_contact_widget.home6 li a {
  color: #c6c8ca;
}
.footer_social_widget.home6 li a {
  color: #484848;
}
.footer_about_widget.home3 p {
  color: #777777;
}
.footer_contact_widget li {
  padding-bottom: 0;
}
.footer_qlink_widget {
  padding-left: 70px;
}
.footer_about_widget h4,
.footer_qlink_widget h4,
.footer_contact_widget h4,
.footer_social_widget h4,
.footer_apps_widget h4 {
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 25px;
}
.footer_about_widget.home3 h4,
.footer_qlink_widget.home3 h4,
.footer_contact_widget.home3 h4,
.footer_social_widget.home3 h4,
.footer_apps_widget.home3 h4 {
  color: #c6c8ca;
  font-weight: bold;
  margin-bottom: 25px;
}
.footer_about_widget.home3 li a,
.footer_qlink_widget.home3 li a,
.footer_contact_widget.home3 li a {
  color: #777777;
}
.footer_about_widget.home6 h4,
.footer_qlink_widget.home6 h4,
.footer_contact_widget.home6 h4,
.footer_social_widget.home6 h4,
.footer_apps_widget.home6 h4 {
  font-family: "Nunito";
  color: #484848;
  font-weight: bold;
  line-height: 1.333;
}
.footer_qlink_widget.home6 li:hover a {
  color: #484848;
}
.footer_about_widget li a,
.footer_qlink_widget li a,
.footer_contact_widget li a {
  font-size: 14px;
  font-family: "Nunito";
  color: #c6c8ca;
  line-height: 2.429;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.footer_about_widget li:hover a,
.footer_qlink_widget li:hover a,
.footer_contact_widget li:hover a {
  color: #ffffff;
  padding-left: 8px;
}
.footer_apps_widget .app_grid .apple_btn,
.footer_apps_widget .app_grid .play_store_btn {
  background-color: #c6c8ca;
  border: none;
  border-radius: 4px;
  height: 75px;
  margin-bottom: 15px;
  margin-right: 0;
  width: 220px;
}
.footer_apps_widget .app_grid .apple_btn:hover,
.footer_apps_widget .app_grid .play_store_btn:hover {
  background-color: #ff5a5f;
}
.footer_apps_widget .app_grid .play_store_btn {
  margin-bottom: 0;
}
.footer_apps_widget .app_grid .apple_btn span,
.footer_apps_widget .app_grid .play_store_btn span {
  margin-right: 5px;
}
.footer_apps_widget .app_grid .apple_btn span.title,
.footer_apps_widget .app_grid .play_store_btn span.title {
  color: #ffffff;
}
.footer_apps_widget .app_grid .apple_btn span,
.footer_apps_widget .app_grid .apple_btn span.subtitle,
.footer_apps_widget .app_grid .play_store_btn span,
.footer_apps_widget .app_grid .play_store_btn span.subtitle {
  color: #969696;
}
.footer_apps_widget .app_grid .apple_btn:hover span,
.footer_apps_widget .app_grid .apple_btn:hover span.subtitle,
.footer_apps_widget .app_grid .play_store_btn:hover span,
.footer_apps_widget .app_grid .play_store_btn:hover span.subtitle {
  color: #ffffff;
}
.footer_apps_widget.home3 .app_grid .apple_btn:hover,
.footer_apps_widget.home3 .app_grid .play_store_btn:hover {
  background-color: #369fdb;
}
.footer_apps_widget .app_grid .apple_btn:focus,
.footer_apps_widget.home3 .app_grid .apple_btn:active,
.footer_apps_widget.home3 .app_grid .apple_btn:focus,
.footer_apps_widget.home3 .app_grid .play_store_btn:active,
.footer_apps_widget.home3 .app_grid .play_store_btn:focus {
  box-shadow: none;
  outline: none;
}
.telBottom a {
  font-weight: bold;
  font-size: 19px !important;
  color: #fff !important;
}
.footer_menu_widget ul {
  margin-bottom: 0;
}
.footer_menu_widget ul li {
  margin-right: 0 !important;
  padding-right: 25px;
  vertical-align: middle;
}
.footer_menu_widget ul li a {
  font-size: 14px;
  font-family: "Nunito";
  color: #8a99b3;
  line-height: 2.143;
}
.footer_menu_widget ul li a:hover {
  color: #ffffff;
}
.footer_menu_widget.home3 ul li a,
.footer_menu_widget.home6 ul li a {
  color: #777777;
}
.footer_menu_widget.home5 ul li a,
.copyright-widget.home5 p {
  color: #98a2aa;
}
.footer_menu_widget.home3 ul li a:hover,
.footer_menu_widget.home6 ul li a:hover {
  color: #484848;
}
.footer_social_widget li {
  padding-right: 20px;
}
.footer_social_widget li a {
  color: #c6c8ca;
  font-size: 26px;
  font-family: "FontAwesome";
  line-height: 1.2;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.footer_social_widget li a:hover {
  color: #fff;
}
.shortcut_container {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 20px;
  width: 54px;
  height: auto;
  z-index: 999;
  text-align: right;
}

.shortcut_icon {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 32px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  margin-top: 10px;
  text-align: right;
  background-color: #fff;
}

.shortcut_icon:hover {
  margin-left: -10px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
}

.shortcut_icon em {
  position: fixed;
  font-size: 10px;
  right: 94px;
  margin-top: 15px;
  text-align: right;
  color: #333;
  padding: 5px;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
  font-weight: bold;
}

.mobonly2 {
  display: none;
}

@media (max-width: 999px) {
  .mobonly2 {
    display: block;
  }
}

.sliderBolum {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0; /* istersen padding’i slider’a göre ayarla */
}
.sliderBolum .swiper-container {
  flex: 1; /* Yüksekliği doldur */
  display: flex; /* İçini de flex yap */
}
.sliderBolum .swiper-wrapper {
  flex: 1; /* Slide wrapper da doldursun */
  display: flex;
}
.sliderBolum .swiper-slide {
  display: flex;
}
.sliderBolum .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5); /* hafif şeffaf siyah */
  color: #fff;
  padding: 20px 30px;
  box-sizing: border-box;
  text-align: center;
}
.slider-caption h3 {
  font-size: 24px;
  margin-bottom: 8px;
}
.slider-caption p {
  font-size: 16px;
  margin-bottom: 12px;
}
.btn-slider {
  display: inline-block;
  padding: 10px 20px;
  background: #00bcd4;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  font-size: 14px;
  transition: background 0.3s;
}
.btn-slider:hover {
  background: #0097a7;
}
.custom-prev,
.custom-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
  transition: background 0.3s, transform 0.3s;
}
.custom-prev:hover,
.custom-next:hover {
  background: rgba(0, 0, 0, 0.7);
  transform: translateY(-50%) scale(1.1);
}
.custom-prev {
  left: 0px;
}
.custom-next {
  right: 0px;
}

/* Button hover effect */
.btn-slider {
  display: inline-block;
  padding: 10px 25px;
  background: #00bcd4;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
}
.btn-slider:hover {
  background: #0097a7;
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(0, 188, 212, 0.4);
}

/* Yazı animasyonları */
.slider-caption h3 {
  font-size: 24px;
  margin-bottom: 8px;
  animation: fadeInDown 1s;
}
.slider-caption p {
  font-size: 16px;
  margin-bottom: 12px;
  animation: fadeInUp 1s;
}

/* Animasyon keyframes */
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.loader img {
  width: 150px;
  animation: pulse 1.5s infinite ease-in-out;
  margin-bottom: 20px;
}

#percentage {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  font-family: "Poppins", sans-serif;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.loaded #preloader {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}

.ilandetay-slider {
  border-radius: 8px;
  overflow: hidden;
  max-height: 600px;
  position: relative;
  background: #f8f9fa;
  height: auto;
}

.ilandetay-slider .swiper-slide {
  position: relative;
  align-items: center;
  justify-content: center;
  height: 580px;
  overflow: hidden;
  background: #fff;
}

.ilandetay-slider .swiper-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.ilandetay-thumbs {
  margin-top: 10px;
}
.ilandetay-thumbs .swiper-slide {
  width: 100px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  border: 3px solid #333;
  background-color: #fff;
}
.ilandetay-thumbs .swiper-slide img {
  height: 80px;
  width: 100%;
  object-fit: cover;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
  opacity: 0.8;
}

.ilandetay-thumbs .swiper-slide-thumb-active {
  border: 3px solid #007bff;
  opacity: 1;
  transition: all 0.3s ease;
}

.ilandetay-prev,
.ilandetay-next {
  color: #333;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  transition: all 0.3s;
}

.ilandetay-prev:hover,
.ilandetay-next:hover {
  background: rgba(255, 255, 255, 1);
  color: #007bff;
}

.ilandetay-prev {
  left: 10px;
}

.ilandetay-next {
  right: 10px;
}

.ilan-tabs {
  border-bottom: 2px solid #ccc;
}

.ilan-tabs .nav-link {
  border: none;
  border-bottom: 2px solid transparent;
  color: #222;
  padding: 10px 20px;
  transition: all 0.3s ease;
  font-weight: bold;
}

.ilan-tabs .nav-link:hover {
  color: #ff5a5f;
}

.ilan-tabs .nav-link.active {
  color: #ff5722;
  border-color: #1a1c20;
  background-color: transparent;
  border-radius: 4px 4px 0 0;
  border: 1px solid #ccc;
  border-bottom: none;
  background-color: #fff;
}

.ilan-tab-content > .tab-pane {
  animation: fadeEffect 0.5s;
}

@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

@media (max-width: 767.98px) {
  .ilan-tabs .nav-link {
    padding: 14px 24px;
    font-size: 16px;
  }
}
.fiyat-kutu{
  background-color: var(--ztc-text-text-8);
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 5px;
}
.breadcrumb2 {
  font-size: 12px;
}
.breadcrumb2 a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
.breadcrumb2 a:hover {
  color: var(--ztc-text-text-8);
}
.list-ilandetay .list-group-item {
  padding: 5px;
}
.bolge-kutu{
  padding: 6px;
  font-size: 1em;
  background-color: var(--ztc-text-text-2);
  text-align: center;
}

.listing_single_description {
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(235, 235, 235);
  border-radius: 8px 8px 0 0;
  padding: 30px;
}
.detay_baslik{
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  font-weight: bold;
}
.ozellikler-listesi {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.ozellikler-grup {
  display: flex;
  justify-content: space-between; /* Eşit dağılım */
  flex-wrap: wrap;
}
.ozellik {
  flex: 1 1 20%; /* 5 özellik = %20 genişlik */
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  padding: 5px 0;
  min-width: 140px; /* çok dar olmasın */
}
.ozellik i {
  color: green;
}
.shop_single_tab_content {
  background-color: #ffffff;
  border-bottom: 1px solid #ebebeb;
  border-radius: 8px;
}
.shop_single_tab_content .nav-tabs {
  border-bottom: 1px solid #ebebeb;
}
#ilanTabContent {
  padding-top: 1.5rem !important;
}

.ilanlar-header{
  font-size: 1.8em;
  border-bottom: 2px solid #f0ad4e;
  padding-bottom: 10px;
}
.ilanHeader{
  position: sticky;
  padding-top: 30px;
  top:140px;
  z-index: 2;
  background-color: var(--primary-bg-color);
}

.searchCard{
  position: sticky;
  top: 260px;
}
.biayar{
}
.araMobil, .araBMobil{
  display: none;
}
@media (max-width: 480px) {
  body {
    font-size: 14px;
  }

  .btn-wp, .btn-tel {
    font-size: 12px;
    padding: 8px;
  }
  .main-header .logo, .header-style-two .header-lower .logo {
    max-height: 50px!important;
    height: 50px!important;
  }

  .header-style-two .header-top .auto-container {
    padding-left: 15px;
  }

  .feat_property .details .tc_content h4 {
    font-size: 16px;
  }

  .feat_property .details .tc_content p {
  }

  .ilan-tabs .nav-link {
    font-size: 14px;
    padding: 8px 12px;
  }

  .slider-caption h3 {
    font-size: 18px;
  }

  .slider-caption p {
    font-size: 14px;
  }
  .ilandetay-slider .swiper-slide {
    height: 300px; /* Küçük ekranlarda daha kısa yükseklik */
  }
  .ilandetay-slider .swiper-slide img {
    max-height: 300px; /* Küçük ekranlarda daha kısa yükseklik */
  }
  .ilandetay-thumbs .swiper-slide {
    width: 80px; /* Küçük ekranlarda daha dar thumbnail */
    height: 60px; /* Küçük ekranlarda daha kısa thumbnail */
  } 
  .ilandetay-slider {
    border-radius: 0px!important;
  }
  .ilandetay-slider img{
    padding: 5px;
  }
  #ilanTabContent {
    padding-top: 0px!important;
  }
  .ilan-detay-sag {
    margin-top: 15px;
  }
  .fiyat-kutu {
    float: right;
    width: 80%;
    padding-bottom: 5px!important;
    padding-top: 5px!important;
  }
  .share{
    margin-left: 5px;
    float: left;
    width: 17%;
  }
  .share .stext{
    display: none;
  }
  .btn-sm2{
    width: 100%!important;
    padding: 5px!important;
    height: auto!important;
    line-height: normal!important;
  }
  .danisman{
    display: none;
  }
  .sliderBolumMobile .sliderBolum{
    min-height: 250px;
  }
  .searchBolum{
    display: none;
  }
  .araMobil{
    display: block!important;
  }
  .araBMobil
  {
    display: block;
  }
}
#scrollTopBtn {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background-color: #0097a7;
  color: white;
  border: none;
  border-radius: 50%;
  padding: 4px 10px;
  font-size: 18px;
  cursor: pointer;
  z-index: 999;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

/* Görünür hale getir */
#scrollTopBtn.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

/* Mobilde gizle */
@media (max-width: 768px) {
  #scrollTopBtn {
    display: none !important;
  }
}

.contact-container {
  max-width: 1300px;
  margin: 20px auto;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}
.contact-info, .contact-form {
  flex: 1 1 50%;
  padding: 40px;
}
.contact-info {
  background-color: #1f2937;
  color: white;
}
.contact-info h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
.contact-info p {
  margin: 10px 0;
  display: flex;
  align-items: center;
}
.contact-info i {
  margin-right: 10px;
  color:rgb(255, 115, 0);
}
.contact-info iframe {
  width: 100%;
  height: 350px;
  border: none;
  border-radius: 12px;
  margin-top: 20px;
}
.contact-form h2 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #111827;
}
.form-group {
  margin-bottom: 20px;
}
.form-group label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
  color: #374151;
}
.form-group input,
.form-group textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-size: 14px;
  transition: all 0.3s ease;
}
.form-group input:focus,
.form-group textarea:focus {
  border-color: #3b82f6;
  outline: none;
}
.btn-submit {
  background-color: #3b82f6;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}
.btn-submit:hover {
  background-color: #2563eb;
}
.alert {
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 8px;
}
.alert-success {
  background: #d1fae5;
  color: #065f46;
}
.alert-danger {
  background: #fee2e2;
  color: #991b1b;
}
@media (max-width: 768px) {
  .contact-container {
    flex-direction: column;
  }
}
.iImg{
  max-width: 300px;
  margin: 0 auto;
  margin-bottom: 30px;
  display: block;
}

.onnet{
	float:right;
	display: block;
	width:79px;
	height:20px;
	background:url(../images/onnet.png);
	opacity:0.5;
}
.onnet a{display:block;width:100%;height:100%;}
.onnet:hover{opacity:1;}

@keyframes example {
  0%   {opacity: 1;}
  50%  {opacity:0.3;}
  100% {opacity: 1;}
}

.yanson{
	background:#F00;
	border-radius:6px;
	padding:4px;
	animation: example 1.5s infinite;
	color:#fff;
	font-weight:bold;
}