* {

  margin: 0;

  padding: 0;

  list-style: none;
  
font-family: 'Roboto', sans-serif !important;

  /* font-weight: 100 !important; Thin weight */
}



html {

  overflow-x: hidden;

}



body {

  font-family: 'Roboto', sans-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: 0px;

  color: white !important;

  font-size: 18px;

  z-index: 3;

  cursor: pointer;

  font-size: 15px;

  font-weight: 600;

}

#staticBackdrop {

  overflow: hidden;

}

/* override popup form appearance */
#staticBackdrop .modal-content,
#autoPopup .modal-content {
  background-color: #ffffff !important;
  color: #000 !important;
  border-radius: 12px;
}

#staticBackdrop .modal-content,
#autoPopup .modal-content,
#staticBackdrop .modal-body,
#autoPopup .modal-body {
  color: #000 !important;
}


#staticBackdrop .modal-body,
#autoPopup .modal-body {
  padding: 30px 40px;
}

#staticBackdrop .modal-body form,
#autoPopup .modal-body form {
  max-width: 420px;
  margin: 0 auto;
}

#staticBackdrop .modal-body input,
#autoPopup .modal-body input {
  padding: 12px 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 15px;
  color: #000;
  background: #fff;
}

#staticBackdrop .modal-body input:focus,
#autoPopup .modal-body input:focus {
  border-color: #13623E;
  box-shadow: 0 0 0 2px rgba(19,98,62,0.15);
}

#staticBackdrop .modal-body input::placeholder,
#autoPopup .modal-body input::placeholder {
  color: #666;
}

#staticBackdrop .modal-body .text-end,
#autoPopup .modal-body .text-end {
  text-align: center !important;
}

#staticBackdrop .modal-body span,
#autoPopup .modal-body span {
  color: #333 !important;
}

.footer_from_prt {

  position: fixed;

  left: 0;

  right: 0;

  bottom: 0 !important;

  background:#1A1A1A;

  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: #072147;

    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: #1A1A1A !important;

  margin-bottom: 50px;

}



.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;

  }
  .nav-link:hover {
    color: #13623E !important;
  }



  #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: 'Roboto', 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: 'Roboto', sans-serif;
}

.amenity-icon {

  min-width: 56px;

  min-height: 56px;

  display: flex;

  align-items: center;

  justify-content: center;

}

.features-section .amenity-title {

  font-size: 17px;

  font-weight: 400 !important;

  margin-bottom: 4px;

  color: #fff;

 font-family: 'Roboto', sans-serif;
  text-align: center;

}

.amenity-desc {

  font-size: 17px;

  color: #fff;

  font-family: 'Roboto', 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("../dra-img/SECURA_banner_PC.jpg");

  /*height: 600px;*/
   height: 90vh;

  /*background-position: center;*/

  background-repeat: no-repeat;

  background-size: cover;
  margin-top:80px;

}



.banner .form-container {

  max-width: 400px;

  margin-right: 50px;

}

.modal-container {

  min-height: 80vh !important;

}

.modal-box {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: #1a1a1a !important;
  /* border-radius: 16px; */
  padding: 28px 24px 24px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  width: 100%;
  max-width: 420px;
}

.modal-box h5, .modal-box h2, .modal-box h4 {
  color: #1a1a1a !important;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 18px;
}

.modal-box .form-control {
  background: #ffffff !important;
  border: 1px solid #dddddd !important;
  /* border-radius: 8px !important; */
  font-size: 0.95rem;
  color: #232225;
  margin-bottom: 14px;
  padding: 10px 14px;
  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 rgba(19, 98, 62, 0.25);

}

.modal-box button[type="submit"], .modal-box .btn {
  background: #13623E;
  color: #ffffff !important;
  font-weight: 700;
  font-size: 1rem;
  border: none;
  border-radius: 999px;
  padding: 10px 0;
  margin-top: 12px;
  margin-bottom: 6px;
  box-shadow: 0 8px 20px rgba(19, 98, 62, 0.35);
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease;
}

.modal-box button[type="submit"]:hover,
.modal-box .btn:hover {
  background: #0f5033;
  box-shadow: 0 10px 26px rgba(19, 98, 62, 0.45);
  transform: translateY(-1px);
}

