* {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: 'Poppins', Arial, sans-serif;
}

html {
  overflow-x: hidden;
}

body {
  font-family: "Source Serif 4", serif;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Disable Horizontal on Safari */
div.lp-pom-root {
  overflow-x: hidden;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.container {
  width: 100%;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.bg-left {
  background-position: 0;
}
.lg\:bg-center {
  background-position: 50%;
}
.bg-cover {
  background-size: cover;
}
.relative {
  position: relative;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.lg\:block {
  display: block;
}
.z-0 {
  z-index: 0;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.xl\:px-16 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.xl\:px-14 {
  padding-left: 6rem;
  padding-right: 0rem;
}
.flex {
  display: flex;
}
.flex-col {
  flex-direction: column;
}
.lg\:flex-row {
  flex-direction: row;
}
.justify-between {
  justify-content: space-between;
}
.min-h-\[700px\] {
  min-height: 700px;
}
.gap-y-10 {
  row-gap: 2.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.bg-color {
  color: #01737d;
}
.static {
  position: static;
}
.lg\:absolute {
  position: absolute;
}
.absolute {
  position: absolute;
}
.h-\[106\%\] {
  height: 106%;
}
.right-8 {
  right: 1rem;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.-top-5 {
  top: -1.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.lg\:px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.lg\:flex {
  display: flex;
}
.justify-center {
  justify-content: center;
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.lg\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.w-full {
  width: 100%;
}
.w-half {
  width: 50%;
}
.rounded-lg {
  border-radius: 0px;
}
.focus\:outline-none:focus {
  outline: 2px solid #0000;
  outline-offset: 2px;
}
.items-center {
  align-items: center;
}
.lg\:text-lg {
  font-size: 16px;
  line-height: 1.75rem;
}
.text-base0 {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.formBtn {
  box-shadow: 0 3px 2px 0 #910d0e;
}
.formBtn:hover {
  box-shadow: none;
}
.bg-\[\#c03a3b\] {
  --tw-bg-opacity: 1;
  background-color: rgb(192 58 59 / var(--tw-bg-opacity));
}
.hover\:bg-\[\#e24444\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(226 68 68 / var(--tw-bg-opacity));
}
.right-0 {
  right: 0;
}
.bottom-0 {
  bottom: 0;
}
.w-\[250px\] {
  width: 250px;
}
.font {
  font-size: 30px;
}

.tab {
  display: inline-block;
  padding: 10px 15px;
  margin-right: 10px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}
.tab.active {
  border-bottom: 2px solid black;
}
.tabimg {
  display: none;
}
.tabimg.active {
  display: flex;
  flex-wrap: wrap;
}
.tabimg img {
  flex: 1;
  margin: 10px;
  padding: 30px 100px;
}
#tabbed-nav {
  text-align: center;
}

.bg-teal {
  background-color: #01737d;
}

h2 {
  font-weight: 600;
}

.form-label {
  font-weight: 400;
}

.btn-dark {
  background-color: #e3dfdf;
  border: none;
}

.btn-dark:hover {
  background-color: #c9c7c7;
}

#hero-container {
  height: 100vh;
}

/* Navbar css */

.nav-container {
  display: flex;
  gap: 15px;
}

.navbar {
  display: flex;
  align-items: flex-end;
}

.navbar-collapse {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.navbar-brand {
  margin-right: 30px;
}

a {
  text-decoration: none;
  color: #fff;
}

ul {
  height: 100%;
  display: flex;
  /* padding: 40px 50px 0 50px; */
  gap: 1em;
}

.nav-link {
  font-weight: 600;
  color: black;
}

#phone-container {
  background-color: #01737d;
  /* width: 200px; */
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  border-radius: 0px;
}

#navbar-text {
  color: white;
  font-size: 25px;
  font-weight: 800;
}

#main .nav-icon {
  color: #1d5d65;
  font-size: 24px;
  margin-left: -20px;
  margin-top: 8px;
}

/**Whatsapp icon */
.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 15px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.my-float {
  margin-top: 16px;
}
.about_lst {
  margin: 0;
}
.about_lst li {
  list-style: disc;
  margin-bottom: 12px;
}
.footer_lnk a {
  margin: 0 20px;
  color: #000;
}
.carousel-indicators [data-bs-target] {
  background-color: #5B4B7E;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text_txt {
  font-size: 24px;
}
.mt5 {
  margin-top: 3rem;
}

.liststlep p {
  display: list-item;
  list-style-type: disc;
  margin-left: 20px; /* Optional: Indent the bullet points */
}
#school-details,
#hospital-details,
#college-details,
#convenience-details,
#connectivity-details {
  margin: 0 0 0 30px;
}
.enquire_floating {
  background: #F16E00 !important;
  position: fixed;
  top: 35%;
  right: 1px;
  color: white !important;
  font-size: 18px;
  z-index: 3;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  width:25px;
}
#staticBackdrop {
  overflow: hidden;
}
.footer_from_prt {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0 !important;
  background:#0A1A38;
  z-index: 111;
}
.footer_from_prt form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.lml_lot .cntprt {
  display: -webkit-inline-box;
}

@media screen and (min-width: 1440px) and (max-width: 1920px) {
  .navbar {
    display: flex;
    align-items: flex-end;
  }

  .navbar-collapse {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }

  .nav-container .icon {
    display: none;
  }

  .navbar-brand {
    margin-right: 30px;
  }

  ul {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 2.5em;
  }

  .nav-link {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 20px;
    color: black;
  }

  #phone-container {
    background-color: #5B4B7E;
    width: 200px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }

  #navbar-text {
    color: white;
    font-size: 25px;
    font-weight: 800;
  }
  #about-container {
    font-size: 20px;
    padding: 40px;
  }
  .features-section{
    padding: 40px !important;
  }
  .amenities-section{
    padding: 40px !important;

  }
  #projectgallery{
    padding: 40px !important;
  }
}
@media screen and (min-width: 992px){
  .mobile-image{
    display: none !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
  .navbar {
    display: flex;
    align-items: flex-end;
  }
  .mobile-image{
    display: none !important;
  }

  .navbar-brand img {
    width: 150px;
    height: 50px;
  }

  .nav-container .icon {
    display: none;
  }

  .navbar-collapse {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }

  ul {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .nav-link {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 20px;
    color: black;
  }

  #phone-container {
    background-color: #01737d;
    width: 200px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }

  #navbar-text {
    color: white;
    font-size: 25px;
    font-weight: 800;
  }
  .lg\:hidden {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .navbar {
    display: flex;
    align-items: flex-end;
  }
  nav.header {
    border-bottom: 3px solid #0036af;
  }
  .mobile-image{
    display: none !important;
  }
  .nav-container .icon {
    display: none;
  }

  .navbar-brand img {
    width: 140px;
    height: 40px;
  }

  .navbar-collapse {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }

  ul {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .nav-link {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 20px;
    color: black;
  }

  #phone-container {
    background-color: #01737d;
    /* width: 200px; */
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }

  #navbar-text {
    color: white;
    font-size: 25px;
    font-weight: 800;
  }

  #content p {
    font-size: 15px;
  }

  #details-image {
    width: 400px;
    height: 400px;
  }
}

