@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');

* {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }
    body {
      font-family: "Red Hat Display", sans-serif;
      scroll-behavior: smooth;
    }

    .h2, h2 {
        font-size: 47px;
        font-weight: 700;
        text-align: center;
        color: #fff;
        padding-top: 0%;
        padding-bottom: 3%;
    }
    header {
      background: #000;
      color: #fff;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 30px;
      position: fixed;
      width: 100%;
      z-index: 1000;
    }
.mt5{margin-top: 5% !important;}
.mt10{margin-top: 10%;}
.mt15{margin-top: 15%;}
.mt20{margin-top: 25%;}
.mt25{margin-top: 35%;}

.text-c{ text-align: center; color: #000 !important; }
.text-l{ text-align: left; color: #000 !important; }
    .logo {
      font-size: 20px;
      font-weight: bold;
    }
    nav {
      flex: 1;
      text-align: center;
    }
    nav ul {
      list-style: none;
      display: flex;
      justify-content: center;
      gap: 25px;
    }
    nav ul li a {
      color: #fff;
      text-decoration: none;
      font-size: 22px;
    }
    .right-button {
      margin-left: auto;
    }
    .right-button button {
      padding: 8px 16px;
      background: #fff;
      color: #000;
      border: none;
      cursor: pointer;
      font-weight: bold;
    }

    /* Mobile */
    .hamburger {
      display: none;
      font-size: 24px;
      cursor: pointer;
    }

    @media (max-width: 768px) {
      nav ul {
        display: none;
        flex-direction: column;
        background: #000;
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        padding: 20px;
      }
      .floorplan-section img {
    max-width: max-content;
    height: auto;
    width: 100%;
}

iframe {
    width: 100%;
    height: 200px !important;
    border: none;
    margin-top: 20px;
}
      
		 .footer {
      
      margin-bottom: 10%;
    }
		.zoomed {
    position: fixed;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%) scale(2);
    z-index: 999;
    transition: transform 0.3s ease;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    width: 50% !important;
}
      nav ul.show {
        display: flex;
      }
      .hamburger {
        display: block;
        float: right;
      }
      .right-button {
        display: none;
      }
		
		.amenities-list {
    width:100% !important;
    margin-bottom: 30px;
}
		.amenities-list li {
    margin: 10px 0;
    cursor: pointer;
    font-size: 19px;
    color: #ffffff;
    position: relative;
    background-color: #ffffff00;
    padding: 9px !important;
    font-weight: 600;
    border-radius: 45px !important;
    border: solid #ffffff 1px;
    padding-left: 23px !important;
    width: auto;
    margin-bottom: 3%;
    padding-right: 23px !important;
    padding-bottom: 26px !important;
    padding-top: 20px !important;
}
	.amenity-inline-display p {
    font-size: 14px;
    color: #555;
    margin-top: 5px;
    display: none;
}	
		.amenities-section {
    display: flex;
    flex-wrap: wrap;
    padding: 3% 3% !important;
    align-items: flex-start;
    justify-content: center;
    background-color: #000;
}
		.logo img{ width: 60%; height: auto;  }
    }

    section {
      padding: 100px 20px;
      min-height: auto;
    }
    #home { background: #f4f4f4; }
    #about { background: #ddd; }
    #services { background: #bbb; }
    #contact { background: #999; }
  
	
/*	slider*/
	  .slider {
      position: relative;
      overflow: hidden;
      width: 100%;
      height: 100vh;
    }
    .slides {
      display: flex;
      transition: transform 0.5s ease-in-out;
      height: 100%;
    }
    .slide {
      min-width: 100%;
      height: 100%;
    }
    .slide img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(0, 0, 0, 0.5);
      color: white;
      border: none;
      padding: 10px;
      cursor: pointer;
      font-size: 24px;
      z-index: 10;
    }
    .prev {
      left: 10px;
    }
    .next {
      right: 10px;
    }
	
/*	  about*/
	  .about-container {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      gap: 30px;
      flex-wrap: wrap;
    }
    .about-image {
      flex: 1 1 273px;
      max-width: max-content;
      margin-top: 8%;
    }
    .about-image img {
      width: 100%;
      height: auto;
      border-radius: 10px;
    }
    .about-text {
      flex: 1 1 300px;
      max-width: 600px;
    }
    .about-text h2 {
      font-size: 34px;
      margin-bottom: 15px;
      font-weight: 700;
    }
    .about-text p {
      font-size: 23px;
      line-height: 1.6;
      color: #333;
    }

.about-text1 {
      flex: 1 1 300px;
      max-width: auto;
    }
    .about-text1 h2 {
      font-size: 34px;
      margin-bottom: 0px;
      font-weight: 700;
    }
    .about-text1 p {
      font-size: 23px;
      line-height: 1.6;
      color: #333;
    }
	
	  
