


/* Buttons */





/*  */

.btn-org{ white-space: nowrap; font-size: 16px; color: #222; font-family: 'riviera_nights_triallight'; background: #F6D258; padding: 7px 20px;  transition: 0.3s;}

.btn-org:hover{ font-size: 16px; color: #fff; font-family: 'riviera_nights_triallight'; background: #222; padding: 7px 20px; }

.btn-light-blud { white-space: nowrap; background: #A9E1FF; color: #222; font-family: 'riviera_nights_triallight';  border-radius: 6px; padding: 7px 20px;  transition: 0.3s;}

.btn-light-blud:hover { background: hwb(132 42% 4%); color: #222; }



/*  */



.hero-content {
  display: flex;
  justify-content: end;
}

.hero-content-block {
  max-width: 800px;
}






.h-100vh{ height: 100vh;}

.h-90vh{ height: 85vh;}


.rs-video-parent {
  position: relative;
  width: 100%;
  height: 100%; /* parent controls height */
  
}

/* Video Fit */
.rs-video-parent .rs-video {
  height: 100%;
  width: 100%;
  min-width: 100%;   /* prevents side gaps */
  object-fit: cover; /* keeps aspect ratio */
  display: block;
}


/* hero-form */


.rs-tabs .nav-link {
  color: #aaa;
  font-weight: 500;
  border: none;
  padding: 5px 5px;
  margin-right: 30px;
}

.rs-tabs .nav-link.active {
  color: #222;
  border-bottom: 2px solid #222;
}

/* Search Bar */
.rs-search-bar {
  border: 1px solid #777;
  border-radius: 7px; 
  background: #fff;
  overflow: hidden; 
  max-width: 600px;
  background: #fff; 
  position: relative;
  z-index: 2;
  
  


}

/* Input */
.rs-input {
  border: none;
  box-shadow: none;
  letter-spacing: 0.3px;
  font-size: 14px;

  flex: 1;
  min-width: 0;

}

.rs-input:focus {
  box-shadow: none;
}


.rs-icon,
.rs-filter {
  flex: 0 0 auto;
}

/* Icons */
.rs-icon {
  padding:  12px;
  color: #666;
  display: flex;
  align-items: center;
}

.rs-filter{ border-right:1px solid #222 ;}

/* Arrow Button */
.rs-arrow-btn {
  border: none;
  background: transparent;
  padding: 0 ;
  font-size: 18px;
  cursor: pointer;flex: 0 0 auto;
}

.rs-arrow-btn a { display: block; padding: 10px 15px;}


/* Responsive */
@media (max-width: 768px) {
  .rs-search-bar {
    flex-wrap: wrap;
  }

  .rs-arrow-btn {
    width: auto;
    padding: 10px;
    border-top: 1px solid #eee;
  }
}


.hero-img{ position: absolute; bottom: 0; right: -30px;}




/* ideal property */


.ideal-property {
  position: relative;
  min-height: 80vh;
  overflow: hidden;
  color: #fff;
}

/* Video */
.ideal-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 0;
}

/* Overlay */
.ideal-overlay {
  position: absolute;
  width: 100%;
  height: 100%;  
  z-index: 1;
background: #020214;
background: radial-gradient(circle,rgba(2, 2, 20, 0.55) 35%, rgba(2, 2, 20, 0.86) 100%);
}

/* 🔥 IMPORTANT PART */
.ideal-inner {
  position: relative;
  z-index: 2;
  min-height: 90vh; padding: 80px 0 0;

  display: flex;
  flex-direction: column;
  justify-content: space-between; /* TOP & BOTTOM */
  
}

/* Title */
.ideal-title {
  font-size: 40px; font-family: 'riviera_nights_triallight';
  font-weight: 300; color: #fff; line-height: 1.5;
}

/* Features */
.ideal-features {
  margin: 0; /* remove default spacing */
}

.ideal-features h5 {
  color: #fff;
  font-size: 5rem;
  font-weight: 300;
  line-height: 1;
}

.ideal-features { font-size: 15px;}

/* Items */
.ideal-item {
  padding: 20px;
  border-left: 1px solid rgba(255,255,255,0.2);
}

.ideal-item:first-child {
  border-left: none;
}

/* Icon */
.ideal-icon {
  font-size: 28px;
  margin-bottom: 0px;
  color: #c79110;
}

.ideal-icon img{ width: 64px;}

/* Responsive */
@media (max-width: 768px) {

  .ideal-title {
    font-size: 32px;
  }

  .ideal-inner {
    padding: 40px;
  }

  .ideal-item {
    border-left: none;
    border-top: 1px solid rgba(255,255,255,0.2);
  }
}

/*  */

.section-title h2{font-family: 'riviera_nights_triallight'; font-size: 40px; line-height: 50px;}





/*  */

.property-card {
  border-radius: 12px;
  overflow: hidden;
  background: #fff; height: 530px;
  color: #fff; border: 1px solid #ddd; 
  padding: 5px;
}

/* Image */
.property-img {
  position: relative;
  height: 100%;  border-radius: 10px;
  overflow: hidden;
}

.property-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Overlay */
.property-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 100px 20px 10px 20px; 
  background: linear-gradient(to top, rgba(0,0,0,0.9), rgba(0,0,0,0));
}

/* Type */
.property-type {
  font-size: 12px; 
  letter-spacing: 1px; margin-bottom: 40px;
   font-family: 'riviera_nights_triallight'; display: block;
}

.property-area {
  font-size: 16px; 
  letter-spacing: 1px; margin-bottom: 40px;
   font-family: 'riviera_nights_triallight'; display: block;
}

/* Title */
.property-title, .property-title a {
  font-size: 19px;font-family: 'riviera_nights_triallight';
  margin: 20px 0; color: #fff;
}

/* Location */
.property-location {
  font-size: 15px!important;
  color: #fff!important; margin:10px 0 20px 0!important;
}

.property-location img { width: 28px;}

/* Features */
.property-features {
  display: flex;
  gap: 15px;
  font-size: 16px;
  margin: 10px 0;
}

.property-features img{ width: 28px;}

/* Price */
.property-price {
  margin-top: 10px;
}

.property-price span {
  font-size: 16px;
  
}

.property-price strong {
  font-size: 26px;
  margin-left: 5px;font-family: 'riviera_nights_triallight';
}

/* Bottom Actions */
.property-actions {
  background: #111;
  padding: 12px 15px; 
  border-top: 1px solid rgba(255,255,255,0.1);  border-radius:  0 0 10px 10px;
}
.property-actions a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}

.property-actions a:hover {
  opacity: 1;
}

/* Hover Effect */
.property-card:hover img {
  transform: scale(1.05);
  transition: 0.5s ease;
}






/* 
 */


 .communities-sec {
  background: #fff url("../img/comm-bg.png") bottom center no-repeat;
}

/* Card */
.community-card {
  position: relative;
  overflow: hidden;
  border-radius: 0px;
  height: 250px;
}


.community-card h5 { color: #fff; display: block; margin-bottom: 15px; font-size: 22px; }

.community-card.h-100 {
  height: 100%;
}

/* Image */



.community-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s ease;
}

.community-card:hover img {
  transform: scale(1.1);
}

/* Overlay */

.community-overlay {
  position: absolute; 
  top:0;
  bottom: 0;
  width: 100%;
  padding: 20px; 
  
  color: #fff;
  background: #020214;
background: radial-gradient(circle,rgba(2, 2, 20, 0.87) 35%, rgba(2, 2, 20, 0.86) 100%);
}


.community-overlay-inner {
  display: flex;
  flex-direction: column;
  justify-content: end;
  height: 100%;
}

/* Button */
.community-btn {
  display: inline-flex;
  align-items: center;
  gap: 19px; 
  padding: 12px 22px;
  background: #222;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  border-radius: 0px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;white-space: nowrap;
}

/* Arrow Wrapper */
.community-btn .arrow {
  display: inline-flex;
  transition: transform 0.4s ease;
}

/* Arrow Image */
.community-btn .arrow img {
  width: 24px;
  transition: transform 0.4s ease;
}

/* Hover Effects */
.community-card:hover .community-btn, .community-btn:hover {
  background: #F6D258; color: #fff;
}

/* 🔥 Move + Rotate */
.community-card:hover .community-btn .arrow , .community-btn:hover .arrow {
  transform: translateX(6px) rotate(30deg);
}

/* Responsive */
@media (max-width: 768px) {
  .community-card {
    height: 200px;
  }
}


/*  */
.community-btn-link {
  display: inline-flex;
  align-items: center;
  gap: 19px;
  max-width: 170px;
  padding: 12px 22px;
  background: transparent;
  color: #222;
  font-size: 16px;
  text-decoration: none;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

/* Arrow Wrapper */
.community-btn-link .arrow {
  display: inline-flex;
  transition: transform 0.4s ease;
}

/* Arrow Image */
.community-btn-link .arrow img {
  width: 24px;
  transition: 0.4s ease;
}

/* Default SVG → black */
.blacksvg {
  filter: brightness(0) saturate(100%);
  transition: 0.3s ease;
}

/* ✅ Hover: Text + SVG color */
.community-btn-link:hover {
  color: #222;
}

/* ✅ SVG turns gold */
.community-btn-link:hover .blacksvg {
  filter: invert(83%) sepia(36%) saturate(532%) hue-rotate(6deg) brightness(102%) contrast(95%);
}

/* 🔥 Move + Rotate Arrow */
.community-btn-link:hover .arrow {
  transform: translateX(6px) rotate(30deg);
}


 /*  */



/* Button */
.main-btn {
  display: inline-flex;
  align-items: center;
  gap: 19px; 
  padding: 12px 22px;
  background: #222;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  border-radius: 0px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;white-space: nowrap;
}

/* Arrow Wrapper */
.main-btn .arrow {
  display: inline-flex;
  transition: transform 0.4s ease;
}

/* Arrow Image */
.main-btn .arrow img {
  width: 24px;
  transition: transform 0.4s ease;
}

/* Hover Effects */
.main-btn:hover {
  background: #F6D258; color: #fff;
}

/* 🔥 Move + Rotate */
.main-btn:hover .arrow {
  transform: translateX(6px) rotate(30deg);
}




/* btn -orange */



/* Button */
.main-btn-org {
  display: inline-flex;
  align-items: center;
  gap: 19px; 
  padding: 12px 22px;
  background: #F6D258;
  color: #222!important;
  font-size: 16px;
  text-decoration: none;
  border-radius: 0px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;white-space: nowrap;
}

/* Arrow Wrapper */
.main-btn-org .arrow {
  display: inline-flex;
  transition: transform 0.4s ease;
}

/* Arrow Image */
.main-btn-org .arrow img {
  width: 24px;
  transition: transform 0.4s ease;
}

/* Hover Effects */
.main-btn-org:hover {
  background: #fff; 
}

/* 🔥 Move + Rotate */
.main-btn-org:hover .arrow {
  transform: translateX(6px) rotate(30deg);
}


/* Default SVG color → #222 */
.svg-color {
 
  filter: brightness(0) saturate(100%) invert(10%);
}

.svgwhite {
  filter: brightness(0) invert(1);
}

/* Hover → change to gold */
.main-btn-org:hover .arrow .svg-color {
  filter: invert(83%) sepia(36%) saturate(532%) hue-rotate(6deg) brightness(102%) contrast(95%);
}




/*  */

.exclusive-wrap{ background:#111 url("../img/hero-bg-image.png") 0 0 no-repeat; background-size: cover;}

.exclusive-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: 0.4s ease;
}

/* Image */
.exclusive-img {
  position: relative;
  height: 525px;
  overflow: hidden;
}

.exclusive-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s ease;
}

/* 🔥 Zoom Effect */
.exclusive-card:hover .exclusive-img img {
  transform: scale(1.08);
}

/* Dots */
.exclusive-dots {
  position: absolute;
  right: 15px;
  top: 50%;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.exclusive-dots span {
  width: 8px;
  height: 8px;
  background: #ccc;
  border-radius: 50%;
}

.exclusive-dots span.active {
  background: #000;
}

/* Content */
.exclusive-content {
  padding: 20px;
}




.exclusive-content .exclusive-desc{ color: #222; font-size: 15px;}

/* Price */
.exclusive-price {
  font-size: 18px; letter-spacing: 0.3px;
  color: #777;  font-family: 'riviera_nights_triallight';
  margin-bottom: 8px;
}

/* Title */
.exclusive-title {
  font-size: 22px;
  font-family: 'riviera_nights_triallight'; font-weight: 400;
  margin-bottom: 10px;
}

/* Location */
.exclusive-location {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}

/* Features */
.exclusive-features {
  font-size: 14px;
  color: #444;
}

/* Hover Lift */

.excusivepagi {
  margin: 0 0 0px 0;
}

.excusivepagi .swiper-pagination-bullet { background-color: #fff; width: 30px; border-radius: 5px; height: 5px;}

.excusivepagi .swiper-pagination-bullet.swiper-pagination-bullet-active { background-color: #fff; width: 65px; }

 .exSwiper .swiper-wrapper {
  padding-bottom: 60px;
}








/*  */

/* Section */
.property-manage-sec {
  background-color: #fff;

  /* dotted pattern */
  background-image: radial-gradient(#dcdcdc 1px, transparent 1px);
  background-size: 12px 12px;
}

/* Title */
.prop-title {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 20px;font-family: 'riviera_nights_trialregular';
}

/* Description */
.prop-desc {
  font-size: 16px;
  color: #222;
  line-height: 1.7;
  
  margin: 0 0 25px 0;
}

/* Button */
.prop-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 22px;
  border: 1px solid #333;
  border-radius: 6px;
  text-decoration: none;
  color: #333;
  font-size: 14px;
  transition: 0.3s ease;
}

.prop-btn span {
  transition: 0.3s ease;
}

/* Hover */
.prop-btn:hover {
  background: #000;
  color: #fff;
}

.prop-btn:hover span {
  transform: translateX(5px) rotate(45deg);
}

/* Image */
.prop-img img {
  border-radius: 12px;
}

/* Responsive */
@media (max-width: 768px) {
  .prop-title {
    font-size: 30px;
  }
}


.video-management {
  position: relative;
  width: 100%; border-radius: 15px;
  
  overflow: hidden; height: 100%;
}

.video-fit {
  width: 100%;
  
  object-fit: cover  ; /* key for auto fit */
  display: block;
}





/* Parent section */
.property-manage-sec {
  position: relative;
}

/* Row relative for overlap control */
.property-manage-sec .row {
  position: relative;
}

/* FIRST COLUMN TITLE OVERLAP */
.property-manage-sec .prop-title {
  position: relative;
  z-index: 2;
  font-size: 32px;
  line-height: 1.3;
  text-transform: uppercase; font-family: 'riviera_nights_triallight';
}

/* On large screen → overlap into 2nd column */
@media (min-width: 992px) {
  .property-manage-sec .prop-title {

  }
}

/* IMAGE COLUMN */
.property-manage-sec .prop-img {
  position: relative;
  z-index: 1; min-height: 500px;
}

.property-manage-sec .video-fit {
  width: 100%;
  height: 90vh;
  object-fit: cover;
}

/* THIRD COLUMN - FORCE BOTTOM ALIGN */
.property-manage-sec .col-lg-4:last-child {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

/* Optional spacing control */
.property-manage-sec .prop-desc {
  font-size: 15px;
  line-height: 1.8;
}

/* Thumbnail */
.property-manage-sec .thumbimg img {
  max-width: 200px;
}

/* MOBILE FIX */
@media (max-width: 991px) {

  .property-manage-sec .prop-title {
    width: 100%;
    font-size: 34px;
  }

  .property-manage-sec .video-fit {
    height: 400px;
  }

  .property-manage-sec .col-lg-4:last-child {
    justify-content: center;
    text-align: center;
  }
}



/* Parent */
.rs-thumb-effect {
  overflow: hidden;
  display: inline-block;
}

/* Image */
.rs-thumb-effect img {
  width: 100%;
  height: auto;
  max-width: 200px;
  object-fit: cover;

  transform: rotate(-5deg) scale(1);
  transition: transform 0.4s ease;
}

/* Hover Effect */
.rs-thumb-effect:hover img {
  transform: rotate(0deg) scale(1.1);
}




/* Parent */
.rs-prop-hover {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

/* Image fit */
.rs-prop-hover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;

  transition: transform 0.6s ease, filter 0.6s ease;
}

/* Shine overlay */
.rs-prop-hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255,255,255,0) 30%,
    rgba(255,255,255,0.4),
    rgba(255,255,255,0) 70%
  );
  transition: 0.6s;
  z-index: 2;
}

/* Hover Effects */
.rs-prop-hover:hover img {
  transform: scale(1.1) rotate(1deg);
  filter: brightness(1.05);
}

.rs-prop-hover:hover::before {
  left: 100%;
}


/*  */



.news {
  position: relative;
  background: #fff url("../img/new-bg.png") left bottom no-repeat; background-size: contain;
}

/* Background blueprint effect (optional) */
.news::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 300px;
  height: 100%;
  background: url('../img/bg-pattern.png') no-repeat center;
  opacity: 0.05;
}

/* Title */
.news-title {
  font-size: 60px;
  font-family: 'riviera_nights_triallight';
  color: #111;
}

.news-desc {
  max-width: 600px;
  color: #222;
  font-size: 14px;
}

/* Explore Link */
.explore-link {
  color: #111;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s;
}

.explore-link span {
  display: inline-block;
  transition: 0.3s;
}

.explore-link:hover span {
  transform: translateX(5px);
}

/* Card */
.news-card {
  position: relative;
  
}

.news-img img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: 0.5s;
}

/* Zoom effect */
.news-card:hover img {
  transform: scale(1.1);
}

/* Content box */

.news-content {
  position: relative;
  width: 90%;
  background: #fff;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  margin: -30px 5% 0;
  border-radius: 10px;
}
.news-img {
  overflow: hidden;
}

.news-content .category {
  font-size: 14px;
  color: #888;
  display: block; text-transform: uppercase;
  margin-bottom: 20px;
}

.news-content h5 {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 15px;
}

.news-content p {
  font-size: 15px;
  color: #222;
  margin: 0;
}





/*  */



.premium-project {
  background: #f5f5f5;
}

/* Left Box */
.project-content {
  background: url("../img/hero-bg-image.pn") 0 0 no-repeat ; 
  background-size: cover;
  padding: 30px;
  border-radius: 20px;
  height: 100%; display: flex; justify-content: space-between; flex-direction: column;
}

/* Tag */
.project-content .tag {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
  display: block;
}

/* Title */
.project-title {
  font-size: 3.2rem;
  font-weight: 400;font-family: 'riviera_nights_triallight';
  color: #111;
  line-height: 1.3;
}

/* Info */
.project-info strong {
  font-size: 16px;
  display: block;
}

.project-info p {
  font-size: 16px;
  color: #222;
  margin: 0 0 20px 0;
}

/* Button */
.discover-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #000;
  color: #fff;
  padding: 12px 20px;
  text-decoration: none;
  transition: 0.3s;
}

.discover-btn span {
  transition: 0.3s;
}

/* Hover */
.discover-btn:hover {
  background: #F6D258;
  color: #000;
}

.discover-btn:hover span {
  transform: translateX(5px);
}

/* Image */
.project-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}



