 #lux-page-header-02 {
            width: 100%;
            background: transparent;
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
        }

        .lux-header-wrap {
            max-width: 1255px;
            margin: auto;
            padding: 80px 18px 55px;
        }

        /* Breadcrumb */
        .lux-breadcrumb {
            display: flex;
            gap: 10px;
            align-items: center;
            font-size: 15px;
            font-weight: 500;
            letter-spacing: 0.4px;
            color: #6b7280;
            margin-bottom: 18px;
        }

        .lux-breadcrumb a {
            color: #374151;
            text-decoration: none;
            position: relative;
        }

        .lux-breadcrumb a::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: -3px;
            width: 0;
            height: 1px;
            background: #111827;
            transition: 0.35s ease;
        }

        .lux-breadcrumb a:hover::after {
            width: 100%;
        }

        /* Title */
        .lux-page-title {
            font-size: clamp(30px, 4.2vw, 46px);
            font-weight: 800;
            line-height: 1.18;
            letter-spacing: -0.6px;
            color: #0f172a;
            margin: 0 0 16px;
        }

        /* Elegant divider */
        .lux-title-divider {
            width: 72px;
            height: 2px;
            background: linear-gradient(90deg, #0f172a, #9ca3af);
            margin-bottom: 22px;
        }

        /* Subtitle */
        .lux-page-subtitle {
            max-width: 780px;
            font-size: 17px;
            font-weight: 400;
            line-height: 1.75;
            color: #475569;
        }

        /* Mobile refinement */
        @media(max-width:640px) {
            .lux-header-wrap {
                padding: 55px 14px 40px;
            }

            .lux-page-subtitle {
                font-size: 15.5px;
            }
        } 
 
 
 


        /* SECTION */
#luxprod-white-sec-03{
  padding:clamp(40px,6vw,100px) 16px;
  margin-top: -80px;
}

.luxprod-container-03{
  max-width:1240px;
  margin:auto;
  display:grid;
  grid-template-columns:1fr 1.05fr;
  gap:clamp(30px,6vw,90px);
  align-items:center;
}

/* LEFT IMAGE SIDE */
.luxprod-main-image-03{
  width:100%;
  max-width:520px;
  margin:0 auto 18px;
  display:block;
  object-fit:contain;
  box-shadow:rgba(0,0,0,0.2) 0 3px 8px;
  padding:10px;
}

.luxprod-thumb-row-03{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
  max-width:520px;
  margin:auto;
}

.luxprod-thumb-row-03 img{
  width:100%;
  height:90px;
  object-fit:contain;
  cursor:pointer;
  box-shadow:rgba(0,0,0,0.2) 0 3px 6px;
  transition:transform .35s ease,opacity .35s ease;
}

.luxprod-thumb-row-03 img:hover{
  transform:translateY(-5px) scale(1.02);
  opacity:.9;
}

/* RIGHT SIDE – SAME AS YOU APPROVED */
.luxprod-right-adv{width:100%;}

.luxprod-model-badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-size:15px;
  font-weight: 700 !important;
  letter-spacing:.65px;
  text-transform:uppercase;
  color:#f87509;
  margin-bottom:18px;
}

.luxprod-model-badge::before{
  content:"";
  width:34px;
  height:2px;
  background:linear-gradient(90deg,#f87509,#f87509);
}

.luxprod-title-adv{
  font-size:28px;
  line-height:1.15;
  letter-spacing: 2px;
  font-weight:700;
  color:#0f172a;
  margin-bottom:22px;
  text-transform: uppercase;
}

.luxprod-desc-adv{
  max-width:560px;
  font-size:16px;
  line-height:1.9;
  color:#475569;
  margin-bottom:34px;
}










/* RESPONSIVE */
@media(max-width:900px){
  .luxprod-container-03{grid-template-columns:1fr;}
  .luxprod-right-adv{text-align:left;}
  .luxprod-desc-adv{margin:auto; margin-bottom: 25px;}
  .luxprod-features-adv{grid-template-columns:1fr;}
  .luxprod-title-adv{
    font-size: 25px;
  }
}






/* table seaction css */


/* tbale section for 2520 pdrodu css */


/* SECTION */
.techspec-section{
  max-width:1240px;
  margin:auto;
  padding:70px 16px;
}

/* HEADING */
.techspec-heading{
  font-size:clamp(26px,3vw,40px);
  font-weight:700;
  color:#111827;
  margin-bottom:30px;
}
.techspec-heading::after{
  content:"";
  width:80px;
  height:4px;
  background:#f87509;
  display:block;
  margin-top:10px;
}

/* DESKTOP TABLE */
.techspec-table-wrap{overflow-x:auto;}

.techspec-table{
  width:100%;
  border-collapse:collapse;
  background:#ffffff;
  box-shadow:0 22px 55px rgba(0,0,0,.06);
}

.techspec-table th{
  background:#f87509;
  color:#ffffff;
  padding:14px 16px;
  font-weight:600;
  text-align:left;
}

.techspec-table td{
  padding:14px 16px;
  font-size:15px;
  color:#374151;
  border-bottom:1px solid #f1f1f1;
}

.techspec-table tr:hover td{
  background:#fff7f2;
}

.techspec-table .highlight td{
  background:#fff1e8;
  font-weight:700;
}

/* MOBILE CARDS */
.techspec-cards{
  display:none;
  margin-top:28px;
  gap:14px;
}

.spec-card{
  background:#ffffff;
  padding:16px 18px;
  border-left:4px solid #f87509;
  box-shadow:0 14px 35px rgba(0,0,0,.06);
}

.spec-card .sr{
  font-size:12px;
  color:#9ca3af;
  margin-bottom:4px;
}

.spec-card .title{
  font-size:14px;
  font-weight:600;
  color:#111827;
  margin-bottom:6px;
}

.spec-card .value{
  font-size:14px;
  color:#374151;
}

.spec-card.highlight{
  background:#fff3ec;
  font-weight:700;
}

/* NOTES */
.techspec-note{
  margin-top:32px;
  padding:18px 22px;
  background:#fff7f2;
  border-left:4px solid #f87509;
  font-size:15px;
  line-height:1.7;
  color:#374151;
  box-shadow:0 14px 35px rgba(0,0,0,.05);
}

/* RESPONSIVE */
@media(max-width:768px){
  .techspec-table-wrap{display:none;}
  .techspec-cards{display:grid;}
}








/* 3 img section css start  */

/* ===== Company Image Section ===== */
#company-img-section-20260205 {
  width: 100%;
  padding: 10px 0 40px 0;
  background: #ffffff;
  display: flex;
  justify-content: center;
}

