* {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: 'Poppins', Arial, sans-serif;
}



body {
  font-family: "Source Serif 4", serif;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  max-width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Remove scrollbars from all child elements except html/body */
*:not(html):not(body) {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
}

*:not(html):not(body)::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

/* Ensure containers don't create scrollbars */
.container,
.container-fluid,
.row,
section,
div[class*="col-"] {
  overflow-x: hidden;
  overflow-y: visible;
}

/* Disable Horizontal on Safari */
div.lp-pom-root {
  overflow-x: hidden;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

/* Heartbeat Animation */
@keyframes heartbeat {
  0%, 100% {
    transform: scale(1);
  }
  10%, 30% {
    transform: scale(1.05);
  }
  20%, 40% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.03);
  }
}

.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;
}
.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;
  }
  
  /* About Container Background Gradient */
  #about-container {
    background: linear-gradient(135deg, #C5842F 0%, #ffffff 100%) !important;
    background-color: transparent !important;
  }
  
  /* About Container Text Colors - Black */
  #about-container {
    color: #000000 !important;
  }
  
  #about-container h3 {
    color: #000000 !important;
  }
  
  #about-container p {
    color: #000000 !important;
  }
  
  #about-container div[style*="color: white"] {
    color: #000000 !important;
  }
  
  #about-container div[style*="color: white"] h3 {
    color: #000000 !important;
  }
  
  #about-container div[style*="color: white"] p {
    color: #000000 !important;
  }
  .features-section{
    padding: 40px !important;
  }
  .amenities-section{
    padding: 40px !important;

  }
  #projectgallery{
    padding: 40px !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
  .navbar {
    display: flex;
    align-items: flex-end;
  }

  .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;
  }

  .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;
  }
  .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: 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;
  }

  #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) {
  body {
    padding-bottom: 70px;
  }
  
  #enquiry_mobile {
    display: none;
  }

  .sec-eqMobile {
    display: flex;
    background: linear-gradient(120deg, #ff9100, #f9b746, #ff9100);
    background-size: 250% 250%;
    border: 1px solid #ff9100;
    border-radius: 0;
    overflow: hidden;
    animation: heartbeat 2s ease-in-out infinite;
    box-shadow: 0 4px 12px rgba(255, 145, 0, 0.35);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
  }
  .sec-eqMobile:hover {
    background-position: 100% 0;
    box-shadow: 0 6px 18px rgba(255, 145, 0, 0.5);
    animation: none;
  }

  .sec-eqMobile a {
    padding: 10px 10px;
    width: 50%;
    color: #000000 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    background: transparent;
    border: none;
    transition: all 0.35s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  .sec-eqMobile a::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(255,255,255,0.35), rgba(255,255,255,0), rgba(255,255,255,0.35));
    opacity: 0;
    transform: translateX(-30%);
    transition: opacity 0.35s ease, transform 0.35s ease;
  }
  .sec-eqMobile a:hover {
    color: #000000 !important;
  }
  .sec-eqMobile a:hover::before {
    opacity: 1;
    transform: translateX(0);
  }
  .vl {
    border-left: 2px solid #ffffff;
    height: 50px;
    margin: 5px 0;
  }
}

@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;
}
.amenity-title {
  font-size: 18px;
  font-weight: 600;
  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/download/banner.jpeg");
  height: 100vh;
  overflow: hidden;
}