.swiper.projectSwiper {
  padding: 0 30px;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}


/* Wrapper */
.custom-nav {
  display: flex;
  gap: 15px;
}

/* Common Button Style */
.swiper-button-prev,
.swiper-button-next {
  width: 45px;
  height: 45px;
  background: #000;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}

/* Hover effect */
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: #111;
}

/* Remove default arrows */
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

/* Custom Arrow */
.swiper-button-prev::before,
.swiper-button-next::before {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  display: block;
}

/* Left Arrow */
.swiper-button-prev::before {
  transform: rotate(-135deg);
}

/* Right Arrow */
.swiper-button-next::before {
  transform: rotate(45deg);
}




/*  */


.footer {
  background: #000 url(../img/hero-bg-image.png) 0 0 no-repeat; background-size: cover;
  color: #fff;
}

/* Heading */
.footer-heading {
  font-size: 40px;
   color: #fff;
  line-height: 1.3;font-family: 'riviera_nights_triallight';
}


/* Lists */
.footer ul {
  list-style: none;
  padding: 0;
}

.footer ul li {
  font-size: 16px;
  margin-bottom: 8px;
  color: #fff;
}

/* Titles */
.footer h6 {
  font-size: 16px;
  margin-bottom: 15px;
  color: #fff;
   font-family: 'riviera_nights_triallight'; border-bottom: 1px dotted #ddd; padding-bottom: 5px;
}