.company-img-container-20260205 {
  width: 1250px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 5px 16px;
}

/* 🔥 FORCE 3 ITEMS PER ROW */
.company-img-item-20260205 {
  flex: 0 0 calc(33.333% - 20px);
  max-width: calc(33.333% - 20px);

  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  border-radius: 8px;
  height: 200px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em,
              rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em,
              rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset !important;
              
              
}

/* IMAGE SIZE SAME AS BEFORE */
.company-img-item-20260205 img {
  width: 270px;
  height: auto;
  object-fit: contain;
  transition: transform 0.6s ease, filter 0.6s ease;
  
}


/* ===== Hover Shine Animation ===== */
.company-img-item-20260205::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -75%;
  width: 50%;
  height: 200%;
  background: linear-gradient(
    120deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.4) 50%,
    rgba(255,255,255,0) 100%
  );
  transform: rotate(25deg);
  transition: all 0.6s ease;
}

.company-img-item-20260205:hover::before {
  left: 125%;
}

.company-img-item-20260205:hover img {
  transform: scale(1.05);
  filter: brightness(1.2);
}

/* ===== Responsive ===== */
@media (max-width: 992px) {
  .company-img-item-20260205 {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
    height: 150px;
  }
}

@media (max-width: 600px) {
  .company-img-item-20260205 {
    flex: 0 0 100%;
    max-width: 100%;
    height: 100px;
  }
  .company-img-item-20260205{
    height: 200px !important;
  }
}



 /* next table start  */

    /* ===== SECTION WRAPPER ===== */
.prod-cap-section {
  max-width: 1240px;
  margin: auto;
  padding: 70px 16px;
}

/* ===== HEADING ===== */
.prod-cap-heading {
  font-size: clamp(26px,3vw,42px);
  font-weight: 700;
  color: #111827;
  margin-bottom: 30px;
}
.prod-cap-heading::after {
  content: "";
  width: 80px;
  height: 4px;
  background: #f87509;
  display: block;
  margin-top: 10px;
}

/* ===== DESKTOP TABLE ===== */
.prod-cap-table-wrap {
  overflow-x: auto;
}

.prod-cap-table {
  width: 100%;
  border-collapse: collapse;
  box-shadow: 0 20px 50px rgba(0,0,0,0.06);
}

.prod-cap-table th {
  background: #f87509;
  color: #ffffff;
  padding: 14px 16px;
  font-weight: 600;
  text-align: left;
}

.prod-cap-table td {
  padding: 14px 16px;
  font-size: 15px;
  color: #374151;
  border-bottom: 1px solid #f1f1f1;
  vertical-align: middle;
}

.prod-cap-table tr:hover td {
  background: #fff7f2;
}

/* ===== IMAGE WITH HOVER ANIMATION ===== */
.prod-cap-table td img {
  width: 120px;
  height: auto;
  object-fit: contain;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
  border-radius: 4px;
}

.prod-cap-table td img:hover {

box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
transition: 0.5s;
}

/* ===== MOBILE CARDS ===== */
.prod-cap-cards {
  display: none;
  margin-top: 30px;
  gap: 16px;
}

.prod-cap-card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  padding: 16px 20px;
  border-left: 4px solid #f87509;
  box-shadow: 0 14px 40px rgba(0,0,0,0.06);
  border-radius: 6px;
}

.prod-cap-card .sr {
  font-size: 12px;
  color: #9ca3af;
  margin-bottom: 4px;
}

.prod-cap-card .title {
  font-size: 14px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 6px;
}

.prod-cap-card .value {
  font-size: 14px;
  color: #374151;
  margin-bottom: 6px;
}

.prod-cap-card .img-wrap {
  margin-bottom: 8px;
  text-align: center;
}

.prod-cap-card .img-wrap img {
  width: 100%;
  max-width: 120px;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
  border-radius: 4px;
}

.prod-cap-card .img-wrap img:hover {
  transform: scale(1.08) rotate(1deg);
  box-shadow: 0 8px 25px rgba(248,117,9,0.5);
}

.prod-cap-card.highlight {
  background: #fff3ec;
  font-weight: 700;
}

/* RESPONSIVE */
@media(max-width:768px){
  .prod-cap-table-wrap { display: none; }
  .prod-cap-cards { display: grid; }
}

    /* next table end  */