ol,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}


body {
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding: 0;
  color: #333;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.site-header {
  background: #f9f9f9;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}

.logo h1 {
  margin: 0;
  color: #111;
}

.logo .tagline {
  color: #777;
  font-size: 1rem;
}

.site-nav ul {
  list-style: none;
  display: flex;
  gap: 20px;
  padding: 0;
}

.site-nav a {
  text-decoration: none;
  color: #444;
  font-weight: 500;
}

.site-nav .active a {
  color: #e61e4d;
}

.hero-banner {
  background: #fff;
  text-align: center;
  padding: 40px 20px;
}

.banner-image {
  position: relative;
  text-align: center;
  margin-top: 20px;
}

.banner-image img {
  width: 100%;
  height: auto;
}

.overlay-caption {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  border-radius: 8px;
  max-width: 90%;
}

.btn-primary {
  display: inline-block;
  background: #e61e4d;
  color: #fff;
  padding: 10px 20px;
  margin-top: 10px;
  border-radius: 5px;
  text-decoration: none;
}

.site-footer {
  background: #111;
  color: #eee;
  text-align: center;
  padding: 20px 0;
}

.site-footer a {
  color: #eee;
  text-decoration: underline;
}



.services-strip {
  background: linear-gradient(135deg, #fff0f6, #ffe6f0);
  padding: 40px 20px;
  text-align: center;
  border-top: 2px solid #e61e4d;
  border-bottom: 2px solid #e61e4d;
}

.services-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.services-content .icon {
  font-size: 3rem;
  margin-bottom: 10px;
}

.services-text h2 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #e61e4d;
  margin-bottom: 10px;
}

.services-text p {
  color: #333;
  font-size: 1rem;
  line-height: 1.6;
}

@media (min-width: 600px) {
  .services-content {
    flex-direction: row;
    gap: 20px;
    justify-content: center;
  }

  .services-content .icon {
    margin-bottom: 0;
  }

  .services-text {
    text-align: left;
    max-width: 600px;
  }
}





body {
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  color: #333;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  padding: 20px;
}

.site-header {
  background: #f9f9f9;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
  text-align: center;
}

.site-header h1 {
  margin: 0;
  color: #111;
}

.tagline {
  color: #666;
  font-size: 1rem;
}

.site-nav ul {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 15px;
}

.site-nav a {
  text-decoration: none;
  color: #444;
  font-weight: 500;
}

.site-nav .active a {
  color: #e61e4d;
}

.about-section {
  background: #fff;
  padding: 40px 0;
}

.about-section h2 {
  color: #e61e4d;
  font-size: 2rem;
  margin-bottom: 10px;
  text-align: center;
}

.about-section .subtitle {
  color: #555;
  text-align: center;
  font-style: italic;
  margin-bottom: 20px;
}

.site-footer {
  background: #111;
  color: #eee;
  text-align: center;
  padding: 20px 0;
}

.site-footer a {
  color: #eee;
  text-decoration: underline;
}


.contact-section {
  padding: 40px 0;
}

.contact-section h2 {
  text-align: center;
  font-size: 2rem;
  color: #e61e4d;
  margin-bottom: 30px;
}

.contact-block {
  background: #f9f9f9;
  border-left: 4px solid #e61e4d;
  padding: 20px;
  margin-bottom: 30px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 1px 6px rgba(0,0,0,0.05);
}

.contact-block h3 {
  margin-top: 0;
  color: #333;
  font-size: 1.2rem;
}

.contact-block a {
  color: #0056b3;
  text-decoration: none;
}

.contact-block a:hover {
  text-decoration: underline;
}



.projects-section {
  padding: 40px 0;
}

.projects-section h2 {
  text-align: center;
  color: #e61e4d;
  font-size: 2rem;
  margin-bottom: 40px;
}

.project {
  margin-bottom: 50px;
}

.project h3 {
  color: #444;
  font-size: 1.4rem;
  margin-bottom: 15px;
  text-align: center;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.gallery img {
  max-width: 100%;
  width: 250px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  transition: transform 0.2s ease-in-out;
}

.gallery img:hover {
  transform: scale(1.05);
}



/*Map on About Us  */
.map-section {
  padding: 50px 20px;
  background-color: #f9f9f9;
  text-align: center;
}

.map-section h3 {
  font-size: 1.6rem;
  color: #e61e4d;
  margin-bottom: 10px;
}

.map-section p {
  font-size: 1rem;
  color: #444;
  margin-bottom: 20px;
}

.map-container iframe {
  border-radius: 8px;
  width: 100%;
  max-width: 1000px;
  height: 400px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}




/* Intro Banner  */

.intro-banner {
  background-color: #f9f9f9;
  padding: 60px 20px;
  border-bottom: 1px solid #ddd;
}

.intro-content {
  max-width: 900px;
  margin: auto;
  text-align: center;
}

.intro-content h2 {
  font-size: 2rem;
  color: #e61e4d;
  margin-bottom: 20px;
}

.intro-content p {
  font-size: 1.05rem;
  color: #444;
  line-height: 1.6;
  margin-bottom: 15px;
}

/* Properties P1 */
.property-listing {
  padding: 50px 20px;
  background: #fdfdfd;
}

.property-card {
  max-width: 1200px;
  margin: auto;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  box-shadow: 0 0 10px rgba(0,0,0,0.08);
  padding: 20px;
  border-radius: 10px;
}

.property-gallery {
  flex: 1 1 500px;
}

.property-details {
  flex: 1 1 500px;
}

.property-details h3 {
  color: #e61e4d;
  margin-bottom: 10px;
}

.price-tag {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 10px 0;
  color: #111;
}

.features {
  list-style: none;
  padding: 0;
  margin: 10px 0;
}

.features li {
  background: #f4f4f4;
  padding: 8px 12px;
  margin: 5px 0;
  border-radius: 5px;
} 

.map-frame {
  margin-top: 20px;
  border-radius: 8px;
  overflow: hidden;
}


.property-slider {
  max-width: 600px;
  margin: 20px auto;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.property-slider img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
}


/* Slick Dots Style 
.slick-dots {
  bottom: -30px;
  text-align: center;
}

.slick-dots li button:before {
  color: #e61e4d;
  font-size: 12px;
  opacity: 0.7;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #e61e4d;
} */

ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.property-gallery > ul,
.property-gallery > ol {
  display: none;
}


/* Slider w/o dots*/
/* 🔳 Collage Grid */
.image-collage {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 10px;
  margin-bottom: 20px;
  object-fit: cover;
}

.image-collage img.thumb {
  width: 100%;
  height: auto;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transition: transform 0.2s ease;
}
.image-collage img.thumb:hover {
  transform: scale(1.03);
}

/* 🔳 Modal Overlay */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.9);
  align-items: center;
  justify-content: center;
}