/*floor plan*/
	 .floorplan-section {
      text-align: center;
      padding: 60px 20px;
    }
    .floorplan-section h2 {
      font-size: 42px;
      margin-bottom: 4px;
      font-weight: 700;
    }
    .floorplan-section p {
      width: auto;
      margin: 0 auto 47px;
      font-size: 26px;
      color: #555;
    }
    .floorplan-section img {
     
      max-width: max-content;
      height: auto;
    } 
	  
/*	  towne*/
	  .towers-section {
      padding: 5%;
      position: relative;
      max-width: 100%;
      margin: 0px auto;
      background-color: #000;
      padding-bottom: 5%;
    }

    .carousel-wrapper {
      overflow: hidden;
      position: relative;
      width: 100%;
    }

    .tower-carousel {
      display: flex;
      gap: 20px;
      transition: transform 0.5s ease;
      scroll-behavior: smooth;
      overflow-x: scroll;
      padding: 20px 0;
      scroll-snap-type: x mandatory;
    }

    .tower-carousel::-webkit-scrollbar {
      display: none;
    }

    .tower-item {
      flex: 2 0 24%; /* Show exactly 5 items (100% / 5) */
      scroll-snap-align: start;
      text-align: center;
    }

    .tower-item img {
      width: 208px;
      height: 208px;
      object-fit: cover;
      border-radius: 50%;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    }

    .tower-item p {
      margin-top: 16px;
      font-size: 20px;
      color: #ffffff;
      text-align: center;
      font-weight: 700;
      line-height: 28px;
    }

    .arrow-btn {
      position: absolute;
      top: 38%;
      transform: translateY(-50%);
      background-color: #ffffff;
      color: #000000;
      border: none;
      padding: 10px;
      font-size: 18px;
      cursor: pointer;
      z-index: 10;
      font-size: 30px;
      width: 45px;
      height: 70px;
      border-radius: 61px;
      z-index: 100;
    }

    .arrow-left {
      left: 2px;
    }

    .arrow-right {
      right: 4px;
    }

    @media (max-width: 768px) {
      .tower-item {
        flex: 0 0 40%;
      }
    }
	  
/*	  amenities*/
	   .amenities-section {
      display: flex;
      flex-wrap: wrap;
      padding: 3% 20%;
      align-items: flex-start;
      justify-content: center;
      background-color: #000;
    }
    .amenities-list {
      width: 36%;
      margin-bottom: 30px;
    }
    .amenities-list h2 {
      font-size: 28px;
      margin-bottom: 20px;
    }
    .amenities-list ul {
      list-style: none;
      padding: 0;
    }
    .amenities-list li {
      margin: 10px 0;
      cursor: pointer;
      font-size: 19px;
      color: #ffffff;
      position: relative;
      background-color: #ffffff00;
      padding: 10px;
      font-weight: 600;
      border-radius: 45px;
      border: solid #ffffff 1px;
      padding-left: 26px;
      width: auto;
      margin-bottom: 3%;
    }
    .amenities-list li::before {
      content: "✔";
      position: absolute;
      left: 0;
      top: 0;
      color: #27ae60;
      font-size: 16px;
      line-height: 1.5;
      display: none;
    }
    .amenity-inline-display {
      margin-top: 10px;
      display: none;
      animation: fadeIn 0.5s ease-in-out;
    }
    .amenity-inline-display img {
      width: 100%;
      border-radius: 10px;
    }
    .amenity-inline-display p {
      font-size: 14px;
      color: #555;
      margin-top: 5px;
    }

.amenities-display.desktop-only {
      flex: 1;
      position: sticky;
      top: 100px;
      align-self: flex-start;
      max-height: calc(100vh - 120px);
      overflow-y: auto;
      padding-left: 20px;
    }
    .amenities-display {
      flex: 1 1 300px;
      text-align: center;
      max-width: 70%;
      margin-left: 6%;
    }
    .amenities-display img {
      max-width: 100%;
      height: auto;
      border-radius: 10px;
      margin-bottom: 20px;
    }
    .amenities-description {
      font-size: 16px;
      color: #555;
    }

 .amenities-list li:hover {
      background-color: #f5f5f5;
	 color: #000;
    }

    .amenities-list li.active {
      background-color: #fff;
      color: #000;
      font-weight: bold;
    }
    @keyframes fadeIn {
      from { opacity: 0; transform: translateY(10px); }
      to { opacity: 1; transform: translateY(0); }
    }

    @media (max-width: 768px) {
      .desktop-only {
        display: none;
      }
    }
    @media (min-width: 769px) {
      .mobile-only {
        display: none !important;
      }
    }
	  
/*	  contact */
	  
	   .contact-section {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: flex-start;
      padding: 40px 20px;
      background: #000000;
    }
    .contact-text {
      flex: 1 1 300px;
      max-width: 500px;
      padding: 20px;
    }
    .contact-text h2 {
      font-size: 32px;
      margin-bottom: 20px;
      text-align: left;
    }
    .contact-text p {
      font-size: 24px;
      color: #555;
    }
    .contact-form {
      flex: 1 1 300px;
      max-width: 500px;
      padding: 20px;
    }
    .contact-form form {
      display: flex;
      flex-direction: column;
    }
    .contact-form input, .contact-form textarea {
      margin-bottom: 15px;
      padding: 10px;
      font-size: 16px;
      border: 1px solid #ccc;
      border-radius: 5px;
    }
    .contact-form button {
      padding: 10px;
      background: #007BFF;
      color: #fff;
      border: none;
      border-radius: 5px;
      font-size: 16px;
      cursor: pointer;
    }
    .contact-form button:hover {
      background: #0056b3;
    }
    iframe {
      width: 100%;
      height: 700px;
      border: none;
      margin-top: 20px;
    }