.modal-box button[type="submit"]:active,
.modal-box .btn:active {
  transform: translateY(0);
  box-shadow: 0 6px 16px rgba(19, 98, 62, 0.35);
}

.modal-box .text-white, .modal-box span {
  color: #555555 !important;
  font-size: 13px;
  margin-top: 4px;
  display: block;
}

.modal-header{

  padding: 8px !important;

  margin-top: 8px;

}

/* Mobile Banner */

.mob-banner {

  position: relative;

  height: 75vh;

  background: url("../dra-img/DRA_Banner-mobile.jpg") no-repeat center center /

    cover;



  background-position: center center;

}

/* Mobile banner form card */
.mob-form-card {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 16px;
  padding: 22px 20px 18px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  width: 100%;
  max-width: 420px;
}

.mob-form-title {
  color: #1a1a1a;
  font-weight: 600;
  margin-bottom: 14px;
  text-align: center;
}

.mob-form-group {
  margin-bottom: 10px;
}

.mob-form-control {
  width: 100%;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0px;
  padding: 9px 12px;
  font-size: 0.95rem;
  color: #232225;
}

.mob-form-control:focus {
  outline: none;
  border-color: #13623E;
  box-shadow: 0 0 0 2px rgba(19, 98, 62, 0.25);
}



/* Responsive Design */

@media (max-width: 1024px) {

  .banner {

    display: none;

  }



  .mob-banner {

    display: block;

  }

}



  .mob-form-btn{
    background-color: #13623E !important;
    color: white;
    border: none;
    
    padding: 10px 0;
    font-weight: 600;
    font-size: 0.95rem;
    box-shadow: 0 8px 20px rgba(19, 98, 62, 0.35);
  }



@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;

  }

}



/* ========== HEADER - Desktop & Mobile ========== */
.custom-header {
  background: #ffffff !important;
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.08);
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  height: 80px; /* example */
  z-index: 1000;
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
  min-height: 72px;
  height: auto;
  padding: 12px 32px;
  gap: 24px;
}

.header-logo {
  flex-shrink: 0;
}

.header-logo img {
  height: 56px;
  width: auto;
  display: block;
  object-fit: contain;
}

.header-nav {
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
  flex: 1;
  justify-content: center;
}

.header-nav .nav-link {
  font-size: 16px !important;
  font-weight: 500;
  color: #1a1a1a !important;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: color 0.2s ease;
  padding: 10px 14px;
  position: relative;
  line-height: 1.3;
  border-radius: 6px;
}

.header-nav .nav-link:hover {
  color: #13623E !important;
}

.header-nav .nav-link.active {
  color: #13623E !important;
  font-weight: 600;
}

.header-phone a {
  font-size: 18px !important;
  font-weight: 600;
  color: #1a1a1a !important;
  letter-spacing: 0.5px;
  text-decoration: none;
  transition: color 0.2s ease;
  padding: 8px 14px;
  /* border: 1px solid rgba(0, 0, 0, 0.2); */
  border-radius: 8px;
  white-space: nowrap;
}

.header-phone a:hover {
  color: #13623E !important;
  border-color: #13623E;
}

@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: auto;

  height: 44px;

  width: 44px;

  align-items: center;

  justify-content: center;

}
@media only screen and (max-width: 600px) {
  .header-nav a{
  color:white !important;
  }
  }

.menu-icon,

.menu-icon:before,

.menu-icon:after {

  display: block;

  background: #1a1a1a;
  height: 2.5px;

  width: 24px;

  border-radius: 2px;

  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: 8px;

}

.menu-toggle[aria-expanded="true"] .menu-icon {

  background: transparent;

}

.menu-toggle[aria-expanded="true"] .menu-icon:before {

  top: 0;

  transform: rotate(135deg);

}

.menu-toggle[aria-expanded="true"] .menu-icon:after {

  top: 0;

  transform: rotate(-135deg);

}

