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: 100%;
  height: auto;
  display: block;
}

/* 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: 400px;
}

.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: #555;
  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;
}

@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-banner img {
    width: 80%;
    height: auto;
    display: block;
    margin: auto;
  }
  .luxon-info {
    padding: 40px 0%;
    left: unset;
    padding-left: 10%;
  }
  .projects-page-common-box-map-flex-left {
    flex: unset;
    width: 100%;
}
}

.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: #EB2A32;
  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;
}

/* 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;
  }
}

.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: 550px;
  background: #eb2a324d;
  backdrop-filter: blur(26px);
  padding: 2%;
  border-radius: 12px;
  color: #fff;
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.25);
}

.radiance-sec-6655-overlay-map-box{
    position: absolute;
  bottom: 5%;
  right: 15%;
  max-width: 550px;
  background: #eb2a324d;
  backdrop-filter: blur(26px);
  padding: 2%;
  border-radius: 12px;
  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,  .radiance-sec-6655-overlay-map-box 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-map-box{
         right: unset;
        padding: 5%;
        position: relative;
        margin: 5%;
        margin-top: -10%;
  }
  .radiance-sec-6655-overlay {
    position: relative;
    bottom: unset;
    right: unset;
    margin: 2%;
    margin-top: -20%;
    padding: 5%;
  }
  .radiance-sec-6655-overlay p {
    font-size: 14px;
  }
  .luxon-last-sec-content h2 {
    font-size: 18px;
  }
}

/* ===================== */
/* 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;
}

/* 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;
  }
}

 @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: -20%; */
    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: 3%; */
    height: 23vh;
}
}

/* ===================== */
/* iPad & Tablet Devices */
/* ===================== */
@media only screen and (min-width: 769px) and (max-width: 1223px) {

  /* Banner Section */
  /* .luxon-banner {
    height: 90vh;
  } */

  .luxon-banner img {
    width: 100%;
    height: auto;
    display: block;
  }

  .luxon-card {
    bottom: 8%;
    right: 10%;
    max-width: 360px;
    padding: 2.5%;
  }

  .luxon-logo {
    width: 100px;
  }

  .luxon-title {
    font-size: 34px;
  }

  .luxon-subtitle {
    font-size: 13px;
    letter-spacing: 1.5px;
  }

  .luxon-desc {
    font-size: 13px;
    line-height: 1.5;
  }

  /* Info Section */
  .luxon-info {
    /* bottom: 11%; */
    left: 8%;
    padding: 30px 8%;
  }

  .luxon-info h2 {
    font-size: 26px;
  }

  .luxon-info h4 {
    font-size: 15px;
  }

  .luxon-info p {
    font-size: 14px;
  }

  /* Last Section */
  .luxon-last-sec-wrapper {
    flex-wrap: wrap;
  }

  .luxon-last-sec-image {
    flex: 1 1 50%;
  }

  .luxon-last-sec-content {
    flex: 1 1 50%;
    padding: 50px 30px;
  }

  .luxon-last-sec-content h2 {
    font-size: 20px;
  }

  .luxon-last-sec-content p {
    font-size: 15px;
  }

  .luxon-last-sec-btn {
    font-size: 14px;
    padding: 8px 18px;
  }

  /* Radiance Section */
  .radiance-sec-6655-overlay,
  .radiance-sec-6655-overlay-map-box {
    right: 10%;
    bottom: 5%;
    max-width: 450px;
    padding: 3%;
    border-radius: 12px;
  }

  .radiance-sec-6655-overlay h2 {
    font-size: 24px;
  }

  .radiance-sec-6655-overlay p,
  .radiance-sec-6655-overlay-map-box p {
    font-size: 14px;
  }

  /* Project Grid */
  .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: row;
    gap: 10px;
  }

  .project-common-image-flex-grid-bottom img {
    border-radius: 10px;
  }

  /* Map Box */
  .projects-page-common-box-map-flex-container {
    gap: 30px;
    padding: 0 5%;
  }

  .projects-page-common-box-map-flex-map {
    height: 350px;
  }

  .projects-page-common-box-map-flex-title {
    font-size: 24px;
  }

  .projects-page-common-box-map-flex-content {
    font-size: 15px;
  }

  /* Font Tweaks for Tablet */
  .luxon-title { font-size: 34px; }
  .luxon-subtitle { font-size: 13px; }
  .luxon-desc { font-size: 13px; }
  .luxon-info h2 { font-size: 26px; }
  .luxon-info p { font-size: 14px; }
  .radiance-sec-6655-overlay h2 { font-size: 24px; }
}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {

.luxon-banner {
        height: 45vh;
    }

        .luxon-info {
        bottom: 55%;
        }
}

/* 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;
  }
}