@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");

body {
  margin: 0;
}

.completed-villas .swiper {
  overflow-x: hidden;
}

.completed-villas .swiper-slide {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}
.completed-villas .slide-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 90vh;
  width: 93%;
  margin: 0 auto;
}
.completed-villas .slide-content .slide-title h3 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 19px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0 0 15px 0;
}
.completed-villas .slide-content .slide-title .location {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 12px;
}
.completed-villas .slide-content .slide-title .location img {
  width: 18.5px;
  height: 26px;
}
.completed-villas .slide-content a {
  font-family: "Bodoni Moda", serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 48px;
  text-transform: capitalize;
  border-radius: 5px;
  background: #f3f1ef;
  border: 0;
  padding: 5px 58px;
  width: fit-content;
  display: flex;
  align-self: end;
  transition: all 0.3s ease;
  color: #d12651;
  text-decoration: none;
}
.completed-villas .slide-content a:hover {
  background: #d12651;
  transition: all 0.3s ease;
  color: #f3f1ef;
}
.completed-villas .swiper-button-next,
.completed-villas .swiper-button-prev {
  width: 58px;
  height: 58px;
}
.completed-villas .swiper-button-next:after,
.completed-villas .swiper-button-prev:after {
  content: '' !important;
  font-size: 35px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
  display: flex;
  height: 100%;
  width: 100%;
}
.completed-villas .swiper-button-next:after{
  background-image: url(/wp-content/uploads/2025/06/Vector-3.svg);
}
.completed-villas .swiper-button-prev:after{
  background-image: url(/wp-content/uploads/2025/06/Vector-4.svg);
}
.completed-villas .swiper-button-next {
  right: 3.5%;
  top: 60px;
}
.completed-villas .swiper-button-prev {
  left: auto;
  right: 3.5%;
  top: 155px;
}
.completed-villas .swiper-pagination {
  transform: rotate(-90deg) !important;
  display: flex !important; 
  gap: 10px;
  width: fit-content !important;
  bottom: 135px !important;
  left: auto !important;
  right: 3% !important;
  top: auto !important;
}
.completed-villas .swiper {
  width: 100%;
  height: 100%;
}
.completed-villas .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.completed-villas .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #ffffff;
  opacity: 1;
  background: none;
}
.completed-villas .swiper-pagination-bullet-active {
  color: #d12651;
}
.completed-villas .swiper-pagination span {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 36px;
  text-transform: capitalize;
}
.completed-villas .swiper-pagination span:hover {
  color: #d12651;
}
.completed-villas .swiper-pagination::after {
  content: "";
  background: #ffffff;
  width: 300px !important;
  height: 1px;
  position: absolute;
  transform: rotate(-180deg);
  bottom: 11px;
  left: 100px;
}
.property-tabs{
	display: flex;
	flex-direction: column;
	gap: 60px;
}
.property-tabs .tab-buttons{
/* 	display: grid;
	grid-template-columns: 50% 50%;
	gap: 2px; */
	display: flex;
    gap: 10px;
}

.property-tabs .tab-buttons a,
.property-tabs .tab-buttons span{
	flex: 1;
	padding: 23px 0; 
	border: 1px solid #D12651;
	color: #D12651;
	font-family: Playfair Display;
	font-weight: 700;
	font-size: 24px;
	line-height: 100%;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease;
	background: #FFFFFF;
}
.property-tabs .tab-buttons a.full-width {
    flex: 1;
	text-align: center;
}
.property-tabs .tab-buttons a.active,
.property-tabs .tab-buttons span.active{
	background: #D12651;
	color: #FFFFFF;
}

.property-tabs .tab-buttons a:hover {
	background: #D12651;
	color: #FFFFFF;
}

.property-tabs .tab-buttons:hover a.active {
	background: #FFFFFF;
	color: #D12651;
}

.property-tabs .tab-buttons a.active:hover {
	background: #D12651;
	color: #FFFFFF;
}