@media screen and (max-width: 600px) {
  .fluid-container {
    display: none;
  }
  .desktop-image{
    display: none;
  }
  .mfull_width {
    width: 100%;
  }
  .about_lst li {
    font-size: 14px;
  }
  .text-right {
    text-align: center;
  }
  .carousel-item .col-6 {
    width: 100%;
  }
  .text_txt {
    font-size: 14px;
  }
  .mt5 {
    margin-top: 0rem;
  }
  .carousel-indicators {
    display: none;
  }
  .footer_lnk a {
    margin: 0 20px;
    font-size: 15px;
  }
}
.footer {
  background-color: #5B4B7E !important;
  margin-bottom: 0px;
}

.wrapper-1 {
  padding-bottom: 140px;
}

.wrapper-1 h1 {
  font-weight: bold;
  margin-top: 120px;
  color: #068787;
  font-size: 2.5rem;
}

.wrapper-1 p {
  margin-top: 30px;
  padding: 10px;
  
  font-size: 1rem;
}
#content p {
  font-size: 20px;
}

@media screen and (min-width: 300px) and (max-width: 410px) {
  .navbar {
    display: flex;
    align-items: flex-end;
  }

  .navbar-collapse {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }

  .wrapper-1 {
    padding-bottom: 120px;
  }

  .wrapper-1 h1 {
    font-weight: bold;
    margin-top: 120px;
    color: #068787;
    font-size: 1.5rem;
  }

  .wrapper-1 p {
    margin-top: 30px;
    padding: 10px;
   
    font-size: 0.5rem;
  }

  #logophoto {
    width: 160px;
    height: 45px;
  }

  .navbar-brand {
    margin-right: 30px;
  }

  ul {
    height: 100%;
    display: flex;
    justify-content: center;
    text-align: start;
    gap: 1em;
    width: 100%;
  }

  .nav-link {
    display: flex;
    justify-content: center;
    align-items: left;
    text-align: start;
    font-weight: 600;
    font-size: 20px;
    color: black;
  }

  #phone-container {
    display: none;
  }

  #navbar-text {
    color: white;
    font-size: 20px;
    font-weight: 800;
  }
  #content p {
    font-size: 16px;
  }

  .tab {
    display: inline-block;
    padding: 10px 9px;
    margin-right: -15px;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
  }
  .tab.active {
    border-bottom: 2px solid black;
  }
  .tabimg {
    display: none;
  }
  .tabimg.active {
    display: flex;
    flex-wrap: wrap;
  }
  .tabimg img {
    flex: 1;
    margin: 10px;
    padding: 20px 0px;
  }
}
@media screen and (min-width: 411px) and (max-width: 768px) {
  .navbar {
    display: flex;
    align-items: flex-end;
  }

  .navbar-collapse {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }

  .navbar-brand {
    margin-right: 30px;
  }

  ul {
    height: 100%;
    display: flex;
    justify-content: center;
    text-align: start;
    gap: 1em;
    width: 100%;
  }

  .nav-link {
    display: flex;
    justify-content: center;
    align-items: left;
    text-align: start;
    font-weight: 600;
    font-size: 20px;
    color: black;
  }

  #phone-container {
    display: none;
  }

  #navbar-text {
    color: white;
    font-size: 20px;
    font-weight: 800;
  }

  #content p {
    font-size: 19px;
  }

  .tab {
    display: inline-block;
    padding: 10px 15px;
    margin-right: -17px;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
  }
  .tab.active {
    border-bottom: 2px solid black;
  }
  .tabimg {
    display: none;
  }
  .tabimg.active {
    display: flex;
    flex-wrap: wrap;
  }
  .tabimg img {
    flex: 1;
    margin: 10px;
    padding: 20px 0px;
  }
}
@media screen and (min-width: 820px) and (max-width: 920px) {
  .navbar {
    display: flex;
    align-items: flex-end;
  }

  .navbar-collapse {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }

  .wrapper-1 {
    padding-bottom: 120px;
  }

  .wrapper-1 h1 {
    font-weight: bold;
    margin-top: 120px;
    color: #068787;
    font-size: 1.5rem;
  }

  .wrapper-1 p {
    margin-top: 30px;
    padding: 10px;
    margin-bottom: 150px;
    font-size: 0.5rem;
  }

  #logophoto {
    width: 160px;
    height: 45px;
  }

  .navbar-brand {
    margin-right: 30px;
  }

  ul {
    height: 100%;
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: start;
    gap: 1em;
  }

  .nav-link {
    display: flex;
    justify-content: center;
    align-items: left;
    text-align: start;
    font-weight: 600;
    font-size: 20px;
    color: black;
  }

  #phone-container {
    display: none;
  }

  #navbar-text {
    color: white;
    font-size: 20px;
    font-weight: 800;
  }
  #content p {
    font-size: 16px;
  }

  .tab {
    display: inline-block;
    padding: 10px 9px;
    margin-right: -15px;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
  }
  .tab.active {
    border-bottom: 2px solid black;
  }
  .tabimg {
    display: none;
  }
  .tabimg.active {
    display: flex;
    flex-wrap: wrap;
  }
  .tabimg img {
    flex: 1;
    margin: 10px;
    padding: 20px 0px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  #phone-container {
    display: none;
  }
}

