@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}


:root {
  --dark: #000;
  --light: #fff;
  /* --dark-orange: #c08831; */
  --dark-orange: #e7e0d9;
  --green:#003412;
}

.custom-enquiry-modal form input{
      border-radius: 0;
    }
  
.whatsapp {
  position: fixed;
  bottom: 70px;
  right: 0px;
  z-index: 99;
  background-color: #0cab04;
  border-radius: 30px;
  padding-right: 0px !important;
  margin-bottom: 8px;
}
.whatsapp .img{
  width: 64px;
}
.whatsapp a {
  color: #fff;
  text-decoration: none;
}

.whatsapp a span {
  opacity: 0;
  width: 0;
  display: flex;
  font-size: 20px;
  justify-content: center;
  align-items: center;
  transition: 0.6s ease;
}

.whatsapp a:hover span {
  opacity: 1;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.checc{
   animation: mymove 5s infinite;
}
.telphone {
  position: fixed;
  bottom: 60px;
  left: 5px;
  z-index: 99;
   border-radius: 30px;
  padding-right: 0px !important;
  margin-bottom: 8px;
}

@keyframes shake {
  0%, 100% { transform: translateX(0); }
  20% { transform: translateY(-5px); }
  40% { transform: translateX(5px); }
  60% { transform: translateY(-5px); }
  80% { transform: translateX(5px); }
}

.telphone .img {
 
  animation: shake 1s infinite;
}

.telphone a {
 color: var(--primary-color);
  text-decoration: none;
}
.telphone .fa-phone-volume{
  font-size: 45px;
}

 @media (max-width:500px) {
  .whatsapp {
    position: fixed;
    bottom: 20px;
    right: 0px;
    z-index: 99;
    background-color: #0cab04;
    border-radius: 30px;
    padding-right: 0px !important;
    margin-bottom: 8px;
  }
  .telphone {
    position: fixed;
    bottom: 20px;
    left: 5px;
    z-index: 99;
 
    border-radius: 30px;
    padding-right: 0px !important;
    margin-bottom: 8px;
  }
  .whatsapp a span {
    opacity: 0;
    width: 0;
    display: flex;
    font-size: 13px;
    justify-content: center;
    align-items: center;
    transition: 0.6s ease;
  }
  .whatsapp a:hover span {
    opacity: 1;
    width: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .telphone .fa-phone-volume{
    font-size: 35px;
  }
  .whatsapp .img{
    width: 54px;
  }
  
  }
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
  color: var(--dark-orange) !important;
}
.navbar .navbar-brand img{
  width: 100px;
}
@media screen and (max-width:500px) {
 .navbar .navbar-brand img{
  width: 70px;
} 
}
.overview-section {
  padding: 80px 20px;
}

.overview-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
}

.overview-text {
  flex: 1 1 60%;
}

.overview-image {
  flex: 1 1 35%;
}

.overview-image img {
  width: 100%;
  height: auto;
  /* border-radius: 10px; */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}

.overview-image img:hover {
  transform: scale(1.03);
}

.heading {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #1a1a1a;
}

.heading .silverglades {
  color: #007bff;
}

.heading-overview {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--green);
}

.heading-overview span {
  display: block;
  font-size: 20px;
  color: #555;
  margin-top: 5px;
}

.overview-text p {
  font-size: 16px;
  /* line-height: 1.7; */
  /* margin-bottom: 20px; */
}

/* Responsive Layout */
@media (max-width: 768px) {
  .overview-container {
    flex-direction: column;
  }

  .heading {
    font-size: 28px;
  }

  .heading-overview {
    font-size: 24px;
  }

  .heading-overview span {
    font-size: 18px;
  }
}



.highlight-section {
  position: relative;
  padding: 100px 20px;
  background: url('./assets/images/card-image/1.png') center center / cover no-repeat;
  color: #fff;
  overflow: hidden;
}

.highlight-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(192, 136, 49, 0.9);
  /* golden overlay */
  z-index: 0;
}

.highlight-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.highlight-heading {
  font-size: 36px;
  margin-bottom: 40px;
  text-align: center;
  color: #fff;
}

.amenities-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.amenity-card i {
  font-size: 25px !important;
  color: #c08831;
}

.amenity-card {
  background-color: #fff;
  color: #333;

  padding: 30px 20px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.amenity-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.amenity-card img {
  max-height: 55px;
  margin-bottom: 15px;
}

.amenity-card p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

/* Responsive */
@media (max-width: 1024px) {
  .amenity-card {
    flex: 0 0 calc(33.33% - 20px);
    max-width: calc(33.33% - 20px);
  }
}

@media (max-width: 768px) {
  .highlight-heading {
    font-size: 28px;
  }

  .amenity-card {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}

@media (max-width: 480px) {
  .amenity-card {
    flex: 0 0 100%;
    max-width: 100%;
  }
}








.facts {
  background-color: var(--green);
  padding: 80px 20px;
  color: #fff;
}

.facts-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
}

.facts-image,
.facts-content {
  flex: 1 1 50%;
}

.facts-image img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.facts h2 {
  color: var(--dark-orange);
  font-size: 29px;
  font-weight: 600;
  margin-bottom: 25px;
  text-transform: capitalize;
}

.facts ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.facts ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.6;
}