.property-tabs .property-list{
	display: flex; 
	flex-direction: column;
	gap: 60px;
}
.property-tabs .property-item{
	display: flex; 
	flex-direction: column;
	gap: 45px;
}
.property-tabs .property-item .property-img img{
	width: 100%;
	height: 424px;
	object-fit: cover;
	object-position: center;
}
.property-tabs .property-item .property-title{
    font-family: Playfair Display;
    font-weight: 700;
    font-size: 24px;
    line-height: 19.8px;
    text-align: center;
    text-transform: uppercase;
    color: #D12651;
	text-decoration: none;
	transition: all 0.3s ease;
}
.property-tabs .property-item .property-title:hover{
	color: #0A0A3D;
	transition: all 0.3s ease;
}
.property-tabs .property-item .items{
	display: flex;
	justify-content: space-between;
	align-items: start;
}
.property-tabs .property-item .items .acf-field{
	display: flex;
	gap: 30px;
}
.property-tabs .property-item .items .acf-field .text,
.property-tabs .property-item .items .location{
	display: flex;
	align-items: center;
	gap: 10px;
	font-family: Playfair Display;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #323232;
	text-wrap: nowrap;
}
.property-tabs .property-item .items .location{
	margin: 19px 0;
}
.property-tabs .property-item .items .property-button{
	background: #D12651;
	border-radius: 5px;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Playfair Display;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    text-transform: uppercase;
    padding: 23px 33px;
	transition: all 0.3s ease;
}
.property-tabs .property-item .items .property-button:hover{
	background: #F3F1EF;
	color: #D12651;
	transition: all 0.3s ease;
}

.property-tabs .property-pagination{
	text-align: center;
}
.property-tabs .property-pagination a,
.property-tabs .property-pagination span{
	background: #F3F1EF;
	border-radius: 5px;
	text-decoration: none;
	color: #D12651;
	font-family: Playfair Display;
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    width: 50px;
	height: 50px;
	display: inline-block;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	margin: 0 2px;
}
.property-tabs .property-pagination span{
	background: #D12651;
	color: #FFFFFF;
}
@media screen and (max-width: 1600px) {
  .completed-villas .swiper-pagination::after {
    width: 180px;
  }
}
@media screen and (max-width: 1024px) {
  .completed-villas .swiper-pagination::after {
    width: 280px;
  }
	.completed-villas .slide-content{
      width: 100%
	  padding: 0 20px;
	  margin: 0;
	}
}
@media screen and (max-width: 768px) {
  .completed-villas .swiper-pagination::after {
    width: 300px;
  }
  .completed-villas .slide-content .slide-title {
    padding: 20px;
  }
  .completed-villas .slide-content .slide-title h3 {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .completed-villas .slide-content .slide-title .location {
    font-size: 18px;
  }
  .completed-villas .slide-content .slide-title .location img {
    width: 15.5px;
    height: 22px;
  }
  .completed-villas .swiper-button-next,
  .completed-villas .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  .completed-villas .swiper-button-prev {
    right: 20px;
    top: 130px;
  }
  .completed-villas .swiper-button-next {
    right: 20px;
  }
  .completed-villas .swiper-button-next:after,
  .completed-villas .swiper-button-prev:after {
    font-size: 26px;
  }
  .completed-villas .swiper-pagination {
    right: 3px !important;
    bottom: 125px !important;
  }
  .completed-villas .swiper-pagination::after {
    width: 185px;
    bottom: 13px;
  }
  .completed-villas .slide-content button{
    padding: 0px 30px;
  }
  .completed-villas .slide-content button a{
    font-size: 18px;
  }
  .property-tabs .tab-buttons a {
    padding: 15px 0;
	font-size: 18px;
  }
	.property-tabs .property-item .items,
	.property-tabs .property-item .items .acf-field,
	.property-tabs .property-item {
	  flex-direction: column;
	  gap: 20px;
	}
	.property-tabs .property-item .items .property-button {
      font-size: 18px;
      padding: 15px 25px;
	}
	.property-tabs .property-item .property-img img {
	  height: 200px;
	}
}

@media screen and (max-width: 600px) {
  .property-tabs .tab-buttons {
    grid-template-columns: 100%;
	gap: 10px;
  }
	.completed-villas .slide-content a{
		font-size: 18px;
		padding: 0 30px;
	}
}