/*banner below content*/
#hero-container {
  background: url(./LML\ _L1/banner.jpg);
  height: 80vh;
  background-size: cover;
  object-fit: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#hero-container {
  position: relative;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.text {
  font-size: 20px;
  padding-left: 20px;
}

@media screen and (min-width: 1601px) and (max-width: 1920px) {
  #hero-container {
    background: url(./LML\ _L1/banner.jpg);
    height: 90vh;
    background-size: cover;
    object-fit: contain;
    background-position: center;
    background-repeat: no-repeat;
  }

  #home-container {
    padding: 2px;
    text-align: left;
    background-color: white;
  }

  #home-container h3 {
    color: #068787;
    font-size: 3.5rem;
    font-weight: bold;
    padding-top: 10px;
  }

  #home-container h6 {
    font-size: 20px;
  }

  #home-container p {
    font-size: 30px;
  }

  #home-container img {
    width: 100px;
    height: 100px;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1600px) {
  #hero-container {
    background: url(./LML\ _L1/banner.jpg);
    height: 80vh;
    background-size: cover;
    object-fit: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  #home-container {
    padding: 2px;
    text-align: left;
    background-color: white;
  }
  #home-container h6 {
    font-size: 20px;
  }

  #home-container h3 {
    color: #068787;
    font-size: 3 rem;
    font-weight: bold;
    padding-top: 10px;
  }

  #home-container p {
    font-size: 20px;
  }

  #home-container img {
    width: 150px;
    height: 150px;
    padding: 10px;
  }
}

@media screen and (min-width: 1301px) and (max-width: 1440px) {
  #hero-container {
    background: url(./LML\ _L1/banner.jpg);
    height: 50vh;
    width: 100vw;
    background-size: cover;
    object-fit: contain;
    background-position: center;
    background-repeat: no-repeat;
  }

  #home-container {
    padding: 2px;
    text-align: left;
    background-color: white;
  }

  #home-container h3 {
    color: #068787;
    font-size: 3 rem;
    font-weight: bold;
    padding-top: 10px;
  }

  #home-container p {
    font-size: 20px;
  }

  #home-container img {
    width: 100px;
    height: 100px;
  }
}

/* user sha lap size */

@media screen and (min-width: 1150px) and (max-width: 1300px) {
  #hero-container {
    background: url(./LML\ _L1/banner.jpg);
    height: 60vh;
    width: 100vw;
    background-size: cover;
    object-fit: contain;
    background-position: center;
    background-repeat: no-repeat;
  }

  #home-container {
    padding: 2 px;
    text-align: left;
    background-color: white;
  }

  #home-container h3 {
    color: #068787;
    font-size: 3 rem;
    font-weight: bold;
    padding-top: 10px;
  }

  #home-container p {
    font-size: 20px;
  }

  #home-container img {
    width: 100px;
    height: 100px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1150px) {
  #hero-container {
    background: url(./LML\ _L1/banner.jpg);
    height: 73vh;
    background-size: cover;
    object-fit: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
  #hero-container {
    background: url(./LML\ _L1/banner.jpg);
    width: 100vw;
    height: 70vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 769px) and (max-width: 880px) {
  #hero-container {
    background: url(./LML\ _L1/banner.jpg);
    height: 60vh;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media screen and (min-width: 881px) and (max-width: 991px) {
  #hero-container {
    background: url(./LML\ _L1/banner.jpg);
    height: 70vh;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 600px) and (max-width: 675px) {
  #hero-container {
    background: url(./LML\ _L1/banner.jpg);
    height: 45vh;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #home-container {
    padding: 10px;
    text-align: left;
    background-color: white;
  }

  #home-container h3 {
    color: #068787;
    font-size: 3 rem;
    font-weight: bold;
  }

  #home-container p {
    font-size: 20px;
  }

  #home-container img {
    width: 100px;
    height: 100px;
  }
  .sm\:w-\[30\%\] {
    width: 30%;
  }
}
@media screen and (max-width: 600px) {
  .banner {
    display: none;
  }
}

/*@media screen and (min-width: 821px) and (max-width: 1920px) {
    .icon{
      display: none;
    }
  }*/
  label.error {
    color: black !important;}
@media (min-width: 576px) {
  .lml_lot .cntprt {
    display: -webkit-inline-box;
  }
}
@media (min-width: 767px) {
  #enquiry_mobile {
    display: flex;
  }
  #enquiry_mobile label.error {
    font-size: 10px;
    margin-left: 5px;
  }
  .sec-eqMobile {
    display: none;
  }
  h3.bdr {
    border-bottom: 2px solid black;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #enquiry_mobile {
    display: none;
  }

  .sec-eqMobile {
    display: flex;
  }

  .sec-eqMobile a {
    padding: 0;
    width: 50%;
    color: black !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
  }
  .vl {
    border-left: 2px solid #006872;
    height: 50px;
  }
}

@media screen and (min-width: 601px) and (max-width: 1920px) {
  .mob-banner {
    display: none;
  }
}
@media screen and (min-width: 1921px) and (max-width: 3500) {
  .mob-banner {
    display: none;
  }
}