/*	  footer*/
	  .footer {
      background: #252121;
      color: #ccc;
      text-align: center;
      padding: 30px 20px;
     
    }
    .footer p {
      margin: 8px 0;
      font-size: 14px;
    }
    .footer a {
      color: #ccc;
      text-decoration: underline;
      margin: 0 10px;
    }
    .footer a:hover {
      color: #fff;
    }
/*	  desktop and mobile*/
	  .desktop-buttons {
      position: fixed;
      top: 40%;
      right: -91px;
      z-index: 1000;
      display: flex;
      flex-direction: column;
      gap: 5px;
      width: 193px;
    }

    .desktop-buttons a {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 142px;
      background-color: #353535;
      color: white;
      text-decoration: none;
      font-size: 20px;
      rotate: 270deg;
      margin-bottom: 84px;
      height: auto;
      padding: 13px;
    }


    .desktop-buttons a i {
      font-size: 18px;
      margin-bottom: 4px;
    }

    /* Mobile bottom buttons */
    .mobile-buttons {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 1000;
      display: flex;
      justify-content: space-around;
      background-color: #6c757d;
    }

    .mobile-buttons a {
      flex: 1;
      text-align: center;
      padding: 12px;
      color: white;
      text-decoration: none;
      font-weight: bold;
      border-right: solid #fff 1px;
    }

    .mobile-buttons a i {
      margin-right: 5px;
    }

    /* Show/hide rules */
    @media (max-width: 767.98px) {
      .desktop-buttons {
        display: none !important;
      }
    }

    @media (min-width: 768px) {
      .mobile-buttons {
        display: none !important;
      }
    }

/*floor-plan-slide*/

.slider-wrapper {
      position: relative;
    }

    .floor-slider {
      display: flex;
      overflow-x: auto;
      gap: 25px;
      padding: 20px;
      scroll-snap-type: x mandatory;
      scroll-behavior: smooth;
    }

    .floor-item {
      flex: 0 0 auto;
      scroll-snap-align: start;
      width: 320px;
      background-color: #fff;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
      padding: 15px;
      text-align: center;
    }

    .floor-item img {
      width: 100%;
      border-radius: 8px;
      cursor: zoom-in;
      transition: transform 0.2s ease-in-out;
    }

    .floor-item img:hover {
      transform: scale(1.02);
    }

    .floor-title {
      margin-top: 10px;
      font-weight: 600;
      font-size: 16px;
    }

    .floor-slider::-webkit-scrollbar {
      display: none;
    }

    .floor-slider {
      scrollbar-width: none;
    }

    .arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background-color: rgba(0, 0, 0, 0.5);
      color: #fff;
      border: none;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      font-size: 20px;
      cursor: pointer;
      z-index: 10;
      line-height: 12px;
      font-size: 23px;
      padding-top: 5px;
    }

    .arrow.left {
      left: -10px;
    }

    .arrow.right {
      right: -10px;
    }

/*contact*/

.zoomed {
      position: fixed;
      top: 58%;
      left: 50%;
      transform: translate(-50%, -50%) scale(2);
      z-index: 999;
      transition: transform 0.3s ease;
      box-shadow: 0 0 20px rgba(0,0,0,0.5);
      width: 23%;
    }

    .overlay {
      display: none;
      position: fixed;
      top: 0; left: 0;
      width: 100vw;
      height: 100vh;
      background: rgba(0,0,0,0.7);
      z-index: 998;
    }

    .overlay.active {
      display: block;
    }

    .close-btn {
      display: none;
      position: fixed;
      top: 13%;
      right: 25%;
      background: transparent;
      border: none;
      font-size: 32px;
      color: white;
      cursor: pointer;
      z-index: 1000;
    }

    .close-btn.show {
      display: block;
    }

.popup-form {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0,0,0,0.6);
      justify-content: center;
      align-items: center;
      z-index: 9999;
    }

    .form-container {
      background-color: white;
      padding: 30px;
      border-radius: 10px;
      width: 90%;
      max-width: 400px;
      position: relative;
    }

    .form-container h2 {
      margin-top: 0;
      text-align: center;
    }

    .form-container input, 
    .form-container textarea {
      width: 100%;
      padding: 10px;
      margin: 10px 0;
      border: 1px solid #ccc;
      border-radius: 5px;
    }

    .form-container button {
      width: 100%;
      padding: 12px;
      background-color: #000000;
      color: white;
      border: none;
      border-radius: 5px;
      font-size: 16px;
    }

   

 