.facts ul li::before {
  content: '➤';
  position: absolute;
  left: 0;
  color: #ffc74b;
  font-size: 18px;
  top: 2px;
}

/* Responsive */
@media (max-width: 768px) {
  .facts-container {
    flex-direction: column;
  }

  .facts h2 {
    font-size: 24px;
  }
}



.price_section {
  padding: 100px 20px 50px;
  max-width: 1200px;
  margin: 0 auto;
}

.price_section h2 {
  text-align: center;
  font-size: 32px;
  color: #222;
  margin-bottom: 50px;
}

.amenities {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
  padding: 0;
}

.amenities li {
  max-width: 33.33%;
  flex: 0 0 33.33%;
  position: relative;
  margin: 20px 0;
  display: flex;
  align-items: center;
}

.amenities .circle {
  position: relative;
  margin-right: 15px;
}

.dot {
  height: 22px;
  width: 22px;
  background: #000;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  transition: all 300ms ease-in-out;
}

.dot::before {
  content: '';
  position: absolute;
  height: 10px;
  width: 10px;
  background: #fff;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.amenities li:hover .dot {
  background: var(--dark-orange);
}

.circle::after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all 300ms ease-in-out;
}

.amenities li:hover .circle::after {
  border-color: var(--dark-orange);
}

.amenities p {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  color: #333;
}


.price_section {
  padding: 100px 20px 50px;
  background: #fff;
}

.price_section h2.heading {
  text-align: center;
  font-size: 32px;
  color: #111;
  margin-bottom: 60px;
}

.price-card {
  background: #f3f3f3;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  max-width: 360px;
  min-height: 220px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  overflow: hidden;
  margin: auto;
}

.price-card:hover {
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
}