.footer h5 {
  font-size: 16px;
  margin-bottom: 15px;
  color: #fff;
  font-family: 'riviera_nights_triallight'; 
  position: relative; 
  padding: 0 0 0 15px;
}

.footer h5::before { position: absolute;
  content: "";
  background: #F6D258;
  width: 5px;
  height: 100%;
  left: 0;
  top: 0;
}

/* Text */
.footer p {
  font-size: 16px;
  color: #fff;
}

/* Social */
.social-icons a {
  color: #fff;
  margin-right: 10px;
  font-size: 16px;
}

/* Links */
.footer a {
  color: #fff;
  text-decoration: none;
}

.footer a:hover {
  color: #F6D258;
}

/* Mobile Fix */
@media (max-width: 767px) {
  .footer-heading {
    font-size: 22px;
  }

  .discuss-btn {
    width: 100%;
    text-align: center;
  }
}

.foot-2-link a {
  padding: 0 6px;
  font-size: 14px;
}


/* SVG default color → #222 */
.svg-icon {
  
  
  transition: transform 0.3s ease;

  /* convert to dark gray (#222 approx) */
  filter: brightness(0) invert(1); /* makes SVG white */
}

/* Hover SVG → gold */
.svg-icon:hover {
   transform: scale(1.2);
}






