@import url('https://fonts.googleapis.com/css2?family=Barlow: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&family=ZCOOL+XiaoWei&display=swap');
 * {
   margin: 0;
   padding: 0;
   box-sizing: border-box;
 }body {
   background-color: #fff;
   color: #333;
font-family: "Barlow", sans-serif;
 }
.page {
   display: grid;
   grid-template-rows: auto 1fr auto;
   min-height: 100vh;
   grid-template-areas:
     "header"
     "main"
     "footer";
 }
.layout {
   display: grid;
   grid-template-rows: auto auto 1fr auto;
   grid-template-areas:
     "header"
     "slideshow"
     "main"
     "footer";
 }header {
   grid-area: header;
   background-image: url(../images/Amara/1920x900_image-BG_1.jpg);
   background-size: 9%;
   color: white;
   display: flex;
   justify-content: space-between;
   align-items: center;
   padding: 0.7rem 2rem;
   position: sticky;
   top: 0;
   z-index: 1000;
   flex-wrap: wrap;
 }
.logo {
   font-size: 1.5rem;
   font-weight: bold;
 }
.menu-toggle {
   display: none;
   font-size: 1.8rem;
   background: none;
   border: none;
   color: white;
   cursor: pointer;
 }nav {
   display: flex;
   gap: 1.5rem;
 }nav a {
   color: white;
   text-decoration: none;
   font-size: 1.3rem;
 }nav a:hover {
   text-decoration: underline;
 }/* Slideshow */
 .slideshow {
   grid-area: slideshow;
   position: relative;
   overflow: hidden;
   width: 100%;
 }
.slides {
   display: flex;
   transition: transform 0.5s ease;
 }
.slide {
   min-width: 100%;
   height: 100vh;
   background-size: cover;
   background-position: center;
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
 }
.slide::before {
   content: "";
   position: absolute;
   inset: 0;
 }
.slide-content {
   position: relative;
   color: #fff;
   text-align: center;
   z-index: 1;
 }
.slide-content h1 {
   font-size: 3rem;
   margin-bottom: 0.5rem;
 }
.slide-content p {
   font-size: 1.2rem;
 }
.nav-btn {
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   background: #154886a6;
   border: none;
   font-size: 1.5rem;
   padding: 0.5rem 1rem;
   cursor: pointer;
   z-index: 2;
 }
.prev-btn {
   left: 10px;
 }
.next-btn {
   right: 10px;
 }
.dots {
   position: absolute;
   bottom: 20px;
   left: 50%;
   transform: translateX(-50%);
   display: flex;
   gap: 10px;
   z-index: 2;
 }
.dot {
   width: 12px;
   height: 12px;
   border-radius: 50%;
   background: rgba(255, 255, 255, 0.6);
   cursor: pointer;
 }
.dot.active {
   background: #fff;
 }main {
   grid-area: main;
   padding: 0rem;
   display: grid;
   gap: 0rem;
 }section {
   min-height: 100vh;
   background: #f9f9f9;
   padding: 0rem;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
 }footer {
   color: white;
   text-align: center;
   padding: 1rem;
   background-image: url(../images/Amara/1920x900_image-BG_1.jpg);
 }

:root {
   --terracotta-red: #154786;
   --light-cream: #f5e3d3;
   --text-dark: hsl(0, 0%, 13%);
   --icon-red: #154786;
 }#about {
   background-image: url(../images/Amara/Image_3.jpg);
 }#specs {
   background-color: #ffffff;
 }#plans {
  background-image: url(../images/Amara/1920x900_image-BG_2.jpg);
 }#amenities {
   background-color: #ffffff;
 }#gallery {
   background-image: url(../images/Amara/1920x900_image-BG_1.jpg);
 }#contact {
    background-image: url(../images/Amara/1920x900_image-BG_2.jpg);
 }
.header-Amenities {  text-align: left;
   padding-left: 30px !important;
   color: #154786;
 }