@media (max-width: 365px) {
  .mobileBanner {
    right: -40px;
  }
}
@media screen and (min-width: 676px) and (max-width: 768px) {
  #hero-container {
    background: url(./LML\ _L1/banner.jpg);
    height: 55vh;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  #home-container {
    padding: 1 px;
    text-align: left;
    background-color: white;
  }

  #home-container h3 {
    color: #068787;
    font-size: 3 rem;
    font-weight: bold;
    padding-top: 10px;
  }

  #home-container p {
    font-size: 20px;
  }

  #home-container img {
    width: 100px;
    height: 100px;
  }
}

@media screen and (min-width: 401px) and (max-width: 600px) {
  #hero-container {
    background: url(./LML\ _L1/mobile_banner.jpg);
    height: 95;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media screen and (min-width: 300px) and (max-width: 400px) {
  #hero-container {
    background: url(./LML\ _L1/mobile_banner.jpg);
    height: 75vh;
    width: 100vw;
    background-size: cover;

    background-repeat: no-repeat;
  }

  #home-container {
    padding: 15px;
    text-align: left;
    background-color: white;
  }

  #home-container h3 {
    color: #068787;
    font-size: 3 rem;
    font-weight: bold;
  }

  #home-container p {
    font-size: 16px;
  }

  #home-container img {
    width: 100px;
    height: 100px;
  }
}
@media screen and (min-width: 401px) and (max-width: 570px) {
  #hero-container {
    background: url(./LML\ _L1/mobile_banner.jpg);
    height: 85vh;
    width: 100vw;
    background-size: cover;

    background-repeat: no-repeat;
  }

  #home-container {
    padding: 20px;
    text-align: left;
    background-color: white;
  }

  #home-container h3 {
    color: #068787;
    font-size: 3 rem;
    font-weight: bold;
  }

  #home-container p {
    font-size: 20px;
  }

  #home-container img {
    width: 100px;
    height: 100px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .row {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  #home-container {
    padding: 5px;
    text-align: left;
    background-color: white;
  }

  #home-container h3 {
    color: #068787;
    font-size: 3 rem;
    font-weight: bold;
    padding-top: 10px;
  }

  #home-container p {
    font-size: 20px;
  }

  #home-container img {
    width: 100px;
    height: 100px;
    padding-bottom: 10px;
  }
}

#content {
  font-size: 18px;
  padding: 0px;
}

#content img {
  /* width:100%; */
  height: auto;
}

.feature-icon {
  width: 50px;
  height: 50px;
}

.feature-text {
  font-size: 1.3rem;
  color: #000;
  font-weight: bold;
}

#feature-container {
  margin-top: 50px;
}

#feature-container h2 {
  color: #01737d;
  text-align: center;
  font-weight: bold;
}

@media (max-width: 600px) {
  #feature-container {
    padding-left: 50px;
  }
  .feature-text {
    font-size: 1rem;
  }
  .feature-icon {
    margin-right: 10px;
  }
  #columnrow .col-12 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 50px;
  }
}

@media (min-width: 601px) and (max-width: 1024px) {
  #columnrow {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #columnrow .col-md-6 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/*amenities*/

.amenities-section {
  background: #262626;
  padding: 25px 0;
  color: #fff;
  font-family: 'Poppins', Arial, sans-serif;
  position: relative;
}
.amenities-vertical-text {
  writing-mode: vertical-rl;
  transform: rotate(-180deg);
  font-size: 64px;
  font-weight: 700;
  color: #fff;
  opacity: 0.08;
  letter-spacing: 8px;
  user-select: none;
}
.amenities-title {
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 32px;
  font-family: 'Poppins', Arial, sans-serif;
}
.amenity-icon {
  min-width: 56px;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.features-section .amenity-title {
  font-size: 14px;
  font-weight: 400 !important;
  margin-bottom: 4px;
  color: #fff;
  font-family: 'Poppins', Arial, sans-serif;
  text-align: center;
}
.amenity-desc {
  font-size: 17px;
  color: #fff;
  font-family: 'Poppins', Arial, sans-serif;
  opacity: 0.95;
  text-align: center;
}
@media (max-width: 991.98px) {
  .amenities-vertical-text {
    display: none;
  }
  .amenities-title {
    font-size: 28px;
  }
  .amenity-title {
    font-size: 18px;
  }
  .amenity-desc {
    font-size: 15px;
  }
}
/* Project gallery */

.swiper {
  width: 100%;
  height: auto;
  padding-bottom: 40px;
}

.swiper h2 {
  text-align: center;
  color: #01737d;
  font-weight: bold;
  padding-bottom: 20px;
}
.location-setion{
  display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    flex-direction: column;
}
/*
  
  .swiper-slide {
    
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
    
  }

  .swiper-slide img{
    height: 300px;
    width: 450px;
    
    
  }  */
/*
  .swiper {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    
    padding-top: 60px;
}



.swiper h2 {
  text-align: center;
  color: #01737d;
  font-weight: bold;
}

.swiper-slide {
    text-align: initial;
    font-size: 17px;
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px;
}

.reviewer-info img {
    width: 500px;
    height: 400px;
    object-fit: cover;
    
}
    */
.swiper-slide-next {
  zoom: 116%;
}
.swiper-slide-next img {
  margin-top: -25px;
}

/* Table code */

#configuration-container h2 {
  color: #01737d;
  text-align: center;
  font-weight: bold;
  padding-bottom: 20px;
}

.table {
  width: 70%;
  border-collapse: collapse;
  border: 1px solid #148089; /* Outer table border */
}

.table thead th {
  background-color: #148089;
  color: white;
  font-weight: bold;
  font-size: 22px;
  padding: 20px;
  border: none;
}

.table th,
.table td {
  border: none; /* Remove borders from the middle of the table */
}

.table tbody tr {
  color: #148089;
  font-weight: bold;
  font-size: large;
  border: none;
}

.table tbody tr td {
  padding: 20px;
}

.btn-request {
  background-color: #148089;
  color: white;
  border: none;
  padding: 7px 20px;
  border-radius: 0px;
  font-size: medium;
}

.btn-request:hover {
  background-color: #0b7983;
}

@media screen and (min-width: 300px) and (max-width: 768px) {
  #configuration-container h2 {
    color: #01737d;
    text-align: center;
    font-weight: bold;
    padding-bottom: 20px;
  }

  .table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #0b7983; /* Outer table border */
  }

  .table thead th {
    background-color: #0b7983;
    color: white;
    font-weight: bold;
    font-size: large;
    padding: 9px;
    border: none;
  }

  .table th,
  .table td {
    border: none; /* Remove borders from the middle of the table */
  }

  .table tbody tr {
    color: #0b7983;
    font-weight: bold;
    font-size: large;
    border: none;
  }

  .table tbody tr td {
    padding: 20px;
    font-size: 10px;
  }

  .btn-request {
    background-color: #0b7983;
    color: white;
    border: none;
    padding: 5px;
    border-radius: 0px;
    font-size: small;
  }

  .btn-request:hover {
    background-color: #0b7983;
  }
}