/* contact page */


.contact-info {
  background: #f5f5f5;
}

/* Left box */
.contact-box {
  background: #fff;
  padding: 40px;
  border-radius: 10px;
}

.contact-box h6{ font-family: 'riviera_nights_triallight';}

/* Inputs */
.custom-input {
  border: none;
  border-bottom: 1px solid #999;
  border-radius: 0;
  background: transparent;
  padding:15px 0 15px 0;
}

.custom-input:focus {
  box-shadow: none;
  border-color: #000;
}



.custom-input::placeholder {
  color: rgba(175, 174, 174, 0.8); 
}

.select-wrapper {
  position: relative;
}

.select-wrapper select {
  appearance: none;
  padding-right: 40px;
}

.contact-box .toggle-dropdown {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #444;
  pointer-events: none;
  transition: 0.3s ease;
}

/* Hover effect */
.select-wrapper:hover .toggle-dropdown {
  color: #444;
}


/* Button */
.submit-btn {
  background: transparent;
  border: 1px solid #000;
  padding: 10px 20px;
  transition: 0.3s;
}

.submit-btn:hover {
  background: #F6D258;
  border-color: #F6D258;
}

/* Right side */
.contact-right {
  padding: 20px;
}

.contact-right h3{ font-family: 'riviera_nights_triallight'; font-size: 30px;}