.modal.active {
  display: block;
}

.modal .close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 2rem;
  color: white;
  cursor: pointer;
  z-index: 10000;
}

.slick-modal-slider {
  max-width: 800px;
  width: 90%;
  justify-content: center;
  align-items: center;
}
.slick-modal-slider img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
/*
.property-card {
  max-width: 1200px;
  margin: auto;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  box-shadow: 0 0 10px rgba(0,0,0,0.08);
  padding: 20px;
  border-radius: 10px;} */
/* p2 */

.property-card {
  display: flex;
  flex-wrap: nowrap;
  gap: 30px;
  max-width: 1200px;
  margin: 40px auto;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.08);
}
.image-collage {
  flex: 1 1 50%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.image-collage img.thumb {
  width: 100%;
  aspect-ratio: 4/3;  /* or try 1/1 for perfect square */
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 1px 6px rgba(0,0,0,0.1);
  cursor: pointer;
}

.property-details {
  flex: 1 1 500px;
}

/* Fitting one image alone */
.main-image {
  flex: 1 1 50%;
  overflow: hidden;
  display: flex;
}

.main-image img.thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.main-image img.thumb:hover {
  transform: scale(1.02);
}


.main-image.tall-fit {
  flex: 1 1 50%;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
}

.main-image.tall-fit img.thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

/* logo */
.logo {
  text-align: center;
  margin-bottom: 10px;
}

.logo img {
  max-height: 100px;
  width: auto;
}
 /* prop marks*/
 .footer-images {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.footer-images img {
  max-height: 60px;
  height: auto;
  width: auto;
  object-fit: contain;
  filter: grayscale(0.3);
  transition: transform 0.3s ease;
}

.footer-images img:hover {
  transform: scale(1.05);
  filter: grayscale(0);
}

/* Commercisal */
.image-collage img {
  width: 48%;
  border-radius: 6px;
}
.image-collage {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.modal {
  display: none; /* hidden by default */
  position: fixed; /* ✅ Fixes the core issue */
  z-index: 1000;
  left: 0; top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.85);
}

.modal.active {
  display: block;
  justify-content: center;
  align-items: center;
}
.modal img {
  display: block;
  margin: 40px auto;
  max-width: 90%;
  height: auto;
}
.modal .close {
  position: absolute;
  top: 15px;
  right: 25px;
  color: white;
  font-size: 32px;
  font-weight: bold;
  cursor: pointer;

}

.image-collage img.thumb {
  width: 120px;
  height: auto;
  border-radius: 6px;
  object-fit: contain;     /* 🔑 This prevents cutting */
  background: #fff;        /* Optional: white background for neatness */
  padding: 4px;            /* Optional: inner space for cleaner borders */
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  transition: transform 0.2s ease;
}
.image-collage img.thumb {
  height: 100px;
  width: auto;
  object-fit: contain;
}
.slick-modal-slider img {
  max-width: 90%;
  max-height: 90vh;
  display: block;
   height: auto;
  margin: auto;
  object-fit: contain;
  justify-content: center;
  align-items: center;
}




/**/
