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: 3%;
  left:10%;
  font-family: 'Red Hat Display', sans-serif;
}

.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: 5%;
  }
}

.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;
}

/* 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: #ebebeba3;
  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: #004071;
  margin-bottom: 20px;
}

.radiance-sec-6655-overlay p {
  font-size: 15px;
  line-height: 1.6;
  font-family: 'Red Hat Display', sans-serif;
  color: #000;
}

@media(max-width: 768px) {
  .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;
  }
  .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;
}

/* 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: 115vh;
}
.luxon-info {
    padding: 40px 10%;
    text-align: left;
    position: absolute;
    bottom: -19%;
}
}
      @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%;
}
}