/* Profile */
.profile-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

/* Text */
.small-text {
  font-size: 13px;
  color: #777;
}

.contact-right .detail-icon i{ font-size: 26px;}

.phone {
  font-size: 26px;
  font-weight: 500;
}


.info-block strong{font-family: 'riviera_nights_triallight'; font-weight: 500; width: 70px;}

/* Social */

.social-icons{ border-top: 1px solid #ddd ; border-bottom: 1px solid #ddd ; padding: 15px 0; }

.social-icons a {
  margin-right: 10px;
  color: #000;
  font-size: 16px;
}

/* Mobile Fix */
@media (max-width: 768px) {
  .contact-box {
    padding: 25px;
  }

  .contact-right {
    margin-top: 20px;
  }
}





/*  */



.faq-section, .faqimg{ background: #f5f5f5}

.faq-title {
  font-size: 48px;
  font-weight: 300; font-family: 'riviera_nights_trialregular';
  letter-spacing: 2px; margin-top: 20px;
}

.faq-subtitle {
  color: #999;
  font-size: 14px;
}

.faq-desc {
  font-size: 13px;
  letter-spacing: 1px;
}

/* Contact Box */
.faq-contact {
  background: #111;
  color: #fff;
  border-radius: 50px; padding: 10px 20px;
}

.call-icon {
  width: 40px;
  height: 40px;
  background: #F6D258;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Accordion */
.faq-list {
  max-width: 900px;
  margin: auto;
}

.faq-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
  cursor: pointer;
  border-bottom: 1px dashed #999;
  text-align: left;
}

.faq-item p {
  margin: 0;
  font-size: 16px;
}

.faq-icon {
  font-size: 22px;
  transition: 0.3s;
}

/* Content */
.faq-content {
  padding: 24px 20px 10px;
  color: #666;
  font-size: 14px;
  text-align: left;
  background: #fff;
}

/* Hover */
.faq-item:hover p {
  color: #222;
}

/* Active icon change */
.faq-item[aria-expanded="true"] .faq-icon {
  transform: rotate(45deg); /* + becomes × */
  color: #222;
}




/* about us */


.find-title {
  font-size: 48px;
  font-weight: 400;
  line-height: 2;
  color: #111;
}

.find-title .fw-bold {
  font-weight: 700; font-family: 'riviera_nights_triallight';
}

/* Inline Images */
.inline-img {
  width: 90px;
  height: 60px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 8px;
  display: inline-block;
  vertical-align: middle;
  transform: rotate(-5deg);
}

/* Second image slightly different */
.img2 {
  transform: rotate(5deg);
}

/* Responsive */
@media (max-width: 768px) {
  .find-title {
    font-size: 28px;
  }

  .inline-img {
    width: 70px;
    height: 45px;
  }
}




/* about section 2 */


.about-img img {
  height: 100%;
  object-fit: cover;
}

/* Center Content */
.about-content {
  background: #f5f5f5;
}

.about-content h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

.about-content p {
  font-size: 16px;
  color: #666;
  margin-bottom: 15px;
}

/* Signature style */
.signature {
  font-family: 'Brush Script MT', cursive;
  font-size: 28px;
}

/* Responsive */
@media (max-width: 991px) {
  .about-img img {
    height: 300px;
  }

  .about-content {
    padding: 40px 20px;
  }
}

/*  */


.about-tag {
  font-size: 16px;
  letter-spacing: 1px;
  color: #222;
}

.about-title {
  font-size: 40px;
  line-height: 1.4;
  color: #111;
}

.about-title strong {
  font-weight: 400;  font-family: 'riviera_nights_triallight';
}

.about-desc {
  font-size: 14px;
  color: #666;
  
}

/* Brochure image */
.brochure-img img {
  max-width: 250px;
  transform: rotate(-10deg);
}

/* Button */
.explore-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #F6D258;
  color: #111;
  padding: 12px 25px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s ease;
}

.explore-btn span {
  transition: 0.3s ease;
}

/* Hover */
.explore-btn:hover span {
  transform: translateX(5px);
}

/* Responsive */
@media (max-width: 768px) {
  .about-title {
    font-size: 26px;
  }

  .brochure-img img {
    max-width: 180px;
  }

  .about-desc {
    max-width: 100%;
  }
}




/*  */


.vision-wrapper {
  border-radius: 25px; position: relative;
  overflow: hidden; background: #222 url("../img/hero-bg-image.png") 0 0 no-repeat; background-size: cover;
}

/* Left & Right Boxes */
.vm-box {
  
  color: #fff;
  padding: 60px 30px;
  height: 100%;
  position: relative; border-radius: 20px 0 0 20px;
}

/* Subtle grid overlay */
.vision-wrapper::before {
  content: ""; display: none;
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
              linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
}

.vm-box h3 {
  font-size: 28px; font-family: 'riviera_nights_trialregular'; color: #fff;
  margin-bottom: 20px;
}

.vm-box p {
  font-size: 16px;
  color: #ccc;
  line-height: 1.7;
}

/* Center image */
.vm-image img {
  height: 100%;
  object-fit: cover;
}

/* Buttons */
.vm-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s ease;
}