/* floor container */

#floorPlanImage {
  height: auto;
  width: 600px;
  padding-bottom: 20px;
}

#floor-container h2 {
  color: #01737d;
  font-weight: bold;
  text-align: center;
  padding: 10px;
}
#floor-button-container {
  gap: 2em;
}

#floor-button-container .btn {
  border: none;
  outline: none;
  background: none;
  padding: 10px;
  cursor: pointer;
  font-size: 25px;
  font-weight: 600;
  position: relative;
}

#floor-button-container .btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #01737d;
  transition: width 0.3s;
}

#floor-button-container .btn.selected::after {
  width: 100%;
}

#floor-button-container .buttons .btn {
  margin: 0 10px;
}

@media screen and (min-width: 500px) and (max-width: 768px) {
  #floorPlanImage {
    height: auto;
    width: 500px;
    padding-bottom: 20px;
  }

  #floor-container h2 {
    color: #01737d;
    font-weight: bold;
    text-align: center;
    padding: 10px;
  }
  #floor-button-container {
    gap: 1em;
  }

  #floor-button-container .btn {
    border: none;
    outline: none;
    background: none;
    padding: 10px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
  }

  #floor-button-container .btn::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #01737d;
    transition: width 0.3s;
  }

  #floor-button-container .btn.selected::after {
    width: 100%;
  }

  #floor-button-container .buttons .btn {
    margin: 0 10px;
  }
}
@media screen and (min-width: 300px) and (max-width: 500px) {
  #floorPlanImage {
    height: auto;
    width: 300px;
    padding-bottom: 20px;
  }

  #floor-container h2 {
    color: #01737d;
    font-weight: bold;
    text-align: center;
    padding: 10px;
  }
  #floor-button-container {
    gap: 0.1em;
  }

  #floor-button-container .btn {
    border: none;
    outline: none;
    background: none;
    padding: 10px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
  }

  #floor-button-container .btn::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #01737d;
    transition: width 0.3s;
  }

  #floor-button-container .btn.selected::after {
    width: 100%;
  }

  #floor-button-container .buttons .btn {
    margin: 0 10px;
  }
}


/* location container */

#location-container h2 {
  color: #01737d;
  text-align: center;
  font-weight: bold;
}

#location-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  padding: 2em 0;
}

#content-container {
  gap: 2em;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  text-align: left;
}

.details {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.details p {
  display: flex;
  flex-direction: column;
  list-style: none;
  position: relative;
  width: 100%;
  font-size: 18px;
}

.details li::before {
  content: "\2022";
  font-weight: bold;
  display: flex;
  flex-direction: row;
  width: 1em;
  margin-left: -1em;
}

.list-item {
  cursor: pointer;
  list-style: none;
  font-size: 20px;
  font-weight: 600;
  margin: 0.5em 0;
  display: flex;
  align-items: center;
}

.expand-icon {
  font-size: 20px;
  margin-left: 0.5em;
}

.left {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: end;
  text-align: end;
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
  #details-image {
    width: 420px;
    height: 450px;
  }
}

@media screen and (min-width: 769px) and (max-width: 993px) {
  #details-image {
    width: 400px;
    height: 450px;
  }
}

@media screen and (min-width: 300px) and (max-width: 768px) {
  #location-container h2 {
    color: #01737d;
    text-align: center;
    font-weight: bold;
  }

  #location-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #details-image {
    width: 300px;
  }

  #content-container {
    padding: 20px;
    gap: 1em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .details {
    list-style: none;
    padding-left: 0;
    margin: 0;
    text-align: left;
  }

  .details p {
    display: flex;
    flex-direction: column;
    list-style: none;
    position: relative;
    width: 100%;
    font-size: 16px;
    margin-bottom: 9px;
  }

  .details li::before {
    content: "\2022";
    font-weight: bold;
    display: flex;
    flex-direction: row;
    width: 1em;
    margin-left: -1em;
    font-size: 15px;
  }

  .list-item {
    cursor: pointer;
    list-style: none;
    font-size: 18px;
    font-weight: 600;
    margin: 0.5em 0;
    display: flex;
    align-items: center;
  }

  .expand-icon {
    font-size: 20px;
    margin-left: 0.5em;
  }

  .left {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
    text-align: end;
  }
}

/*  iframe*/
#map-container {
  background-color: white;
  height: 50%;
}

/*about lml homes

#home-container{
    padding:70px;
    text-align: center;
    justify-content: center;
    background-color: white;

}

#home-container h3{
    color:#068787;
    font-size: 3 rem;
    font-weight: bold;
}

#home-container p{
    font-size: 1 rem;
}

#home-container img{
  width: 100px;
  height: 100px;
}

*/

/*footer*/
.footer {
  background-color: #068787;
}