.price-card .size {
  background: var(--green);
  /* or var(--dark-orange) if defined */
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  padding: 10px;
  width: 50px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.price-card .cont {
  padding: 30px 20px 20px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  background: var(--dark-orange);
}

.price-card .price {
  font-size: 20px;
  font-weight: 600;
  margin: 5px 0;
  color: #111;
}

.price-card .l {
  display: flex;
  flex-direction: column;
}

@media (max-width: 768px) {
  .price-card {
    max-width: 100%;
  }

  .price-card .size {
    width: 40px;
    font-size: 14px;
  }

  .price-card .cont {
    padding: 25px 20px 20px 70px;
  }
}


.banner-sectionn {
  background-color: #b7852d;
  /* padding: 20px 0; */
}

.banner-carousel .item {
  height: 650px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-sectionn .ads{
  font-size: 28px;
}

/* Hero Text styling */
.hero-text {
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* height: 400px; */
  color: white;
  background-color: #b7852d;
  font-family: 'Times New Roman', serif;
}

.hero-text h1 {
  font-size: 3rem;
  letter-spacing: 6px;
  font-weight: 400;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
}

.hero-text h1::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: #b7852d;
  margin: 10px auto 0;
}

.hero-text p {
  font-size: 1.1rem;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 600;
}

.hero-text h4,
.hero-text h3 {
  font-weight: 700;
  text-align: center;
  margin: 10px 0;
}

/* Enquiry Form */
.enquiry-form {

  margin-top: 40px;
  background: #fff;
  /* border-radius: 10px; */
  padding: 30px 20px;
  color: #000;
  /* height: 400px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.enquiry-form h5 {
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
  font-size: 1.3rem;
}

.enquiry-form label {
  font-weight: 600;
  font-size: 0.9rem;
}

.enquiry-form input,
.enquiry-form select {
  margin-bottom: 15px;
  height: 40px;
  border: none;
  border: 1px solid;
  /* border-radius: 5px; */
  padding: 5px 10px;
  font-size: 1rem;
}

.enquiry-form input:focus,
.enquiry-form select:focus {
  outline: none;
  box-shadow: 0 0 5px 2px rgba(255, 255, 255, 0.6);
}

.enquiry-form button {
  margin-top: 10px;
  background-color: #000;
  border: none;
  /* height: 45px; */
  font-weight: 700;
  color: white;
  padding: 10px 0;
  /* border-radius: 5px; */
  cursor: pointer;
  font-size: 1rem;
  margin-bottom: 20px;
}

.enquiry-form button:hover {
  background-color: #333;
}

/* Position nav arrows bottom right */
.banner-carousel {
  position: relative;
}

.banner-carousel .owl-nav {
  position: absolute;
  bottom: 22px;
  right: 10px;
  display: flex;
  gap: 4px;
}

.banner-carousel .owl-nav button.owl-prev,
.banner-carousel .owl-nav button.owl-next {
  background: rgba(183, 133, 45, 0.8);
  /* golden semi-transparent */
  border: none;
  padding: 8px 25px;
  border-radius: 4px;
  color: white;
  font-size: 32px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.banner-carousel .owl-nav button.owl-prev:hover,
.banner-carousel .owl-nav button.owl-next:hover {
  background: rgba(183, 133, 45, 1);
}


/* Responsive */
@media (max-width: 991px) {

  .banner-carousel .item,
  .hero-text,
  .enquiry-form {
    height: 520px;
    padding: 20px;
  }

  .enquiry-form {
    margin-top: 30px;
  }

  .enquiry-form h5 {
    font-weight: 700;
    margin-bottom: 0px;
    text-align: center;
    font-size: 1.3rem;
  }
}
/* Responsive */
@media (max-width: 500px) {
  .hero-text {
    margin-top: 20px;
    height: 670px;
    padding: 20px;
  }
}
.navbar {
  background-color: var(--green);
}

.navbar-nav .nav-item .nav-link {
  color: var(--dark-orange);
  font-size: 16px;
  margin: 2px 6px;
  font-weight: 600;
}

.call_number {
  text-decoration: none;
  color: var(--green);
  background-color: var(--dark-orange);
  padding: 5px 8px;
  border-radius: 15px;
}

.location_section {
  position: relative;
  overflow: hidden;
  background-color: #c08831;
}



.location_section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 40%;
  background: #000;
  z-index: 0;
}

.location_section .container {
  position: relative;
  z-index: 1;
}

.location_section h2.heading {
  color: #fff;
  font-weight: 700;
}

.adv-points li {
  display: flex;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
}

.adv-points li:last-child {
  border-bottom: none;
}

.adv-points .icon {
  height: 48px;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid rgba(255, 255, 255, 0.5);
  margin-right: 20px;
  border-radius: 50%;
}

.adv-points img {
  filter: invert(1);
  max-width: 28px;
}

.adv-points p {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  flex: 1;
}

.mapImage {
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mapImage:hover {
  transform: scale(1.03);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

/* Responsive */
@media (max-width: 992px) {
  .location_section::before {
    width: 100%;
    height: 40%;
    top: 0;
    left: 0;
  }

  .adv-points li {
    padding: 10px 0;
  }

  .location_section .heading {
    margin-top: 2rem;
  }
}


.gallery_section {
  background: #f8f9fa;
}

.gallery_section .heading {
  font-weight: 700;
  font-size: 32px;
  color: #111;
  position: relative;
}

.gallery-img {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  border-radius: 8px;
}

.gallery-img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

@media (max-width: 576px) {
  .gallery_section .heading {
    font-size: 26px;
  }
}










.contact-info a {
  text-decoration: none;
  color: #000;
}

.icon {
  background-color: #b7852d;
  border-color: #b7852d;
}

.btn-warning {
  background-color: #c08831 !important;

}

.contact-section {
  background: linear-gradient(120deg, #fff, #fdf8f0);
  position: relative;
  overflow: hidden;
}

.contact-info {
  position: relative;
}

.contact-info img {
  width: 100%;
  border-radius: 15px;
  filter: brightness(0.8);
}

.info-overlay {
  /* position: absolute;
  top: 10%;
  left: 10%; */
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 12px;
  max-width: 80%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.icon-image {
  width: 25px;
  height: 25px;
}

.fancy-btn {
  background: #c08831;
  color: #fff;
  padding: 10px 25px;
  border-radius: 30px;
  text-decoration: none;
  transition: 0.3s;
}

.fancy-btn:hover {
  background: #111;
  color: #fff;
}

.contact-form-box {
  background: #fff;
  border-radius: 15px;
  padding: 40px 30px;
  border: 1px solid #eee;
}

.contact-form-box .form-control {
  border-radius: 8px;
  border: 1px solid #ddd;
  height: 45px;
  padding: 10px 15px;
  font-size: 16px;
}

.submit-btn {
  background: #c08831;
  color: #fff;
  padding: 12px 40px;
  border: none;
  border-radius: 30px;
  transition: 0.3s;
}

.submit-btn:hover {
  background: #000;
}

/* Footer */
.footer-section {
  background: #181818;
  color: #f3f3f3;
  position: relative;
  z-index: 1;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  color: #ddd;
  text-decoration: none;
  transition: 0.3s;
}

.footer-links a:hover {
  color: #c08831;
}

.social-icons a {
  color: #fff;
  margin-right: 15px;
  font-size: 18px;
  transition: 0.3s;
}

.social-icons a:hover {
  color: #c08831;
}

.footer-divider {
  border-color: rgba(255, 255, 255, 0.1);
}







/* Section Styling */
#commercial-spaces {
  background: #f8f9fa;
}

/* Title Highlight */
.text-highlight {
  color: var(--green);
}

/* Modern gradient cards */
.space-card {
  background: var(--green);
  color: #fff;
  transition: all 0.4s ease;
  border: 1px solid transparent;
  position: relative;
}

.space-card:hover {
  transform: translateY(-10px);
  border: 1px solid var(--dark-orange);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

/* Icon Style */
.icon-wrapper {
  background: rgba(192, 136, 49, 0.1);
  border: 2px solid var(--dark-orange);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--dark-orange);
  margin: 0 auto;
  transition: all 0.4s ease;
}

.space-card:hover .icon-wrapper {
  background: var(--dark-orange);
  color: #fff;
  transform: scale(1.1);
}