/* WhatsApp button */
.whatsapp-btn {
  background: #25D366;
  color: #fff;
}

/* Primary button */
.primary-btn {
  background: #F6D258;
  color: #111;
}

/* Hover */
.vm-btn:hover {
  opacity: 0.85;
}

/* Responsive */
@media (max-width: 991px) {
  .vm-box {
    padding: 40px 20px;
  }

  .vm-image img {
    height: 300px;
  }
}



/*  */

.property-opt {
  background: #fff;
}

.property-opt .property-title {
  font-size: 42px;
  font-weight: 300; font-family: 'riviera_nights_trialregular';
  line-height: 1.4;
  color: #fff;
}

/* Box */
.property-opt .property-box img {
  width: 50px;
  margin-bottom: 15px;
}

.property-opt .property-box h6 {
  font-weight: 600;
  margin-bottom: 8px;
}

.property-opt .property-box p {
  font-size: 13px;
  color: #666;
  line-height: 1.6;
}

/* Divider line */
.property-opt .border-line {
  position: relative;
}

.property-opt .border-line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20%;
  height: 60%;
  width: 1px;
  background: #ccc;
}

/* Hover (optional premium) */
.property-opt .property-box:hover h6 {
  
}

/* Responsive */
@media (max-width: 991px) {
  .property-opt .border-line::before {
    display: none;
  }

  .property-opt .property-title {
    font-size: 28px; 
  }
}