.space-block h1 {
   font-size: 29px !important;
   padding: 0px 0px !important;
   color: #154786;
 }#about h1 {
   font-size: 50px;
   padding: 60px 0px;
   color: #fff;
 }#specs h1 {
    font-size: 50px;
    padding: 34px 0px 34px;
    color: #154786;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 71px;
}
#plans h1 {
   font-size: 50px;
   padding: 60px 0px;
   color: #154786;
 }#amenities h1 {
   font-size: 50px;
   padding: 60px 0px;
   color: #154786;
 }#gallery h1 {
   font-size: 50px;
   padding: 60px 0px;
   color: #ffffff;
 }#contact h1 {
   font-size: 50px;
   padding: 60px 0px;
   color: #154786;
 }
.aboutus {
   display: grid;
   grid-template-columns: 1fr 1fr;
   min-height: 100vh;}
.aboutus .left {
  background: #00000091;
   color: white;
   padding: 20px 0px 0px;
   display: flex;
   flex-direction: column;
   justify-content: center;
 }
.features ul
 {padding: 10px;}
  .features ul li
 {padding: 10px;}
.aboutus .left h1 {
   font-size: 2rem;
   text-transform: uppercase;
   letter-spacing: 1px;
   margin-bottom: 20px;
 }
.aboutus .left p {
   font-size: 1rem;
   max-width: 90%;
   padding: 20px 40px 50px;
 }
.aboutus .left h1 {  padding: 0px 40px 0px !important;
 }
.aboutus .highlight {
   font-weight: bold;
   text-transform: uppercase;
   margin-top: 10px;
 }
.aboutus .left img {
   margin-top: 30px;
   max-width: 100%;
 }
.aboutus .right {
   padding: 0px;
   display: flex;
   flex-direction: column;
   background-color: #f6e8dd;
 }
.aboutus .right img.floorplan {
   width: 100%;
 }
.aboutus .tagline {
   font-size: 1.2rem;
   margin-bottom: 10px;
 }
.aboutus .features {
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 0px;
  padding: 0px 50px;
 }
.aboutus .feature {
   flex: 1 1 222px;
   display: flex;
   align-items: center;
   gap: 10px;
 }
.aboutus .feature-icon {
   font-size: 1.5rem;
   color: var(--icon-red);
 }
.aboutus .feature-text {
   font-size: 0.9rem;
   font-weight: 600;
   padding: 20px 0px;
 }
.specification {
   display: grid;
 grid-template-columns: 60% 40%;
   min-height: 100vh;
   width: 90%;
 }
.specification .left {
   padding: 0px 40px;
   background-color: var(--main-bg);
 }
 .specification .right {
  width: 100%;
 }
  .specification .right img {
  width: 100%;
 }
.specification h1 {
   font-size: 2rem;
   color: var(--accent);
   margin-bottom: 10px;
 }
.specification h2 {
   font-size: 1rem;
   color: var(--accent);
   font-weight: 500;
   margin-bottom: 30px;
   text-transform: uppercase;
 }
.section {
   margin-bottom: 30px;
   float: left;
   width: 50%;
 }
.section-title {
   font-weight: bold;
   margin-bottom: 10px;
   color: var(--icon-green);
   display: flex;
   align-items: center;
   gap: 8px;
 }
.section ul {
   list-style: none;
   padding-left: 20px;
 }
.section li {
   margin-bottom: 8px;
   position: relative;
   padding-left: 20px;
 }
.section li::before {
   content: "▣";
   position: absolute;
   left: 0;
   color: var(--accent);
   font-size: 0.8rem;
 }
.specification .right {
   background-image: url('night-view.jpg');
   /* Replace with actual path */
   background-size: cover;
   background-position: center;
 }

.header {
   font-size: 2.5rem;
   font-weight: bold;
   color: #333;
   text-align: center;
   padding-bottom: 1rem;
 }
.tab-container {
   display: flex;
   flex-direction: column;
   gap: 1rem;
   width: 100%;
 }
.tab-buttons {
   display: flex;
   justify-content: center;
   flex-wrap: wrap;
 }
.tab-btn {
   padding: 0.7rem 1.5rem;
   background-color: #ffffff;
   border: none;
   cursor: pointer;
   font-weight: 600;
   border-radius: 5px;
   transition: background 0.3s;
   margin: 0px 10px;
   color: #154786;
 }
.tab-btn.active,
 .tab-btn:hover {
   background-color: #154786;
   color: white;
 }
.tab-content {
   display: none;
   animation: fadeIn 0.5s ease-in;
 }