@media (max-width: 900px) {

  .header-container {

    flex-wrap: wrap;

    flex-direction: row;

    min-height: 64px;

    padding: 12px 20px;

    align-items: center;

  }

  .header-logo img {

    height: 48px;

  }

  .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: #1a1a1a;

    position: absolute;

    top: 100%;

    left: 0;

    right: 0;

    z-index: 1001;

    padding: 12px 0 20px;

    gap: 0;

    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);

    border-top: 1px solid rgba(255, 255, 255, 0.06);

  }

  .header-nav.open {

    display: flex;

  }

  .header-nav .nav-link {

    font-size: 16px !important;

    color: rgba(255, 255, 255, 0.95) !important;

    padding: 14px 24px;

    line-height: 1.3;

    border-bottom: 1px solid rgba(255, 255, 255, 0.06);

    border-radius: 0;

  }

  .header-nav .nav-link:hover {

    color: #13623E !important;

    background: rgba(19, 98, 62, 0.08);

  }

  .header-nav .nav-link.active {

    color: #ffffff !important;

  }

}



@media only screen and (max-width: 600px){

  header#form{

    padding: 0 !important;

  }

  .header-container {

    padding: 10px 16px !important;

  }

  .header-logo img {

    height: 44px;

  }

  .header-nav .nav-link {

    padding: 14px 20px;

    font-size: 16px !important;

  }

}



.features-section {

  background: linear-gradient(180deg, #3a3452 0%, #524547 100%);

  padding: 10px 10px;

  color: #fff;

  font-family: 'Roboto', 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: 'roboto', 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: 'roboto', Arial, sans-serif;
}

.features-item-desc {

  font-size: 18px;

  color: #fff;

  font-family: 'roboto', 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: 'roboto', 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;

}


/* Why Choose DRA iHEART Section - Exact Design Match */
.why-choose-us-section {
  background: #f8f9fa;
  padding: 20px 0;
  position: relative;
  overflow: hidden;
}

.why-choose-us-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="%23ddd" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
  opacity: 0.3;
  z-index: 1;
}

.why-choose-us-section .container {
  position: relative;
  z-index: 2;
}

.why-choose-us-title {
  font-size: 25px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 3rem;
  text-align: center;
  position: relative;
  font-family: 'roboto', Arial, sans-serif;
}

.why-choose-us-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(135deg, #FF6B6B 0%, #4ECDC4 100%);
  border-radius: 2px;
}

.why-choose-us-highlight {
  background: linear-gradient(135deg, #FF6B6B 0%, #4ECDC4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.why-choose-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  margin-top: 4rem;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.why-choose-text {
  padding-right: 2rem;
}

.why-choose-description {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #5a6c7d;
  margin-bottom: 2.5rem;
  font-family: 'roboto', Arial, sans-serif;
}

.download-brochure-btn {
  background: linear-gradient(135deg, #FF6B6B 0%, #4ECDC4 100%);
  border: none;
  padding: 18px 35px;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 50px;
  color: white;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(255, 107, 107, 0.3);
  position: relative;
  overflow: hidden;
  font-family: 'roboto', Arial, sans-serif;
}

.download-brochure-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  transition: left 0.5s;
}

.download-brochure-btn:hover::before {
  left: 100%;
}

.download-brochure-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(255, 107, 107, 0.4);
  color: white;
}

.features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.feature-card {
  background: white;
  padding: 2rem;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.2);
}

.feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(135deg, #FF6B6B 0%, #4ECDC4 100%);
}

.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.feature-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #FF6B6B 0%, #4ECDC4 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  position: relative;
}

.feature-icon::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  background: linear-gradient(135deg, #FF6B6B 0%, #4ECDC4 100%);
  border-radius: 50%;
  opacity: 0.3;
  z-index: -1;
}

.feature-icon svg {
  width: 30px;
  height: 30px;
  color: white;
}

.feature-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 1rem;
  line-height: 1.3;
  font-family: 'roboto', Arial, sans-serif;
}

.feature-description {
  font-size: 1rem;
  color: #5a6c7d;
  line-height: 1.6;
  font-family: 'roboto', Arial, sans-serif;
}