.footer-about .social-icons {
  border: 0;
  padding: 0;
}







.sound-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: rgba(0,0,0,0.6);
  border: none;
  color: #fff;
  font-size: 18px;
  padding: 10px 14px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}

.sound-btn:hover {
  background: #c79110; /* your gold theme */
  color: #000;
}




@media ( max-width: 1199px ) {

.nav-wrap-left {
  width: 100%;
}

}

@media (max-width: 992px) {
  .hero {
    padding-top: 60px; 
  }

  .hero-content { 
    justify-content: center;
  }

  .hero-content.h-90vh{ height: auto;}

  .section-title h2{ font-size: 28px; line-height: 40px; }

  .project-title {  font-size: 24px;}
}



.img-fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
}




/*  */

/* Parent */
.rs-lock-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

/* Image wrapper */
.rs-lock-img {
  width: 100%;
  height: 100%;
}

.rs-lock-img img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* auto adjust */
  display: block;
}

/* Overlay */
.rs-lock-overlay {
  position: absolute;
  inset: 0;
  backdrop-filter: blur(18px);
  background: rgba(0,0,0,0.4);
  display: flex;
  align-items: center; border-radius: 7px;
  justify-content: center; left: 7px; right: 7px; top: 7px; bottom: 7px;
}

/* Content center */
.rs-lock-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center; gap: 4;
  align-items: center;
}