.footer h5 {
  font-size: 1.9 rem;
}

.footer p {
  font-size: small;
  margin: 0;
}

/*wrapper thank you page*/
.wrapper-1 {
  padding-bottom: 140px;
}

.wrapper-1 h1 {
  font-weight: bold;
  margin-top: 120px;
  color: #068787;
  font-size: 3.5rem;
}

.wrapper-1 p {
  margin-top: 30px;
  padding: 10px;
  margin-bottom: 150px;
  font-size: 1rem;
}

#moreimage {
  display: none;
}
.image-container {
  position: relative;
  margin-bottom: 15px;
}
.image-container img {
  width: 100%;
  height: auto;
}
.overlay {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  width: 100%;
  text-align: center;
}

.flrtabimg {
  position: relative;
  display: inline-block;
}

/* Initially hide the "View More" button */
.view-more-btn {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgb(0 0 0 / 84%);
  color: white;
  padding: 10px 20px;
  border-radius: 0px;
  text-decoration: none;
  font-size: 1.5rem;
}

/* Show the button when hovering over the image */
.flrtabimg:hover .view-more-btn {
  display: block;
}

/* Style the image to adjust size */
.flrtabimg img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* section-1 start */
.section-1 {
  padding: 60px 0; /* Added padding for better spacing */
}

.section-1 .card {
  padding: 20px;
  height: 100%;
  margin-top: 20px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 0px; /* Slightly rounded corners for a modern look */
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transition for hover effect */
}

.section-1 .card:hover {
  transform: translateY(-10px); /* Slight lift on hover */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1); /* Subtle shadow on hover */
}

.section-1 .icon {
  font-size: 30px !important;
  margin-bottom: 20px;
  color: #35a85f;
}

.section-1 .card h5 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #333; /* Darker text for better readability */
}

.section-1 .card p {
  font-size: 16px;
  color: #666;
  line-height: 1.6; /* Improved line height for readability */
}

/* Responsive Design for Smaller Screens */
@media (max-width: 768px) {
  .section-1 {
    padding: 40px 0; /* Reduced padding for smaller screens */
  }

  .section-1 .card {
    margin-top: 15px; /* Reduced margin for smaller screens */
    padding: 15px; /* Reduced padding for smaller screens */
  }

  .section-1 .icon {
    font-size: 32px; /* Smaller icon size for smaller screens */
    margin-bottom: 15px;
  }

  .section-1 .card h5 {
    font-size: 18px; /* Smaller heading size for smaller screens */
  }

  .section-1 .card p {
    font-size: 14px; /* Smaller text size for smaller screens */
  }
}

@media (max-width: 576px) {
  .section-1 .card {
    margin-top: 10px; /* Further reduced margin for very small screens */
    padding: 10px; /* Further reduced padding for very small screens */
  }

  .section-1 .icon {
    font-size: 28px; /* Even smaller icon size for very small screens */
    margin-bottom: 10px;
  }

  .section-1 .card h5 {
    font-size: 16px; /* Smaller heading size for very small screens */
  }

  .section-1 .card p {
    font-size: 13px; /* Smaller text size for very small screens */
  }
}
/* section-1 end */

/* Desktop Banner */
.banner {
  background-image: url("../images/banner/Banner-v3.jpg");
  height: 640px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner .form-container {
  max-width: 400px;
  margin-right: 50px;
}
.modal-container {
  min-height: 80vh;
}
.modal-box {
  background: linear-gradient(135deg, #0b3d70 20%, #b75270 100%);  color: #fff !important;
  /* background-blend-mode: overlay; */
  background-size: cover;
  background-position: center;
  border-radius: 0px;
  padding: 40px 20px;
 
  /* width: fit-content; */
  width: 50vh !important;
}
.modal-box h5, .modal-box h2, .modal-box h4 {
  color: #fff !important;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 24px;
}
.modal-box .form-control {
  background: #f3f3f3 !important;
  border: none !important;
  border-radius: 0px !important;
  font-size: 1.1rem;
  color: #232225;
  margin-bottom: 18px;
  padding: 5px 15px;
  box-shadow: none;
}
.text-start {
  text-align: left !important;
  display: flex
;
  gap: 10px;
}
.modal-box .form-control:focus {
  outline: none;
  box-shadow: 0 0 0 2px #bfa6e0;
}
.modal-box button[type="submit"], .modal-box .btn {
  background: #0A1A38 ;
  color: white !important;
  font-weight: 700;
  font-size: 1.1rem;
  border: none;
  border-radius: 0px;
  padding: 8px 0;
  margin-top: 10px;
  margin-bottom: 10px;
  box-shadow: 0 4px 16px rgba(233,78,119,0.10);
  transition: background 0.2s, box-shadow 0.2s;
}

.modal-box .text-white, .modal-box span {
  color: #fff !important;
  font-size: 14px;
  margin-top: 0px;
  display: block;
}
.modal-header{
  padding: 8px !important;
  margin-top: 8px;
  border:none;
}
.modal-header h5 {
    margin-bottom: -15px !important;
}
/* Mobile Banner */
.mob-banner {
  position: relative;
  height: 70vh;
  background: url("../images/banner/Mobile-Banner-v3.jpg") no-repeat center center /
    cover;

  background-position: center center;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .banner {
    display: none;
  }

  .mob-banner {
    display: block;
  }
}

  .mob-form-btn{
    background-color: #0A1A38 !important;
    color: white;
  }

@media (min-width: 1025px) {
  .mob-banner {
    display: none;
  }
}

.form-view {
  background-color: #fcc203;
}

/* Hide mobile banner and form by default */
.mob-banner,
.mob-form {
  display: none;
}

/* Hide desktop banner and form by default */
.banner {
  display: none;
}

/* Show the desktop banner and form for larger screens */
@media (min-width: 992px) {
  .banner {
    display: block;
  }
}

/* Show the mobile banner and form for smaller screens */
@media (max-width: 991px) {
  .mob-banner {
    display: block;
  }
  .mob-form {
    display: block;
  }
  .modal-container {
    min-height: 60vh;
  }
}

/* section start  */

.img-fluid {
  max-width: 100%;
  height: auto;
}

/* Adjust padding and layout for larger screens (desktop) */
@media (min-width: 992px) {
  #about-container {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .text-center {
    text-align: center;
  }

  .col-lg-6 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .section .headertext {
    font-size: 20px;
  }
}

/* Adjust for mobile and smaller screens */
@media (max-width: 991px) {
  .col-lg-6 {
      margin-bottom: 1.5rem;
      text-align: justify;
  }

  .section .headertext {
    font-size: 20px;
  }
}
/* section  end */

@media (max-width: 991px) {
  .col-lg-6 {
      margin-bottom: 1.5rem;
      text-align: justify;
  }
}

.custom-header {
  background: #0a1a38 !important;
}
.header-container {
  padding: 10px !important;
}
.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1800px;
  margin: 0 auto;
  height: 80px;
  padding: 0 40px;
}
.header-logo img {
  height: 60px;
  width: auto;
  display: block;
}
.header-nav {
  display: flex;
  gap: 35px;
  flex: 1;
  justify-content: center;
}
.header-nav .nav-link {
  font-size: 14px !important;
  font-weight: 500;
  color: #fff;
  letter-spacing: 1px;
  text-decoration: none;
  transition: color 0.2s;
  padding: 0 4px;
  position: relative;
  line-height: 80px;
}
.header-nav .nav-link.active,
.header-nav .nav-link:hover {
  color: #bfa6e0;
}
.header-phone a {
  font-size: 22px !important;
  font-weight: 700;
  color: #fff !important;
  letter-spacing: 1px;
}
@media (max-width: 1200px) {
  .header-container {
    flex-direction: column;
    height: auto;
    padding: 10px;
  }
  .header-nav {
    gap: 18px;
    margin: 10px 0;
  }
  .header-phone a {
    font-size: 30px !important;
    line-height: 40px;
  }
}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  margin-left: 10px;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
}
.menu-icon,
.menu-icon:before,
.menu-icon:after {
  display: block;
  background: #fff;
  height: 3px;
  width: 28px;
  border-radius: 0px;
  position: relative;
  transition: all 0.3s;
}
.menu-icon:before,
.menu-icon:after {
  content: '';
  position: absolute;
  left: 0;
}
.menu-icon:before {
  top: -9px;
}
.menu-icon:after {
  top: 9px;
}

