   body{
               font-family: 'Red Hat Display', sans-serif;
        }
        .luxon-section {
  width: 100%;
  margin: 0;
  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: rgba(0,0,0,0.85);
  color: #fff;
  padding: 3%;
  border-radius: 12px;
     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, #d1aa52, #f4e19c);
  -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: #ddd;
}

/* Bottom Info */
.luxon-info {
  /* background: #f2f2f2; */
  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;
  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;
}

.luxon-section-3{
    position: relative;
    background-color: #ddd;
}


.luxon-map-box-box{
    position: absolute;
    left: 20%;
    bottom: 0;
    /* padding: 3%; */
   
}


.luxon-map-box-heading{
    padding: 5%;
     font-family: 'Red Hat Display', sans-serif;
    max-width:450px ;
     line-height: 1.2;
      font-size: 25px;
    color: #000;
}
.luxon-map-box{
    padding: 10%;
    background-color: #f2e4bf57;
    backdrop-filter: blur(26px);
-webkit-backdrop-filter: blur(26px);
border-radius: 10px;
}


.luxon-map-box p{

    font-size: 16px;
    color: #000;
    line-height: 1.2;
    padding-bottom: 1%;
    font-family: 'Red Hat Display', sans-serif;
    max-width:450px ;

}



.think-design-sec33{
    padding: 2%;
    background-color: #EBEBEB ;
}
 .section {
      display: flex;
      align-items: center;
      justify-content: space-between;
      /* height: 500px; */
      position: relative;
      overflow: hidden;
          padding: 1% 0%;
    }

    .section:nth-child(odd) {
      flex-direction: row-reverse;
    }

    .image-box {
      width: 70%;
      /* height: 100%; */
    }

    .image-box img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .text-box {
      width: 40%;
      padding: 40px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: #393939 ;
      color: white;
      border-radius: 12px;
      max-width: 450px;
      z-index: 2;
    }

    .section:nth-child(odd) .text-box {
     left: 15%;
      
    }

    .section:nth-child(even) .text-box {
      
       right: 15%;
    }

    .text-box h2 {
      font-size: 22px;
      color: #F2E4BF;
      margin-bottom: 12px;
    }

    .text-box p {
      font-size: 16px;
      line-height: 1.6;
      color: #FFFFFF;
    }

.section-mobile{
    padding: 2%;
}








.luxon-sec-5{
    position:relative;
    min-height:70vh;
    width:100%;
    display:flex;
    align-items:center;
    /* margin: 2%; */
    border-radius: 10px;
    justify-content:space-between;
    padding:48px clamp(20px,5vw,64px);
    overflow:hidden;
    color:#fff;
    background:#000;
  }

  .luxon-sec-5__bg{
    position:absolute; inset:0;
    background:url("../images/projects/luxon/Group 4180.png") center/cover no-repeat;
    z-index:0;
  }
  /* subtle vignette + readability */
  .luxon-sec-5__overlay{
    position:absolute; inset:0; z-index:1;
  
    pointer-events:none;
  }

  .luxon-sec-5__container{
    position:relative; z-index:2;
    width:100%;
    display:flex; gap:4vw; align-items:center; justify-content:space-evenly;
  }

  /* left */
  .luxon-sec-5__left{
    flex:1 1 48ch; max-width:400px;
  }
  .luxon-sec-5__title{
    font-size:45px;
    line-height:1.08;
    font-weight: 400;
    letter-spacing:.2px;
    color:#F2E4BF;
    margin-bottom:20px;
    font-family: 'Red Hat Display', sans-serif;

  }
  .luxon-sec-5__desc{
       max-width: 350px;
    font-family: 'Red Hat Display', sans-serif;

    font-size:16px;
    line-height:1.7;
    color:#fff;
  }

  /* right cards */
  .luxon-sec-5__right{
    flex:1 1 420px; max-width:600px;
    display:flex; flex-direction:column; gap:18px;
  }
  .luxon-sec-5__card{
    position:relative;
    padding:22px 26px;
    border-radius:16px;
    background:#0e0b06bf;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border:1px solid rgba(255,255,255,.08);
    box-shadow:
      0 8px 28px rgba(0,0,0,.45),
      inset 0 1px 0 rgba(255,255,255,.06);
  }
  .luxon-sec-5__card::before{
    content:"";
    position:absolute; inset:-1px;
    border-radius:16px;
    background:linear-gradient(90deg, rgba(255,194,92,.18), rgba(255,194,92,0) 40%);
    opacity:.35; pointer-events:none; mix-blend:screen;
  }
  .luxon-sec-5__card-title{
    font-size:25px;
    margin-bottom:8px; 
    color:#F2E4BF;
    font-weight:500;
    line-height: 1.2;
    font-family: 'Red Hat Display', sans-serif;

  }
  .luxon-sec-5__card-text{
    font-size:clamp(13px,1.05vw,16px);
    line-height:1.2; color:var(--luxon5-text);
    max-width:600px;

    font-family: 'Red Hat Display', sans-serif;

  }
  .gallery-heading {
  text-align: left;
  font: normal normal 600 40px/53px 'Red Hat Display', sans-serif;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  padding: 20px 0;
    font-family: 'Red Hat Display', sans-serif;
    margin-left: 15%;
}




:root {
  --luxon-gap: 16px;
  --luxon-auto-interval: 2800ms;
}
* { box-sizing: border-box; margin:0; padding:0; }

.luxon-sec-gallary {
  position: relative;
  /* max-width: 1200px; */
  margin: 60px auto;
  padding: 0 20px;
  user-select: none;
}