.banner .form-container {
  max-width: 380px;
  margin-right: 50px;
}
.modal-container {
  min-height: 100vh;
  overflow: visible;
  width: 100%;
}
.modal-box {
  background: #00000030 !important;
  color: #fff !important;
  /* border-radius: 8px; */
  box-shadow: none;
  width: 100% !important;
  max-width: 350px !important;
  padding: 25px 20px !important;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.modal-box h5, .modal-box h2, .modal-box h4 {
  color: #fff !important;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 20px;
  text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.modal-box .form-control {
  background: rgba(255, 255, 255, 0.95) !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  border-radius: 0px !important;
  font-size: 0.95rem;
  color: #232225;
  margin-bottom: 12px;
  padding: 10px 14px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}
.text-start {
  text-align: left !important;
  display: flex;
  gap: 10px;
}
.modal-box .form-control:focus {
  outline: none;
  border-color: #D4AF37 !important;
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.2);
  background: #ffffff !important;
}
.modal-box button[type="submit"], .modal-box .btn {
  position: relative;
  overflow: hidden;
  background: linear-gradient(120deg, #ff9100, #f9b746, #ff9100);
  background-size: 250% 250%;
  color: #000000 !important;
  font-weight: 600;
  font-size: 1rem;
  border: 1px solid #ff9100;
  border-radius: 0px;
  padding: 12px 0;
  margin-top: 8px;
  margin-bottom: 8px;
  box-shadow: 0 4px 12px rgba(255, 145, 0, 0.35);
  transition: all 0.35s ease;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.mob-form-btn,
.popup-form-btn {
  position: relative;
  overflow: hidden;
  background: linear-gradient(120deg, #ff9100, #f9b746, #ff9100) !important;
  background-size: 250% 250%;
  color: #000000 !important;
  font-weight: 600 !important;
  font-size: 1rem !important;
  border: 1px solid #ff9100 !important;
  border-radius: 0px !important;
  padding: 12px 0 !important;
  margin-top: 8px;
  margin-bottom: 8px;
  box-shadow: 0 4px 12px rgba(255, 145, 0, 0.35);
  transition: all 0.35s ease;
  width: 100% !important;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.mob-form-btn::before,
.popup-form-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255,255,255,0.35), rgba(255,255,255,0), rgba(255,255,255,0.35));
  opacity: 0;
  transform: translateX(-30%);
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.mob-form-btn:hover,
.popup-form-btn:hover {
  background-position: 100% 0;
  box-shadow: 0 6px 18px rgba(255, 145, 0, 0.5);
  transform: translateY(-1px);
  color: #000000 !important;
}
.mob-form-btn:hover::before,
.popup-form-btn:hover::before {
  opacity: 1;
  transform: translateX(0);
}


.brochure-form-btn {
  position: relative;
  overflow: hidden;
  background: linear-gradient(120deg, #ff9100, #f9b746, #ff9100) !important;
  background-size: 250% 250%;
  color: #000000 !important;
  font-weight: 600 !important;
  font-size: 1rem !important;
  border: 1px solid #ff9100 !important;
  border-radius: 0px !important;
  padding: 12px 20px !important;
  margin-top: 8px;
  margin-bottom: 8px;
  box-shadow: 0 4px 12px rgba(255, 145, 0, 0.35);
  transition: all 0.35s ease;
  width:fit-content !important;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin: auto;
display: flex;
}
.brochure-form-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255,255,255,0.35), rgba(255,255,255,0), rgba(255,255,255,0.35));
  opacity: 0;
  transform: translateX(-30%);
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.brochure-form-btn:hover {
  background-position: 100% 0;
  box-shadow: 0 6px 18px rgba(255, 145, 0, 0.5);
  transform: translateY(-1px);
  color: #000000 !important;
}
.brochure-form-btn:hover::before {
  opacity: 1;
  transform: translateX(0);
}


.enquire_floating {
  position: fixed;
  right: 0;
  top: 40%;
  z-index: 9999;
}
.enquire-floating-btn {
  writing-mode: vertical-rl;
  transform: rotate(-180deg);
  padding: 16px 10px;
  border: 1px solid #ff9100;
  border-radius: 8px 0 0 8px;
  background: linear-gradient(120deg, #ff9100, #f9b746, #ff9100);
  background-size: 250% 250%;
  color: #000000 !important;
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  box-shadow: 0 4px 12px rgba(255, 145, 0, 0.35);
  cursor: pointer;
  transition: all 0.35s ease;
}
.enquire-floating-btn:hover {
  background-position: 100% 0;
  box-shadow: 0 6px 18px rgba(255, 145, 0, 0.5);
  transform: rotate(-180deg) translateY(-1px);
}
.enquire-floating-btn span {
  color: #000000 !important;
}
.modal-box button[type="submit"]::before, .modal-box .btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255,255,255,0.35), rgba(255,255,255,0), rgba(255,255,255,0.35));
  opacity: 0;
  transform: translateX(-30%);
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.modal-box button[type="submit"]:hover, .modal-box .btn:hover {
  background-position: 100% 0;
  box-shadow: 0 6px 18px rgba(255, 145, 0, 0.5);
  transform: translateY(-1px);
  color: #000000 !important;
}
.modal-box button[type="submit"]:hover::before, .modal-box .btn:hover::before {
  opacity: 1;
  transform: translateX(0);
}

.modal-box .text-white, .modal-box span {
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 11px;
  text-shadow: 0 1px 2px rgba(0,0,0,0.2);
  margin-top: 0px;
  display: block;
}
.modal-header{
  padding: 8px !important;
  margin-top: 8px;
}
/* Mobile Banner */
.mob-banner {
  position: relative;
  height: 60vh;
  background: url("../images/download/mobile-banner.jpeg") 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: #C5842F !important;
    color: white !important;
  }

@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: 4rem;
   
  }

  .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: #ffffff !important;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid #e8e8e8;
  z-index: 1000;
}
.header-container {
  padding: 0 !important;
  display: grid;
  grid-template-columns: 1.4fr 2fr 1fr;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  height: 85px;
  padding: 0 40px;
  gap: 20px;
}
.header-logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header-logo img {
  height: 85px;
  width: auto;
  display: block;
  transition: transform 0.3s ease;
  object-fit: contain;
}
.header-logo img:hover {
  transform: scale(1.05);
}
.header-nav {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.header-nav .nav-link {
  font-size: 15px !important;
  font-weight: 500;
  color: #1a1a1a;
  letter-spacing: 0.8px;
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 10px 0;
  position: relative;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: 'Poppins', Arial, sans-serif;
  white-space: nowrap;
}
.header-nav .nav-link::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #D4AF37;
  transition: width 0.3s ease;
}
.header-nav .nav-link:hover::after,
.header-nav .nav-link.active::after {
  width: 100%;
}
.header-nav .nav-link:hover {
  color: #D4AF37;
}
.header-nav .nav-link.active {
  color: #1a1a1a;
  font-weight: 600;
}
.header-phone {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-phone a {
  font-size: 20px !important;
  font-weight: 600;
  color: #1a1a1a !important;
  letter-spacing: 0.5px;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;

  font-family: 'Poppins', Arial, sans-serif;
  
  border-radius: 4px;
}
.header-phone a:hover {
  color: #D4AF37 !important;
  background: #fafafa;
}
@media (max-width: 1200px) and (min-width: 901px) {
  .header-container {
    grid-template-columns: 1fr 2fr 1fr;
    padding: 0 30px;
    height: 80px;
    gap: 15px;
  }
  .header-logo img {
    height: 55px;
  }
  .header-nav {
    gap: 25px;
  }
  .header-nav .nav-link {
    font-size: 13px !important;
  }
  .header-phone a {
    font-size: 15px !important;
  }
}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  z-index: 1002;
}
.menu-icon,
.menu-icon:before,
.menu-icon:after {
  display: block;
  background: #1a1a1a;
  height: 3px;
  width: 28px;
  border-radius: 2px;
  position: relative;
  transition: all 0.3s ease;
}
.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 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 75px;
    padding: 0 20px;
    position: relative;
  }
  .header-logo {
    flex: 0 0 auto;
    z-index: 1002;
  }
  .header-logo img {
    height: 50px;
  }
  .menu-toggle {
    display: flex;
    z-index: 1002;
    position: relative;
    order: 3;
  }
  .header-phone {
    display: none;
  }
  .header-nav {
    display: none !important;
    flex-direction: column;
    width: 100%;
    background: #ffffff;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1001;
    padding: 10px 0 15px 0;
    text-align: left;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    gap: 0;
    margin: 0;
    border-top: 1px solid #e8e8e8;
  }
  .header-nav.open {
    display: flex !important;
  }
  .header-nav .nav-link {
    font-size: 14px;
    padding: 10px 20px;
    line-height: 1.3;
    border-bottom: 1px solid #f5f5f5;
    color: #1a1a1a;
    font-weight: 500;
    transition: all 0.3s ease;
    text-align: left;
  }
  .header-nav .nav-link::after {
    display: none;
  }
  .header-nav .nav-link:hover,
  .header-nav .nav-link.active {
    color: #D4AF37;
    background: #fafafa;
    padding-left: 25px;
  }
  .menu-toggle.active .menu-icon {
    background: transparent;
  }
  .menu-toggle.active .menu-icon:before {
    transform: rotate(45deg);
    top: 0;
    background: #D4AF37;
  }
  .menu-toggle.active .menu-icon:after {
    transform: rotate(-45deg);
    top: 0;
    background: #D4AF37;
  }
 

}