.tab-content.active {
   display: block;
 }
.grid-layout {
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
   gap: 1.5rem;
 }
.grid-box {  padding: 2rem;
   text-align: center;
   border-radius: 10px;
 }@keyframes fadeIn {
   from {
     opacity: 0;
     transform: translateY(10px);
   }  to {
     opacity: 1;
     transform: translateY(0);
   }
 }
.amenities {
   display: grid;
   padding: 20px;
   min-height: 100vh;
   width: 100%;
   align-content:  flex-start;
 }/* LEFT GALLERY */
 .left-gallery {
   display: grid;
   grid-template-columns: 1fr 1fr;
   grid-template-rows: 1fr 1fr;
 }
.left-gallery img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   border: 1px solid #fff;
 }/* RIGHT CONTENT */
 .right-content {
   padding: 60px 40px;
   overflow-y: auto;
   background-color: var(--bg);
 }
.space-block {
   background: var(--white);
   padding: 20px 24px;
   border-radius: 12px;
   margin-bottom: 30px;
   border-left: 5px solid var(--accent);
   width: 100%;
   grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
   height: 323px;
   display: grid;
 }
.space-block h1 {
   font-size: 1.4rem;
   color: var(--accent);
   margin-bottom: 8px;
   text-transform: uppercase;
 }
.space-block h2 {
   font-size: 0.95rem;
   color: #555;
   margin-bottom: 20px;
   font-weight: normal;
 }
.icon-list {
   display: flex;
   flex-direction: column;
   gap: 16px;
 }

.icon-item {
    /* display: flex
; */
    align-items: center;
    gap: 19px;
    font-size: 0.95rem;
    font-weight: 500;
    padding:40px 20px;
    background: #fefefe;
    border: 1px solid #eaeaea;
    text-align: center;
}
.icon-item:hover {
  background: #e2e2e2;
}
.icon
 {
    background-color: var(--accent);
    color: white;
    border-radius: 50%;
    width: 100%;
    height: 57px;
    /* display: flex
; */
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25D366;
  color: white;
  border-radius: 50%;
  padding: 6px 9px;
  font-size: 24px;
  z-index: 999;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.whatsapp-float:hover {
  background-color: #128C7E;
  transform: scale(1.1);
  color: white;
}


.gallery {
   padding: 0px;
   width: 100%;
   margin: auto;
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(30%, 30fr));}
.gallery img {
   width: 100%;
   height: auto;
   cursor: pointer;
   transition: transform 0.2s ease;
 }
.gallery img:hover {
   transform: scale(1.02);
 }/* Lightbox Modal */
 .lightbox {
   position: fixed;
   top: 0;
   left: 0;
   width: 100vw;
   height: 100vh;
   display: none;
   align-items: center;
   justify-content: center;
   flex-direction: column;
   z-index: 9999;
   background: #000000d9;
 }
.lightbox img {
   max-width: 90vw;
   max-height: 80vh;
   border-radius: 8px;
 }
.caption {
   margin-top: 15px;
   color: #fff;
   font-size: 2rem;
 }
.lightbox .controls {
   position: absolute;
   top: 50%;
   width: 100%;
   display: flex;
   justify-content: space-between;
   padding: 0 30px;
   transform: translateY(-50%);
 }
.lightbox .controls span {
   font-size: 2rem;
   color: #fff;
   background-color: rgba(0, 0, 0, 0.4);
   padding: 10px 20px;
   border-radius: 50%;
   cursor: pointer;
   user-select: none;
 }
.close-btn {
   position: absolute;
   top: 20px;
   right: 30px;
   font-size: 2rem;
   color: #fff;
   cursor: pointer;
   user-select: none;
 }
#contact {
   padding: 0;
 
 }
.grid-box img {
   padding: 2rem;
   text-align: center;
   border-radius: 10px;
   width: 100%;
 }
.contact-info p {
   padding: 10px;
 }
.contact-container {
   display: grid;
   grid-template-columns: 1fr 1fr 1fr;
   gap: 0px;
   width: 100%;
 }
.contact-form,
 .map,
 .contact-info {
   padding: 2rem;
   min-height: 650px;
 }

