@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

body{
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  background-color : #ffffff !important;
}

   

/* common css */

ul {
  list-style-image: url('../img/square.png');
  list-style-type: square;
}
 
.bottombtn a{text-decoration: none;}
.location-content {
    margin-left: 100px;
}

.amenit {
    padding-left: 20px;
}

.gold-ver {
    border-right: 4px solid #e8c878;
    height: 80%;
    margin: auto;
}

@media (max-width: 767px) {
    .gold-ver {
        border-right: none;
        height: auto;
    }
}
@media (max-width: 767px) {

    /* Remove right border on mobile */
    .gold-ver {
        border-right: none;
        height: auto;
        width: 100%;
    }

    /* Center left section */
    .location-text {
        text-align: center;
        padding: 0 15px;
    }

    /* Map responsive */
    .gold-ver .view {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    /* Remove desktop 100px margin */
    .location-content {
        margin-left: 0;
        padding: 0 15px;
        text-align: center;
    }

    /* Center right-side image */
    .location-content .view {
        display: block;
        margin: 0 auto;
    }

    /* Center gold line */
    .location-content .gold-line {
        margin-left: auto;
        margin-right: auto;
    }

    /* Center bullet list */
    .amenit {
        display: inline-block;
        text-align: left;
        margin: 0 auto;
        padding-left: 20px;
    }

    .amenit li {
        margin-bottom: 8px;
    }
}
.gold-line {
  color: white;
  border: 1px solid #e8c878;
  width: 30%;

  background: linear-gradient(
    135deg,
    #a87520,
    #d6b36a,
    #f5d889,
    #c9953f,
    #a87520
  );

  box-shadow: 0 4px 15px rgba(201, 149, 63, 0.4),
    inset 0 1px 2px rgba(255, 255, 255, 0.6);
}
 
.nav-link{
	color: #000;
	text-transform: uppercase;
	font-size: 14px;
}
.nav-link:hover{
	border-bottom: 3px solid #d6b36a; 
}
 
.visit{
	border-radius: 0px;
	border: 1px solid red;
}
.navBg {
  width: 100%;
  height: 100vh;
  min-height: 100vh; 
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
     margin-top: -135px;
}




.luxury{
	width: 100%;
	min-height: 500px;
	background-image: url("../img/back5.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;	
}

@media (max-width: 991.98px) {
  .offcanvas-collapse {
    top: 100px;
    background-color: #fce7c1;
  }
}

.map {
  width: 100%;
  min-height: 500px;
  background-image: url("../img/back1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.icon {
  /* margin-top: 20px; */
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px 10px;
}
.icon1 {
  display: flex;
  align-items: center;
  gap: 5px;
}
.icon1 span {
  font-size: 10px;
  color: #999;
  line-height: 1.2;
  letter-spacing: 0.2px;
}

.high {  
  background-image: url(../img/back3.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: auto;
}
/* for mobile */
@media (max-width: 767px) {
	.high { 
	  background-image: url(../img/back3m.png); 
	}
}
@media (max-width: 480px) {
	.high { 
	  background-image: url(../img/back3m.png); 
	}

}

.high-p {
  opacity: 0.8;
}

.villa {
  width: 100%;
  background-image: url(../img/leaf.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.villa-card {
  max-height: 280px;
  padding: 40px 10px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  text-align: center;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 15px;
  transition: 0.4s ease;
}
.villa-card:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.15);
  border-color: #d6b36a;
}
.villa-icon {
  border: 5px solid #c9953f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 35px;
  background: rgba(0, 0, 0, 0.12);
}
.villa-icon img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.villa-card h3 {
  color: white;
  font-size: 15px;
  font-weight: 150;
  margin-bottom: 30px;
  white-space: nowrap;
}

.explore-btn {
  display: inline-block;
  padding: 5px 10px;
  color: white;
  border: 1px solid #d6b36a;
  background: rgba(0, 0, 0, 0.15);
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 1px;
  transition: 0.3s ease;
}
.explore-btn:hover {
  background: #d6b36a;
  color: #1c1c1c;
}
.villAmme {
  width: 100%;
  min-height: auto;
  background-image: url(../img/back2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.9;
}

.gallery {
  width: 100%;
  min-height: auto;
  background-image: url(../img/back4.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.9;
}

.button .gold-btn {
    padding: 10px 20px;
    color: white;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    border: 1px solid #e8c878;
    border-radius: 15px;
    background: linear-gradient(135deg, #a87520, #d6b36a, #f5d889, #c9953f, #a87520);
    box-shadow: 0 4px 15px rgba(201, 149, 63, 0.4), inset 0 1px 2px rgba(255, 255, 255, 0.6);
}

.brochure {
    border: 1px solid #e8c878;
    border-radius: 15px;
    padding: 9px 10px;
}
.brochure:hover {
    background-color: #a87520;
}
/* footer section */

.footer {
  width: 100%;
  min-height: auto;
  background-image: url("../img/footerleaf.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

}

.carousel-control-prev {
    left: -70px;
}

.carousel-control-next {
    right: -70px;
}

.carousel-control-prev,
.carousel-control-next {
    width: auto;
    opacity: 1;
}

.carousel-control-prev img,
.carousel-control-next img {
    width: 50px;
    height: 100px;
    object-fit: contain;
}