@media only screen and (max-width: 600px){
  header#form{
    padding: 0 !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;
}

/* Popup Form Styling */
.popup-form-wrapper {
  background: #ffffff;
  /* border-radius: 8px; */
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 18px 45px rgba(0,0,0,0.28);
  overflow: hidden;
}
.popup-form-header {
  padding: 18px 24px;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.popup-form-title {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  color: #1a1a1a;
  font-family: 'Poppins', Arial, sans-serif;
  letter-spacing: 0.5px;
}
.popup-form-body {
  padding: 22px 24px 24px 24px;
  background: linear-gradient(135deg, #ffffff 0%, #f7f7f7 100%);
}
.popup-form-group {
  margin-bottom: 14px;
}
.popup-form-control {
  width: 100%;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  /* border-radius: 4px; */
  padding: 10px 12px;
  font-size: 14px;
  color: #333333;
  outline: none;
  box-shadow: 0 1px 3px rgba(0,0,0,0.03);
  transition: all 0.25s ease;
}
.popup-form-control::placeholder {
  color: #999999;
}
.popup-form-control:focus {
  border-color: #C5842F;
  box-shadow: 0 0 0 3px rgba(197,132,47,0.18);
}
.popup-form-safe {
  margin-top: 6px;
  font-size: 11px;
  color: #666666;
  display: flex;
  align-items: center;
  gap: 6px;
}
.popup-form-safe span {
  color: #666666;
}
.popup-form-actions {
  margin-top: 14px;
}

@media (max-width: 576px) {
  .popup-form-wrapper {
    border-radius: 0;
  }
  .popup-form-header,
  .popup-form-body {
    padding: 18px 16px;
  }
}

/* Amenities Highlights Section - Image Card Design */
.amenities-highlights-section {
  background: linear-gradient(180deg, #C5842F 0%, #f5e6d3 50%, #ffffff 100%);
  padding: 50px 0px;
  position: relative;
}

.amenities-main-title {
  font-size: 36px;
  font-weight: 600;
  color: #000000;
  /* margin-bottom: 20px; */
  font-family: 'Poppins', Arial, sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.amenities-subtitle {
  font-size: 20px;
  color: #000000;
  margin-bottom: 60px;
  font-family: 'Poppins', Arial, sans-serif;
  font-weight: 500;
  line-height: 1.6;
}

.amenities-list-grid {
  margin: 0 -15px;
}

.amenity-image-card {
  background: #ffffff;
  border: 2px solid #C5842F;
  overflow: hidden;
  /* height: 100%; */
  box-shadow: 0 6px 20px rgba(197, 132, 47, 0.15);
  cursor: pointer;
  position: relative;
}

.amenity-card-image {
  width: 100%;
  height: 280px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(135deg, #C5842F 0%, #d4a057 100%);
}

.amenity-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.amenity-card-content {
  padding: 30px 25px;
  text-align: center;
  background: #ffffff;
  position: relative;
  z-index: 1;
}

.amenity-item-title {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  margin: 0;
  line-height: 1.4;
  font-family: 'Poppins', Arial, sans-serif;
}

/* Responsive Design */
@media (max-width: 991px) {
  .amenities-highlights-section {
    padding: 70px 40px;
  }
  
  .amenities-main-title {
    font-size: 36px;
    /*margin-bottom: 18px;*/
    letter-spacing: 2px;
  }
  
  .amenities-subtitle {
    font-size: 18px;
    margin-bottom: 45px;
  }
  
  .amenity-card-image {
    height: 240px;
  }
  
  .amenity-card-content {
    padding: 25px 20px;
  }
  
  .amenity-item-title {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .amenities-highlights-section {
    padding: 30px 20px 0px 20px;
  }
  
  .amenities-main-title {
    font-size: 32px;
    margin-bottom: 15px;
    letter-spacing: 1.5px;
  }
  
  .amenities-subtitle {
    font-size: 16px;
    margin-bottom: 35px;
  }
  
  .amenity-image-card {
    margin-bottom: 25px;
  }
  
  .amenity-card-image {
    height: 220px;
  }
  
  .amenity-card-content {
    padding: 20px 18px;
  }
  
  .amenity-item-title {
    font-size: 17px;
    line-height: 1.3;
  }
}

/* Highlights Section - Premium Design */
.highlights-section {
  background: linear-gradient(135deg, #faf9f6 0%, #faf9f6 100%);
  padding: 50px 0px;
  position: relative;
}

.highlights-title {
  font-size: 36px;
  font-weight: 600;
  color: #C5842F;
  margin-bottom: 60px;
  font-family: 'Poppins', Arial, sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.highlights-grid {
  margin: 0 -15px;
}

.highlight-card {
  background: #ffffff;
  border: 2px solid #C5842F;
  padding: 40px 30px;
  text-align: center;
  height: 100%;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(197, 132, 47, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 220px;
}

.highlight-card:hover {
  /* transform: translateY(-8px); */
  box-shadow: 0 8px 25px rgba(197, 132, 47, 0.2);
  border-color: #C5842F;
  background: linear-gradient(135deg, #ffffff 0%, #fff9f0 100%);
}

.highlight-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #C5842F 0%, #d4a057 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  transition: all 0.3s ease;
}

.highlight-icon i,
.highlight-icon .fas,
.highlight-icon .fa {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.highlight-card:hover .highlight-icon {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 6px 20px rgba(197, 132, 47, 0.3);
}

.highlight-icon i,
.highlight-icon .fas,
.highlight-icon .fa {
  font-size: 32px;
  color: #ffffff !important;
  display: inline-block !important;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  visibility: visible !important;
  opacity: 1 !important;
}

.highlight-heading {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  margin: 0;
  line-height: 1.4;
  font-family: 'Poppins', Arial, sans-serif;
}

/* Responsive Design */
@media (max-width: 991px) {
  .highlights-section {
    padding: 70px 40px;
  }
  
  .highlights-title {
    font-size: 32px;
    margin-bottom: 45px;
  }
  
  .highlight-card {
    padding: 35px 25px;
    min-height: 200px;
  }
  
  .highlight-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
  }
  
  .highlight-icon i {
    font-size: 28px;
  }
  
  .highlight-heading {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .highlights-section {
    padding: 25px 20px;
  }
  
  .highlights-title {
    font-size: 28px;
    margin-bottom: 35px;
    letter-spacing: 1px;
  }
  
  .highlight-card {
    padding: 30px 20px;
    min-height: 180px;
    /* margin-bottom: 20px; */
  }
  
  .highlight-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 18px;
  }
  
  .highlight-icon i {
    font-size: 24px;
  }
  
  .highlight-heading {
    font-size: 15px;
    line-height: 1.3;
  }
}

/* Grandeur Section - Premium Design */
.grandeur-section {
  background: linear-gradient(180deg, #C5842F 0%, #f5e6d3 50%, #ffffff 100%);
  padding: 50px 0px;
  position: relative;
  overflow: hidden;
}

.grandeur-section .container-fluid {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
}

.grandeur-section .row {
  margin: 0;
  align-items: center;
}

/* Text Section */
.grandeur-text-section {
  padding: 10px 50px;
}

.grandeur-content {
  color: #000000;
}

.grandeur-heading {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #000000;
  text-transform:uppercase;
  margin-bottom: 35px;
  font-family: 'Poppins', Arial, sans-serif;
  line-height: 1.3;

}

.grandeur-paragraph {
  font-size: 18px;
  line-height: 1.8;
  color: #000000;
  margin-bottom: 25px;
  font-family: 'Poppins', Arial, sans-serif;
}

.grandeur-paragraph strong {
  font-weight: 700;
  color: #000000;
}

.grandeur-tagline {
  font-size: 22px;
  font-weight: 600;
  font-style: italic;
  color: #000000;
  text-align: center;
  margin-top: 40px;
  letter-spacing: 1.5px;
  font-family: 'Poppins', Arial, sans-serif;
}

.grandeur-tagline strong {
  font-weight: 700;
}

/* Visual Section */
.grandeur-visual-section {
  padding: 40px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.grandeur-image-wrapper {
  width: 100%;
  max-width: 100%;
  position: relative;
}

.grandeur-image {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

/* Responsive Design */
@media (max-width: 991px) {
  .grandeur-section {
    padding: 20px 40px;
  }
  
  .grandeur-text-section {
    padding: 50px 35px;
    margin-bottom: 30px;
  }
  
  .grandeur-visual-section {
    padding: 30px 20px;
  }
  
  .grandeur-heading {
    font-size: 28px;
    margin-bottom: 28px;
  }
  
  .grandeur-paragraph {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 22px;
  }
  
  .grandeur-tagline {
    font-size: 20px;
    margin-top: 35px;
  }
}

@media (max-width: 768px) {
  .grandeur-section {
    padding: 20px 25px;
  }
  
  .grandeur-text-section {
    padding: 20px 0px 0px 0px !important;
  }
  
  .grandeur-visual-section {
    padding: 0px 0px;
  }
  
  .grandeur-heading {
    font-size: 24px;
    margin-bottom: 24px;
    text-align: center;
  }
  
  .grandeur-paragraph {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 20px;
  }
  
  .grandeur-tagline {
    font-size: 18px;
    margin-top: 30px;
  }
}

/* WHY GRANDEUR Section - Premium Design */
.why-grandeur-section {
  background: linear-gradient(180deg, #ffffff 0%, #f8f8f8 100%);
  padding: 25px 0px;
  position: relative;
}

.why-grandeur-title {
  font-size: 36px;
  font-weight: 600;
  color: #C5842F;
  /*margin-bottom: 15px;*/
  font-family: 'Poppins', Arial, sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.why-grandeur-subtitle {
  font-size: 22px;
  color: #1a1a1a;
  margin-bottom: 60px;
  font-family: 'Poppins', Arial, sans-serif;
  font-weight: 500;
  line-height: 1.6;
}

.why-grandeur-grid {
  margin: 0 -15px;
}

.why-grandeur-card {
  background: #ffffff;
  border: 1px solid rgba(197, 132, 47, 0.2);
  border-radius: 0;
  padding: 25px 20px;
  text-align: left;
  height: 100%;
  /* transition: all 0.3s ease; */
  box-shadow: 0 2px 8px rgba(197, 132, 47, 0.08);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  min-height: auto;
  position: relative;
}

.why-grandeur-card:hover {
  /* transform: translateY(-3px); */
  box-shadow: 0 4px 15px rgba(197, 132, 47, 0.15);
  border-color: #C5842F;
}

.why-grandeur-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #C5842F 0%, #d4a057 100%);
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

.why-grandeur-card:hover .why-grandeur-icon {
  transform: scale(1.05);
}

.why-grandeur-icon i {
  font-size: 20px;
  color: #ffffff;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.why-grandeur-heading {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  margin: 0 0 12px 0;
  line-height: 1.3;
  font-family: 'Poppins', Arial, sans-serif;
  transition: color 0.3s ease;
}

.why-grandeur-card:hover .why-grandeur-heading {
  color: #C5842F;
}

.why-grandeur-description {
  font-size: 15px;
  color: #555555;
  margin: 0;
  line-height: 1.6;
  font-family: 'Poppins', Arial, sans-serif;
}

/* Responsive Design for WHY GRANDEUR */
@media (max-width: 991px) {
  .why-grandeur-section {
    padding: 70px 40px;
  }
  
  .why-grandeur-title {
    font-size: 36px;
    margin-bottom: 12px;
    letter-spacing: 1.5px;
  }
  
  .why-grandeur-subtitle {
    font-size: 20px;
    margin-bottom: 50px;
  }
  
  .why-grandeur-card {
    padding: 22px 18px;
  }
  
  .why-grandeur-icon {
    width: 45px;
    height: 45px;
    margin-bottom: 12px;
  }
  
  .why-grandeur-icon i {
    font-size: 18px;
  }
  
  .why-grandeur-heading {
    font-size: 17px;
    margin-bottom: 10px;
  }
  
  .why-grandeur-description {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .why-grandeur-section {
    padding: 10px 20px 25px 20px;
  }
  
  .why-grandeur-title {
    font-size: 32px;
    margin-bottom: 10px;
    letter-spacing: 1px;
  }
  
  .why-grandeur-subtitle {
    font-size: 18px;
    margin-bottom: 40px;
  }
  
  .why-grandeur-card {
    padding: 20px 15px;
    /* margin-bottom: 20px; */
  }
  
  .why-grandeur-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 12px;
  }
  
  .why-grandeur-icon i {
    font-size: 17px;
  }
  
  .why-grandeur-heading {
    font-size: 16px;
    margin-bottom: 10px;
  }
  
  .why-grandeur-description {
    font-size: 13px;
    line-height: 1.5;
  }
}

/* Location New Section - Content Left, Map Right */
.location-new-section {
  background: linear-gradient(180deg, #ffffff 0%, #f8f8f8 100%);
  padding: 25px 0px;
  position: relative;
}

.location-content-side {
  padding: 40px 50px;
  display: flex;
  align-items: center;
}

.location-content-wrapper {
  width: 100%;
}

.location-new-title {
  font-size: 36px;
  font-weight: 600;
  color: #C5842F;
  /*margin-bottom: 15px;*/
  font-family: 'Poppins', Arial, sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.location-new-subtitle {
  font-size: 22px;
  color: #1a1a1a;
  margin-bottom: 40px;
  font-family: 'Poppins', Arial, sans-serif;
  font-weight: 500;
  line-height: 1.6;
}

.location-connectivity-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 30px;
}

.location-connectivity-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 15px 20px;
  background: #ffffff;
  border: 1px solid rgba(197, 132, 47, 0.2);
  transition: all 0.3s ease;
}

.location-connectivity-item:hover {
  border-color: #C5842F;
  box-shadow: 0 4px 12px rgba(197, 132, 47, 0.15);
  transform: translateX(5px);
}

.location-connectivity-item i {
  font-size: 20px;
  color: #C5842F;
  margin-top: 2px;
  flex-shrink: 0;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.location-connectivity-item span {
  font-size: 16px;
  color: #1a1a1a;
  line-height: 1.6;
  font-family: 'Poppins', Arial, sans-serif;
  font-weight: 500;
}

.location-description {
  font-size: 17px;
  color: #555555;
  line-height: 1.8;
  font-family: 'Poppins', Arial, sans-serif;
  margin-top: 25px;
  padding-top: 25px;
  border-top: 2px solid rgba(197, 132, 47, 0.2);
}

.location-map-side {
  padding: 20px 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.location-map-wrapper {
  width: 100%;
  height: 100%;
  min-height: 600px;
  max-height: 600px;
  background: #f0f0f0;
  padding: 15px;
  margin: 0 auto;
  /* border-radius: 8px; */
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
}

.location-map-wrapper iframe {
  width: 100%;
  height: 100%;
  min-height: 570px;
  max-height: 570px;
  border: 0;
  display: block;
  margin: 0 auto;
  border-radius: 4px;
}

/* Responsive Design for Location Section */
@media (max-width: 991px) {
  .location-new-section {
    padding: 60px 40px;
  }
  
  .location-content-side {
    padding: 30px 30px;
    margin-bottom: 30px;
  }
  
  .location-new-title {
    font-size: 36px;
    margin-bottom: 12px;
    letter-spacing: 1.5px;
  }
  
  .location-new-subtitle {
    font-size: 20px;
    margin-bottom: 35px;
  }
  
  .location-connectivity-item {
    padding: 12px 18px;
    gap: 12px;
  }
  
  .location-connectivity-item i {
    font-size: 18px;
  }
  
  .location-connectivity-item span {
    font-size: 15px;
  }
  
  .location-description {
    font-size: 16px;
    margin-top: 20px;
    padding-top: 20px;
  }
  
  .location-map-side {
    padding: 15px;
  }
  
  .location-map-wrapper {
    min-height: 400px;
    max-height: 500px;
    padding: 12px;
  }
  
  .location-map-wrapper iframe {
    min-height: 376px;
    max-height: 476px;
  }
}

@media (max-width: 768px) {
  .location-new-section {
    padding: 25px 25px;
  }
  
  .location-content-side {
    padding: 0px;
    margin-bottom: 25px;
  }
  
  .location-new-title {
    font-size: 32px;
    margin-bottom: 10px;
    letter-spacing: 1px;
  }
  
  .location-new-subtitle {
    font-size: 18px;
    margin-bottom: 30px;
  }
  
  .location-connectivity-list {
    gap: 15px;
    margin-bottom: 25px;
  }
  
  .location-connectivity-item {
    padding: 12px 15px;
    gap: 12px;
  }
  
  .location-connectivity-item i {
    font-size: 16px;
  }
  
  .location-connectivity-item span {
    font-size: 14px;
  }
  
  .location-description {
    font-size: 15px;
    margin-top: 20px;
    padding-top: 20px;
  }
  
  .location-map-side {
    padding: 0px;
  }
  
  .location-map-wrapper {
    min-height: 350px;
    max-height: 450px;
    padding: 10px;
  }
  
  .location-map-wrapper iframe {
    min-height: 330px;
    max-height: 430px;
  }
  
  .location-map-wrapper iframe {
    min-height: 350px;
  }
}

/* Footer New Section - Simple Design */
.footer-new-section {
  background: #C5842F;
  padding: 10px 20px;
  position: relative;
}

.footer-copyright {
  font-size: 16px;
  color: #ffffff;
  margin: 0 0 10px 0;
  font-family: 'Poppins', Arial, sans-serif;
  font-weight: 500;
  line-height: 1;
}

.footer-dev {
  font-size: 15px;
  color: #ffffff;
  margin: 0;
  font-family: 'Poppins', Arial, sans-serif;
  line-height: 1.6;
}

.footer-dev-link {
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  transition: opacity 0.3s ease;
}

.footer-dev-link:hover {
  opacity: 0.8;
}

/* Responsive Design for Footer */
@media (max-width: 768px) {
  .footer-new-section {
    padding: 10px 15px;
  }
  
  .footer-copyright {
    font-size: 14px;
    margin-bottom: 8px;
  }
  
  .footer-dev {
    font-size: 13px;
  }
}

/* About Us Section - Premium Design */
.about-us-section {
  background: linear-gradient(180deg, #ffffff 0%, #f8f8f8 100%);
  padding: 50px 20px;
  position: relative;
}

.about-us-image-side {
  padding: 40px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-us-image-wrapper {
  width: 100%;
  max-width: 100%;
  position: relative;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  border: 3px solid #C5842F;
  overflow: hidden;
}

.about-us-image {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
}

.about-us-image-wrapper:hover .about-us-image {
  transform: scale(1.05);
}

.about-us-content-side {
  padding: 10px 50px;
  display: flex;
  align-items: center;
}

.about-us-content-wrapper {
  width: 100%;
}

.about-us-title {
  font-size: 36px;
  font-weight: 600;
  color: #C5842F;
  /*margin-bottom: 30px;*/
  font-family: 'Poppins', Arial, sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.about-us-description {
  font-size: 18px;
  color: #1a1a1a;
  line-height: 1.8;
  margin-bottom: 40px;
  font-family: 'Poppins', Arial, sans-serif;
}

.about-us-promise-section {
  margin-top: 40px;
}

.about-us-promise-title {
  font-size: 28px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 25px;
  font-family: 'Poppins', Arial, sans-serif;
}

.about-us-promise-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.about-us-promise-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 20px;
  background: #ffffff;
  border: 1px solid rgba(197, 132, 47, 0.2);
  transition: all 0.3s ease;
}

.about-us-promise-item:hover {
  border-color: #C5842F;
  box-shadow: 0 4px 12px rgba(197, 132, 47, 0.15);
  transform: translateX(5px);
  background: linear-gradient(135deg, #ffffff 0%, #fff9f0 100%);
}

.about-us-promise-item i {
  font-size: 20px;
  color: #C5842F;
  flex-shrink: 0;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.about-us-promise-item span {
  font-size: 16px;
  color: #1a1a1a;
  line-height: 1.6;
  font-family: 'Poppins', Arial, sans-serif;
  font-weight: 500;
}

/* Responsive Design for About Us */
@media (max-width: 991px) {
  .about-us-section {
    padding: 70px 40px;
  }
  
  .about-us-image-side {
    padding: 30px 20px;
    margin-bottom: 30px;
  }
  
  .about-us-content-side {
    padding: 30px 30px;
  }
  
  .about-us-title {
    font-size: 36px;
    margin-bottom: 25px;
    letter-spacing: 1.5px;
  }
  
  .about-us-description {
    font-size: 17px;
    margin-bottom: 35px;
  }
  
  .about-us-promise-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  
  .about-us-promise-item {
    padding: 12px 18px;
    gap: 12px;
  }
  
  .about-us-promise-item i {
    font-size: 18px;
  }
  
  .about-us-promise-item span {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .about-us-section {
    padding: 25px 20px;
  }
  
  .about-us-image-side {
    padding: 10px;
    margin-bottom: 25px;
  }
  
  .about-us-content-side {
    padding: 10px;
  }
  
  .about-us-title {
    font-size: 32px;
    margin-bottom: 20px;
    letter-spacing: 1px;
  }
  
  .about-us-description {
    font-size: 16px;
    margin-bottom: 30px;
  }
  
  .about-us-promise-section {
    margin-top: 30px;
  }
  
  .about-us-promise-title {
    font-size: 22px;
    margin-bottom: 18px;
  }
  
  .about-us-promise-list {
    gap: 15px;
  }
  
  .about-us-promise-item {
    padding: 12px 15px;
    gap: 12px;
  }
  
  .about-us-promise-item i {
    font-size: 16px;
  }
  
  .about-us-promise-item span {
    font-size: 14px;
  }
  .header-nav{
    gap: 10px !important; 
  }

}