.luxon-sec-gallary__viewport {
  overflow: hidden;
  width: 100%;
}

.luxon-sec-gallary__track {
  display: flex;
  gap: var(--luxon-gap);
  will-change: transform;
  touch-action: pan-y;
  transition: transform .4s ease;
}

.luxon-sec-gallary__slide {
  flex: 0 0 calc((100% - var(--luxon-gap) * 2) / 3.2);
  background: #fff;
  /* border-radius: 14px; */
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0,0,0,.15);
}

.luxon-sec-gallary__card {
  aspect-ratio: 16 / 10;
  display: flex; 
  align-items: center; 
  justify-content: center;
  font-size: 20px; 
  font-weight: 600;
  color: #fff;
}
.luxon-sec-gallary__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: rgba(0,0,0,0.65);
  width: 42px; height: 42px;
  border-radius: 50%;
  display: grid; place-items: center;
  cursor: pointer;
  color: #fff;
  z-index: 5;
  transition: background .2s ease;
}
.luxon-sec-gallary__btn:hover {
  background: rgba(0,0,0,0.85);
}
.luxon-sec-gallary__btn--prev { left: 10px; }
.luxon-sec-gallary__btn--next { right: 10px; }

.luxon-sec-gallary__btn svg { width: 20px; height: 20px; }



.luxon-last-sec {
  width: 100%;
  background: #111; /* fallback */
  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: #111;
  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-sec-2-grid {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.luxon-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

/* content box */
.luxon-content {
  /* background: rgba(0, 0, 0, 0.75); */
  padding: 40px;
  border-radius: 16px;
  max-width: 1200px;
  width: 90%;
  text-align: center;
  color: #fff;
}
.luxon-content1 {
  background: rgba(0, 0, 0, 0.75);
  padding: 40px;
  border-radius: 16px;
    max-width: fit-content;
    margin: 2%;
  text-align: center;
  color: #fff;
}

.luxon-content h2 {
  font-size: 28px;
  color: #F2E4BF;
  margin-left: 5%;
   font-family: 'Red Hat Display', sans-serif;
line-height: 1.2;
  text-align: left;
  margin-bottom: 30px;
}

/* grid layout 4 per row */
.luxon-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px 40px;
}

.luxon-item {
  display: flex;
  align-items: flex-start;
  text-align: left;
  gap: 12px;
}

.luxon-item img {
  flex-shrink: 0;
  margin-top: 4px;
}

.luxon-item p {
  font-size: 14px;
  color: #ffff;
  line-height: 1.5;
   font-family: 'Red Hat Display', sans-serif;

}

/* footer */
.luxon-footer {
  /* margin-top: 30px; */
  font-size: 14px;
  opacity: 0.9;
  text-align: left;
}
.luxon-sec-2-grid-icon {
  font-size: 40px;   /* adjust as needed */
     width: 90px;
    height: 80px;

}

/* Restrict paragraph width */
.limited-text {
  max-width: 18ch;   /* ~3 words in line (depends on font size) */
  line-height: 1.5;
  word-break: break-word;
}

/* Responsive */
@media (max-width: 991px) {
  .luxon-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .luxon-grid {
    grid-template-columns: 1fr;
  }
}

/* RESPONSIVE */
@media(max-width: 768px) {
  .luxon-last-sec-wrapper {
    flex-direction: column;
  }
  .luxon-last-sec-content {
    padding: 40px 20px;
    text-align: center;
  }

  .luxon-info {
    padding-top: 3%;
    position: relative;
}
.luxon-banner {
     height: unset; 
}
.luxon-content {
    /* background: rgba(0, 0, 0, 0.75); */
    padding: 10px 5px;
}

.luxon-sec-2-grid-icon {
    font-size: 40px;
    width: 60px;
    height: 50px;
}
.luxon-sec-gallary {
    position: relative;
    /* max-width: 1200px; */
    margin: 10px auto;
}
}




/* responsive */
@media (max-width: 992px) {
  .luxon-sec-gallary__slide {
    flex: 0 0 calc((100% - var(--luxon-gap)) / 2.2);
  }
}
@media (max-width: 600px) {
  .luxon-sec-gallary__slide {
    flex: 0 0 calc(100% / 1);
  }
}
  /* responsive */
  @media (max-width: 1024px){
    .luxon-sec-5{padding:40px 24px}
    .luxon-sec-5__container{flex-direction:column; gap:28px}
    .luxon-sec-5__right{max-width:none}
  }
  @media (max-width: 560px){
    .luxon-sec-5{min-height:unset; padding:28px 18px}
    .luxon-sec-5__card{padding:18px 16px; border-radius:14px}
  }


   @media (max-width:768px) {

    .luxon-sec-5__title {
    font-size: 35px;

    }
    .image-box-mobile img{
        width: 100%;
        margin: auto;
    }

    
    .text-box-mobile {
      
      background: #393939 ;
      
      border-radius: 12px;
      width: 100%;
      padding: 3%;
    }

    .text-box-mobile h2{
        color: #F2E4BF;
    }
    .text-box-mobile p{
        color:#FFFFFF;
    }
    
.luxon-map-box-box{
    position: absolute;
    left: 0%;
}
.luxon-map-box {
    padding: 10%;
    margin: 2%;
}
    .luxon-card {
    position: relative;
    bottom: unset;
    right: unset;
    background: rgba(0, 0, 0, 0.85);
    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 {
    /* background: #f2f2f2; */
   
       padding: 40px 0%;
    left: unset;
    padding-left: 5%;
}
   }

    @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: -20%;
}
}
      @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%;
}
}