/* Lock icon */
.rs-lock-icon {
  width: 40px;
  margin-bottom: 10px;
}

/* Button */
.rs-lock-btn {
  display: inline-block;
  padding: 8px 18px;
  background: #222;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  transition: 0.3s ease;
}

.rs-lock-btn:hover, .rs-lock-overlay:hover .main-btn { background: #F6D258 !important; }





/*  */

/* Parent */
.rs-hover-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer; max-height: 600px;
}

/* Image */
.rs-hover-card .rs-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.4s ease; 
  
}



/* Bottom Title (default view with gradient) */
.rs-hover-card .rs-card-title {
  position: absolute;
  bottom: 0;
  left: 0; right: 0;
  width: 100%;

  padding: 150px 15px 12px;
  text-align: center;

  color: #fff;
  font-size: 28px; font-family: 'riviera_nights_triallight';
  

  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.4) 60%,
    rgba(0, 0, 0, 0) 100%
  );

  z-index: 2;
}

/* Overlay */
.rs-hover-card .rs-card-overlay {
  position: absolute;
  inset: 0;
  backdrop-filter: blur(8px);
  background: rgba(0,0,0,0.3);

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;

  opacity: 0; border-radius: 8px;
  transition: 0.4s ease; left: 8px; right: 8px; top: 8px; bottom: 8px;
}

/* Center Content */
.rs-hover-card .rs-card-content {
  color: #fff;
  padding: 20px;
}


.rs-hover-card .rs-card-content h4{ font-family: 'riviera_nights_triallight'; }


/* Button */
.rs-hover-card .rs-card-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 18px;
  background: #EC1D39;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  transition: 0.3s ease;
}

.rs-hover-card .rs-card-btn:hover {
  background: #c9152f;
}

/* Hover Effects */
.rs-hover-card:hover .rs-card-overlay {
  opacity: 1;
}

.rs-hover-card:hover .rs-card-title {
  opacity: 0;
}

.rs-hover-card:hover img {
  transform: scale(1.05);
}



/*  */







/* accordion css */

.featured-plots{ background: #04113b}

.banner-container {
  overflow: hidden;
  position: relative;/*width:1024px;
	margin:25px auto;*/
}

.banner-container ul {
  height: auto;
  margin: 0;
  padding: 0;
}

.banner-container li {
  float: left;
  overflow: hidden;
  cursor: pointer;
  position: relative; min-width: 300px;
  z-index: 9; margin: 0 10px 0 0; 
}

.banner-container li a {
  display: block;
  padding: 0px;
  margin: 0px;
}

.banner-container li span.overlay {
  background: url(../images/bg-overlay.png) repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.banner-container.property-card {
  height: auto;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0; border-radius: 0;
}

.banner-container.property-card  img { height: 550px; }

.banner-container.property-card .property-overlay {
  position: relative;
  bottom: 0;
  z-index: 999;
  left: 0;
  width: 190px;    
  background: transparent; 
  padding: 30px 0 0;

}
.banner-container.property-card .property-title, .banner-container.property-card .property-title a {
  /* color: #111 !important; */
  margin: 0; font-size: 17px;
}



.banner-container.property-card .property-price strong {
  font-size: 16px;
  margin-left: 5px;
  font-family: 'riviera_nights_triallight';
  letter-spacing: 1px;
}


.banner-container.property-card:hover img {
  transform: scale(1);
  transition: 0.5s ease;
}

.banner-container.property-card .property-price {
  
  /* color: #111;  */
  font-size: 15px;
}
.community-btn.border-btn {
  background: transparent;
  border: 1px solid #fff;
}