.section-title {
   font-size: 1.2rem;
   margin-bottom: 1rem;
   color: #154786;
 }form {
   display: flex;
   flex-direction: column;
 }input,
 textarea {
   margin-bottom: 1rem;
   padding: 0.8rem;
   font-size: 1rem;
   border: 1px solid #ccc;
   border-radius: 5px;
 }button {
   background-color: #154786;
   color: white;
   border: none;
   padding: 0.9rem;
   border-radius: 5px;
   font-size: 1rem;
   cursor: pointer;
 }button:hover {
   background-color: #154786;
 }iframe {
   width: 100%;
   height: 100%;
   border: none;
 }
 @media screen and (max-width: 760px) {
   .header {
     font-size: 1.8rem;
   }

   .tab-btn {
     width: 20%;
     text-align: center;
   }
   .section {
  margin-bottom: 30px;
  float: left;
  width: 108%;
}

.logo img {
  font-size: 1.5rem;
  font-weight: bold;
  width: 160px;
}
header {
  
  padding: 0rem 2rem;

}
  #about h1 {
    font-size: 50px;
    padding: 20px 58px;
    color: #fff;
    width: 100%;
  }
  section {
  min-height: auto !important;
  height: auto !important;
}
.gallery {

  grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
}
.section-title {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  color: #21423F;
}
.aboutus .left h1 {
  padding: 0px 40px 0px !important;
  font-size: 27px !important;
}
.contact-form, .map, .contact-info {
  padding: 2rem;
  min-height: auto;
}
.space-block {
  background: var(--white);
  padding: 20px 24px;
  border-radius: 12px;
  margin-bottom: 30px;
  box-shadow: 0 4px 12px var(--card-shadow);
  border-left: 5px solid var(--accent);
  width: 100%;
  float: left;
  height: auto;
}
  nav#navMenu {
     flex-direction: column;
     display: none;
     width: 100%;
   }

   nav#navMenu.active {
     display: flex;
   }

   .menu-toggle {
     display: block;
   }
    .contact-container {
     grid-template-columns: 1fr;
   }
    .menu-toggle {
     display: block;
   }

   nav {
     display: none;
     flex-direction: column;
     width: 100%;
     padding-bottom: 20px;
   }

   nav.active {
     display: flex;
   }

   nav a {
     padding: 0rem 1.5rem;
     color: #fdbb7e;
   }

   
.space-block {

  grid-template-columns: 1fr 1fr !important;
}
   .slide-content h1 {
     font-size: 2rem;
   }

   .slide-content p {
     font-size: 1rem;
   }
   .aboutus {
     grid-template-columns: 1fr;
   }

   .aboutus .left,
   .aboutus .right {
     padding: 40px 20px;
   }

   .aboutus .left img {
     max-width: 100%;
   }
    .specification {
     grid-template-columns: 1fr;
   }

   .specification .right {
     height: 300px;
   }
   .amenities {
     grid-template-columns: 1fr;
   }

   .left-gallery {
     grid-template-columns: 1fr;
     grid-template-rows: repeat(4, 200px);
   }

   .right-content {
     padding: 30px 20px;
   }
   .lightbox .controls span {
     font-size: 1.5rem;
     padding: 8px 14px;
   }
   
  }
.popup-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

/* Popup Box */
.popup-content {
  background: #fff;
  padding: 2rem;
  width: 90%;
  max-width: 400px;
  border-radius: 8px;
  position: relative;
}

.close-btn {
  position: absolute;
  top: 3px;
  right: 14px;
  font-size: 33px;
  color: #154786;
}
.popup-content h2
{padding: 20px 0px;}
.e-brushere {
  background-color: #154786;
  color: #ffffff;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: ma;
  margin-top: 15%;
  position: absolute;
  z-index: 20;
  left: 44%;
}

.e-brushere:hover {
  background-color: #154786;
}


/* Base styling for slides */
.slider {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.slide {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
}

/* Show only desktop slides by default */
.desktop {
  display: block;
}
.mobile {
  display: none;
}

/* Media query for mobile */
@media only screen and (max-width: 768px) {
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  .e-brushere {
  background-color: #154786;
  color: #ffffff;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: ma;
  margin-top: 38%;
  position: absolute;
  z-index: 20;
  left: 24%;
}
}