/* Responsive Design for Why Choose Section */
@media (max-width: 991px) {
  .why-choose-content {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  
  .why-choose-text {
    padding-right: 0;
    text-align: center;
  }
  
  .features-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .why-choose-us-title {
    font-size: 2.5rem;
  }
}

@media (max-width: 768px) {
  .why-choose-us-section {
    padding: 60px 0;
  }
  
  .why-choose-us-title {
    font-size: 2rem;
  }
  
  .why-choose-description {
    font-size: 1.1rem;
  }
  
  .feature-card {
    padding: 1.5rem;
  }
}

@media (max-width: 576px) {
  .why-choose-us-section {
    padding: 10px 0;
  }
  
  .why-choose-us-title {
    font-size: 1.8rem;
  }
  
  .why-choose-description {
    font-size: 1rem;
  }
  
  .feature-card {
    padding: 1.2rem;
  }
  
  .feature-title {
    font-size: 1.1rem;
  }
  
  .feature-description {
    font-size: 0.9rem;
  }
  
  .download-brochure-btn {
    padding: 15px 25px;
    font-size: 1rem;
  }
}


/* nearby location */

.location-section-custom {

  background: #0A2240;

  padding: 40px 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: 'roboto', 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: 'roboto', Arial, sans-serif;
  font-weight: 600;

  font-size: 2.2rem;

  margin-bottom: 32px;

}

@media (max-width: 768px) {
  .location-title-custom {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  .location-title-custom {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }

  .location-section-custom {
    padding: 30px 0;
  }

  .mobile-text {
    font-size: 14px !important;
    padding: 0 10px;
  }
}

.location-logo img {
  height: 40px;
  margin-top: 10px;
}

/* Location timeline */
.location-timeline-wrapper {
  margin-top: 30px;
  margin-bottom: 10px;
}

.location-timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 10px 10px;
}

.location-timeline-line {
  position: absolute;
  top: 80px !important;
  left: 5%;
  right: 5%;
  height: 4px;
  background: linear-gradient(90deg, #ffb400 0%, #ffd54f 100%);
  border-radius: 4px;
}

.location-timeline-stops {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  margin: 0 5%;
}

.location-timeline-stop {
  text-align: center;
  flex: 0 0 auto;
  width: 140px;
  min-width: 140px;
  max-width: 140px;
  height: auto;
  padding: 0;
  color: #111827;
  font-family: 'roboto', Arial, sans-serif;
}

.location-distance {
  font-size: 2.2rem;
  font-weight: 700;
  color: #f6b818;
  margin-bottom: 6px;
}

.location-distance span {
  font-size: 0.95rem;
  font-weight: 500;
  color: #4b5563;
  margin-left: 2px;
}

.location-point {
  width: 18px;
  height: 18px;
  border-radius: 50%;
 
  margin: 0 auto;
}

.location-timeline-stop.active .location-point {
  background: #f6b818;
}

.location-label {
  margin-top: 30px;
  font-size: 0.85rem;
  line-height: 1.4;
  color: #111827;
}

.location-car {
  position: absolute;
  top: 75px;
  left: 5%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  pointer-events: none;
  z-index: 2;
}

.location-car-icon {
  width: 120px;
  height: 60px;
  border-radius: 8px;
  background: transparent;
  box-shadow: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.location-car-icon::before {
  content: none;
}

.location-car-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

@keyframes location-car-drive {
  0% {
    left: 5%;
    transform: translate(-50%, -50%);
  }
  25% {
    left: 30%;
    transform: translate(-50%, -50%);
  }
  50% {
    left: 50%;
    transform: translate(-50%, -50%);
  }
  75% {
    left: 75%;
    transform: translate(-50%, -50%);
  }
  100% {
    left: 95%;
    transform: translate(-50%, -50%);
  }
}

.location-car {
  animation: location-car-drive 20s ease-in-out infinite;
}

@media (max-width: 768px) {
  .location-timeline {
    /* padding-top: 60px; */
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
  }

  .location-timeline-line {
    /* top: 70px; */
    left: 0;
    right: auto;
    width: 90%;
  }

  .location-timeline-stops {
    margin: 0;
    flex-wrap: nowrap;
    width: max-content;
    min-width: 100%;
    /* padding: 0 20px; */
    justify-content: flex-start;
    gap: 30px;
  }

  .location-timeline-stop {
    max-width: 130px;
    min-width: 130px;
    width: 130px;
    flex: 0 0 130px;
  }

  .location-distance {
    font-size: 1.6rem;
  }

  .location-label {
    font-size: 0.78rem;
  }

  .location-car-icon {
    width: 100px;
    height: 50px;
    font-size: 16px;
  }

  .location-car {
    top: 72px;
    display: block;
  }
}

@media (max-width: 576px) {
  .location-timeline {
    /* padding-top: 60px; */
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
  }

  .location-timeline-line {
    display: none;
  }

  .location-car {
    display: none;
  }

  .location-timeline-stops {
    margin: 0;
    flex-wrap: nowrap;
    width: max-content;
    min-width: 100%;
    /* padding: 0 15px 30px 15px; */
    justify-content: flex-start;
    gap: 12px;
  }

  .location-timeline-stop {
    /* max-width: 100px; */
    min-width: 120px;
    width: 100px;
    flex: 0 0 100px;
    background: #ffffff;
    padding: 12px 8px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
  }

  .location-timeline-stop:hover {
    border-color: #f6b818;
    box-shadow: 0 4px 12px rgba(246, 184, 24, 0.2);
    transform: translateY(-2px);
  }

  .location-distance {
    font-size: 1.3rem;
    margin-bottom: 3px;
  }

  .location-point {
    display: none;
  }

  .location-label {
    font-size: 0.7rem;
    line-height: 1.2;
    margin-top: 6px;
    word-break: break-word;
  }

  /* Scrollbar styling for mobile */
  .location-timeline::-webkit-scrollbar {
    height: 6px;
  }

  .location-timeline::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 10px;
  }

  .location-timeline::-webkit-scrollbar-thumb {
    background: #f6b818;
    border-radius: 10px;
  }

  .location-timeline::-webkit-scrollbar-thumb:hover {
    background: #f59e0b;
  }
}

/* Scroll hint for mobile */
@media (max-width: 576px) {
  .location-timeline-wrapper::after {
    content: "← Scroll →";
    display: block;
    text-align: center;
    font-size: 12px;
    color: #999;
    margin-top: 15px;
    font-weight: 500;
  }
}

.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: 'roboto', 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 {
  padding: 60px 20px;
  background: linear-gradient(180deg, #f8faf9 0%, #eef1f0 100%);
  position: relative;
  overflow: hidden;
}

.floorplan-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('../dra-img/BG.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.15;
  z-index: 0;
}

.floorplan-section .container {
  position: relative;
  z-index: 1;
}

.floorplan-header {
  margin-bottom: 50px;
  text-align: center;
}

.floorplan-title {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #13623E;
  line-height: 1.2;
}

.floorplan-title .highlight {
  color: #F7B418;
  font-weight: 700;
}

.floorplan-subtitle {
  color: #333;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}

.floorplan-cards-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
}

.floorplan-card-wrapper {
  height: 100%;
}

.floorplan-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.floorplan-card:hover {
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  transform: translateY(-8px);
}

.floorplan-image-link {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.floorplan-image-container {
  position: relative;
  height: 250px;
  overflow: hidden;
  background: #f0f0f0;
  flex-shrink: 0;
}

.floorplan-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.4s ease;
}

.floorplan-card:hover .floorplan-image {
  transform: scale(1.05);
}

.floorplan-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
 
}

.floorplan-card:hover .floorplan-overlay {
  opacity: 1;
}

.floorplan-overlay i {
  color: white;
  font-size: 32px;
  transition: transform 0.3s ease;
}

.floorplan-card:hover .floorplan-overlay i {
  transform: scale(1.2);
}

.floorplan-card-content {
  padding: 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.floorplan-card-title {
  font-size: 20px;
  font-weight: 700;
  color: #13623E;
  margin: 0 0 10px 0;
  line-height: 1.4;
}

.floorplan-card-text {
  font-size: 14px;
  color: #666;
  margin: 0;
  line-height: 1.6;
}

.floorplan-table th, .floorplan-table td {
  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;
}

/* Responsive Design */
@media (max-width: 991px) {
  .floorplan-section {
    padding: 40px 20px;
  }

  .floorplan-title {
    font-size: 36px;
  }

  .floorplan-subtitle {
    font-size: 15px;
  }

  .floorplan-cards-container {
    gap: 25px;
  }

  .floorplan-image-container {
    height: 350px;
  }
}

@media (max-width: 768px) {
  .floorplan-section {
    padding: 30px 15px;
  }

  .floorplan-title {
    font-size: 32px;
    margin-bottom: 10px;
  }

  .floorplan-subtitle {
    font-size: 14px;
  }

  .floorplan-header {
    margin-bottom: 35px;
  }

  .floorplan-cards-container {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .floorplan-image-container {
    height: 300px;
  }

  .floorplan-card-content {
    padding: 20px;
  }

  .floorplan-card-title {
    font-size: 18px;
  }

  .floorplan-overlay i {
    font-size: 28px;
  }
}









/* Why Choose DRA iHEART Section - Exact Promotional Design */
.why-choose {
  padding: 40px 0;
  background-image: url("../dra-img/BG.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.why-choose h2 {
  font-size: 40px;
  font-weight: 700;
  color: #1f2933;
  margin-bottom: 16px;
  text-align: center;
  font-family: 'roboto', Arial, sans-serif;
}

.why-intro {
  max-width: 760px;
  margin: 0 auto 32px;
  font-size: 1.05rem;
  line-height: 1.8;
  color: #5a6c7d;
  text-align: center;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  max-width: 1100px;
  margin: 0 auto;
}

@media (max-width: 992px) {
  .why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 576px) {
  .why-grid {
    grid-template-columns: 1fr;
  }
}

.why-card {
  background: #ffffff;
  padding: 18px 18px 16px;
  border-radius: 12px;
  border: 1px solid rgba(15, 23, 42, 0.04);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.why-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
}

.why-card h4 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1f2933;
  margin-bottom: 0.75rem;
  line-height: 1.3;
  font-family: 'roboto', Arial, sans-serif;
}

.why-card p {
  font-size: 0.96rem;
  color: #5a6c7d;
  line-height: 1.6;
  margin: 0;
  font-family: 'roboto', Arial, sans-serif;
}

.download-btn {
  margin-top: 2rem;
  text-align: right;
}

/* .download-btn a {
   background: linear-gradient(135deg, #FF6B6B 0%, #4ECDC4 100%); 
  border: none;
  padding: 18px 35px;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 50px;
  color: white;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(255, 107, 107, 0.3);
  position: relative;
  overflow: hidden;
  font-family: 'roboto', Arial, sans-serif;
}

.download-btn a::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  transition: left 0.5s;
} */

.download-btn a:hover::before {
  left: 100%;
}

.download-btn a:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(255, 107, 107, 0.4);
  color: white;
}

/* Responsive Design for Why Choose Section */
@media (max-width: 991px) {
  .why-container {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  
  .why-left {
    padding-right: 0;
    text-align: center;
  }
  
  .features {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .why-choose h2 {
    font-size: 20px;
  }
  
  .download-btn {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .why-choose {
    padding: 60px 0;
  }
  
  .why-choose h2 {
    font-size: 2rem;
  }
  
  .why-choose .intro {
    font-size: 1.1rem;
  }
  
  .feature {
    padding: 1.5rem;
  }
}

@media (max-width: 576px) {
  .why-choose {
    padding: 50px 0;
  }
  
  .why-choose h2 {
    font-size: 1.8rem;
  }
  
  .why-choose .intro {
    font-size: 1rem;
  }
  
  .feature {
    padding: 1.2rem;
  }
  
  .feature h4 {
    font-size: 1.1rem;
  }
  
  .feature p {
    font-size: 0.9rem;
  }
  
  .download-btn a {
    padding: 15px 25px;
    font-size: 1rem;
  }
}



.gradient-btn {
  display: inline-block;
  padding: 14px 28px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  border: none;
  border-radius: 8px;
  background: linear-gradient(90deg, #F7B418, #f7b61e);
  cursor: pointer;
  transition: all 0.3s ease;
}

.gradient-btn:hover {
  background: linear-gradient(90deg, #ffb300, #F7B418);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

/* Data Summary Section */
.data-summary-section {
  background: #f8f9fa;
  padding: 10px 30px;
  position: relative;
  overflow: hidden;
}

.data-summary-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="%23ddd" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
  opacity: 0.3;
  z-index: 1;
}

.data-summary-section .container {
  position: relative;
  z-index: 2;
}

.data-summary-top-line {
  width: 100%;
  height: 2px;
  background: #333;
  margin-bottom: 40px;
}

.data-summary-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  max-width: 1000px;
  margin: 0 auto;
}

.data-item {
  text-align: center;
}

.data-header {
  background: #FF9900;
  color: white;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
  border-radius: 4px;
  font-family: 'Roboto', Arial, sans-serif;
}

.data-value {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 8px;
  font-family: 'Roboto', Arial, sans-serif;
  line-height: 1;
}

.data-unit {
  font-size: 1rem;
  color: #888;
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 400;
}

/* Responsive Design for Data Summary */
@media (max-width: 991px) {
  .data-summary-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  
  .data-value {
    font-size: 2rem;
  }
}

@media (max-width: 576px) {
  .data-summary-section {
    padding: 40px 0;
  }
  
  .data-summary-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .data-value {
    font-size: 1.8rem;
  }
  
  .data-header {
    font-size: 12px;
    padding: 6px 12px;
  }
}

.img-btn{
  text-align: center !important;
  margin-top: -60px !important;
}


/* Section title */
.new-location-title {
  font-size: 28px;
  font-weight: 700;
  color: #222;
  margin-bottom: 25px;
}

/* Accordion container */
.new-location-accordion {
  border-radius: 12px;
  overflow: hidden;
}

/* Accordion items */
.new-location-item {
  border-bottom: 1px solid #e2e2e2;
}

/* Accordion button */
.new-location-header {
  width: 100%;
  text-align: left;
  background:#ffffff00;
  border: none;
  padding: 5px 20px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}

.new-location-header:hover {
  /* background: #f9f9f9; */
}

.new-location-icon {
  color: #ffa200;
  font-weight: bold;
  margin-right: 10px;
}

/* Accordion body */
.new-location-body {
  /* background: #fafafa; */
  padding: 10px 20px;
}

.new-location-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: contents !important;
  text-align: left !important;
}
.new-location-list h6{
  font-size: 16px;
  font-weight: 700 !important;
}

.new-location-list li {
  font-size: 13px;
  color: #444;
  padding: 6px 0;
  border-bottom: 1px dashed #ddd;
}

.new-location-list li:last-child {
  border-bottom: none;
}

/* Image side */
.new-location-image-box {
  text-align: center;
}

.new-location-desc {
  font-size: 16px;
  color: #000;
  text-align: right;
}

.new-location-img {
  max-width: 100%;
  border-radius: 8px;
  margin-top: 15px;
}


.submitBtnTextAuto{
    background-color:#F7B418;
}

@media (max-width:600px) {
  .why-avalon {
    font-size:30px !important;
  }
}

@media (max-width:600px) {
  #overview {
    font-size:30px !important;
  }
}

@media (max-width:600px) {
  .prime-location-title-new {
    font-size:30px !important;
  }
}

@media (max-width:600px) {
  .floorplan-title {
    font-size:30px !important;
  }
}

@media (max-width:600px) {
  .testimonials-title {
    font-size:30px !important;
  }
}
@media (max-width:600px) {
  .location-title-custom {
    font-size:30px !important;
  }
}
@media (max-width:600px) {
  .amenities-title {
    font-size:30px !important;
  }
}
@media (max-width:600px) {
  .new-location-title {
    font-size:30px !important;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  ul {
      height: 100%;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      text-align: center;
      flex-wrap: wrap;
      flex-direction: row;
      align-content: center;
  }
}

.location-timeline-line {
  position: absolute;
  top: 115px;}

  #staticBackdrop .modal-body input, #autoPopup .modal-body input{
  border: 1px solid #ccc !important;
  border-radius: 0px !important;
  }
  #staticBackdrop .modal-content, #autoPopup .modal-content{
  border-radius: 0px !important;
  }

  .modal-header{
  border-bottom: none !important;
  }
  
  