@media (max-width: 900px) {
  .header-container {
    flex-wrap: wrap;
    flex-direction: row;
    height: auto;
    padding: 10px 10px 10px 10px;
    align-items: center;
  }
  .header-logo {
    flex: 0 0 auto;
  }
  .menu-toggle {
    display: flex;
    z-index: 1002;
  }
  .header-phone {
    display: none;
  }
  .header-nav {
    display: none;
    flex-direction: column;
    width: 100%;
    background: #212121;
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 1001;
    padding: 0 0 20px 0;
    text-align: left;
  }
  .header-nav.open {
    display: flex;
  }
  .header-nav .nav-link {
    font-size: 18px;
    padding: 16px 24px;
    line-height: 1.2;
    border-bottom: 1px solid #333;
  }
}

@media only screen and (max-width: 600px){
  header#form{
    padding: 4px 0px !important;
  }
}

.features-section {
  background: linear-gradient(180deg, #3a3452 0%, #524547 100%);
  padding: 10px 10px;
  color: #fff;
  font-family: 'Poppins', Arial, sans-serif;
  position: relative;
}
.features-vertical-text {
  writing-mode: vertical-rl;
  transform: rotate(-180deg);
  font-size: 64px;
  font-weight: 700;
  color: #fff;
  opacity: 0.08;
  letter-spacing: 8px;
  user-select: none;
}
.features-title {
  color: #fff;
  font-size: 36px;
  font-weight: 500;
   margin-top: 10px;
  margin-bottom: 20px;
  font-family: 'Poppins', Arial, sans-serif;
}
.features-icon {
  min-width: 56px;
  min-height: 56px;
  display: flex;
  align-items: center !important;
  justify-content: center;
}
.features-item-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #fff;
  font-family: 'Poppins', Arial, sans-serif;
}
.features-item-desc {
  font-size: 18px;
  color: #fff;
  font-family: 'Poppins', Arial, sans-serif;
  opacity: 0.95;
}
@media (max-width: 991.98px) {
  .features-vertical-text {
    display: none;
  }
  .features-title {
    font-size: 28px;
  }
  .features-item-title {
    font-size: 18px;
  }
  .features-item-desc {
    font-size: 15px;
  }
}

#projectgallery {
  background: linear-gradient(180deg, #2E2A45 0%, #3E2F39 100%) !important;
}

.floorplan-img-blur img {
  filter: blur(2px);
  /* filter: blur(5px) brightness(0.8); */
  pointer-events: none;
  user-select: none;
  border-radius: 0px;
  width: 100%;
  max-width: 400px;
  height: auto;
}
.floorplan-label {
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: #2E2A45;
  margin-top: 8px;
  letter-spacing: 1px;
}

.spec-icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.spec-icon svg {
  width: 56px;
  height: 56px;
  stroke: #fff;
}
.spec-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#specifications-container {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 767.98px) {
  #specifications-container .row > div {
    flex-direction: column !important;
    text-align: center;
    margin-bottom: 32px;
  }
  .spec-icon {
    margin-bottom: 12px;
  }
}

.location-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-family: sans-serif;
}

.location-row {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding: 0.5rem 0;
  flex-wrap: wrap;
}

.location-name {
  font-weight: 500;
  flex: 1 1 auto;
  margin-right: 1rem;
}

