body{
  font-family: 'Red Hat Display', sans-serif;
  
}
.luxon-section {
  width: 100%;
  margin: 0;
      background: #f0f0f0;
  padding: 0;
  font-family: Arial, sans-serif;
}

/* Banner */
.luxon-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  height:100vh;
}
.luxon-banner img {
    width: 50%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* Overlay Card */
.luxon-card {
  position: absolute;
  bottom: 10%;
  right: 20%;
  background: #ebebeba3;
  color: #000;
  padding: 3%;
  border-radius: 12px;
  backdrop-filter: blur(26px);
  font-family: 'Red Hat Display', sans-serif;
  max-width: 500px;
}

.luxon-logo {
  width: 120px;
  margin-bottom: 15px;
}

.luxon-title {
  font-size: 42px;
  font-weight: 700;
  margin: 0;
  background: linear-gradient(to right, #EDEBD7 , #EDEBD7 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Red Hat Display', sans-serif;
}

.luxon-subtitle {
  font-size: 14px;
  letter-spacing: 2px;
  margin: 10px 0 20px;
  font-family: 'Red Hat Display', sans-serif;
}

.luxon-desc {
  font-size: 14px;
  line-height: 1.6;
  font-family: 'Red Hat Display', sans-serif;
  color: #000;
}

/* Bottom Info */
.luxon-info {
  padding: 40px 10%;
  text-align: left;
  position: absolute;
  bottom: 0;
  left:10%;
  font-family: 'Red Hat Display', sans-serif;
  height: 23vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.luxon-info h4 {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Red Hat Display', sans-serif;
  color: #878787;
  margin: 0 0 8px;
}

.luxon-info h2 {
  font-size: 32px;
  font-weight: 700;
  color: #004071;
  margin: 0 0 10px;
  font-family: 'Red Hat Display', sans-serif;
}

.luxon-info p {
  font-size: 16px;
  color: #444;
  font-family: 'Red Hat Display', sans-serif;
}
.aminities-section {
  background: #f0f0f0;
}
.aminities-container {
  display: flex;
      gap: 15px;
}
.aminities-left {
flex: 1 1 34%;
}
.aminities-left-top {
display: flex;
gap: 15px;
}
.aminities-left-bottom {
display: flex;
gap: 15px;
margin-top: 15px;
}
.aminities-right {
  flex: 1 1 47%;
  background-color: #4A82C2;
  color: #fff;
  display: flex;
  align-items: center;
  border-radius: 15px 0 0 15px;
}
.aminities-right-container {
      width: 80%;
    margin: 0 auto;
}
.aminities-right-container h2 {
      font-family: 'Red Hat Display', sans-serif;
  font-size: 32px;
}
.aminities-right-container p {
      font-family: 'Red Hat Display', sans-serif;
  font-size: 16px;
      max-width: 68%;

}
.flexibility-section {
  background: #f0f0f0;
    color: #fff;
    padding: 40px 20px 20px 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.flexibility-container {
  position: absolute;
  display: flex;
      align-items: center;
  color: #fff;
}
.flexibility-container-left h2 {
      font-family: 'Red Hat Display', sans-serif;
  font-size: 32px;
      margin-bottom: 1.5rem;
}
.flexibility-container-left p {
      font-family: 'Red Hat Display', sans-serif;
  font-size: 16px;
}
.flexibility-container-right-item {
      background: #25499C;
    opacity: 0.8;
    border-radius: 12px 12px 0 0;
    padding: 6%;
}
.flexibility-container-right-item h4 {
      font-family: 'Red Hat Display', sans-serif;
  font-size: 24px;
}
.flexibility-container-right-item p {
      font-family: 'Red Hat Display', sans-serif;
  font-size: 16px;
  margin-bottom: 0;
}
.flexibility-container-right {
      display: flex;
    flex-direction: column;
    gap: 15px;
}
.flexibility-container-left {
  flex: 1 1 50%;
}
.flexibility-container-right {
  flex: 1 1 50%;
}
.flexibility-container-left-info {
    width: 70%;
    padding-left: 20%;
}
.hyatt-section {
  position: relative;
    width: 100%;
    padding: 2% 0%;
    background: #f0f0f0;
}
.hyatt-section img {
      width: 100%;
    position: relative;
 }
.hyatt-overlay-txt {
    position: absolute;
    bottom: 11%;
    right: 21%;
    max-width: 530px;
    padding: 2%;
    color: #fff;
}
.hyatt-overlay-txt img {
  width: 45%;
}
.hyatt-overlay-txt h2 {
        font-size: 32px;
        margin: 5% 0;
    }
.hyatt-overlay-txt p {
  font-size: 16px;
}
.btm-pd-grey {
  padding-bottom: 2%;
  background-color: #f0f0f0;
}

@media (max-width:768px) {
  .luxon-info {
    position: relative;
  }
  .luxon-banner {
    height: unset; 
  }
  .luxon-card {
    position: relative;
    bottom: unset;
    right: unset;
    background: #ebebeba3;
    color: #fff;
    padding: 5%;
    border-radius: 12px;
    font-family: 'Red Hat Display', sans-serif;
    max-width: 90%;
    margin: auto;
    margin-top: -15%;
  }
  .luxon-info {
    padding: 4% 10%;
    left: unset;
  }
  .luxon-info p {
    font-size: 14px;
  }
  .aminities-container {
    display: flex;
    flex-direction: column;
}
.aminities-left-top {
    display: flex
;
    gap: 8px;
}
.aminities-left {
    flex: 1 1 35%;
    padding: 10% 2% 2% 2%;
}
.aminities-left-bottom {
    display: flex;
    gap: 8px;
    margin-top: 8px;
}
.aminities-right {
    flex: 1 1 47%;
    background-color: #4A82C2;
    color: #fff;
    display: flex
;
    align-items: center;
    margin: 0 2% 5% 2%;
    border-radius: 12px;
}
.aminities-right-container {
    width: 90%;
    margin: 0 auto;
    padding: 10% 5%;
}
.aminities-right-container p {
    font-size: 14px;
    max-width: 90%;
}
.aminities-right-container h2 {
    font-size: 28px;
}
.flexibility-container {
    position: absolute;
    display: flex;
    align-items: center;
    color: #fff;
    flex-direction: column;
}
.flexibility-section {
    background: #f0f0f0;
    color: #fff;
    padding: 15px 8px 190px 8px;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.flexibility-container-left h2
 {
    font-size: 28px;
    margin-bottom: 1rem;
    width: 90%;
}
.flexibility-container-left-info {
        width: 100%;
        padding: 40% 10% 2% 10%;   
}
.flexibility-container-right-item {
    margin: 0 8%;
    padding: 4% 5%;
    background: #25499C;
    opacity: 0.8;
    border-radius: 12px;
}
.hyatt-overlay-txt {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    max-width: 530px;
    padding: 7% 10%;
    color: #fff;
}
.hyatt-overlay-txt h2 {
        font-size: 28px;
    }
.hyatt-overlay-txt p {
  font-size: 14px;
}
.hyatt-overlay-txt img {
  width: 60%;
}
}

.luxon-last-sec {
  width: 100%;
  background: #111; 
  color: #fff;
  font-family: 'Red Hat Display', sans-serif;
}

.luxon-last-sec-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

/* LEFT IMAGE */
.luxon-last-sec-image {
  flex: 1 1 50%;
}
.luxon-last-sec-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* RIGHT CONTENT */
.luxon-last-sec-content {
  flex: 1 1 50%;
  background: #004071;
  padding: 60px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.luxon-last-sec-content h2 {
  font-size: 24px;
  font-weight: 500;
  font-family: 'Red Hat Display', sans-serif;
  margin: 0 0 15px;
  color: #fff;
}

.luxon-last-sec-content p {
  font-size: 16px;
  margin: 0 0 25px;
  font-family: 'Red Hat Display', sans-serif;
  color: #ddd;
}

.luxon-last-sec-content a {
  color: #ddd;
  text-decoration: none;
  font-family: 'Red Hat Display', sans-serif;
}
.luxon-last-sec-content a:hover {
  color: #6ac143;
}

/* BUTTON */
.luxon-last-sec-btn {
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  width: max-content;
  color: #004071 !important;
  border-radius: 6px;
  font-family: 'Red Hat Display', sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s;
}
.luxon-last-sec-btn:hover {
  background: #6ac143;
  color: #fff;
}
.luxon-map-box-box-11{
  position: absolute;
  left: 20%;
  top: 10%;
}

/* RESPONSIVE */
@media(max-width: 768px) {
  .luxon-last-sec-wrapper {
    flex-direction: column;
  }
  .luxon-last-sec-content {
    padding: 40px 20px;
    text-align: center;
  }
}

.project-common-image-flex-grid {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
      background: #f0f0f0;
}

.project-common-image-flex-grid-container {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

/* Left big image */
.project-common-image-flex-grid-left {
  flex: 1 1 35%;
}
.project-common-image-flex-grid-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

/* Right side */
.project-common-image-flex-grid-right {
  flex: 1 1 40%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* Top image (full width of right side) */
.project-common-image-flex-grid-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

/* Bottom two images */
.project-common-image-flex-grid-bottom {
  display: flex;
  gap: 15px;
}
.project-common-image-flex-grid-bottom-left,
.project-common-image-flex-grid-bottom-right {
  flex: 1;
}
.project-common-image-flex-grid-bottom-left img,
.project-common-image-flex-grid-bottom-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
@media(max-width: 768px) {
  .project-common-image-flex-grid-top img {
    border-radius: 0;
  }
  .project-common-image-flex-grid-bottom-left img, .project-common-image-flex-grid-bottom-right img {
    border-radius: 0;
}
}
/* Responsive */
@media (max-width: 992px) {
  .project-common-image-flex-grid-container {
    flex-direction: column;
  }
  .project-common-image-flex-grid-left,
  .project-common-image-flex-grid-right {
    flex: 1 1 100%;
  }
  .project-common-image-flex-grid-bottom {
    flex-direction: column;
  }
  .project-common-image-flex-grid-left img {
    border-radius: 0;
}
}

.radiance-sec-6655-section {
  position: relative;
  width: 100%;
  padding: 2% 0%;
      background: #f0f0f0;
}

.radiance-sec-6655-bg {
  width: 100%;
  position: relative;
}

.radiance-sec-6655-overlay {
  position: absolute;
  bottom: 5%;
  right: 15%;
  max-width: 730px;
  /* background: #ebebeba3; */
      background: #25499C;
    opacity: 0.8;
  backdrop-filter: blur(26px);
  padding: 2%;
  border-radius: 12px 12px 0 0;
  color: #fff;
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.25);
}

.radiance-sec-6655-overlay h2 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3;
  font-family: 'Red Hat Display', sans-serif;
  color: #fff;
  margin-bottom: 20px;
}

.radiance-sec-6655-overlay p {
  font-size: 15px;
  line-height: 1.6;
  font-family: 'Red Hat Display', sans-serif;
  color: #fff;
}

@media(max-width: 768px) {
  .radiance-sec-6655-overlay {
    position: relative;
    bottom: unset;
    right: unset;
        border-radius: 12px;
    margin-top: -45%;
    padding: 5%;
  }
   .radiance-sec-6655-overlay h2{
    width: 70%;
   }
  .radiance-sec-6655-overlay p {
    font-size: 14px;
  }
  .luxon-last-sec-content h2 {
    font-size: 18px;
  }
  .projects-page-common-box-map-flex-left {
    flex: unset;
    width: 100%;
}
}

/* ===================== */
/* Laptop Font Sizes */
/* ===================== */
@media (min-width: 769px) and (max-width: 1440px) {
  .luxon-title { font-size: 38px; }
  .luxon-subtitle { font-size: 13px; }
  .luxon-desc { font-size: 13px; }
  .luxon-info h2 { font-size: 28px; }
  .luxon-info h4 { font-size: 15px; }
  .luxon-info p { font-size: 15px; }
  .luxon-last-sec-content h2 { font-size: 22px; }
  .luxon-last-sec-content p { font-size: 15px; }
  .radiance-sec-6655-overlay h2 { font-size: 26px; }
  .radiance-sec-6655-overlay p { font-size: 14px; }
}

/* ===================== */
/* Desktop Font Sizes */
/* ===================== */
@media (min-width: 1441px) {
  .luxon-title { font-size: 48px; }
  .luxon-subtitle { font-size: 16px; }
  .luxon-desc { font-size: 16px; }
  .luxon-info h2 { font-size: 36px; }
  .luxon-info h4 { font-size: 18px; }
  .luxon-info p { font-size: 18px; }
  .luxon-last-sec-content h2 { font-size: 28px; }
  .luxon-last-sec-content p { font-size: 18px; }
  .radiance-sec-6655-overlay h2 { font-size: 32px; }
  .radiance-sec-6655-overlay p { font-size: 16px; }
}



.projects-page-common-box-map-flex {
  width: 100%;
  background: #f0f0f0;
  padding: 50px 20px;
}

.projects-page-common-box-map-flex-container {
  display: flex;
  align-items:flex-end;
  justify-content: center;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.projects-page-common-box-map-flex-left {
  flex: 1;
}

.projects-page-common-box-map-flex-map {
  background: #fff;
  border-radius: 10px;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 14px;
}

.projects-page-common-box-map-flex-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.projects-page-common-box-map-flex-title {
  font-size: 28px;
  font-weight: 400;
  color: #004080;
  font-family: 'Red Hat Display', sans-serif;
  line-height: 1.3;
}

.projects-page-common-box-map-flex-content {
  background: #003e7e;
  color: #fff;
  border-radius: 10px;
  padding: 20px;
  font-family: 'Red Hat Display', sans-serif;

  font-size: 15px;
  line-height: 1.6;
}
.feature-section {
  background: #f0f0f0;
  color: #fff;
  padding: 20px;
  position: relative;
}
.feature-section img {
  border-radius: 12px;
}
.feature-container {
  font-family: 'Red Hat Display', sans-serif;
  position: absolute;
  z-index: 1;
  top: 25%;
  bottom: 25%;
  left: 18%;
  right: 18%;
  color: #fff;
}
.feature-container h3 {
      font-family: 'Red Hat Display', sans-serif;
  font-size: 25px;
  padding-left: 8%;
}
.feature-list {
  display: flex;
  justify-content: center;
  padding-top: 1%;
  gap: 1%;
}

.feature-item {
  max-width: 33%;
  display: flex;
  align-items: center;
  gap: 5%;
  background: #25499C;
  opacity: 0.8;
    padding: 2%;
    border-radius: 12px;
}

        .feature-logo {
          width: 20%;
            border-radius: 12px;
            display: flex;
            justify-content: center;
            align-items: center;

        }

        .feature-item .feature-logo img {
            width: 100%;
            height: auto;
        }

        .feature-info {
          font-family: 'Red Hat Display', sans-serif;
          width: 70%;
            text-align: left;
        }
        .feature-info p {
          margin-bottom: 0;
          font-size: 16px;
        }
.location-section {
  background: #f0f0f0;
  color: #fff;
  padding: 20px;
  position: relative;
}
.location-container {
    max-width: 22%;
    position: absolute;
    bottom: 2%;
    right: 15%;
    padding: 3%;
    background: #25499C;
    opacity: 0.8;
    border-radius: 12px 12px 0 0;
}
.location-container p {
      font-family: 'Red Hat Display', sans-serif;
  font-size: 16px; 
  margin-bottom: 0;
  line-height: 1.2;
}
.ecosystem-section {
      background: #f0f0f0;
}
.ecosystem-container {
  padding: 2% 20%;
}
.ecosystem-container p {
  width: 77%;
  margin-bottom: 0;
  font-size: 16px;
  font-family: 'Red Hat Display', sans-serif;
}
.ecosystem-container h3 {
  font-family: 'Red Hat Display', sans-serif;
  color: #004071;
  font-size: 32px;
}
.ecosystem-container h5 {
  font-family: 'Red Hat Display', sans-serif;
  color: #004071;
  font-size: 20px;
}

/* Responsive */
@media (max-width: 991px) {
  .projects-page-common-box-map-flex-container {
    flex-direction: column;
    text-align: center;
  }
  .projects-page-common-box-map-flex-right {
    align-items: center;
  }
  .projects-page-common-box-map-flex-title {
    font-size: 24px;
    text-align: left;
  }
  .feature-container {
    bottom: 15%;
    left: 10%;
  }
  .feature-list {
    display: flex;
    flex-direction: column;
  }
  .feature-item {
    max-width: 100%;
    margin-top: 5%;
    padding: 5%;
  }
  .location-section {
    padding: 0;
  }
  .location-container {
    max-width: 100%;
    position: absolute;
    bottom: 0;
    right: 5%;
    left: 5%;
    padding: 4% 10%;
  }
  .location-container p {
    font-size: 14px;
  }
  .feature-info p {
    margin-bottom: 0;
    font-size: 14px;
  }
  .ecosystem-container p {
    width: 100%;
    font-size: 14px;
}
.ecosystem-container {
    padding: 10% 5%;
}
.radiance-sec-6655-section {
  padding: 2%;
}
}


 @media only screen  and (min-width : 1224px) {
.luxon-banner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 105vh;
}
.luxon-info {
    padding: 40px 7%;
    text-align: left;
    position: absolute;
    /* bottom: -19%; */
    height: 18vh;
}
}
@media only screen  and (min-width : 1800px) {
.luxon-banner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100vh;
}
.luxon-info {
    padding: 40px 10%;
    text-align: left;
    position: absolute;
    /* bottom: 0%; */
    height: 23vh;
}
}


/* ========================================= */
/* iPads (landscape & portrait), small laptops,
   and mid-size displays (769px – 1223px) */
/* ========================================= */

@media only screen and (min-width: 769px) and (max-width: 1223px) {

  /* Luxon Section Adjustments */
  .luxon-card {
    right: 10%;
    bottom: 5%;
    max-width: 420px;
    padding: 2.5%;
  }

  .luxon-title {
    font-size: 34px;
  }

  .luxon-subtitle {
    font-size: 13px;
  }

  .luxon-desc {
    font-size: 13px;
  }

  .luxon-info {
    padding: 30px 8%;
  }

  .luxon-info h2 {
    font-size: 28px;
  }

  .luxon-info h4 {
    font-size: 14px;
  }

  .luxon-info p {
    font-size: 14px;
  }

  /* Amenities Section */
  .aminities-container {
    gap: 12px;
  }

  .aminities-right-container {
    width: 85%;
  }

  .aminities-right-container h2 {
    font-size: 28px;
  }

  .aminities-right-container p {
    font-size: 15px;
    max-width: 80%;
  }

  /* Flexibility Section */
  .flexibility-container-left-info {
    width: 80%;
    padding-left: 10%;
  }

  .flexibility-container-left h2 {
    font-size: 30px;
  }

  .flexibility-container-right-item h4 {
    font-size: 20px;
  }

  /* Hyatt Section */
  .hyatt-overlay-txt {
    bottom: 8%;
    right: 10%;
    max-width: 460px;
  }

  .hyatt-overlay-txt h2 {
    font-size: 28px;
  }

  .hyatt-overlay-txt p {
    font-size: 15px;
  }

  /* Radiance Section */
  .radiance-sec-6655-overlay {
    right: 10%;
    max-width: 600px;
    padding: 3%;
  }

  .radiance-sec-6655-overlay h2 {
    font-size: 26px;
  }

  .radiance-sec-6655-overlay p {
    font-size: 14px;
  }

  /* Common Project Section */
  .projects-page-common-box-map-flex-container {
    gap: 25px;
  }

  .projects-page-common-box-map-flex-title {
    font-size: 26px;
  }

  .projects-page-common-box-map-flex-content {
    font-size: 14px;
  }

  /* Feature Section */
  .feature-container {
    top: 20%;
    left: 12%;
    right: 12%;
  }

  .feature-container h3 {
    font-size: 22px;
  }

  .feature-info p {
    font-size: 15px;
  }

  /* Ecosystem Section */
  .ecosystem-container {
    padding: 4% 10%;
  }

  .ecosystem-container h3 {
    font-size: 28px;
  }

  .ecosystem-container p {
    font-size: 15px;
    width: 90%;
  }

  /* Last Section */
  .luxon-last-sec-content {
    padding: 50px 30px;
  }

  .luxon-last-sec-content h2 {
    font-size: 20px;
  }

  .luxon-last-sec-content p {
    font-size: 15px;
  }

  .luxon-last-sec-btn {
    padding: 8px 18px;
    font-size: 14px;
  }
 .location-container {
    max-width: 30%;

 }

 .location-container {
       
        padding: 4% 4%;
    }

}

/* ========================================= */
/* Specific for iPad portrait (768x1024) */
/* ========================================= */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
 


.feature-container{
  display: none;
}

  .flexibility-container-left-info {
    padding: 5% 10%;
    width: 100%;
  }

  .aminities-container {
    flex-direction: column;
  }
  .luxon-banner {

    height: 50vh !important;
  }

  .luxon-card {
   
    right: 7%;

  }
  .luxon-info {
    bottom: 50%;
    left: 5%;
  }
  
}

/* css code for MacBook version */
@media only screen and (min-width: 1558px) and (max-width: 1560px) {
  .luxon-banner {
    height: 100vh;
  }
  .luxon-info {
        height: 30vh !important;
  }
}