.location-time {
  white-space: nowrap;
  color: #555;
}

/* Swiper navigation arrows inside images */
.swiper-button-next,
.swiper-button-prev {
  color: #fff;
  background: rgba(0,0,0,0.35);
  border-radius: 50%;
  width: 48px;
  height: 48px;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  z-index: 10;
}

.swiper-button-next {
  right: 24px;
  left: auto;
}

.swiper-button-prev {
  left: 24px;
  right: auto;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 24px;
}

@media (max-width: 767px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 36px;
    height: 36px;
    right: 8px;
    left: 8px;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 18px;
  }
}

/* Swiper Gallery Arrow Customization */
.gallery-swiper .swiper-button-next,
.gallery-swiper .swiper-button-prev {
  color: #fff;
  background: #F16E00;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 2px 8px rgba(0,0,0,0.18);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  opacity: 0.95;
  position: absolute;
}

.gallery-swiper .swiper-button-next {
  right: 56px;
  left: auto;
}

@media only screen and (max-width: 600px) {
 .swiper-button-next {
    /* right: auto; */
    left: 345px !important;
}
}
.gallery-swiper .swiper-button-prev {
  left: 10px;
  right: auto;
}

.gallery-swiper .swiper-button-next:after,
.gallery-swiper .swiper-button-prev:after {
  font-size: 28px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .gallery-swiper .swiper-button-next,
  .gallery-swiper .swiper-button-prev {
    width: 36px;
    height: 36px;
    right: 8px;
    left: 8px;
  }
  .gallery-swiper .swiper-button-next:after,
  .gallery-swiper .swiper-button-prev:after {
    font-size: 18px;
  }
}

.modal-content {
    border-radius:0px;
}

/* nearby location */
.location-section-custom {
  background: #0A2240;
  padding: 20px 0;
  position: relative;
  overflow: hidden;
}
.location-label-vertical-custom {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  font-size: 6vw;
  font-weight: 700;
  color: rgba(255,255,255,0.10);
  letter-spacing: 10px;
  user-select: none;
  white-space: nowrap;
  pointer-events: none;
  font-family: 'Poppins', Arial, sans-serif;
  z-index: 1;
  padding-left: 0;
  display: block;
  line-height: 1;
}
@media (max-width: 991px) {
  .location-label-vertical-custom {
    display: none;
  }
}
.location-section-custom .container {
  position: relative;
  z-index: 2;
}
.location-title-custom {
  color: #fff;
  font-family: 'Poppins', Arial, sans-serif;
  font-weight: 600;
  font-size: 2.2rem;
  margin-bottom: 32px;
}
.location-grid-custom {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 900px;
}
.location-item-custom {
  background: #fff;
  border-radius: 0px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.10);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 160px;
  padding: 24px 12px 16px 12px;
  margin: 0 8px 16px 8px;
  transition: transform 0.2s, box-shadow 0.2s;
}
.location-item-custom:hover {
  transform: translateY(-6px) scale(1.04);
  box-shadow: 0 8px 32px rgba(0,0,0,0.16);
}
.location-icon-custom {
  width: 64px;
  height: 64px;
  object-fit: contain;
  margin-bottom: 16px;
}
.location-label-custom {
  color: #204b7a;
  font-size: 1.1rem;
  font-weight: 600;
  text-align: center;
  font-family: 'Poppins', Arial, sans-serif;
}
@media (max-width: 991px) {
  .location-grid-custom {
    gap: 16px;
  }
  .location-item-custom {
    width: 120px;
    height: 120px;
    padding: 14px 6px 10px 6px;
  }
  .location-icon-custom {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
  }
  .location-label-custom {
    font-size: 0.95rem;
  }
}
@media (max-width: 600px) {

  .helix-design h2{
font-size: 18px !important;
  }
  .location-grid-custom {
    gap: 8px;
  }
  .location-item-custom {
    width: 90px;
    height: 90px;
    padding: 8px 2px 6px 2px;
  }
  .location-icon-custom {
    width: 28px;
    height: 28px;
    margin-bottom: 6px;
  }
  .location-label-custom {
    font-size: 0.8rem;
  }
}
/* nearby location */


/* floor plan start */
.floorplan-section {
  background: linear-gradient(180deg, #204b7a 0%, #7b3e7b 100%);
  color: #fff;
  padding: 60px 0;
}
.floorplan-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 32px;
  color: #fff;
}
.floorplan-table th, .floorplan-table td {
  /* background: #fff; */
  color: #232225;
  text-align: center;
  font-size: 1rem;
}
.floorplan-table th {
  background: #bfa6e0;
  color: #232225;
}
.floorplan-features {
  margin-top: 16px;
  font-style: italic;
  color: #fff;
  font-size: 1rem;
}
.floorplan-img {
  max-width: 90%;
  border-radius:0 px;
  /* box-shadow: 0 4px 24px rgba(0,0,0,0.12); */
}
@media (max-width: 991px) {
  .floorplan-section {
    padding: 30px 30px !important;
  }
  .floorplan-title {
    font-size: 1.5rem;
  }
}

/* floor plan end */

.floorplan-image-vertical-flex {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  gap: 0;
  position: relative;
  min-height: 350px;
}
.floorplan-label-vertical-side {
  display: block;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 5vw;
  font-weight: 700;
  color: rgba(255,255,255,0.10);
  letter-spacing: 8px;
  user-select: none;
  white-space: nowrap;
  pointer-events: none;
  font-family: 'Poppins', Arial, sans-serif;
  margin-left: 24px;
  z-index: 1;
 
}
@media (max-width: 991px) {
  .floorplan-image-vertical-flex {
    flex-direction: column;
    min-height: 200px;
  }
  .floorplan-label-vertical-side {
    font-size: 10vw;
    margin-left: 0;
    margin-top: 12px;
    writing-mode: horizontal-tb;
    transform: none;
    text-align: center;
  }
}