.header-transparent {
  position: relative;
  background: #fff !important;	
}
.topbar-left {
  width: 100%;
  top: 0px;
}
.header-sticky{
	position:fixed;
}
li{
	list-style:none;
}
.slider-nav {
  position: absolute;
}
p {
  font-size: 15px;
  line-height: 28px !important;
  letter-spacing: 0.1px !important;
  font-family: 'Montserrat', sans-serif;
  color: #444444;
}
.pmt-about-sec{
  padding:75px 0;               /* small outer space */
  background:#eef2f8;
}
.pmt-about-sec .container{max-width:1240px;margin:0 auto;padding:0 20px;}
 
/* ── Main grid: collage | content ── */
.pmt-about-grid{
  display:grid;
  grid-template-columns:54% 46%;
  gap:45px;
  align-items:center;
}
 
/* ── LEFT: image collage (compact height) ── */
.pmt-collage{
  position:relative;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
  min-height:50px;            /* shorter */
}
.pmt-col-left{
  display:grid;
  grid-template-rows:1fr 1fr;
  gap:16px;
  min-height:0;
}
.pmt-col-right{display:grid;min-height:0;}
 
.pmt-img{
  position:relative;
  overflow:hidden;
  border-radius:12px;
  background:#cfd6e4;
  box-shadow:0 10px 26px rgba(20,30,60,.12);
  min-height:0;
}
.pmt-img img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .55s ease;
}
.pmt-img:hover img{transform:scale(1.06);}
.pmt-img-tall{height:100%;}
 
/* ── Center round badge with icon ── */
.pmt-badge{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  z-index:6;
  width:150px;
  height:150px;
  border-radius:50%;
  background:#1c1f38;            /* navy (swap to #1565c0 for blue) */
  border:6px solid #ffffff;
  box-shadow:0 14px 36px rgba(28,31,56,.40);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  color:#fff;
  pointer-events:none;
}
.pmt-badge-icon{margin-bottom:5px;opacity:.92;}
.pmt-badge-icon svg{width:26px;height:26px;}
.pmt-badge-num{
  font-size:32px;
  font-weight:800;
  line-height:1;
  font-family:'Montserrat',sans-serif;
}
.pmt-badge-num span{font-size:16px;color:#8d6c38;vertical-align:top;margin-left:1px;}
.pmt-badge-sub{
  font-size:11px;
  color:#c8cfe4;
  margin-top:6px;
  padding:0 20px;
  line-height:1.35;
  font-family:'Montserrat',sans-serif;
}
 
/* ── RIGHT: content (tight) ── */
.pmt-about-content{padding:0;}
.pmt-about-title{
  font-size:34px;
  font-weight:800;
  letter-spacing:-.5px;
  color:#1c1f38;
  margin:0 0 12px;
  font-family:'Montserrat',sans-serif;
}
.pmt-lead{
  font-size:16px;
  line-height:1.55;
  font-weight:500;
  color:#1c1f38;
  margin:0 0 14px;
}
.pmt-lead span{color:#8d6c38;}
 
/* ── Minimal points ── */
.pmt-points{list-style:none;padding:0;margin:0 0 16px;}
.pmt-points li{
  display:flex;
  align-items:flex-start;
  gap:9px;
  font-size:15px;
  color:#3a4154;
  padding:3px 0;
  line-height:1.4;
}
.pmt-points .ic{
  width:18px;height:18px;border-radius:50%;
  background:#1c1f38;flex-shrink:0;
  display:flex;align-items:center;justify-content:center;
  margin-top:1px;
}
 
.pmt-line{border:none;border-top:1px solid #dfe4ef;margin:0 0 16px;}
 
/* ── 2x2 stats ── */
.pmt-stats{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px 36px;
  margin-bottom:22px;
}
.pmt-stat .num{
  font-size:28px;
  font-weight:800;
  line-height:1;
  color:#1c1f38;
  font-family:'Montserrat',sans-serif;
}
.pmt-stat .lbl{font-size:13.5px;color:#7a8194;margin-top:5px;}
 
/* ── Buttons ── */
.pmt-actions{display:flex;gap:14px;flex-wrap:wrap;align-items:center;}
.pmt-btn-primary{
  background:#8d6c38;
  color:#fff;
  padding:12px 28px;
  border-radius:6px;
  font-size:13.5px;
  font-weight:600;
  text-decoration:none;
  display:inline-block;
  transition:.25s;
}
.pmt-btn-primary:hover{background:#8d6c38;color:#fff;}
.pmt-btn-video{
  display:inline-flex;
  align-items:center;
  gap:9px;
  background:#fff;
  color:#8d6c38;
  border:1.5px solid #8d6c38;
  padding:10px 24px;
  border-radius:6px;
  font-size:13.5px;
  font-weight:600;
  cursor:pointer;
  transition:.25s;
  text-decoration:none;
}
.pmt-btn-video:hover{background:#8d6c38;color:#fff;}
.pmt-play{
  width:20px;height:20px;border-radius:50%;
  border:1.5px solid currentColor;
  display:flex;align-items:center;justify-content:center;
  font-size:8px;flex-shrink:0;
}
/* ════════════════════════════════════════════════
   DOMIPIX — PRODUCT PAGES (H1 category + H2 detail)
   + bottom Enquiry Form. Paste at the END of custom.css.
   Brand: navy #1c1f38 · gold #8d6c38
   ════════════════════════════════════════════════ */

:root{
  --dpx-navy:#1c1f38;
  --dpx-gold:#8d6c38;
  --dpx-bg:#f4f5f9;
}

/* ---------- shared breadcrumb banner ---------- */
.dpx-banner{position:relative;padding:90px 0 70px;background:#1c1f38 center/cover no-repeat;overflow:hidden;}
.dpx-banner::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(28,31,56,.92),rgba(141,108,56,.55));}
.dpx-banner-inner{position:relative;z-index:2;text-align:center;color:#fff;}
.dpx-banner-inner h1{font-size:46px;font-weight:800;letter-spacing:.5px;margin:0 0 12px;font-family:'Montserrat',sans-serif;color:#fff;text-transform:uppercase;}
.dpx-crumb{display:flex;gap:10px;justify-content:center;font-size:14px;color:rgba(255,255,255,.7);}
.dpx-crumb a{color:rgba(255,255,255,.8);text-decoration:none;}
.dpx-crumb a:hover{color:#fff;}
.dpx-crumb span{color:var(--dpx-gold);}

/* ════════ H1 — CATEGORY PAGE ════════ */
.dpx-cat-sec{padding:70px 0;background:var(--dpx-bg);}
.dpx-cat-grid{display:grid;grid-template-columns:280px 1fr;gap:40px;align-items:start;}

/* sidebar */
.dpx-side{position:sticky;top:90px;}
.dpx-side-box{background:#fff;border:1px solid #e6eaf2;border-radius:14px;padding:26px 24px;margin-bottom:24px;box-shadow:0 6px 24px rgba(20,30,60,.05);}
.dpx-side-box h3{font-size:18px;font-weight:800;color:var(--dpx-navy);margin:0 0 18px;font-family:'Montserrat',sans-serif;}
.dpx-back{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:var(--dpx-gold);font-weight:600;text-decoration:none;margin-bottom:16px;}
.dpx-cat-list{list-style:none;padding:0;margin:0;}
.dpx-cat-list li{margin:0;}
.dpx-cat-list li a{display:flex;align-items:center;gap:10px;padding:11px 0;font-size:14.5px;color:#3a4154;text-decoration:none;border-bottom:1px solid #eef1f7;transition:.2s;}
.dpx-cat-list li a::before{content:'';width:8px;height:8px;border:1.5px solid var(--dpx-gold);border-radius:50%;flex-shrink:0;transition:.2s;}
.dpx-cat-list li a:hover,.dpx-cat-list li.active a{color:var(--dpx-navy);font-weight:700;}
.dpx-cat-list li.active a::before,.dpx-cat-list li a:hover::before{background:var(--dpx-gold);}
.dpx-side-contact p{font-size:13.5px;color:#5a6075;line-height:1.7;margin:0 0 12px;display:flex;gap:10px;}
.dpx-side-contact i{color:var(--dpx-gold);margin-top:3px;}
.dpx-side-contact a{color:#5a6075;text-decoration:none;}

/* product grid */
.dpx-prod-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;}
.dpx-prod-card{background:#fff;border:1px solid #e6eaf2;border-radius:14px;overflow:hidden;text-align:center;transition:.3s;display:flex;flex-direction:column;}
.dpx-prod-card:hover{box-shadow:0 18px 44px rgba(28,31,56,.12);transform:translateY(-6px);border-color:#d8deeb;}
.dpx-prod-thumb{aspect-ratio:4/3;background:#eef1f7;display:flex;align-items:center;justify-content:center;overflow:hidden;}
.dpx-prod-thumb img{width:100%;height:100%;object-fit:contain;padding:14px;}
.dpx-prod-body{padding:20px 18px 24px;display:flex;flex-direction:column;flex:1;}
.dpx-prod-body h4{font-size:15.5px;font-weight:700;color:var(--dpx-navy);margin:0 0 8px;line-height:1.4;min-height:44px;}
.dpx-prod-body .spec{font-size:12.5px;color:#8a90a3;margin:0 0 18px;flex:1;}
.dpx-readmore{display:inline-block;margin:0 auto;background:#fff;border:1.5px solid var(--dpx-navy);color:var(--dpx-navy);padding:9px 24px;border-radius:6px;font-size:13px;font-weight:600;text-decoration:none;transition:.25s;}
.dpx-readmore:hover{background:var(--dpx-navy);color:#fff;}

/* ════════ H2 — PRODUCT DETAIL ════════ */
.dpx-detail-sec{padding:60px 0;background:#fff;}
.dpx-detail-top{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:start;}
.dpx-detail-img{background:#f4f5f9;border:1px solid #e6eaf2;border-radius:16px;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;overflow:hidden;}
.dpx-detail-img img{width:100%;height:100%;object-fit:contain;padding:24px;}
.dpx-detail-crumb{font-size:13px;color:#8a90a3;margin-bottom:14px;}
.dpx-detail-crumb a{color:var(--dpx-gold);text-decoration:none;}
.dpx-detail-info h1{font-size:32px;font-weight:800;color:var(--dpx-navy);line-height:1.25;margin:0 0 16px;font-family:'Montserrat',sans-serif;}
.dpx-spec-row{display:inline-block;background:#f0ece4;color:var(--dpx-gold);font-size:12.5px;font-weight:700;padding:7px 16px;border-radius:20px;margin-bottom:18px;}
.dpx-detail-info .lead{font-size:15px;color:#5a6075;line-height:1.8;margin:0 0 22px;}
.dpx-feat-title{font-size:15px;font-weight:800;color:var(--dpx-navy);margin:0 0 12px;}
.dpx-feat-list{list-style:none;padding:0;margin:0 0 28px;}
.dpx-feat-list li{display:flex;align-items:flex-start;gap:11px;font-size:14.5px;color:#3a4154;padding:6px 0;line-height:1.5;}
.dpx-feat-list .ic{width:20px;height:20px;border-radius:50%;background:var(--dpx-navy);flex-shrink:0;display:flex;align-items:center;justify-content:center;margin-top:1px;}
.dpx-quote-btn{display:inline-flex;align-items:center;gap:10px;background:var(--dpx-navy);color:#fff;padding:15px 34px;border-radius:8px;font-size:14px;font-weight:700;text-decoration:none;transition:.25s;}
.dpx-quote-btn:hover{background:var(--dpx-gold);color:#fff;}

/* product features blocks */
.dpx-pf-sec{padding:60px 0;background:var(--dpx-bg);}
.dpx-pf-head{text-align:center;margin-bottom:46px;}
.dpx-pf-head h2{font-size:26px;font-weight:800;color:var(--dpx-navy);letter-spacing:1px;}
.dpx-pf-head h2 .u{border-bottom:3px solid var(--dpx-gold);padding-bottom:4px;}
.dpx-pf-block{display:grid;grid-template-columns:1fr 1fr;gap:46px;align-items:center;margin-bottom:48px;}
.dpx-pf-block:nth-child(even) .dpx-pf-text{order:2;}
.dpx-pf-img{background:#fff;border:1px solid #e6eaf2;border-radius:14px;aspect-ratio:16/10;display:flex;align-items:center;justify-content:center;overflow:hidden;}
.dpx-pf-img img{width:100%;height:100%;object-fit:cover;}
.dpx-pf-text h3{font-size:21px;font-weight:800;color:var(--dpx-navy);margin:0 0 12px;}
.dpx-pf-text p{font-size:15px;color:#5a6075;line-height:1.85;margin:0;}

/* ════════ ENQUIRY FORM (bottom of all H1 & H2 pages) ════════ */
.dpx-enquiry{background:var(--dpx-navy);padding:64px 0;}
.dpx-enquiry-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center;}
.dpx-enquiry-left h2{font-size:32px;font-weight:800;color:#fff;line-height:1.25;margin:0 0 14px;font-family:'Montserrat',sans-serif;}
.dpx-enquiry-left h2 span{color:var(--dpx-gold);}
.dpx-enquiry-left p{font-size:15px;color:#b8c0dd;line-height:1.8;margin:0 0 22px;}
.dpx-enquiry-left .e-item{display:flex;align-items:center;gap:12px;color:#dfe3f0;font-size:14.5px;margin-bottom:12px;}
.dpx-enquiry-left .e-item i{width:38px;height:38px;border-radius:8px;background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;color:var(--dpx-gold);flex-shrink:0;}
.dpx-enquiry-left .e-item a{color:#dfe3f0;text-decoration:none;}
.dpx-form{display:grid;grid-template-columns:1fr 1fr;gap:14px;}
.dpx-form input,.dpx-form select,.dpx-form textarea{width:100%;background:#fdfdfd;border:none;border-radius:8px;padding:13px 16px;font-size:14px;font-family:'Montserrat',sans-serif;color:#333;outline:none;}
.dpx-form textarea{grid-column:1/-1;min-height:110px;resize:vertical;}
.dpx-form input:focus,.dpx-form select:focus,.dpx-form textarea:focus{box-shadow:0 0 0 3px rgba(141,108,56,.5);}
.dpx-form .dpx-submit{grid-column:1/-1;background:var(--dpx-gold);color:#fff;border:none;padding:15px;border-radius:8px;font-size:14px;font-weight:700;letter-spacing:.5px;cursor:pointer;transition:.25s;}
.dpx-form .dpx-submit:hover{background:#a8824a;}

/* ════════ RESPONSIVE ════════ */
@media (max-width:1100px){
  .dpx-cat-grid{grid-template-columns:1fr;}
  .dpx-side{position:static;}
  .dpx-prod-grid{grid-template-columns:repeat(2,1fr);}
}
@media (max-width:900px){
  .dpx-detail-top{grid-template-columns:1fr;gap:30px;}
  .dpx-pf-block{grid-template-columns:1fr;gap:22px;}
  .dpx-pf-block:nth-child(even) .dpx-pf-text{order:0;}
  .dpx-enquiry-grid{grid-template-columns:1fr;gap:34px;}
}
@media (max-width:575px){
  .dpx-banner-inner h1{font-size:32px;}
  .dpx-prod-grid{grid-template-columns:1fr;}
  .dpx-detail-info h1{font-size:26px;}
  .dpx-form{grid-template-columns:1fr;}
}
/* ABOUT SECTION */
 .st-about-title{font-size:38px !important;line-height:1.2 !important;}
.st-about-wrapper .tp_text_anim p{font-size:17px !important;line-height:1.95 !important;color:#444 !important;margin-bottom:16px !important;}
.cst-about-list li{font-size:16px !important;line-height:1.7 !important;}
.about-modern .about-content h2{font-size:30px !important;}
.about-modern .about-content h5{font-size:18px !important;margin-bottom:14px !important;}
.about-modern .about-content p{font-size:16.5px !important;line-height:1.95 !important;}
.about-modern .about-list li{font-size:16px !important;line-height:1.8 !important;}
.dmp-vm-title{font-size:24px !important;}
.dmp-vm-text{font-size:16px !important;line-height:1.9 !important;}
.dmp-vm-list li{font-size:15px !important;}
.dmp-value-title{font-size:16px !important;}
.dmp-value-text{font-size:14.5px !important;line-height:1.6 !important;}
.dmp-stat-num{font-size:48px !important;}
.dmp-stat-label{font-size:15px !important;}
/* reduce big gap below breadcrumb */
.st-about-area.pt-160{padding-top:55px !important;}
.st-about-area{padding-top:55px !important;padding-bottom:80px !important;}
/* highlight point markers — gold circle + star icon */
.cst-about-list li{align-items:center !important;gap:12px !important;}
.cst-about-list li span{width:26px !important;height:26px !important;border-radius:50% !important;background:#8d6c38 !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;flex-shrink:0 !important;margin-top:0 !important;box-shadow:0 3px 8px rgba(141,108,56,.35);}
.dmp-stats-sec{padding:70px 0 !important;}
.dmp-values-sec{padding:80px 0 !important;}
.st-cta-area{padding:70px 0 !important;}
/* kill stray <br> gaps between sections */
.st-about-area + br, .design-project-item-wrap + br{display:none !important;}

/* ── Responsive ── */
@media (max-width:991px){
  .pmt-about-grid{grid-template-columns:1fr;gap:30px;}
  .pmt-collage{min-height:320px;}
  .pmt-about-title{font-size:30px;}
}
@media (max-width:575px){
  .pmt-about-sec{padding:40px 0;}
  .pmt-collage{grid-template-columns:1fr;gap:12px;}
  .pmt-col-left{grid-template-rows:160px 160px;}
  .pmt-col-right{min-height:200px;}
  .pmt-badge{width:110px;height:110px;border-width:5px;}
  .pmt-badge-num{font-size:24px;}
  .pmt-badge-sub{display:none;}
  .pmt-stats{gap:14px 20px;}
  .pmt-stat .num{font-size:24px;}
}
.pmt-collage{ min-height:auto !important; }
.pmt-col-left{ grid-template-rows:225px 225px !important; }   /* mela 2 box height */
.pmt-img-tall{ height:466px !important; } 
/* Slider fix - about section showing through */


/* ════════════════════════════════════════════
   WHY CHOOSE US — side images beside the table
   Left  = display-setup.png
   Right = ac-installation-scene.png
   Paste at the END of custom.css
   ════════════════════════════════════════════ */

/* Row that holds: [left image] [table] [right image] */
.wcu-stage{
  display:flex;
  align-items:center;          /* vertical center with table */
  justify-content:center;
  gap:34px;
  max-width:1340px;
  margin:0 auto;
  padding:0 16px;
}

/* keep the table the same width as before */
.wcu-stage .wcu-wrap{
  flex:0 0 860px;
  max-width:860px;
}

/* the two side images fill the left/right empty space */
.wcu-side{
  flex:0 0 auto;
  width:315px;
  max-width:24%;
  height:auto;
  object-fit:contain;
}

/* on smaller screens hide images, table goes full width */
@media (max-width:1199px){
  .wcu-side{display:none;}
  .wcu-stage{gap:0;}
  .wcu-stage .wcu-wrap{flex:1 1 auto;max-width:860px;}
}
.hero-slider {
  position: relative;
  z-index: 1;
  background-color: #000; /* prevents bleed-through */
}

.slider {
  position: relative;
  background-color: #000;
}
/* ═══════════════════════════════════════════════
   DOMIPIX — ABOUT IMAGE GRID FIX v2
   Problem: badge was bottom-left, images not square
   Fix: grid uses aspect-ratio container trick
   ═══════════════════════════════════════════════ */

/* ── About Grid wrapper ── */
.dmp-about-grid {
  display: grid;
  grid-template-columns: 45% 55%;
  gap: 0;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(0,0,0,0.10);
  align-items: stretch;
}

/* ── Image Grid container ── */
.dmp-img-grid {
  position: relative;    /* badge positions relative to THIS */
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 4px;
  padding: 4px;
  background: #dde3ee;

  /* KEY FIX: give the grid itself a defined height
     so top:50% / left:50% work correctly */
  height: 100%;
  min-height: 460px;
}

/* ── Each image cell — perfect square ── */
.dmp-img-item {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  background: #b0bec5;
  /* Do NOT use aspect-ratio here — the grid rows handle height.
     Instead make img fill the cell fully */
  width: 100%;
  height: 100%;
  min-height: 0;   /* prevent grid blowout */
}

.dmp-img-item img {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.dmp-img-item:hover img {
  transform: scale(1.07);
}

/* ══════════════════════════════════════════
   CENTER BADGE — pinned to grid center
   top:50% + left:50% + translate(-50%,-50%)
   This puts it EXACTLY at the cross point
   of the 4 image cells.
   ══════════════════════════════════════════ */
.dmp-center-badge {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;

  width: 118px;
  height: 118px;
  border-radius: 50%;

  background: #1c1f38;
  border: 5px solid #ffffff;
  box-shadow: 0 0 0 2px rgba(141,108,56,0.35),
              0 6px 28px rgba(28,31,56,0.45);

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;

  /* Kill any margin/padding that could shift it */
  margin: 0;
  padding: 0;
  pointer-events: none;
}

.dmp-center-badge .badge-num {
  font-size: 24px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
}

.dmp-center-badge .badge-unit {
  font-size: 11px;
  color: #8d6c38;
  font-weight: 700;
  margin: 2px 0 0;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
}

.dmp-center-badge .badge-sub {
  font-size: 7.5px;
  color: #b0b8d4;
  line-height: 1.35;
  padding: 0 8px;
  margin-top: 3px;
  font-family: 'Montserrat', sans-serif;
}

/* ── Right Content ── */
.dmp-about-content {
  background: #fff;
  padding: 40px 42px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* ══════════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════════ */
@media (max-width: 1200px) {
  .dmp-img-grid {
    min-height: 400px;
  }
  .dmp-center-badge {
    width: 104px;
    height: 104px;
  }
}

@media (max-width: 991px) {
  .dmp-about-grid {
    grid-template-columns: 1fr;
  }
  .dmp-img-grid {
    min-height: 340px;
  }
  .dmp-center-badge {
    width: 92px;
    height: 92px;
  }
  .dmp-center-badge .badge-num {
    font-size: 20px;
  }
  .dmp-about-content {
    padding: 36px 28px;
  }
}

@media (max-width: 575px) {
  .dmp-img-grid {
    min-height: 280px;
  }
  .dmp-center-badge {
    width: 78px;
    height: 78px;
    border-width: 3px;
  }
  .dmp-center-badge .badge-num {
    font-size: 17px;
  }
  .dmp-center-badge .badge-unit {
    font-size: 9px;
  }
  .dmp-center-badge .badge-sub {
    display: none;
  }
}
/* ═══════════════════════════════════════════
   DOMIPIX — ABOUT SECTION CSS (UPDATED)
   Replace your existing about section styles
   ═══════════════════════════════════════════ */

/* ── About Section Wrapper ── */
.dmp-about-sec {
  padding: 80px 0;
  background: #f4f5f9;
}

/* ── Main Grid: 45% image | 55% content ── */
.dmp-about-grid {
  display: grid;
  grid-template-columns: 45% 55%;
  gap: 0;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  min-height: 620px;
  box-shadow: 0 8px 40px rgba(0,0,0,0.10);
  align-items: stretch;          /* ← ADD THIS */
}

/* ── Left: Image Grid ── */
.dmp-img-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  padding: 5px;
  background: #dde3ee;
}

.dmp-img-item {
  border-radius: 6px;
  overflow: hidden;
  background: #b0bec5;
  min-height: 0;
  height: 100%;
}

.dmp-img-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.dmp-img-item:hover img {
  transform: scale(1.05);
}

/* ── Center Badge ── */
.dmp-center-badge {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  background: #1c1f38;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 5px solid #fff;
  box-shadow: 0 4px 20px rgba(28,31,56,0.35);
}

.dmp-center-badge .badge-num {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
}

.dmp-center-badge .badge-unit {
  font-size: 12px;
  color: #8d6c38;
  font-weight: 600;
}

.dmp-center-badge .badge-sub {
  font-size: 9px;
  color: #c8cbe0;
  line-height: 1.4;
  padding: 0 8px;
  margin-top: 2px;
}

/* ── Right: Content ── */
.dmp-about-content {
  background: #fff;
  padding: 40px 42px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.dmp-about-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  color: #8d6c38;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.dmp-about-content h2 {
  font-size: 24px;
  font-weight: 700;
  color: #1c1f38;
  line-height: 1.35;
  margin: 0 0 14px;
}

.dmp-about-content h2 span {
  color: #8d6c38;
}

.dmp-about-content p {
  font-size: 15.5px;
  color: #6b7280;
  line-height: 1.75;
  margin: 0 0 8px;
}

/* ── Horizontal Divider ── */
.dmp-divider {
  border: none;
  border-top: 1px solid #e8edf5;
  margin: 14px 0 16px;
}

/* ── Checklist ── */
.dmp-about-list {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
}

.dmp-about-list li {
  font-size: 14px;
  color: #3a3a3a;
  padding: 5px 0;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.5;
}

.dmp-check-icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #1c1f38;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}

/* ── Stats Grid ── */
.dmp-stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 28px;
  margin-bottom: 26px;
}

.dmp-stat-item {
  border-top: 2px solid #8d6c38;
  padding-top: 10px;
}

.dmp-stat-item .stat-num {
  font-size: 30px;
  font-weight: 700;
  color: #1c1f38;
  line-height: 1;
  margin-bottom: 4px;
}

.dmp-stat-item .stat-label {
  font-size: 16px;
  color: #9ca3af;
}

/* ── Buttons ── */
.dmp-about-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}

.dmp-btn-primary {
  background: #1c1f38;
  color: #fff;
  border: none;
  padding: 12px 26px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: background 0.2s;
}

.dmp-btn-primary:hover {
  background: #8d6c38;
  color: #fff;
}

.dmp-btn-video {
  background: transparent;
  color: #1c1f38;
  border: 2px solid #1c1f38;
  padding: 10px 22px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.2s;
  text-decoration: none;
}

.dmp-btn-video:hover {
  background: #1c1f38;
  color: #fff;
}

.dmp-play-circle {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid currentColor;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  flex-shrink: 0;
}

/* ── Video Modal ── */
.dmp-vid-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.85);
  z-index: 99999;
  align-items: center;
  justify-content: center;
}

.dmp-vid-overlay.active {
  display: flex;
}

.dmp-vid-box {
  background: #111;
  border-radius: 14px;
  overflow: hidden;
  width: 90%;
  max-width: 760px;
  position: relative;
  animation: vidFadeIn 0.25s ease;
}

@keyframes vidFadeIn {
  from { opacity: 0; transform: scale(0.95); }
  to   { opacity: 1; transform: scale(1); }
}

.dmp-vid-close {
  position: absolute;
  top: 12px;
  right: 14px;
  background: rgba(255,255,255,0.15);
  border: none;
  color: #fff;
  font-size: 20px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

.dmp-vid-close:hover {
  background: rgba(255,255,255,0.3);
}

.dmp-vid-titlebar {
  padding: 14px 20px;
  background: #1a1a1a;
  display: flex;
  align-items: center;
  gap: 10px;
}

.dmp-vid-titlebar span {
  color: #eee;
  font-size: 14px;
  font-weight: 500;
}

.dmp-vid-box video {
  width: 100%;
  display: block;
  max-height: 460px;
  background: #000;
}
.dmp-services-4{padding:80px 0 15px;}
.dmp-services-4 .dmp-section-head{margin-bottom:50px;}
.dmp-services-4 .dsv-grid{display:grid !important;grid-template-columns:1fr 1fr !important;gap:30px;width:100%;}
.dmp-services-4 .dsv-card{display:flex;flex-direction:column;background:#fff;border:1px solid #e6eaf2;border-radius:18px;overflow:hidden;text-decoration:none;transition:.3s;box-shadow:0 8px 30px rgba(20,30,60,.06);}
.dmp-services-4 .dsv-card:hover{transform:translateY(-8px);box-shadow:0 26px 56px rgba(28,31,56,.16);border-color:#d8deeb;}
.dmp-services-4 .dsv-img{aspect-ratio:16/9;overflow:hidden;background:#eef1f7;}
.dmp-services-4 .dsv-img img{width:100%;height:100%;object-fit:cover;transition:transform .55s ease;display:block;}
.dmp-services-4 .dsv-card:hover .dsv-img img{transform:scale(1.06);}
.dmp-services-4 .dsv-body{padding:30px 32px 34px;display:flex;flex-direction:column;flex:1;}
.dmp-services-4 .dsv-body h3{font-size:23px;font-weight:800;color:#1c1f38;margin:0 0 12px;font-family:'Montserrat',sans-serif;}
.dmp-services-4 .dsv-body p{font-size:15px;color:#6b7280;line-height:1.8;margin:0 0 20px;flex:1;}
.dmp-services-4 .dsv-link{font-size:14px;font-weight:700;color:#8d6c38;}
.dmp-services-4 .dsv-card:hover .dsv-link{color:#1c1f38;}
@media (max-width:767px){.dmp-services-4 .dsv-grid{grid-template-columns:1fr !important;}}
/* ── Responsive ── */
@media (max-width: 991px) {
  .dmp-about-grid {
    grid-template-columns: 1fr;
  }
  .dmp-img-grid {
    min-height: 340px;
  }
  .dmp-about-content {
    padding: 36px 28px;
  }
}

@media (max-width: 575px) {
  .dmp-about-content h2 {
    font-size: 20px;
  }
  .dmp-stat-item .stat-num {
    font-size: 22px;
  }
  .dmp-center-badge {
    width: 90px;
    height: 90px;
  }
  .dmp-center-badge .badge-num {
    font-size: 18px;
  }
}

.wcu-section {
  font-family: Montserrat, sans-serif;
  background: #f0f4fa;
  padding: 5px 24px 60px;
  text-align: center;
}
.wcu-eyebrow {
  display: inline-block;
  border: 1.5px solid #1c1f38;
  border-radius: 20px;
  padding: 5px 20px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #1c1f38;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.wcu-title {
  
  font-size: 42px;
  font-weight: 900;
  color: #1c1f38;
  line-height: 1.15;
  margin: 0 0 18px;
}
.wcu-title span {
  color: #8d6c38;
}
.wcu-sub {
  font-size: 15px;
  color: #5a6080;
  line-height: 1.75;
  max-width: 580px;
  margin: 0 auto 44px;
}
.wcu-container {
  max-width: 860px;
  margin: 0 auto;
}
.wcu-wrap {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #dde3f0;
  overflow: hidden;
}
.wcu-thead {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  background: #1c1f38;
}
.wcu-th {
  padding: 18px 12px;
  font-family: 'Barlow', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #6b75a0;
}
.wcu-th-feat {
  padding-left: 20px;
  text-align: left;
}
.wcu-th-domipix {
  background: #253060;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.wcu-th-domipix i {
  color: #8d6c38;
  font-size: 15px;
}
.wcu-th-others {
  color: #4a5270;
  text-align: center;
}
.wcu-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  border-top: 1px solid #edf0f8;
  transition: background 0.18s;
}
.wcu-row:hover {
  background: #f7f9fe;
}
.wcu-feat {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 15px 16px;
}
.wcu-feat-icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #f0f4fa;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wcu-feat-icon i {
  font-size: 17px;
  color: #8d6c38;
}
.wcu-feat-name {
  font-family: 'Barlow', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #1c1f38;
  line-height: 1.45;
  text-align: left;
}
.wcu-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 8px;
}
.wcu-cell-yes {
  background: #f0f5ff;
}
.wcu-check {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #1c1f38;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wcu-check i {
  font-size: 15px;
  color: #ffffff;
}
.wcu-dash {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #edf0f8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wcu-dash i {
  font-size: 15px;
  color: #bcc3d8;
}
.wcu-footer {
  background: #1c1f38;
  padding: 26px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.wcu-footer-text {
  font-family: 'Barlow', sans-serif;
  font-size: 14px;
  color: #8a94b0;
  margin: 0;
}
.wcu-footer-text strong {
  color: #ffffff;
  font-weight: 600;
}
.wcu-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #8d6c38;
  color: #ffffff;
  border: none;
  padding: 13px 26px;
  border-radius: 8px;
  font-family: 'Barlow', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s;
}
.wcu-btn:hover {
  background: #c9a05a;
  color: #ffffff;
  text-decoration: none;
}
.qf-section {
  font-family: 'Barlow', sans-serif;
  padding: 50px 20px;
}
.qf-box {
  max-width: 1200px;
  margin: 0 auto;
  background: #1c1f38;
  background: linear-gradient(135deg, #1c1f38 0%, #253060 100%);
  border-radius: 14px;
  padding: 48px 50px 54px;
}
.qf-title {
  text-align: center;
  color: #fff;
  font-size: 40px;
  font-weight: 800;
  margin: 0 0 10px;
  line-height: 1.15;
}
.qf-sub {
  text-align: center;
  color: #b8c0dd;
  font-size: 16px;
  margin: 0 0 38px;
}
.qf-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px 26px;
}
.qf-field { display: flex; flex-direction: column; }
.qf-field label {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 9px;
}
.qf-field label span { color: #c9a05a; }
.qf-field input,
.qf-field select {
  background: #fdfdfd;
  border: none;
  border-radius: 7px;
  padding: 13px 15px;
  font-family: 'Barlow', sans-serif;
  font-size: 15px;
  color: #333;
  outline: none;
  width: 100%;
  box-sizing: border-box;
}
.qf-field input::placeholder { color: #9aa0a6; }
.qf-field input:focus,
.qf-field select:focus { box-shadow: 0 0 0 3px rgba(141,108,56,.55); }
.qf-actions {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 14px;
}
.qf-btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: none;
  padding: 14px 30px;
  border-radius: 8px;
  font-family: 'Barlow', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  transition: transform .12s, opacity .2s;
}
.qf-btn:hover { transform: translateY(-2px); opacity: .92; }
.qf-btn-wa { background: #8d6c38; }
.qf-btn-wa:hover { background: #c9a05a; opacity: 1; }
.qf-btn-mail { background: #253060; border: 1.5px solid #8d6c38; }
.qf-btn-mail:hover { background: #2f3d78; opacity: 1; }
 
@media (max-width: 980px) {
  .qf-grid { grid-template-columns: repeat(2, 1fr); }
  .qf-title { font-size: 30px; }
  .qf-box { padding: 36px 24px 40px; }
}
@media (max-width: 540px) {
  .qf-grid { grid-template-columns: 1fr; }
  .qf-btn { width: 100%; justify-content: center; }
}
/* ═══ HERO SLIDER ═══ */
.hero-slider {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #000;
}

.slider {
  position: relative;
  width: 100%;
  height: 100%;
}

.slide {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
  z-index: 1;
}

.slide.active {
  opacity: 1;
  z-index: 2;
}

.slide .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 3;
}

.slide .content {
  position: absolute;
  z-index: 4;
  bottom: 40%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
}

/* Navigation Buttons */
.hero-slider .nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  background: rgba(255,255,255,0.2);
  border: 2px solid rgba(255,255,255,0.5);
  color: #fff;
  font-size: 36px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
}

.hero-slider .nav:hover {
  background: rgba(255,255,255,0.5);
}

.hero-slider .nav.prev { left: 20px; }
.hero-slider .nav.next { right: 20px; }
.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
  z-index: 1;
}

.slide.active {
  opacity: 1;
  z-index: 2;
}
.hero-slider .content {
  position: absolute !important;
  bottom: 140px !important;
  left: 60px !important;
  right: auto !important;
  top: auto !important;
  transform: none !important;
  text-align: left !important;
  max-width: 600px !important;
  z-index: 10 !important;
}
/* ── BREADCRUMB ── */
.dmp-breadcrumb{position:relative;background:url('assets/img/slider-3.jpg') center/cover no-repeat;padding:110px 0 60px;overflow:hidden;}
.dmp-breadcrumb::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(28,31,56,.85) 0%,rgba(141,108,56,.5) 100%);}
.dmp-breadcrumb-inner{position:relative;z-index:2;}
.dmp-breadcrumb-title{font-size:52px;font-weight:700;color:#fff;font-family:'Montserrat',sans-serif;letter-spacing:-1px;margin-bottom:12px;}
.dmp-breadcrumb-nav{display:flex;align-items:center;gap:10px;font-size:14px;}
.dmp-breadcrumb-nav a{color:rgba(255,255,255,.7);text-decoration:none;transition:.2s;}
.dmp-breadcrumb-nav a:hover{color:#8d6c38;}
.dmp-breadcrumb-nav span{color:#8d6c38;}
.dmp-breadcrumb-sep{color:rgba(255,255,255,.4);font-size:10px;}
 
/* ── ABOUT SECTION ── */
.dmp-about-sec{padding:100px 0 80px;}
.dmp-about-img-wrap{position:relative;}
.dmp-about-img-main{width:100%;height:480px;object-fit:cover;border-radius:16px;}
.dmp-about-exp-badge{position:absolute;bottom:-20px;right:-20px;background:#1c1f38;color:#fff;padding:20px 28px;border-radius:12px;text-align:center;box-shadow:0 20px 50px rgba(0,0,0,.2);}
.dmp-about-exp-badge .dmp-exp-num{font-size:48px;font-weight:900;font-family:'Montserrat',sans-serif;color:#8d6c38;line-height:1;}
.dmp-about-exp-badge .dmp-exp-label{font-size:12px;letter-spacing:1px;text-transform:uppercase;color:rgba(255,255,255,.7);}
.dmp-about-tag{display:inline-block;font-size:12px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:#8d6c38;border-left:3px solid #8d6c38;padding-left:12px;margin-bottom:16px;}
.dmp-about-heading{font-size:44px;font-weight:700;font-family:'Montserrat',sans-serif;color:#1c1f38;line-height:1.1;margin-bottom:20px;letter-spacing:-1px;}
.dmp-about-heading span{color:black;}
.dmp-about-desc{font-size:16px;line-height:1.8;color:#555;margin-bottom:24px;}
.dmp-about-points{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:28px 0 36px;}
.dmp-apoint{display:flex;align-items:flex-start;gap:12px;}
.dmp-apoint-icon{width:38px;height:38px;background:#1c1f38;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#8d6c38;font-size:15px;flex-shrink:0;}
.dmp-apoint h5{font-size:14px;font-weight:700;color:#1c1f38;margin-bottom:2px;}
.dmp-apoint p{font-size:12px;color:#777;margin:0;}
 
/* ── VISION MISSION ── */
.dmp-vm-sec{padding-bottom:50px;background:#f9f6fb;}
.dmp-vm-card{background:#fff;border-radius:16px;padding:40px 36px;height:100%;box-shadow:0 8px 40px rgba(0,0,0,.06);position:relative;overflow:hidden;transition:.3s;}
.dmp-vm-card:hover{transform:translateY(-6px);box-shadow:0 20px 60px rgba(0,0,0,.12);}
.dmp-vm-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#8d6c38,#1c1f38);}
.dmp-vm-icon{width:60px;height:60px;background:linear-gradient(135deg,#1c1f38,#8d6c38);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px;margin-bottom:24px;}
.dmp-vm-title{font-size:26px;font-weight:700;font-family:'Montserrat',sans-serif;color:#1c1f38;margin-bottom:16px;}
.dmp-vm-text{font-size:15px;line-height:1.8;color:#666;}
.dmp-vm-list{list-style:none;padding:0;margin-top:16px;}
.dmp-vm-list li{font-size:14px;color:#555;padding:6px 0;border-bottom:1px solid #f0f0f0;display:flex;align-items:center;gap:8px;}
.dmp-vm-list li::before{content:'→';color:#8d6c38;font-weight:700;}
 
/* ── TEAM / STATS ── */
.dmp-stats-sec{padding:50px 0;background:#1c1f38;}
.dmp-stat-item{text-align:center;padding:30px 20px;}
.dmp-stat-num{font-size:56px;font-weight:900;font-family:'Montserrat',sans-serif;color:#8d6c38;line-height:1;}
.dmp-stat-label{font-size:14px;color:rgba(255,255,255,.7);letter-spacing:1px;text-transform:uppercase;margin-top:6px;}
.dmp-stat-item+.dmp-stat-item{border-left:1px solid rgba(255,255,255,.1);}
 
/* ── CORE VALUES ── */
.dmp-values-sec{padding:50px 0;}
.dmp-value-card{background:#fff;border:1px solid #eee;border-radius:12px;padding:28px 24px;text-align:center;transition:.3s;cursor:default;}
.dmp-value-card:hover{border-color:#8d6c38;box-shadow:0 12px 40px rgba(141,108,56,.15);}
.dmp-value-icon{font-size:32px;color:#8d6c38;margin-bottom:16px;}
.dmp-value-title{font-size:18px;font-weight:700;color:#1c1f38;margin-bottom:10px;}
.dmp-value-text{font-size:14px;color:#777;line-height:1.7;}
 
/* ── ANIMATIONS ── */
@keyframes dmpFadeUp{from{opacity:0;transform:translateY(40px);}to{opacity:1;transform:translateY(0);}}
@keyframes dmpFadeLeft{from{opacity:0;transform:translateX(-40px);}to{opacity:1;transform:translateX(0);}}
@keyframes dmpFadeRight{from{opacity:0;transform:translateX(40px);}to{opacity:1;transform:translateX(0);}}
.dmp-anim-up{animation:dmpFadeUp .8s ease forwards;}
.dmp-anim-left{animation:dmpFadeLeft .8s ease forwards;}
.dmp-anim-right{animation:dmpFadeRight .8s ease forwards;}
.dmp-delay-1{animation-delay:.1s;}
.dmp-delay-2{animation-delay:.2s;}
.dmp-delay-3{animation-delay:.3s;}
.dmp-delay-4{animation-delay:.4s;}

html, body {
  overflow-x: hidden;
  max-width: 100%;

* {
    word-break: normal;
}
.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.container, .container-fluid {
  max-width: 100%;
  /*overflow-x: hidden;*/
}

.led-wall {
  max-width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.st-about-wrapper {
  padding-left: 20px;
  padding-right: 10px;
}

/* Paragraph clean spacing */
.tp_text_anim p {
   margin-bottom: 15px;
    line-height: 1.8;
    text-align: justify;   
    word-break: normal;   
    overflow-wrap: normal;  
    white-space: normal;
}
.tp_text_anim {
  max-width: 650px;
}

/* List alignment fix */
.cst-about-list ul {
  padding-left: 0;
  margin: 0;
}

.cst-about-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.6;
}

/* Icon fix */
.cst-about-list li span {
  flex-shrink: 0;
  margin-top: 3px;
}

/* Button spacing */
.cst-about-btn {
  margin-top: 35px !important;
}

/* Overall clean alignment */
.st-about-box {
  padding-right: 20px;
}

  .domipix-gallery-area {
    background: #0d0f1c;
    padding: 72px 40px 64px;
    font-family: 'Segoe UI', sans-serif;
  }
  
  
   /* 1. Breadcrumb with Slider 9 Background */
       .dmp-breadcrumb{position:relative;background:url('assets/img/slider-3.jpg') center/cover no-repeat;padding:110px 0 60px;overflow:hidden;}
.dmp-breadcrumb::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(28,31,56,.85) 0%,rgba(141,108,56,.5) 100%);}
.dmp-breadcrumb-inner{position:relative;z-index:2;}
.dmp-breadcrumb-title{font-size:52px;font-weight:700;color:#fff;font-family:'Montserrat',sans-serif;letter-spacing:-1px;margin-bottom:12px;}
.dmp-breadcrumb-nav{display:flex;align-items:center;gap:10px;font-size:14px;}
.dmp-breadcrumb-nav a{color:rgba(255,255,255,.7);text-decoration:none;transition:.2s;}
.dmp-breadcrumb-nav a:hover{color:#8d6c38;}
.dmp-breadcrumb-nav span{color:#8d6c38;}
.dmp-breadcrumb-sep{color:rgba(255,255,255,.4);font-size:10px;}

        /* 2. Gallery Main Section - Outside Space */
        .dmp-gallery-sec { 
            padding: 100px 0; 
            background-color: #f8f7fb; /* Subtle background to make the white container pop */
        }

        /* 3. The Main White Container */
        .dmp-gallery-main-container {
            background: #ffffff;
            padding: 70px 50px;
            border-radius: 30px;
            box-shadow: 0 20px 60px rgba(0,0,0,0.06);
            margin: 0 auto;
        }

        /* 4. Centered Header & Tag */
        .dmp-gallery-header {
            text-align: center;
            margin-bottom: 50px;
        }
        .dmp-gallery-tag { 
            display: inline-block; 
            font-size: 13px; 
            font-weight: 700; 
            letter-spacing: 3px; 
            text-transform: uppercase; 
            color: #8d6c38; 
            border-bottom: 2px solid #8d6c38;
            padding-bottom: 5px;
            margin-bottom: 20px; 
        }
        .dmp-gallery-title { 
            font-size: 46px; 
            font-weight: 700; 
            font-family: 'Montserrat', sans-serif; 
            color: #1c1f38; 
            line-height: 1.2;
        }
        .dmp-gallery-title span { color: #8d6c38; }

        /* 5. Centered Filter Buttons */
        .dmp-filter-wrap { 
            display: flex; 
            justify-content: center; 
            gap: 12px; 
            flex-wrap: wrap; 
            margin-bottom: 50px; 
        }
        .dmp-filter-btn { 
            background: #fff; 
            border: 1px solid #e0d8f0; 
            color: #555; 
            padding: 12px 25px; 
            border-radius: 50px; 
            font-size: 14px;
            font-weight: 600; 
            cursor: pointer; 
            transition: all 0.3s ease; 
        }
        .dmp-filter-btn.active, .dmp-filter-btn:hover { 
            background: #1c1f38; 
            color: #fff; 
            border-color: #1c1f38;
            box-shadow: 0 5px 15px rgba(28,31,56,0.2);
        }

        /* 6. Outlined Gallery Cards */
        .dmp-gallery-grid { columns: 3; gap: 20px; }

        .dmp-gallery-item {
            break-inside: avoid;
            margin-bottom: 20px;
            background: #ffffff;
            border: 1px solid #f0f0f0; /* The Outline */
            padding: 12px; /* Space inside the frame */
            border-radius: 18px;
            box-shadow: 0 8px 20px rgba(0,0,0,0.03);
            transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
            position: relative;
        }
        .dmp-gallery-item:hover {
            transform: translateY(-10px);
            border-color: #8d6c38;
            box-shadow: 0 20px 40px rgba(141,108,56,0.15);
        }
        .dmp-gallery-item img {
            width: 100%;
            display: block;
            border-radius: 12px;
            transition: transform 0.6s ease;
        }
        
        /* Overlay Style */
        .dmp-gallery-overlay {
            position: absolute;
            inset: 12px;
            background: linear-gradient(0deg, rgba(28,31,56,0.9) 0%, transparent 70%);
            opacity: 0;
            border-radius: 12px;
            transition: 0.4s;
            display: flex;
            align-items: flex-end;
            padding: 20px;
        }
        .dmp-gallery-item:hover .dmp-gallery-overlay { opacity: 1; }
        .dmp-gallery-info h5 { color: #fff; font-size: 17px; margin-bottom: 4px; font-weight: 600; }
        .dmp-gallery-info span { color: #8d6c38; font-size: 13px; }

        /* Responsive Fixes */
        @media(max-width: 1200px) { .dmp-gallery-grid { columns: 2; } }
        @media(max-width: 768px) {
            .dmp-gallery-main-container { padding: 40px 20px; }
            .dmp-gallery-title { font-size: 32px; }
        }
        @media(max-width: 576px) { .dmp-gallery-grid { columns: 1; } }
		
		
		      /* 1. Breadcrumb Style - Slider 9 */
       .dmp-breadcrumb{position:relative;background:url('assets/img/slider-3.jpg') center/cover no-repeat;padding:110px 0 60px;overflow:hidden;}
.dmp-breadcrumb::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(28,31,56,.85) 0%,rgba(141,108,56,.5) 100%);}
.dmp-breadcrumb-inner{position:relative;z-index:2;}
.dmp-breadcrumb-title{font-size:52px;font-weight:700;color:#fff;font-family:'Montserrat',sans-serif;letter-spacing:-1px;margin-bottom:12px;}
.dmp-breadcrumb-nav{display:flex;align-items:center;gap:10px;font-size:14px;}
.dmp-breadcrumb-nav a{color:rgba(255,255,255,.7);text-decoration:none;transition:.2s;}
.dmp-breadcrumb-nav a:hover{color:#8d6c38;}
.dmp-breadcrumb-nav span{color:#8d6c38;}
.dmp-breadcrumb-sep{color:rgba(255,255,255,.4);font-size:10px;}

        /* 2. Overall Section Background & Outside Spacing */
        .dmp-videos-sec { 
            padding: 100px 0; 
            background-color: #f8f7fb; 
        }

        /* 3. The Main White Container (Gallery style) */
        .dmp-videos-main-container {
            background: #ffffff;
            padding: 70px 50px;
            border-radius: 30px;
            box-shadow: 0 20px 60px rgba(0,0,0,0.06);
            margin: 0 auto;
        }

        /* 4. Centered Header Text */
        .dmp-video-header {
            text-align: center;
            margin-bottom: 60px;
        }
        .dmp-gallery-tag { 
            display: inline-block; 
            font-size: 13px; 
            font-weight: 700; 
            letter-spacing: 3px; 
            text-transform: uppercase; 
            color: #8d6c38; 
            border-bottom: 2px solid #8d6c38; /* Changed to bottom for centered look */
            padding-bottom: 5px;
            margin-bottom: 20px; 
        }
        .dmp-gallery-title { 
            font-size: 46px; 
            font-weight: 700; 
            font-family: 'Montserrat', sans-serif; 
            color: #1c1f38; 
            line-height: 1.2;
            margin: 0;
        }
        .dmp-gallery-title span { color: #8d6c38; }

        /* 5. Outlined Video Cards (Gallery Card Style) */
        .dmp-video-card {
            background: #fff;
            border-radius: 18px;
            overflow: hidden;
            border: 1px solid #f0f0f0; /* The Outline */
            padding: 12px; /* Inner space like gallery */
            box-shadow: 0 8px 20px rgba(0,0,0,0.03);
            transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
            height: 100%;
        }
        .dmp-video-card:hover {
            transform: translateY(-10px);
            border-color: #8d6c38;
            box-shadow: 0 20px 40px rgba(141,108,56,0.15);
        }

        .dmp-video-thumb {
            position: relative;
            overflow: hidden;
            border-radius: 12px; /* Rounded inner thumb */
            aspect-ratio: 16/9;
        }
        .dmp-video-thumb img { width: 100%; height: 100%; object-fit: cover; transition: 0.5s; }
        
        .dmp-video-play {
            position: absolute;
            inset: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(28, 31, 56, 0.4);
            transition: 0.3s;
        }
        .dmp-video-play-btn {
            width: 55px;
            height: 55px;
            background: #8d6c38;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 18px;
            transition: 0.3s;
        }
        .dmp-video-card:hover .dmp-video-play-btn { background: #1c1f38; transform: scale(1.1); }

        .dmp-video-body { padding: 20px 10px 10px; text-align: left; }
        .dmp-video-cat { font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: #8d6c38; margin-bottom: 8px; }
        .dmp-video-title { font-size: 18px; font-weight: 700; color: #1c1f38; margin-bottom: 8px; font-family: 'Montserrat', sans-serif; }
        .dmp-video-desc { font-size: 13px; color: #666; line-height: 1.6; margin: 0; }

        /* Responsive Fixes */
        @media(max-width: 992px) {
            .dmp-videos-main-container { padding: 40px 20px; }
            .dmp-gallery-title { font-size: 32px; }
        }
		
		/* Font Application */
body, p, .dmp-form-label, .dmp-cinfo-val, .dmp-breadcrumb-nav { font-family: 'Poppins', sans-serif; }
h1, h2, h3, .dmp-contact-title, .dmp-breadcrumb-title, .dmp-form-btn { font-family: 'Montserrat', sans-serif; }

/* Breadcrumb - Fixed with Slider 9 and Gradient */
.dmp-breadcrumb{position:relative;background:url('assets/img/slider-3.jpg') center/cover no-repeat;padding:110px 0 60px;overflow:hidden;}
.dmp-breadcrumb::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(28,31,56,.85) 0%,rgba(141,108,56,.5) 100%);}
.dmp-breadcrumb-inner{position:relative;z-index:2;}
.dmp-breadcrumb-title{font-size:52px;font-weight:700;color:#fff;font-family:'Montserrat',sans-serif;letter-spacing:-1px;margin-bottom:12px;}
.dmp-breadcrumb-nav{display:flex;align-items:center;gap:10px;font-size:14px;}
.dmp-breadcrumb-nav a{color:rgba(255,255,255,.7);text-decoration:none;transition:.2s;}
.dmp-breadcrumb-nav a:hover{color:#8d6c38;}
.dmp-breadcrumb-nav span{color:#8d6c38;}
.dmp-breadcrumb-sep{color:rgba(255,255,255,.4);font-size:10px;}

/* Outer Section Spacing */
.dmp-contact-sec {
    padding: 120px 0; 
    background-color: #fcfaff;
}

/* THE BOXED OUTLINE DESIGN */
.dmp-contact-main-outline {
    background: #ffffff;
    border: 1px solid #e5dfea; 
    border-radius: 40px;
    padding: 80px 60px;
    box-shadow: 0 20px 60px rgba(28, 31, 56, 0.05);
}

/* Contact Info Styles */
.dmp-contact-tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #8d6c38;
    border-left: 3px solid #8d6c38;
    padding-left: 12px;
    margin-bottom: 16px;
}
.dmp-contact-title { font-size: 46px; font-weight: 800; color: #1c1f38; line-height: 1.1; margin-bottom: 24px; letter-spacing: -1.5px; }
.dmp-contact-title span { color: #8d6c38; }
.dmp-cinfo-item { display: flex; align-items: flex-start; gap: 18px; padding: 22px 0; border-bottom: 1px solid #f0ece8; }
.dmp-cinfo-icon { width: 50px; height: 50px; background: #1c1f38; border-radius: 12px; display: flex; align-items: center; justify-content: center; color: #8d6c38; font-size: 20px; flex-shrink: 0; }
.dmp-cinfo-label { font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: #8d6c38; margin-bottom: 6px; }
.dmp-cinfo-val { font-size: 15px; color: #444; font-weight: 500; line-height: 1.6; }

/* Form Design */
.dmp-form-wrap { background: #f9f7fc; border-radius: 25px; padding: 50px; border: 1px solid #f1ecf7; }
.dmp-form-label { font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: #666; margin-bottom: 10px; display: block; }
.dmp-form-input { width: 100%; background: #fff; border: 1px solid #e2d9eb; color: #333; padding: 16px 20px; border-radius: 12px; font-size: 15px; outline: none; transition: .3s; }
.dmp-form-input:focus { border-color:#8d6c38; box-shadow: 0 0 0 4px rgba(141, 108, 56, 0.1); }
.dmp-form-textarea { height: 140px; resize: none; }
.dmp-form-btn { background: #1c1f38; color: #fff; padding: 18px 40px; border-radius: 12px; font-weight: 700; font-size: 16px; border: none; cursor: pointer; transition: .4s; width: 100%; text-transform: uppercase; letter-spacing: 1px; }
.dmp-form-btn:hover { background: #8d6c38; transform: translateY(-2px); }

/* Map inside Outline */
.dmp-map-wrap { border-radius: 25px; overflow: hidden; margin-top: 70px; border: 1px solid #eee; line-height: 0; }

@media (max-width: 991px) {
    .dmp-contact-main-outline { padding: 45px 25px; }
    .dmp-contact-sec { padding: 80px 0; }
    .dmp-contact-title { font-size: 34px; }
}

@keyframes dmpFadeUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
.dmp-anim-up { animation: dmpFadeUp .8s ease forwards; }
 
  /* ── HEADER ── */
  .dg-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 48px;
    flex-wrap: wrap;
    gap: 16px;
  }
  .dg-eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
  }
  .dg-eyebrow-line  { height: 1px; width: 28px; background: #8d6c38; }
  .dg-eyebrow-text  { font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: #8d6c38; }
  .dg-title-our {
    font-size: 54px; font-weight: 700; display: block;
    color: transparent; -webkit-text-stroke: 1.5px rgba(255,255,255,0.18);
    letter-spacing: -0.02em; font-family: 'Georgia', serif; line-height: 0.88;
  }
  .dg-title-gallery {
    font-size: 54px; font-weight: 700; display: block;
    color: #8d6c38; letter-spacing: -0.02em;
    font-family: 'Georgia', serif; line-height: 0.88;
  }
  .dg-badge {
    display: flex; align-items: center; gap: 8px;
    border: 0.5px solid rgba(141,108,56,0.35); border-radius: 50px;
    padding: 9px 18px; background: rgba(141,108,56,0.08); align-self: flex-end;
  }
  .dg-stars  { display: flex; gap: 3px; }
  .dg-star   { fill: #8d6c38; width: 11px; height: 11px; }
  .dg-score  { font-size: 13px; color: #8d6c38; font-weight: 600; }
  .dg-clients{ font-size: 12px; color: rgba(255,255,255,0.35); }
 
  /* ── PINTEREST GRID ── */
  .dg-grid { columns: 4; column-gap: 12px; }
  @media (max-width: 1200px) { .dg-grid { columns: 3; } }
  @media (max-width: 768px)  { .dg-grid { columns: 2; } }
  @media (max-width: 480px)  { .dg-grid { columns: 1; } }
 
  /* ── CARD — now an <a> tag for click navigation ── */
  .dg-card {
    break-inside: avoid;
    margin-bottom: 12px;
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    background: #1a1c2e;
    display: block;
    text-decoration: none;
  }
  
  
 
  /* IMAGE ZOOM */
  .dg-card-img-wrap { overflow: hidden; display: block; width: 100%; }
  .dg-card-img-wrap img {
    width: 100%; display: block; object-fit: cover;
    transform: scale(1);
    transition: transform 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
  }
  .dg-card:hover .dg-card-img-wrap img { transform: scale(1.10); }
 
  /* OVERLAY */
  .dg-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(180deg, transparent 20%, rgba(10,12,24,0.97) 100%);
    opacity: 0; transition: opacity 0.35s ease;
    display: flex; flex-direction: column;
    justify-content: flex-end; padding: 22px 18px;
    pointer-events: none;
  }
  .dg-card:hover .dg-overlay { opacity: 1; }
 
  .dg-overlay-tag {
    font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase;
    color: #8d6c38; background: rgba(141,108,56,0.18);
    border: 0.5px solid rgba(141,108,56,0.4);
    border-radius: 50px; padding: 4px 11px;
    margin-bottom: 8px; width: fit-content;
  }
  .dg-overlay-name {
    font-size: 19px; font-weight: 700;
    color: #ffffff; line-height: 1.3; margin-bottom: 6px;
  }
  .dg-overlay-sub {
    font-size: 13px; color: rgba(200,180,150,0.9); line-height: 1.55;
  }
  .dg-overlay-cta {
    display: inline-flex; align-items: center; gap: 7px;
    margin-top: 14px; font-size: 11px; font-weight: 700;
    color: #8d6c38; letter-spacing: 0.12em; text-transform: uppercase;
    border: 0.5px solid rgba(141,108,56,0.5); border-radius: 50px;
    padding: 7px 16px; width: fit-content;
    background: rgba(141,108,56,0.12);
    transition: background 0.25s, color 0.25s;
  }
  .dg-card:hover .dg-overlay-cta {
    background: rgba(141,108,56,0.28); color: #f0c070;
  }
 
  /* TOP PILL */
  .dg-pill {
    position: absolute; top: 12px; left: 12px;
    background: rgba(13,15,28,0.72);
    border: 0.5px solid rgba(255,255,255,0.12);
    border-radius: 50px; padding: 5px 12px;
    font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase;
    color: rgba(255,255,255,0.8);
    backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
    transition: opacity 0.3s ease; z-index: 2;
  }
  .dg-card:hover .dg-pill { opacity: 0; }
 
  /* ARROW */
  .dg-arrow {
    position: absolute; top: 12px; right: 12px;
    width: 32px; height: 32px; border-radius: 50%;
    background: rgba(141,108,56,0.2);
    border: 0.5px solid rgba(141,108,56,0.55);
    display: flex; align-items: center; justify-content: center;
    opacity: 0; transform: scale(0.7);
    transition: opacity 0.35s ease, transform 0.35s ease;
    pointer-events: none; z-index: 2;
  }
  .dg-card:hover .dg-arrow { opacity: 1; transform: scale(1); }
 
  /* ── MOBILE RESPONSIVE ── */
  @media (max-width: 768px) {
    .domipix-gallery-area   { padding: 48px 16px 48px; }
    .dg-title-our,
    .dg-title-gallery       { font-size: 38px; }
    .dg-card-img-wrap img   { height: 200px !important; }
    .dg-overlay-name        { font-size: 15px; }
    .dg-overlay-sub         { font-size: 12px; }
    .dg-overlay             { padding: 14px 12px; }
    .dg-overlay-cta         { font-size: 10px; padding: 6px 12px; margin-top: 10px; }
    .dg-badge               { display: none; }
  }
  @media (max-width: 480px) {
    .dg-title-our,
    .dg-title-gallery       { font-size: 30px; }
    .dg-card-img-wrap img   { height: 175px !important; }
    .dg-overlay-name        { font-size: 14px; }
  }
 
  /* FOOTER */
  .dg-divider {
    height: 0.5px;
    background: linear-gradient(90deg, rgba(141,108,56,0.5), transparent);
    margin: 36px 0 18px;
  }
  .dg-footer { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
  .dg-count  { font-size: 11px; color: rgba(255,255,255,0.25); letter-spacing: 0.06em; }
  .dg-dots   { display: flex; gap: 6px; }
  .dg-dot    { width: 20px; height: 2.5px; border-radius: 2px; background: rgba(255,255,255,0.1); }
  .dg-dot.active { background: #8d6c38; width: 32px; }
.st-about-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: -0.5px;
  color: #1c1f38;
  font-family: 'Montserrat', sans-serif;
}
  .tp-section-title {
    font-size: 33px;
    letter-spacing: 0px;
    line-height: 34px;
  }
  .tp-service-content .tp-section-title {
  margin-bottom: 40px;
}
.tp-service-content .tp-service-btn {
  margin-bottom: 30px;
}
.tp-service-number {
    padding-left: 50px;
}
.tp-header-logo img {
  max-width: 48px;
}
.tp-banner-img {
    height: 250px;
    overflow: hidden;
    border-top: 16px solid var(--tp-common-red-3);
}
.tp-megamenu-title {
  padding-bottom: 5px;
}
.tp-megamenu-wrapper {
	z-index: 99999 !important; 
  position: absolute !important; 
  padding-top: 20px;
}
.tp-megamenu-list ul li a{
	font-weight:300;
}
.tp-megamenu-wrapper.megamenu-white-bg .tp-megamenu-title,.tp-megamenu-wrapper.megamenu-white-bg .tp-megamenu-list ul li a{
	font-family: 'Intra', sans-serif;
	line-height: 19px;
}
.tp_text_invert > div {

}
.st-cta-ptb {
    overflow: hidden;
    padding-top: 50px;
}
.st-cta-wrapper .tp-section-title-playfair{
	    font-size: 37px;
	    line-height: 45px;
}
.tp-megamenu-list ul {
  padding-top: 0px;
  padding-bottom: 10px;
}
  .tp-megamenu-list ul li a {
    font-size: 14px;
    padding: 5px 5px;
  }
.st-counter-item {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 2;
}
  .tp-megamenu-title {
    padding-left: 17px;
  }
.st-choose-thumb {
    height: 315px;
    overflow: hidden;
}
.st-counter-item h4 {
    font-size: 60px;
}
.st-copyright-sub {
    font-size: 13px;
    line-height: 0.25;
}
.st-copyright-ptb {
    padding-top: 10px;
    padding-bottom: 0px;
}
.st-testimonial-item {
    background: #fff;
}
.red-bg-2 {
    background: #8d6c38;
    background: url('../img/slider-3.jpg');
}
.logo-img{
	width:9%;
	display:inline-block;
	top: -6px;
	position: relative;
}
.tp-header-logo{
}
.logo-content{
width: 80%;
  display: inline-block;
  top:  24px;
  position: relative;
}
.logo-content span:first-child{
	width:82%;
	display:inline-block;
	font-size: 22px;
	font-weight: 900;
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
	color:#1c1f38;
	letter-spacing: 1.5px;
}
.logo-content span:nth-child(2){
		width:67%;
		display:inline-block;
		color:#8d6c38;
		text-transform:uppercase;
		font-family: 'Montserrat', sans-serif;
		font-weight: 600;
		text-align: center;
		font-size: 11px;
		letter-spacing: 2px;
}
.logo-content span:nth-child(3){
		width:82%;
		display:inline-block;
		color:#1c1f38;
		font-weight: 500;
		text-transform:uppercase;
		font-family: 'Montserrat', sans-serif;
		font-size: 10px;
		letter-spacing: 1px;
}

.fixed-top,
.topbar {
  width:100%;
  display:inline-block;
  position:relative
}
.fixed-top {
  box-shadow:0 8px 6px -6px rgba(0,0,0,.4)
}
.tp-megamenu-wrapper.megamenu-white-bg .tp-megamenu-list ul li a {
  text-transform:capitalize;
}
.topbar {
background: linear-gradient(170deg,#1c1f38,#1c1f38);
  color:#fbfbfb;
  padding:0;
  z-index:1050;
  font-size:14px;
}
.topbar i {
  margin-right:8px;
  font-size:1.1rem
}
.topbar small+small {
  margin-left:2rem
}
.slider--fg {
  width: 20vw;
  min-width: 270px;
}
.tp-section-title-playfair {
  font-size: 40px;
}
.tp-portfolio-slider-type-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  background: rgba(28, 31, 56, 0.82);
  color: #ffffff;
  padding: 8px 14px;
  letter-spacing: 0.3px;
  font-family: 'Montserrat', sans-serif;
  border-left: 3px solid #8d6c38;
}
/* HERO WRAPPER */
.hero-slider{
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

/* SLIDES */
.slide{
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  /* ðŸ”¥ IMAGE QUALITY FIX */
  filter: brightness(1.2) contrast(1.1) saturate(1.1);

  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.slide.active{
  opacity: 1;
  z-index: 1;
}

/* ðŸ”¥ GRADIENT OVERLAY (NOT TOO DARK) */
.overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.65),
    rgba(0,0,0,0.25),
    rgba(0,0,0,0.1)
  );
}

/* CONTENT */
.content{
  position: absolute;
  bottom: 20%;
  left: 10%;
  max-width: 650px;
  color: #fff;
  z-index: 2;
}

/* TITLE */
.content h1{
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.2;
   color: #ffffff;
  /* ðŸ”¥ TEXT CLEAR VISIBILITY */
  text-shadow: 0 5px 20px rgba(0,0,0,0.8);
}

/* DESCRIPTION */
.content p{
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 25px;
  color: #ffffff;
  text-shadow: 0 3px 10px rgba(0,0,0,0.7);
}

/* BUTTONS */
.hero-btns{
  display: flex;
  gap: 15px;
}

.btn{
  padding: 12px 28px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

/* PRIMARY BUTTON */
.btn.primary{
  border: 1px solid black;
  color: #000;
}

.btn.primary:hover{
  background: #8d6c38;
}

/* SECONDARY BUTTON */
.btn.secondary{
  border: 1px solid #00d4ff;
  color: #00d4ff;
}

.btn.secondary:hover{
  background: #00d4ff;
  color: #000;
}

/* NAV BUTTONS */
.nav{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.4);
  border: none;
  color: #fff;
  font-size: 40px;
  padding: 10px 18px;
  cursor: pointer;
  z-index: 5;
  border-radius: 5px;
}

.nav:hover{
  background: rgba(0,0,0,0.7);
}

.prev{ left: 20px; }
.next{ right: 20px; }

.product-details-section {
  padding: 60px 0;
}

.section-title h2 {
  font-size: 30px;
  margin-bottom: 10px;
}

.section-title p {
  color: #666;
  font-size: 15px;
}

.product-block {
  margin-top: 30px;
}

.product-block h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.feature-list,
.app-list {
  padding-left: 20px;
}

.feature-list li,
.app-list li {
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 1.6;
}


/* ===== PRODUCTS SECTION ===== */

.dmp-section-head { text-align: center; max-width: 700px; margin: 0 auto 50px; }
.dmp-section-head .dmp-section-tag { display: block; }
.dmp-section-head p { font-size: 15px; color: #666; line-height: 1.7; margin-top: 14px; }
 
.dmp-product-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: auto auto; gap: 14px; }
.dmp-prod-item { border-radius: 16px; overflow: hidden; position: relative; cursor: pointer; }
.dmp-prod-item.span-row { grid-row: span 2; }
.dmp-prod-inner {
  width: 100%; height: 100%; min-height: 200px;
  display: flex; align-items: flex-end;
  padding: 24px 20px;
  position: relative;
  transition: all 0.4s ease;
}
.dmp-prod-item.span-row .dmp-prod-inner { min-height: 420px; }
.dmp-prod-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(28,31,56,0.9) 0%, rgba(28,31,56,0.3) 50%, transparent 100%);
  transition: all 0.4s;
}
.dmp-prod-item:hover .dmp-prod-overlay { background: linear-gradient(to top, rgba(141,108,56,0.92) 0%, rgba(141,108,56,0.4) 60%, transparent 100%); }
.dmp-prod-content { position: relative; z-index: 2; }
.dmp-prod-content h3 { font-size: 17px; font-weight: 800; color: #fff; margin-bottom: 6px; line-height: 1.2; }
.dmp-prod-item.span-row .dmp-prod-content h3 { font-size: 22px; }
.dmp-prod-content p { font-size: 12px; color: rgba(255,255,255,0.8); line-height: 1.5; margin: 0; max-height: 0; overflow: hidden; transition: max-height 0.4s; }
.dmp-prod-item:hover .dmp-prod-content p { max-height: 80px; }
.dmp-prod-arrow { display: inline-flex; align-items: center; gap: 6px; margin-top: 10px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: rgba(255,255,255,0); transition: all 0.3s; }
.dmp-prod-item:hover .dmp-prod-arrow { color: #fff; }

.dmp-prod-arrow::after {
  content: '→';  /* correct arrow */
  font-size: 16px;
  margin-left: 6px;
  transition: transform 0.3s;
}

.dmp-prod-item:hover .dmp-prod-arrow::after {
  transform: translateX(6px);
}

.dmp-prod-item:last-child{
  grid-column: 1 / -1; /* full width */
   min-height: 320px;
}
/* LED dots decorations on products */
.dmp-prod-deco { position: absolute; top: 14px; right: 14px; z-index: 3; display: flex; gap: 5px; }
.dmp-prod-deco span { width: 8px; height: 8px; border-radius: 50%; background: var(--dmp-gold); opacity: 0.7; animation: ledBlink 2s ease-in-out infinite; }
.dmp-prod-deco span:nth-child(2) { animation-delay: 0.5s; }
.dmp-prod-deco span:nth-child(3) { animation-delay: 1s; }
 /* ===== GRID ===== */
.dmp-product-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 16px;
}

.dmp-prod-item {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}

/* ===== CARD ===== */
.dmp-prod-inner {
  position: relative;
  display: block;
  height: 100%;
  min-height: 220px;
}

.dmp-prod-item.span-row .dmp-prod-inner {
  min-height: 440px;
}

/* ===== IMAGE (ZOOM EFFECT) ===== */
.dmp-prod-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  transition: transform 0.5s ease;
}

/* ZOOM ON HOVER */
.dmp-prod-item:hover .dmp-prod-img {
  transform: scale(1.08);
}

/* ===== OVERLAY (REMOVE YELLOW + MAKE TEXT CLEAR) ===== */
.dmp-prod-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
     rgba(0,0,0,0.55) 10%,   /* reduced darkness */
    rgba(0,0,0,0.25) 40%,
    rgba(0,0,0,0.05) 100%
  );
}

.dmp-prod-item:hover .dmp-prod-overlay {
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.35) 10%,   /* light dark */
    rgba(0,0,0,0.15) 40%,
    rgba(0,0,0,0.05) 100%
  );
}

/* ===== CONTENT ===== */
.dmp-prod-content {
  position: absolute;
  bottom: 0;
  z-index: 2;
  color: #fff;
  padding: 24px;
  width: 100%;
}

/* TITLE */
.dmp-prod-content h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
}

/* BIG CARD TITLE */
.dmp-prod-item.span-row .dmp-prod-content h3 {
  font-size: 26px;
}

/* DESCRIPTION */
.dmp-prod-content p {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255,255,255,0.95);
  margin-bottom: 10px;
}

/* BUTTON */
.dmp-prod-arrow {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
}



/* MOBILE RESPONSIVE */
@media(max-width:768px){

  .content{
    left: 5%;
    right: 5%;
    bottom: 15%;
  }

  .content h1{
    font-size: 30px;
  }

  .content p{
    font-size: 14px;
  }

  .hero-btns{
    flex-direction: column;
  }
}
.tp-about-funcact-wrap {
  margin-left:0px; 
}
.tp-section-subtitle,.tp-service-number span{
	color:#fff;
}
.tp-service-area,.tp-service-item,.tp-service-category span{
	background:#070707;
	color:#fff;
	background: url('../img/slider-3.jpg');
}
.tp-service-content p{
	color:#fff;
}
.tp-service-thumb{
	position:relative;
	overflow:hidden;
	display:inline-block;
	width: 100%;
}
   /* The main container scaled to your panel preference */
   /* Each slider container */	
        .slider-wrap {
            position: relative;
            width: 100%;
            height:320px;
            display: flex;
            perspective: 1000px;
            background: #111;
            overflow: hidden;
        }

        .slice {
            flex: 1;
            height: 100%;
            position: relative;
            overflow: hidden;
            background-repeat: no-repeat;
            transition: transform 0.5s ease-in-out, opacity 0.5s;
        }

        /* Scanline Overlay */
        .slice::after {
            content: "";
            position: absolute;
            top: 0; left: 0; width: 100%; height: 100%;
            background: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3) 50%);
            background-size: 100% 4px;
            pointer-events: none;
        }
.mouse-wrapper {
  position: absolute;
  top: 100%;	
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999;
  cursor: pointer;
  color: #fff;
  text-align: center;
  display: block;
  font-size: 8px;
}

.mouse-icon {
  height: 35px;
  width: 22px;
  border-radius: 12px;
  border: 2px solid #fff;
  position: relative;
}

.mouse-icon:after {
  content: '';
  height: 5px;
  width: 3px;
  display: block;
  margin: 5px auto;
  border: 2px solid #fff;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-animation: mouse-wheel 0.6s linear infinite;
  -moz-animation: mouse-wheel 0.6s linear infinite;
}

.mouse-arrow {
  display: block;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  margin: 2px 0 3px 6px;
  width: 8px;
  height: 8px;
  -webkit-animation: mouse-scroll 1s infinite;
  -moz-animation: mouse-scroll 1s infinite;
  -webkit-animation-delay: 100ms;
  -moz-animation-delay: 100ms;
  -webkit-animation-direction: alternate;
}

.mouse-arrow:after,
.mouse-arrow:before {
  position: absolute;
  content: '';
  display: block;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 8px;
  height: 8px;
  -webkit-animation: mouse-scroll 1s infinite;
  -moz-animation: mouse-scroll 1s infinite;
}

.mouse-arrow:after {
  margin: 7px 0 3px 7px;
  -webkit-animation-delay: 200ms;
  -moz-animation-delay: 200ms;
  -webkit-animation-direction: alternate;
}

.mouse-arrow:before {
  margin: 14px 0 3px 14px;
  -webkit-animation-delay: 300ms;
  -moz-animation-delay: 300ms;
  -webkit-animation-direction: alternate;
}

@-webkit-keyframes mouse-wheel {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@-webkit-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.tp-portfolio-slider-type {
 left: 25%;
  transform: translateX(-50%);
  bottom: 40%;
  height: auto;
	display: grid;
	place-items: left;	
}
.st-testimonial-item-content p {
  color: rgb(84, 82, 82);
}
.tp-team-bg {
  padding-top: 60px;
  padding-bottom: 60px;
  border-radius: 50px 50px 0 0;
}
.tp-btn-black.btn-red-bg .tp-btn-black-text {
  background-color: #8d6c38;
}
.st-about-box .tp-about-avater-info{
	border-color:transparent;
}
.tp-section-subtitle.pre::before {
  background-color:transparent !important;
}
.tp_text_invert {
 color: white;
}
.cst-about-list ul li span {
  background-color: #1C1F38;
}
.tp-service-category span:hover {
  border-color: #8D6C38;
  background-color: transparent;
  color: #fff;
}
.st-footer-widget-menu ul li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #494949;
  letter-spacing: 0.5px;
}
.st-footer-widget-info-title a {
  font-size: 16px;
  font-weight: 400;
  color: #494949;
  letter-spacing: 0.3px;
}
.st-choose-bg::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 20%;
  height: 380px;
  width: 945px;
  z-index: -1;
  background-color: #FDFDFD;
  border-radius: 10px 0px 0px 10px;
}
.st-testimonial-item-content p {
  font-size: 17px;
}
.dgm-footer-bg {
  border-radius: 0px;
}
.app-footer-widget-info-title {
  color: #FFF;
  font-size: 17px;
}
.app-footer-widget-info a {
  color: #AFB2B8;
}
.black-bg-5 {
  background-color: #1c1f38;
}
.dgm-footer-bg::after {
  background-color: #8d6c38;
}
.tp-section-title-playfair {
  color: #8d6c38;
}
.tp-section-subtitle.st {
  color: #1c1f38;
}
.tp-section-title-playfair span {
  color: rgb(31, 31, 59);
}
.st-testimonial-item-content {
  margin-left: 165px;
}
.tp-copyright-2-border {
  padding-top: 5px;
  padding-bottom: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.dgm-footer-widget-social a:hover {
  color: #fff;
  border-color: #1C1F38;
  background-color: #1C1F38;
}
.dgm-footer-col-1 {
  padding-right: 130px;
}
.dgm-footer-widget-menu ul li a {
  color: #afb2b8;
  font-family: var(--tp-ff-p);
  font-size: 14px;
}
.dgm-footer-widget-menu ul li a:hover {
  color: #8D6C38;
}
.app-footer-widget-info a {
  color: #AFB2B8;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--tp-ff-p);
}

.st-cta-area::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(28, 31, 56, 0.37) 0%, rgba(28, 31, 56, 0.79) 60%, rgba(141, 108, 56, 0.31) 100%);
    z-index: 0;
}
.st-cta-area{
	position:relative;
    background: url(../img/slider-13.png) center / cover no-repeat fixed;
}
.whatsapp_btn{	
	background-color: #00b647 !important;
  color: #fff !important;
}
.tp-btn-black.btn-red-bg .tp-btn-black-circle {
  background: #ececec;
}
.tp-btn-black.btn-red-bg .tp-btn-black-circle svg {
  color: #111;
}
.wa-chat-box-brand-name {
  color: #0C2B5A;
}
.wa-chat-box-brand-subtitle {
  color: #6D6C6C;
}
.wa-chat-box-poweredby{
	display:none;
}
.fix {
  overflow: hidden;
}
.tp-offcanvas-top {
  margin-bottom: 30px;
}
.tp-offcanvas-contact ul li a {
  font-size: 12px;
}
  .tp-service-content p {
    padding-left: 15px;
   margin-bottom: 10px;
  }
.tp-offcanvas-wrapper {
  padding: 70px 30px 50px 30px;
}
.cst-btn.black-t:hover {
  border-color: transparent;
  color: #FFF;
  background-color: #8D6C38;
}
.scene {
            perspective: 1000px; /* Slightly lower perspective for smaller objects */
            transform: scale(1);
        }

        .led-wall {
            display: flex;
            transform-style: preserve-3d;
            transform: rotateY(-15deg) rotateX(8deg);
        }

        .panel {
            width: var(--panel-width);
            height: var(--panel-height);
            position: relative;
            transform-style: preserve-3d;
            border-right: 1px solid rgba(255, 255, 255, 0.1);
            background: #050505;
            box-shadow: 0 0 30px rgba(0,0,0,1);
            overflow: hidden;
        }

        .layer {
            position: absolute;
            top: 0; left: 0; width: 100%; height: 100%;
            filter: brightness(1.2) contrast(1.1);
            transition: opacity 1.5s ease-in-out;
        }

        .front-layer { z-index: 2; opacity: 1; }
        .back-layer { z-index: 1; opacity: 0; }

        /* ADJUSTED CURVE FOR SMALLER RADIUS */
        .p1 { transform: rotateY(25deg) translateZ(-50px); }
        .p2 { transform: rotateY(18deg) translateZ(-30px); }
        .p3 { transform: rotateY(10deg) translateZ(-10px); }
        .p4 { transform: rotateY(4deg)  translateZ(5px);   }
        .p5 { transform: rotateY(0deg)  translateZ(10px);  }
        .p6 { transform: rotateY(-6deg) translateZ(5px);   }
        .p7 { transform: rotateY(-12deg) translateZ(-10px); }
        .p8 { transform: rotateY(-18deg) translateZ(-30px); }
        .p9 { transform: rotateY(-24deg) translateZ(-50px); }
        .p10 { transform: rotateY(-30deg) translateZ(-70px); }
		.st-testimonial-item-user {
  border-right: 1px solid rgba(37, 36, 36, 0.2);
}
.st-testimonial-item-user span {
  color: #131313;
}
.st-testimonial-item {
  padding: 20px 40px;
}
.st-testimonial-item-user p {
  color: rgba(0, 0, 0, 0.6);
}
.tp-btn-border-2.st:hover {
  border-color: #8d6c38;
  background-color: #8d6c38;
}
.tp-btn-border-2.st {
  font-weight: 700;
  padding: 14px 28px;
  color: black;
  border-color: rgba(69, 48, 48, 0.15);
}

.st-about-wrapper {
  padding-left: 20px;
  padding-right: 10px;
}
* {
    word-break: normal;
}
/* Paragraph clean spacing */
.tp_text_anim p {
   margin-bottom: 15px;
    line-height: 1.8;
    text-align: justify;   
    word-break: normal;   
    overflow-wrap: normal; 
    white-space: normal;
}
.tp_text_anim {
  max-width: 650px;
}

/* List alignment fix */
.cst-about-list ul {
  padding-left: 0;
  margin: 0;
}

.cst-about-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.6;
}

/* Icon fix */
.cst-about-list li span {
  display:inline-flex;
  align-items:center;
  justify-content:center;

  width:3px;   /* circle size */
  height:3px;
  border-radius:50%;
  background:#8d6c38; /* optional */
}

/* Button spacing */
.cst-about-btn {
  margin-top: 35px !important;
}
.cst-about-list li span svg{
  width:10px;   /* 🔥 reduce tick size */
  height:8px;
}
/* Overall clean alignment */
.st-about-box {
  padding-right: 20px;
}
/*

OTHER PAGES
*/
/* Responsive Logo and Name Alignment */
@media (max-width: 425px) {
  
    .tp-header-logo {
        display: flex !important;
        align-items: center !important;
        flex-wrap: nowrap !important; 
        gap: 8px; 
        text-decoration: none;
    }

  
    .tp-header-logo .logo-img img {
        width: 40px !important; 
        height: auto;
        display: block;
    }

    
    .tp-header-logo .logo-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    
    .tp-header-logo .logo-content span:first-child {
        font-size: 13px !important;
        font-weight: 700;
        line-height: 1.1;
        white-space: nowrap;
        color: #000; 
    }

 
    .tp-header-logo .logo-content span:last-child {
        font-size: 8px !important;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 0.3px;
        white-space: nowrap;
        color: #666;
    }

    .tp-header-12-wrapper {
        padding: 5px 0;
    }
}


@media (max-width: 340px) {
    .tp-header-logo .logo-content span:first-child {
        font-size: 11px !important;
    }
    .tp-header-logo .logo-img img {
        width: 35px !important;
    }
}
/* Breadcrumb */
.dmp-breadcrumb{position:relative;background:url('assets/img/slider-3.jpg') center/cover no-repeat;padding:110px 0 60px;overflow:hidden;}
.dmp-breadcrumb::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(28,31,56,.85),rgba(141,108,56,.5));}
.dmp-breadcrumb-inner{position:relative;z-index:2;}
.dmp-breadcrumb-title{font-size:52px;font-weight:700;color:#fff;font-family:'Montserrat',sans-serif;margin-bottom:12px;}
.dmp-breadcrumb-nav{display:flex;align-items:center;gap:10px;font-size:14px;}
.dmp-breadcrumb-nav a{color:rgba(255,255,255,.7);text-decoration:none;}
.dmp-breadcrumb-nav span{color:#8d6c38;}

/* Services overview */
.dmp-services-overview{padding:90px 0;}
.dmp-svc-overview-tag{display:inline-block;font-size:12px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:#8d6c38;border-left:3px solid #8d6c38;padding-left:12px;margin-bottom:16px;}
.dmp-svc-overview-title{font-size:44px;font-weight:700;font-family:'Montserrat',sans-serif;color:#1c1f38;line-height:1.1;margin-bottom:12px;letter-spacing:-1px;}
.dmp-svc-overview-title span{color:#8d6c38;}
.dmp-svc-overview-card{background:#fff;border:1px solid #eee;border-radius:16px;padding:36px 32px;height:100%;transition:.3s;position:relative;overflow:hidden;}
.dmp-svc-overview-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#8d6c38,#1c1f38);transform:scaleX(0);transition:.4s;}
.dmp-svc-overview-card:hover::before{transform:scaleX(1);}
.dmp-svc-overview-card:hover{transform:translateY(-8px);box-shadow:0 24px 60px rgba(0,0,0,.12);border-color:transparent;}
.dmp-svc-card-num{font-size:64px;font-weight:900;font-family:'Montserrat',sans-serif;color:rgba(28,31,56,.05);line-height:1;position:absolute;top:16px;right:20px;}
.dmp-svc-card-icon{width:58px;height:58px;background:linear-gradient(135deg,#1c1f38,#8d6c38);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:22px;margin-bottom:22px;}
.dmp-svc-card-title{font-size:22px;font-weight:700;font-family:'Montserrat',sans-serif;color:#1c1f38;margin-bottom:12px;}
.dmp-svc-card-desc{font-size:14px;color:#777;line-height:1.7;margin-bottom:20px;}
.dmp-svc-card-list{list-style:none;padding:0;margin-bottom:24px;}
.dmp-svc-card-list li{font-size:13px;color:#555;padding:4px 0;display:flex;align-items:center;gap:8px;}
.dmp-svc-card-list li::before{content:'â†’';color:#8d6c38;font-weight:700;font-size:11px;}
.dmp-svc-card-link{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:700;color:#1c1f38;text-decoration:none;border-bottom:2px solid #8d6c38;padding-bottom:2px;transition:.2s;}
.dmp-svc-card-link:hover{color:#8d6c38;}


/* ════════════════════════════════════════════════════════════
   DOMIPIX — CUSTOM.CSS ADDITIONS
   Paste this whole block at the VERY END of custom.css.
   Contains:  (A) About page font + spacing
              (B) H1 category page + H2 product detail
              (C) bottom Enquiry form
   ════════════════════════════════════════════════════════════ */


/* ═══════════ (A) ABOUT PAGE — bigger content + equal spacing ═══════════ */
.st-about-wrapper .tp_text_anim p{ font-size:17px !important; line-height:1.95 !important; color:#444 !important; }
.cst-about-list li{ font-size:16px !important; line-height:1.7 !important; }
.about-modern .about-content p{ font-size:16.5px !important; line-height:1.95 !important; }
.about-modern .about-content h5{ font-size:18px !important; }
.about-modern .about-list li{ font-size:16px !important; line-height:1.8 !important; }
.dmp-vm-text{ font-size:16px !important; line-height:1.9 !important; }
.dmp-vm-list li{ font-size:15px !important; }
.dmp-value-text{ font-size:14.5px !important; line-height:1.6 !important; }
.dmp-stat-label{ font-size:15px !important; }

.st-about-area, .about-modern, .dmp-vm-sec, .dmp-stats-sec, .dmp-values-sec, .st-cta-area{
  
  margin-top:0 !important; margin-bottom:0 !important;
}
.st-about-area + br, .about-modern + br, .design-project-item-wrap + br{ display:none !important; }


/* ═══════════ (B) + (C) PRODUCT PAGES (H1/H2) + ENQUIRY FORM ═══════════ */
:root{ --dpx-navy:#1c1f38; --dpx-gold:#8d6c38; --dpx-bg:#f4f5f9; }

/* breadcrumb banner */
.dpx-banner{position:relative;padding:90px 0 70px;background:#1c1f38 center/cover no-repeat;overflow:hidden;}
.dpx-banner::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(28,31,56,.92),rgba(141,108,56,.55));}
.dpx-banner-inner{position:relative;z-index:2;text-align:center;color:#fff;}
.dpx-banner-inner h1{font-size:46px;font-weight:800;letter-spacing:.5px;margin:0 0 12px;font-family:'Montserrat',sans-serif;color:#fff;text-transform:uppercase;}
.dpx-crumb{display:flex;gap:10px;justify-content:center;font-size:14px;color:rgba(255,255,255,.7);}
.dpx-crumb a{color:rgba(255,255,255,.8);text-decoration:none;}
.dpx-crumb a:hover{color:#fff;}
.dpx-crumb span{color:var(--dpx-gold);}

/* H1 category page */
.dpx-cat-sec{padding:70px 0;background:var(--dpx-bg);}
.dpx-cat-grid{display:grid;grid-template-columns:280px 1fr;gap:40px;align-items:start;}
.dpx-side{position:sticky;top:90px;}
.dpx-side-box{background:#fff;border:1px solid #e6eaf2;border-radius:14px;padding:26px 24px;margin-bottom:24px;box-shadow:0 6px 24px rgba(20,30,60,.05);}
.dpx-side-box h3{font-size:18px;font-weight:800;color:var(--dpx-navy);margin:0 0 18px;font-family:'Montserrat',sans-serif;}
.dpx-back{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:var(--dpx-gold);font-weight:600;text-decoration:none;margin-bottom:16px;}
.dpx-cat-list{list-style:none;padding:0;margin:0;}
.dpx-cat-list li a{display:flex;align-items:center;gap:10px;padding:11px 0;font-size:14.5px;color:#3a4154;text-decoration:none;border-bottom:1px solid #eef1f7;transition:.2s;}
.dpx-cat-list li a::before{content:'';width:8px;height:8px;border:1.5px solid var(--dpx-gold);border-radius:50%;flex-shrink:0;transition:.2s;}
.dpx-cat-list li a:hover,.dpx-cat-list li.active a{color:var(--dpx-navy);font-weight:700;}
.dpx-cat-list li.active a::before,.dpx-cat-list li a:hover::before{background:var(--dpx-gold);}
.dpx-side-contact p{font-size:13.5px;color:#5a6075;line-height:1.7;margin:0 0 12px;display:flex;gap:10px;}
.dpx-side-contact i{color:var(--dpx-gold);margin-top:3px;}
.dpx-side-contact a{color:#5a6075;text-decoration:none;}
.dpx-prod-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;}
.dpx-prod-card{background:#fff;border:1px solid #e6eaf2;border-radius:14px;overflow:hidden;text-align:center;transition:.3s;display:flex;flex-direction:column;}
.dpx-prod-card:hover{box-shadow:0 18px 44px rgba(28,31,56,.12);transform:translateY(-6px);border-color:#d8deeb;}
.dpx-prod-thumb{aspect-ratio:4/3;background:#eef1f7;display:flex;align-items:center;justify-content:center;overflow:hidden;}
.dpx-prod-thumb img{width:100%;height:100%;object-fit:contain;padding:14px;}
.dpx-prod-body{padding:20px 18px 24px;display:flex;flex-direction:column;flex:1;}
.dpx-prod-body h4{font-size:15.5px;font-weight:700;color:var(--dpx-navy);margin:0 0 8px;line-height:1.4;min-height:44px;}
.dpx-prod-body .spec{font-size:12.5px;color:#8a90a3;margin:0 0 18px;flex:1;}
.dpx-readmore{display:inline-block;margin:0 auto;background:#fff;border:1.5px solid var(--dpx-navy);color:var(--dpx-navy);padding:9px 24px;border-radius:6px;font-size:13px;font-weight:600;text-decoration:none;transition:.25s;}
.dpx-readmore:hover{background:var(--dpx-navy);color:#fff;}

/* H2 product detail */
.dpx-detail-sec{padding:60px 0;background:#fff;}
.dpx-detail-top{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:start;}
.dpx-detail-img{background:#f4f5f9;border:1px solid #e6eaf2;border-radius:16px;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;overflow:hidden;}
.dpx-detail-img img{width:100%;height:100%;object-fit:contain;padding:24px;}
.dpx-detail-crumb{font-size:13px;color:#8a90a3;margin-bottom:14px;}
.dpx-detail-crumb a{color:var(--dpx-gold);text-decoration:none;}
.dpx-detail-info h1{font-size:32px;font-weight:800;color:var(--dpx-navy);line-height:1.25;margin:0 0 16px;font-family:'Montserrat',sans-serif;}
.dpx-spec-row{display:inline-block;background:#f0ece4;color:var(--dpx-gold);font-size:12.5px;font-weight:700;padding:7px 16px;border-radius:20px;margin-bottom:18px;}
.dpx-detail-info .lead{font-size:15px;color:#5a6075;line-height:1.8;margin:0 0 22px;}
.dpx-feat-title{font-size:15px;font-weight:800;color:var(--dpx-navy);margin:0 0 12px;}
.dpx-feat-list{list-style:none;padding:0;margin:0 0 28px;}
.dpx-feat-list li{display:flex;align-items:flex-start;gap:11px;font-size:14.5px;color:#3a4154;padding:6px 0;line-height:1.5;}
.dpx-feat-list .ic{width:20px;height:20px;border-radius:50%;background:var(--dpx-navy);flex-shrink:0;display:flex;align-items:center;justify-content:center;margin-top:1px;}
.dpx-quote-btn{display:inline-flex;align-items:center;gap:10px;background:var(--dpx-navy);color:#fff;padding:15px 34px;border-radius:8px;font-size:14px;font-weight:700;text-decoration:none;transition:.25s;}
.dpx-quote-btn:hover{background:var(--dpx-gold);color:#fff;}
.dpx-pf-sec{padding:60px 0;background:var(--dpx-bg);}
.dpx-pf-head{text-align:center;margin-bottom:46px;}
.dpx-pf-head h2{font-size:26px;font-weight:800;color:var(--dpx-navy);letter-spacing:1px;}
.dpx-pf-head h2 .u{border-bottom:3px solid var(--dpx-gold);padding-bottom:4px;}
.dpx-pf-block{display:grid;grid-template-columns:1fr 1fr;gap:46px;align-items:center;margin-bottom:48px;}
.dpx-pf-block:nth-child(even) .dpx-pf-text{order:2;}
.dpx-pf-img{background:#fff;border:1px solid #e6eaf2;border-radius:14px;aspect-ratio:16/10;display:flex;align-items:center;justify-content:center;overflow:hidden;}
.dpx-pf-img img{width:100%;height:100%;object-fit:cover;}
.dpx-pf-text h3{font-size:21px;font-weight:800;color:var(--dpx-navy);margin:0 0 12px;}
.dpx-pf-text p{font-size:15px;color:#5a6075;line-height:1.85;margin:0;}

/* PRODUCT FEATURES — centered stacked (screenshot style) */
.dpx-pf-item{text-align:center;max-width:820px;margin:0 auto 54px;}
.dpx-pf-item h3{font-size:22px;font-weight:800;color:var(--dpx-navy);margin:0 0 8px;font-family:'Montserrat',sans-serif;}
.dpx-pf-item p{font-size:15px;color:#6b7280;line-height:1.7;max-width:640px;margin:0 auto 24px;}
.dpx-pf-pic{border-radius:14px;overflow:hidden;background:#fff;}
.dpx-pf-pic img{width:100%;max-height:430px;object-fit:contain;display:block;margin:0 auto;}

/* H2 — live display placements gallery */
.dpx-live-sec{padding:60px 0;background:var(--dpx-bg);}
.dpx-live-head{text-align:center;margin-bottom:40px;}
.dpx-live-head h2{font-size:26px;font-weight:800;color:var(--dpx-navy);font-family:'Montserrat',sans-serif;}
.dpx-live-head p{font-size:15px;color:#6b7280;max-width:600px;margin:10px auto 0;line-height:1.7;}
.dpx-live-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}
.dpx-live-card{border-radius:14px;overflow:hidden;position:relative;aspect-ratio:4/3;background:#e6eaf2;}
.dpx-live-card img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;display:block;}
.dpx-live-card:hover img{transform:scale(1.06);}
.dpx-live-cap{position:absolute;left:0;right:0;bottom:0;padding:16px;background:linear-gradient(to top,rgba(28,31,56,.88),transparent);color:#fff;font-size:14px;font-weight:600;}
@media (max-width:900px){.dpx-live-grid{grid-template-columns:1fr 1fr;}}
@media (max-width:575px){.dpx-live-grid{grid-template-columns:1fr;}}

/* enquiry form */
.dpx-enquiry{background:var(--dpx-navy);padding:64px 0;}
.dpx-enquiry-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center;}
.dpx-enquiry-left h2{font-size:32px;font-weight:800;color:#fff;line-height:1.25;margin:0 0 14px;font-family:'Montserrat',sans-serif;}
.dpx-enquiry-left h2 span{color:var(--dpx-gold);}
.dpx-enquiry-left p{font-size:15px;color:#b8c0dd;line-height:1.8;margin:0 0 22px;}
.dpx-enquiry-left .e-item{display:flex;align-items:center;gap:12px;color:#dfe3f0;font-size:14.5px;margin-bottom:12px;}
.dpx-enquiry-left .e-item i{width:38px;height:38px;border-radius:8px;background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;color:var(--dpx-gold);flex-shrink:0;}
.dpx-enquiry-left .e-item a{color:#dfe3f0;text-decoration:none;}
.dpx-form{display:grid;grid-template-columns:1fr 1fr;gap:14px;}
.dpx-form input,.dpx-form select,.dpx-form textarea{width:100%;background:#fdfdfd;border:none;border-radius:8px;padding:13px 16px;font-size:14px;font-family:'Montserrat',sans-serif;color:#333;outline:none;}
.dpx-form textarea{grid-column:1/-1;min-height:110px;resize:vertical;}
.dpx-form input:focus,.dpx-form select:focus,.dpx-form textarea:focus{box-shadow:0 0 0 3px rgba(141,108,56,.5);}
.dpx-form .dpx-submit{grid-column:1/-1;background:var(--dpx-gold);color:#fff;border:none;padding:15px;border-radius:8px;font-size:14px;font-weight:700;letter-spacing:.5px;cursor:pointer;transition:.25s;}
.dpx-form .dpx-submit:hover{background:#a8824a;}

/* ═══════════ (D) INDEX SERVICES — equal 4-column cards ═══════════ */
.dmp-services-4{padding:20px 0 10px;}
.dmp-services-4 .dmp-section-head{margin-bottom:50px;}
/* 2 x 2 BIG GRID */
.dsv-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;max-width:1100px;margin:0 auto;}
.dsv-card{display:flex;flex-direction:column;background:#fff;border:1px solid #e6eaf2;border-radius:18px;overflow:hidden;text-decoration:none;transition:.3s;box-shadow:0 8px 30px rgba(20,30,60,.06);}
.dsv-card:hover{transform:translateY(-8px);box-shadow:0 26px 56px rgba(28,31,56,.16);border-color:#d8deeb;}
.dsv-img{aspect-ratio:16/9;overflow:hidden;background:#eef1f7;}
.dsv-img img{width:100%;height:100%;object-fit:cover;transition:transform .55s ease;display:block;}
.dsv-card:hover .dsv-img img{transform:scale(1.06);}
.dsv-body{padding:30px 32px 34px;display:flex;flex-direction:column;flex:1;}
.dsv-body h3{font-size:23px;font-weight:800;color:#1c1f38;margin:0 0 12px;font-family:'Montserrat',sans-serif;}
.dsv-body p{font-size:15px;color:#6b7280;line-height:1.8;margin:0 0 20px;flex:1;}
.dsv-link{font-size:14px;font-weight:700;color:#8d6c38;letter-spacing:.3px;}
.dsv-card:hover .dsv-link{color:#1c1f38;}
@media (max-width:767px){.dsv-grid{grid-template-columns:1fr;}.dsv-body h3{font-size:20px;}}

/* responsive */
@media (max-width:1100px){.dpx-cat-grid{grid-template-columns:1fr;}.dpx-side{position:static;}.dpx-prod-grid{grid-template-columns:repeat(2,1fr);}}
@media (max-width:900px){.dpx-detail-top{grid-template-columns:1fr;gap:30px;}.dpx-pf-block{grid-template-columns:1fr;gap:22px;}.dpx-pf-block:nth-child(even) .dpx-pf-text{order:0;}.dpx-enquiry-grid{grid-template-columns:1fr;gap:34px;}}
@media (max-width:575px){.dpx-banner-inner h1{font-size:32px;}.dpx-prod-grid{grid-template-columns:1fr;}.dpx-detail-info h1{font-size:26px;}.dpx-form{grid-template-columns:1fr;}}
/* Breadcrumb Banner */
.dmp-breadcrumb {
    padding: 140px 0 90px;
    background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), 
                url('https://images.unsplash.com/photo-1497366216548-37526070297c?q=80&w=2069&auto=format&fit=crop');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    text-align: center;
}

.dmp-breadcrumb-title {
    color: #ffffff;
    font-size: 28px; 
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.dmp-breadcrumb-nav {
    font-size: 14px;
    color: #fff;
}

.dmp-breadcrumb-nav a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: 0.3s;
}

.dmp-breadcrumb-nav a:hover {
    color: #d4af37;
}

.dmp-breadcrumb-nav .sep {
    margin: 0 10px;
    color: rgba(255, 255, 255, 0.4);
}

.dmp-breadcrumb-nav .current {
    color: #d4af37;
}

/* Services Section */
.dmp-services-overview {
    padding: 100px 0;
}

.dmp-svc-overview-tag {
    display: inline-block;
    background: rgba(141, 108, 56, 0.1);
    color: #8d6c38;
    padding: 5px 20px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 20px;
}

.dmp-svc-overview-title {
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 20px;
}

.dmp-svc-overview-title span {
    color: #8d6c38;
}

.dmp-svc-overview-subtitle {
    font-size: 16px;
    color: #666;
    max-width: 600px;
    margin: 0 auto 60px;
    line-height: 1.8;
}

/* Service Card Style */
.dmp-svc-overview-card {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    border: 1px solid #eee;
    transition: all 0.4s ease;
    height: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.dmp-svc-overview-card:hover {
    transform: translateY(-10px);
    border-color: #d4af37;
    box-shadow: 0 20px 40px rgba(0,0,0,0.05);
}

.dmp-svc-card-num {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 50px;
    font-weight: 900;
    color: rgba(0,0,0,0.03);
    z-index: -1;
}

.dmp-svc-card-icon {
    font-size: 40px;
    color: #8d6c38;
    margin-bottom: 25px;
}

.dmp-svc-card-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

.dmp-svc-card-desc {
    color: #666;
    font-size: 15px;
    margin-bottom: 20px;
}

.dmp-svc-card-list {
    padding: 0;
    list-style: none;
    margin-bottom: 30px;
}

.dmp-svc-card-list li {
    font-size: 14px;
    color: #444;
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative;
}

.dmp-svc-card-list li::before {
    content: 'â†’';
    position: absolute;
    left: 0;
    color: #8d6c38;
}

.dmp-svc-card-link {
    font-weight: 700;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    border-bottom: 2px solid #d4af37;
    padding-bottom: 5px;
}
/*
OTHER PAGES
*/
@media (max-width: 767px) {
	.fix {
 position:relative;
}
	.tp-team-bg{
		border-radius:0px;
	}
  .st-about-ptb {
    padding-top: 10px;
    padding-bottom: 10px;
  }
.tp-service-number {
  padding-left: 0px;
}
.tp-section-title {
  font-size: 30px;
}
.st-testimonial-item-content {
  margin-left: 5px;
}

	  .tp-header-logo {
    padding: 0px 0;
  }
	.topbar small+small{
		display:none;
	}
	.topbar-social{
		display:none !important;
	}
  .topbar {
    flex-direction:column;
    text-align:center
  }
  .topbar small+small {
    margin-left:0;
    margin-top:6px
  }
  .tp-portfolio-slider__wrap {
    height: 50vh;
}
.slider--fg {
    width: 20vw;
    min-width: 150px;
	    top: 36%;
}

.tp-portfolio-slider-small__wrap{
	display:none;
}
    .tp-portfolio-slider__wrap {
        height: 43vh;
    }
	.logo-img {
  width: 13%;
  display: inline-block;
  top: -6px;
  position: relative;
}
.tp-portfolio-slider-type {
  left: 30%;
  transform: translateX(-50%);
  bottom: 66%;
  height: auto;
  display: grid;
  place-items: left;
}
 .tp-portfolio-slider-type-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    background: rgba(28, 31, 56, 0.82);
    color: #ffffff;
    padding: 6px 10px;
    border-left: 3px solid #8d6c38;
  }
.topbar-left {
  width: 100% !important;
  top: 0px;
}
h3 {
  font-size: 18px;
}
.st-counter-item h4 {
  font-size: 38px;
}
.st-counter-item span {
  font-size: 13px;
}
.st-testimonial-item-content p {
  font-size: 14px;
}
.st-testimonial-item-user p {
  font-size: 15px;
}
p {
  font-size: 13px !important;
  font-family: 'Montserrat', sans-serif;
}
  .tp-section-title-playfair {
    font-size: 20px !important;
    letter-spacing: 0px;
    line-height: 28px !important;
  }
.tp-header-logo img {
  max-width: 36px;
}
	.logo-content {
  width: 86%;
  display: inline-block;
  top: 10px;
  position: relative;
}
.logo-content span:first-child {
  width: 82%;
  font-size: 13px;
  letter-spacing: 1px;
}
.logo-content span:nth-child(2) {
  width: 67%;
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 1.5px;
}
.slider-nav {
  position: absolute;
  bottom: 0%;
}
.mouse-wrapper {
  position: absolute;
  top: 43%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999;
  cursor: pointer;
}
.whatsapp_btn{
	margin-top:10px;
}
}
.topbar-left {
  width:50%;
  display:inline-block;
  position:relative;
  top:-5px
}
.topbar-left small {
  display:inline-block
}
.topbar-social a {
  color:#fff;
  margin-left:15px;
  font-size:15px;
  transition:color .3s;
  float:right;
  top:2px;
  position:relative
}
.topbar-social a:hover {
  color:#007bff
}
.topbar-social {
  width:49%;
  display:inline-block
}


/* GRID */
.services-grid-wrap{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:30px;
}

/* CARD */
.service-card{
  position:relative;
  border-radius:18px;
  overflow:hidden;
   height:340px; /* IMPORTANT: fixed height for image focus */
  cursor:pointer;
}

/* IMAGE FULL COVER */
.service-img{
  position:absolute;
  width:100%;
  height:100%;
}

.service-img img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:0.6s ease;
}

/* DARK OVERLAY (for readability) */
.service-overlay{
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  padding:20px;
  background:white;
  color:#fff;
  z-index:2;
}

.service-overlay h3{
  font-size:18px;
  margin:0;
  font-weight:700;
}

/* CONTENT HIDDEN INITIALLY */
.service-content{
  position:absolute;
  bottom:-100%;
  left:0;
  width:100%;
  padding:20px;
  background:#fff;
  transition:0.4s ease;
  z-index:3;
}

/* SHOW CONTENT ON HOVER */
.service-card:hover .service-content{
  bottom:0;
}

/* IMAGE ZOOM */
.service-card:hover img{
  transform:scale(1.15);
}

/* OVERLAY COLOR CHANGE */
.service-card:hover .service-overlay{
  background:linear-gradient(transparent, rgba(0,48,130,0.9));
}

/* TEXT */
.service-content p{
  font-size:13px;
  color:#555;
  line-height:1.6;
}

/* LEARN MORE */
.learn-more{
  display:block;
  margin-top:10px;
  font-size:12px;
  font-weight:700;
  color:#003082;
}

/* AUTO SPLIT TITLE COLOR */
.dual-title{
  font-weight:700;
}

.dual-title span:first-child{
  color:#1c1f38; /* primary */
}

.dual-title span:last-child{
  color:#8d6c38; /* gold */
}

/* MOBILE */
@media(max-width:768px){
  .service-card{
    height:220px;
  }

  /* Always show content on mobile */
  .service-content{
    position:relative;
    bottom:0;
  }
}

/* ============================================================
   DOMIPIX — Page-Specific Styles
   Add these to your existing custom.css file.
   Each page uses a unique prefix to avoid conflicts:
     Digital Signage      → .ds-*
     Transparent Displays → .td-*
     Interactive Displays → .id-*
   ============================================================ */

.dmp-breadcrumb {
  position: relative;
  background-image: url('assets/img/slider-9.jpg');
  background-size: cover;
  background-position: center;
  padding: 120px 0 80px;
  overflow: hidden;
}
.dmp-breadcrumb::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 1;
}
.dmp-breadcrumb-inner { position: relative; z-index: 2; }
.dmp-breadcrumb-title {
  font-size: 35px;
  font-weight: 800;
  color: #fff;
  font-family: 'Montserrat', sans-serif !important;
  margin-bottom: 12px;
}
.dmp-breadcrumb-nav {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: #fff;
}
.dmp-breadcrumb-nav a {
  color: rgba(255, 255, 255, .8);
  text-decoration: none;
}
.dmp-breadcrumb-nav a:hover { color: #8d6c38; }

/* SHARED — Image container hover */
.dmx-product-row { transition: all 0.4s ease; }
.tp-service-4-solution-img {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
  background: #e8e8e8;
}
.tp-service-4-solution-img img {
  width: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
  display: block;
}
.dmx-product-row:hover .tp-service-4-solution-img img { transform: scale(1.08); }

/* SHARED — Anchor offset for sticky nav */
.anchor-offset { padding-top: 100px; margin-top: -100px; }


/* ═══════════════════════════════════════════════════════════
   1. DIGITAL SIGNAGE  (digital-signage.php)
   Prefix: ds-
   ═══════════════════════════════════════════════════════════ */

/* Label tag */
.ds-label-tag {
  background: rgba(141, 108, 56, 0.1);
  color: #8d6c38;
  padding: 8px 22px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 1px solid rgba(141, 108, 56, 0.3);
  display: inline-block;
  margin-bottom: 20px;
}

/* Section ghost number */
.ds-section-number {
  position: absolute;
  top: -45px;
  left: -35px;
  font-size: 110px;
  font-weight: 900;
  color: rgba(141, 108, 56, 0.08);
  z-index: -1;
  font-family: 'Montserrat', sans-serif;
}

/* Product title */
.ds-product-title {
  font-size: 36px;
  font-weight: 800;
  color: #1c1f38;
  line-height: 1.2;
  font-family: 'Montserrat', sans-serif !important;
  margin-bottom: 18px;
}

/* Description */
.ds-description {
  font-size: 16px;
  line-height: 1.85;
  color: #666;
  text-align: justify;
  margin-bottom: 15px;
}

/* Gold highlight text */
.ds-highlight {
  color: #8d6c38;
  font-weight: 700;
}

/* Feature list */
.ds-feature-list { list-style: none; padding: 0; margin-top: 20px; }
.ds-feature-list li {
  margin-bottom: 15px;
  padding-left: 35px;
  position: relative;
  font-weight: 500;
  color: #444;
  font-size: 16px;
}
.ds-feature-list li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  left: 0;
  color: #8d6c38;
  font-size: 19px;
}

/* Spacing */
.ds-mb-section { margin-bottom: 120px; }

/* Image height */
.ds-solution-img img { height: 460px; }
/* ============================================================
   DOMIPIX — Page-Specific Styles
   Add these to your existing custom.css file.
   Each page uses a unique prefix to avoid conflicts:
     Digital Signage      → .ds-*
     Transparent Displays → .td-*
     Interactive Displays → .id-*
     LED Video Wall       → .lv-*
     Outdoor LED          → .ol-*
     Media & Advertising  → .ma-*
   ============================================================ */


/* ─────────────────────────────────────────────
   GLOBAL — Font Family (applies to all pages)
   ───────────────────────────────────────────── */
body,
p,
li,
span,
a,
label,
input,
textarea,
select,
button {
  font-family: 'Inter', sans-serif !important;
}


/* ─────────────────────────────────────────────
   SHARED — Breadcrumb (used by all three pages)
   ───────────────────────────────────────────── */
.dmp-breadcrumb {
  position: relative;
  background-image: url('assets/img/slider-9.jpg');
  background-size: cover;
  background-position: center;
  padding: 120px 0 80px;
  overflow: hidden;
}
.dmp-breadcrumb::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 1;
}
.dmp-breadcrumb-inner { position: relative; z-index: 2; }
.dmp-breadcrumb-title {
  font-size: 35px;
  font-weight: 800;
  color: #fff;
  font-family: 'Montserrat', sans-serif !important;
  margin-bottom: 12px;
}
.dmp-breadcrumb-nav {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: #fff;
}
.dmp-breadcrumb-nav a {
  color: rgba(255, 255, 255, .8);
  text-decoration: none;
}
.dmp-breadcrumb-nav a:hover { color: #8d6c38; }

/* SHARED — Image container hover */
.dmx-product-row { transition: all 0.4s ease; }
.tp-service-4-solution-img {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
  background: #e8e8e8;
}
.tp-service-4-solution-img img {
  width: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
  display: block;
}
.dmx-product-row:hover .tp-service-4-solution-img img { transform: scale(1.08); }

/* SHARED — Anchor offset for sticky nav */
.anchor-offset { padding-top: 100px; margin-top: -100px; }


/* ═══════════════════════════════════════════════════════════
   1. DIGITAL SIGNAGE  (digital-signage.php)
   Prefix: ds-
   ═══════════════════════════════════════════════════════════ */

/* Label tag */
.ds-label-tag {
  background: rgba(141, 108, 56, 0.1);
  color: #8d6c38;
  padding: 8px 22px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 1px solid rgba(141, 108, 56, 0.3);
  display: inline-block;
  margin-bottom: 20px;
}

/* Section ghost number */
.ds-section-number {
  position: absolute;
  top: -45px;
  left: -35px;
  font-size: 110px;
  font-weight: 900;
  color: rgba(141, 108, 56, 0.08);
  z-index: -1;
  font-family: 'Montserrat', sans-serif;
}

/* Product title */
.ds-product-title {
  font-size: 36px;
  font-weight: 800;
  color: #1c1f38;
  line-height: 1.2;
  font-family: 'Montserrat', sans-serif !important;
  margin-bottom: 18px;
}

/* Description */
.ds-description {
  font-size: 16px;
  line-height: 1.85;
  color: #666;
  text-align: justify;
  margin-bottom: 15px;
}

/* Gold highlight text */
.ds-highlight {
  color: #8d6c38;
  font-weight: 700;
}

/* Feature list */
.ds-feature-list { list-style: none; padding: 0; margin-top: 20px; }
.ds-feature-list li {
  margin-bottom: 15px;
  padding-left: 35px;
  position: relative;
  font-weight: 500;
  color: #444;
  font-size: 16px;
}
.ds-feature-list li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  left: 0;
  color: #8d6c38;
  font-size: 19px;
}

/* Spacing */
.ds-mb-section { margin-bottom: 120px; }

/* Image height */
.ds-solution-img img { height: 460px; }

/* Responsive */
@media (max-width: 991px) {
  .ds-solution-img img { height: 320px; }
  .ds-mb-section { margin-bottom: 70px; }
  .ds-product-title { font-size: 26px; }
  .ds-section-number { font-size: 80px; top: -30px; left: -15px; }
}
@media (max-width: 576px) {
  .dmp-breadcrumb-title { font-size: 26px; }
  .ds-product-title { font-size: 22px; }
  .ds-label-tag { font-size: 11px; padding: 6px 16px; }
}


/* ═══════════════════════════════════════════════════════════
   2. TRANSPARENT DISPLAYS  (transparent-displays.php)
   Prefix: td-
   ═══════════════════════════════════════════════════════════ */

/* Label tag — left-bordered style */
.td-label-tag {
  background: rgba(141, 108, 56, 0.08);
  color: #8d6c38;
  padding: 8px 20px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-left: 4px solid #8d6c38;
  display: inline-block;
  margin-bottom: 20px;
}

/* Section ghost number */
.td-section-number {
  position: absolute;
  top: -40px;
  left: -25px;
  font-size: 100px;
  font-weight: 900;
  color: rgba(141, 108, 56, 0.06);
  z-index: -1;
  pointer-events: none;
}

/* Product title */
.td-product-title {
  font-size: 34px;
  font-weight: 700;
  color: #1c1f38;
  line-height: 1.3;
  font-family: 'Montserrat', sans-serif !important;
  margin-bottom: 14px;
}

/* Description */
.td-description {
  font-size: 16px;
  line-height: 1.85;
  color: #5a5a5a;
  text-align: justify;
  margin-top: 15px;
}

/* Gold highlight text */
.td-highlight {
  color: #8d6c38;
  font-weight: 600;
}

/* Feature list */
.td-feature-list { list-style: none; padding: 0; margin-top: 25px; }
.td-feature-list li {
  margin-bottom: 12px;
  padding-left: 30px;
  position: relative;
  font-weight: 400;
  color: #444;
  font-size: 16px;
  line-height: 1.6;
}
.td-feature-list li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  left: 0;
  color: #8d6c38;
  font-size: 16px;
  font-weight: 900;
}

/* Image */
.td-solution-img { border-radius: 20px; overflow: hidden; box-shadow: 0 25px 50px rgba(0,0,0,0.1); background: #e8e8e8; }
.td-solution-img img { width: 100%; height: 500px; object-fit: cover; transition: transform 1s ease; display: block; }
.dmx-product-row:hover .td-solution-img img { transform: scale(1.08); }

/* Spacing */
.td-mb-medium { margin-bottom: 100px; }

/* Responsive */
@media (max-width: 991px) {
  .td-solution-img img { height: 350px; }
  .td-section-number { font-size: 70px; top: -20px; }
  .td-mb-medium { margin-bottom: 60px; }
  .td-product-title { font-size: 26px; }
}


/* ═══════════════════════════════════════════════════════════
   3. INTERACTIVE DISPLAYS  (interactive-displays.php)
   Prefix: id-
   ═══════════════════════════════════════════════════════════ */

/* Label tag — pill style */
.id-label-tag {
  background: rgba(141, 108, 56, 0.1);
  color: #8d6c38;
  padding: 8px 22px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 1px solid rgba(141, 108, 56, 0.3);
  display: inline-block;
  margin-bottom: 20px;
}

/* Section ghost number */
.id-section-number {
  position: absolute;
  top: -45px;
  left: -35px;
  font-size: 110px;
  font-weight: 900;
  color: rgba(141, 108, 56, 0.08);
  z-index: -1;
  font-family: 'Montserrat', sans-serif;
}

/* Product title */
.id-product-title {
  font-size: 36px;
  font-weight: 800;
  color: #1c1f38;
  line-height: 1.2;
  font-family: 'Montserrat', sans-serif !important;
  margin-bottom: 18px;
}

/* Description */
.id-description {
  font-size: 16px;
  line-height: 1.85;
  color: #666;
  text-align: justify;
  margin-bottom: 15px;
}

/* Gold highlight text */
.id-highlight {
  color: #8d6c38;
  font-weight: 700;
}

/* Feature list */
.id-feature-list { list-style: none; padding: 0; margin-top: 20px; }
.id-feature-list li {
  margin-bottom: 15px;
  padding-left: 35px;
  position: relative;
  font-weight: 500;
  color: #444;
  font-size: 16px;
}
.id-feature-list li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  left: 0;
  color: #8d6c38;
  font-size: 19px;
}

/* Spacing */
.id-mb-section { margin-bottom: 120px; }

/* Image */
.id-solution-img img { height: 460px; }

/* Responsive */
@media (max-width: 991px) {
  .id-solution-img img { height: 320px; }
  .id-mb-section { margin-bottom: 70px; }
  .id-product-title { font-size: 26px; }
  .id-section-number { font-size: 80px; top: -30px; left: -15px; }
}
@media (max-width: 576px) {
  .id-product-title { font-size: 22px; }
  .id-label-tag { font-size: 11px; padding: 6px 16px; }
}


/* ═══════════════════════════════════════════════════════════
   4. LED VIDEO WALL  (led-video-wall.php)
   Prefix: lv-
   ═══════════════════════════════════════════════════════════ */

/* Label tag — pill style */
.lv-label-tag {
  background: rgba(141, 108, 56, 0.1);
  color: #8d6c38;
  padding: 8px 22px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 1px solid rgba(141, 108, 56, 0.3);
  display: inline-block;
  margin-bottom: 20px;
}

/* Section ghost number */
.lv-section-number {
  position: absolute;
  top: -45px;
  left: -35px;
  font-size: 110px;
  font-weight: 900;
  color: rgba(141, 108, 56, 0.08);
  z-index: -1;
  font-family: 'Montserrat', sans-serif;
}

/* Product title */
.lv-product-title {
  font-size: 34px;
  font-weight: 800;
  color: #1c1f38;
  line-height: 1.2;
  font-family: 'Montserrat', sans-serif !important;
  margin-bottom: 18px;
}

/* Description */
.lv-description {
  font-size: 17px;
  line-height: 1.85;
  color: #666;
  text-align: justify;
}

/* Gold highlight text */
.lv-highlight {
  color: #8d6c38;
  font-weight: 700;
}

/* Feature list */
.lv-feature-list { list-style: none; padding: 0; margin-top: 25px; }
.lv-feature-list li {
  margin-bottom: 15px;
  padding-left: 35px;
  position: relative;
  font-weight: 500;
  color: #444;
  font-size: 16px;
}
.lv-feature-list li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  left: 0;
  color: #8d6c38;
  font-size: 19px;
}

/* Image */
.lv-solution-img {
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
  border: 1px solid #eee;
  background: #000;
}
.lv-solution-img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  transition: transform 1s ease;
  display: block;
}
.dmx-product-row:hover .lv-solution-img img { transform: scale(1.05); }

/* Spacing */
.lv-mb-large { margin-bottom: 120px; }

/* Responsive */
@media (max-width: 991px) {
  .lv-solution-img img { height: 350px; }
  .lv-mb-large { margin-bottom: 70px; }
  .lv-product-title { font-size: 26px; }
  .lv-section-number { font-size: 80px; top: -30px; left: -15px; }
}


/* ═══════════════════════════════════════════════════════════
   5. OUTDOOR LED  (outdoor-led.php)
   Prefix: ol-
   ═══════════════════════════════════════════════════════════ */

/* Label tag — left-bordered style */
.ol-label-tag {
  background: rgba(141, 108, 56, 0.08);
  color: #8d6c38;
  padding: 8px 20px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-left: 4px solid #8d6c38;
  display: inline-block;
  margin-bottom: 20px;
}

/* Section ghost number */
.ol-section-number {
  position: absolute;
  top: -40px;
  left: -25px;
  font-size: 110px;
  font-weight: 900;
  color: rgba(141, 108, 56, 0.05);
  z-index: -1;
  font-family: 'Montserrat', sans-serif;
}

/* Product title */
.ol-product-title {
  font-size: 34px;
  font-weight: 800;
  line-height: 1.2;
  color: #1c1f38;
  font-family: 'Montserrat', sans-serif !important;
  margin-bottom: 14px;
}

/* Description */
.ol-description {
  font-size: 16px;
  line-height: 1.85;
  color: #666;
  text-align: justify;
  margin-top: 15px;
}

/* Gold highlight text */
.ol-highlight {
  color: #8d6c38;
  font-weight: 700;
}

/* Feature list — 2-column grid */
.ol-feature-list {
  list-style: none;
  padding: 0;
  margin-top: 25px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.ol-feature-list li {
  padding-left: 30px;
  position: relative;
  font-size: 15px;
  color: #555;
  line-height: 1.4;
  font-weight: 500;
}
.ol-feature-list li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  left: 0;
  color: #8d6c38;
  font-weight: 900;
}

/* Image */
.ol-solution-img {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
  background: #e8e8e8;
}
.ol-solution-img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  transition: transform 1.5s ease;
  display: block;
}
.dmx-product-row:hover .ol-solution-img img { transform: scale(1.08); }

/* Spacing */
.ol-mb-medium { margin-bottom: 110px; }

/* Responsive */
@media (max-width: 991px) {
  .ol-feature-list { grid-template-columns: 1fr; }
  .ol-solution-img img { height: 320px; }
  .ol-mb-medium { margin-bottom: 70px; }
  .ol-product-title { font-size: 26px; }
}


/* ═══════════════════════════════════════════════════════════
   6. MEDIA & ADVERTISING  (media-advertising.php)
   Prefix: ma-
   ═══════════════════════════════════════════════════════════ */

/* Label tag — pill style */
.ma-label-tag {
  background: rgba(141, 108, 56, 0.1);
  color: #8d6c38;
  padding: 8px 22px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 1px solid rgba(141, 108, 56, 0.3);
  display: inline-block;
  margin-bottom: 20px;
}

/* Section ghost number */
.ma-section-number {
  position: absolute;
  top: -45px;
  left: -35px;
  font-size: 110px;
  font-weight: 900;
  color: rgba(141, 108, 56, 0.08);
  z-index: -1;
  font-family: 'Montserrat', sans-serif;
}

/* Product title */
.ma-product-title {
  font-size: 34px;
  font-weight: 800;
  color: #1c1f38;
  line-height: 1.2;
  font-family: 'Montserrat', sans-serif !important;
  margin-bottom: 18px;
}

/* Description */
.ma-description {
  font-size: 17px;
  line-height: 1.85;
  color: #666;
  text-align: justify;
}

/* Gold highlight text */
.ma-highlight {
  color: #8d6c38;
  font-weight: 700;
}

/* Feature list */
.ma-feature-list { list-style: none; padding: 0; margin-top: 25px; }
.ma-feature-list li {
  margin-bottom: 15px;
  padding-left: 35px;
  position: relative;
  font-weight: 500;
  color: #444;
  font-size: 16px;
}
.ma-feature-list li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  left: 0;
  color: #8d6c38;
  font-size: 19px;
}

/* Image */
.ma-solution-img {
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
  border: 1px solid #eee;
  background: #f4f4f4;
}
.ma-solution-img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  transition: transform 1s ease;
  display: block;
}
.dmx-product-row:hover .ma-solution-img img { transform: scale(1.05); }

/* Spacing */
.ma-mb-large { margin-bottom: 120px; }

/* Responsive */
@media (max-width: 991px) {
  .ma-solution-img img { height: 350px; }
  .ma-mb-large { margin-bottom: 70px; }
  .ma-product-title { font-size: 26px; }
  .ma-section-number { font-size: 80px; top: -30px; left: -15px; }
}
/* Responsive */
@media (max-width: 991px) {
  .ds-solution-img img { height: 320px; }
  .ds-mb-section { margin-bottom: 70px; }
  .ds-product-title { font-size: 26px; }
  .ds-section-number { font-size: 80px; top: -30px; left: -15px; }
}
@media (max-width: 576px) {
  .dmp-breadcrumb-title { font-size: 26px; }
  .ds-product-title { font-size: 22px; }
  .ds-label-tag { font-size: 11px; padding: 6px 16px; }
}


/* ═══════════════════════════════════════════════════════════
   2. TRANSPARENT DISPLAYS  (transparent-displays.php)
   Prefix: td-
   ═══════════════════════════════════════════════════════════ */

/* Label tag — left-bordered style */
.td-label-tag {
  background: rgba(141, 108, 56, 0.08);
  color: #8d6c38;
  padding: 8px 20px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-left: 4px solid #8d6c38;
  display: inline-block;
  margin-bottom: 20px;
}

/* Section ghost number */
.td-section-number {
  position: absolute;
  top: -40px;
  left: -25px;
  font-size: 100px;
  font-weight: 900;
  color: rgba(141, 108, 56, 0.06);
  z-index: -1;
  pointer-events: none;
}

/* Product title */
.td-product-title {
  font-size: 34px;
  font-weight: 700;
  color: #1c1f38;
  line-height: 1.3;
  font-family: 'Montserrat', sans-serif !important;
  margin-bottom: 14px;
}

/* Description */
.td-description {
  font-size: 16px;
  line-height: 1.85;
  color: #5a5a5a;
  text-align: justify;
  margin-top: 15px;
}

/* Gold highlight text */
.td-highlight {
  color: #8d6c38;
  font-weight: 600;
}

/* Feature list */
.td-feature-list { list-style: none; padding: 0; margin-top: 25px; }
.td-feature-list li {
  margin-bottom: 12px;
  padding-left: 30px;
  position: relative;
  font-weight: 400;
  color: #444;
  font-size: 16px;
  line-height: 1.6;
}
.td-feature-list li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  left: 0;
  color: #8d6c38;
  font-size: 16px;
  font-weight: 900;
}

/* Image */
.td-solution-img { border-radius: 20px; overflow: hidden; box-shadow: 0 25px 50px rgba(0,0,0,0.1); background: #e8e8e8; }
.td-solution-img img { width: 100%; height: 500px; object-fit: cover; transition: transform 1s ease; display: block; }
.dmx-product-row:hover .td-solution-img img { transform: scale(1.08); }

/* Spacing */
.td-mb-medium { margin-bottom: 100px; }

/* Responsive */
@media (max-width: 991px) {
  .td-solution-img img { height: 350px; }
  .td-section-number { font-size: 70px; top: -20px; }
  .td-mb-medium { margin-bottom: 60px; }
  .td-product-title { font-size: 26px; }
}


/* ═══════════════════════════════════════════════════════════
   3. INTERACTIVE DISPLAYS  (interactive-displays.php)
   Prefix: id-
   ═══════════════════════════════════════════════════════════ */

/* Label tag — pill style */
.id-label-tag {
  background: rgba(141, 108, 56, 0.1);
  color: #8d6c38;
  padding: 8px 22px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 1px solid rgba(141, 108, 56, 0.3);
  display: inline-block;
  margin-bottom: 20px;
}

/* Section ghost number */
.id-section-number {
  position: absolute;
  top: -45px;
  left: -35px;
  font-size: 110px;
  font-weight: 900;
  color: rgba(141, 108, 56, 0.08);
  z-index: -1;
  font-family: 'Montserrat', sans-serif;
}

/* Product title */
.id-product-title {
  font-size: 36px;
  font-weight: 800;
  color: #1c1f38;
  line-height: 1.2;
  font-family: 'Montserrat', sans-serif !important;
  margin-bottom: 18px;
}

/* Description */
.id-description {
  font-size: 16px;
  line-height: 1.85;
  color: #666;
  text-align: justify;
  margin-bottom: 15px;
}

/* Gold highlight text */
.id-highlight {
  color: #8d6c38;
  font-weight: 700;
}

/* Feature list */
.id-feature-list { list-style: none; padding: 0; margin-top: 20px; }
.id-feature-list li {
  margin-bottom: 15px;
  padding-left: 35px;
  position: relative;
  font-weight: 500;
  color: #444;
  font-size: 16px;
}
.id-feature-list li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  left: 0;
  color: #8d6c38;
  font-size: 19px;
}

/* Spacing */
.id-mb-section { margin-bottom: 120px; }

/* Image */
.id-solution-img img { height: 460px; }

/* Responsive */
@media (max-width: 991px) {
  .id-solution-img img { height: 320px; }
  .id-mb-section { margin-bottom: 70px; }
  .id-product-title { font-size: 26px; }
  .id-section-number { font-size: 80px; top: -30px; left: -15px; }
}
@media (max-width: 576px) {
  .id-product-title { font-size: 22px; }
  .id-label-tag { font-size: 11px; padding: 6px 16px; }
}
/*digital signage */
:root {
    --tp-theme-primary: #8d6c38; /* Gold */
    --tp-theme-secondary: #1c1f38; /* Navy Blue */
    --tp-theme-black: #030303;
    --tp-theme-grey: #F8F9FA;
    --tp-common-white: #ffffff;
    --tp-text-body: #606060;
}

/* Hero Section Typography */
.tp-service-4-title {
    font-size: clamp(40px, 6vw, 80px);
    font-weight: 800;
    line-height: 1.1;
    color: var(--tp-theme-secondary); /* Navy Blue Title */
    letter-spacing: -2px;
}

.tp-service-4-text p {
    font-size: 18px;
    line-height: 1.6;
    color: var(--tp-text-body);
}

/* Service Item Card Design */
.tp-service-4-solution-item {
    background: var(--tp-common-white);
    padding: 50px 40px;
    border-radius: 20px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(28, 31, 56, 0.05); /* Soft Navy Border */
    height: 100%;
    position: relative;
    overflow: hidden;
}

/* Card Hover State - Transitions to Navy Blue */
.tp-service-4-solution-item:hover {
    background: var(--tp-theme-secondary);
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(28, 31, 56, 0.15);
}

.tp-service-4-solution-item-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    transition: 0.3s;
    color: var(--tp-theme-secondary);
}

/* Link Color inside Title */
.tp-service-4-solution-item-title a {
    color: var(--tp-theme-secondary);
    transition: 0.3s;
}

/* Gold accent on Hover */
.tp-service-4-solution-item:hover .tp-service-4-solution-item-title a {
    color: var(--tp-theme-primary); /* Turns Gold on Hover */
}

.tp-service-4-solution-item p {
    font-size: 16px;
    color: var(--tp-text-body);
    transition: 0.3s;
}

.tp-service-4-solution-item:hover p {
    color: rgba(255, 255, 255, 0.8);
}

/* Section Headings */
.tp-service-4-solution-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--tp-theme-secondary);
}

.tp-section-subtitle.subtitle-grey {
    display: inline-block;
    background: rgba(141, 108, 56, 0.1); /* Very light gold tint */
    color: var(--tp-theme-primary);
    padding: 5px 20px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Swiper Pagination (Dots) */
.tp-service-4-dot .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #d1d1d1;
    opacity: 1;
    margin: 0 5px;
    transition: 0.3s;
}

.tp-service-4-dot .swiper-pagination-bullet-active {
    background: var(--tp-theme-primary); /* Active dot is Gold */
    width: 35px;
    border-radius: 5px;
}

/* Custom Highlight for the Title Section */
.tp-section-title-grotesk {
    color: var(--tp-theme-secondary);
}
/* Image Container - Height and Width Control */
.tp-service-4-solution-img {
    position: relative;
    width: 100%;
    height: 450px;
    overflow: hidden;
    border-radius: 20px; 
    background-color: #f0f0f0; 
}

/* Common Image Styling for all 7 Products */
.tp-service-4-solution-img img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    object-position: center; 
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
/* Video Body Content Styling - Font Increased */
.dmp-video-body { 
    padding: 25px 15px 15px; /* Padding konjam increase pannirukken space nalla iruka */
    text-align: left; 
}

.dmp-video-cat { 
    font-size: 14px; /* 11px-la irunthu 14px-ku increase pannirukken */
    font-weight: 700; 
    letter-spacing: 1.5px; 
    text-transform: uppercase; 
    color: #8d6c38; 
    margin-bottom: 10px; 
}

.dmp-video-title { 
    font-size: 22px; /* 18px-la irunthu 22px-ku increase pannirukken */
    font-weight: 700; 
    color: #1c1f38; 
    margin-bottom: 12px; 
    font-family: 'Montserrat', sans-serif; 
    line-height: 1.3;
}

.dmp-video-desc { 
    font-size: 16px; /* 13px-la irunthu 16px-ku increase pannirukken */
    color: #555; /* Readability-ku konjam dark color */
    line-height: 1.6; 
    margin: 0; 
}

/* Mobile-ukku thaguna maari chinna adjustment */
@media(max-width: 768px) {
    .dmp-video-title { font-size: 20px; }
    .dmp-video-desc { font-size: 15px; }
}

.dmx-product-row:hover .tp-service-4-solution-img img {
    transform: scale(1.1);
}
 @keyframes scroll-down {
        0% { transform: translateY(0); opacity: 1; }
        100% { transform: translateY(12px); opacity: 0; }
    }

    /* Mobile-la overlap aagama iruka chinna adjustment */
    @media (max-width: 768px) {
        .ml-100 { margin-left: 20px !important; }
        .mr-100 { margin-right: 20px !important; }
        #scroll_btn span { font-size: 14px !important; }
    }
 /* Scroll animation logic */
    @keyframes scroll-move {
        0% { transform: translateY(0); opacity: 1; }
        100% { transform: translateY(15px); opacity: 0; }
    }
    
    /* Responsive adjustment for Mobile */
    @media (max-width: 768px) {
        .ml-100, .mr-100 { margin: 0 !important; }
        #scroll_btn span { font-size: 18px !important; } /* Mobile la medium-ah m
    }

@media (max-width: 991px) {
    .tp-service-4-solution-img {
        height: 350px;
    }
}

@media (max-width: 576px) {
    .tp-service-4-solution-img {
        height: 280px;
    }
}


@media (max-width: 991px) {
    .tp-service-4-text {
        padding-top: 30px !important;
    }
    .tp-service-4-solution-heading {
        padding-bottom: 50px !important;
    }
}

    /* Custom Attractive CSS */
    .dmx-product-row { transition: all 0.4s ease; border-radius: 20px; padding: 40px 20px; }
    .dmx-product-row:hover { background: #ffffff; box-shadow: 0 20px 40px rgba(0,0,0,0.05); transform: translateY(-5px); }
   
    .tp-service-4-solution-img { overflow: hidden; border-radius: 20px; position: relative; }
    .tp-service-4-solution-img img { transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1); width: 100%; height: auto; }
    .dmx-product-row:hover .tp-service-4-solution-img img { transform: scale(1.1); }

    .dmx-feature-list { list-style: none; padding: 0; }
    .dmx-feature-list li { position: relative; padding-left: 30px; margin-bottom: 12px; font-size: 16px; color: #444; }
    .dmx-feature-list li::before { content: 'â†’'; position: absolute; left: 0; color: #D4AF37; font-weight: bold; }
   
    .dmx-label-tag { background: #D4AF37; color: #fff; padding: 5px 15px; border-radius: 50px; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; }
    .section-number { font-size: 80px; font-weight: 800; color: rgba(0,0,0,0.03); position: absolute; top: -20px; right: 20px; z-index: -1; }


/* About Section Outline */
.design-project-area.design-project-2-style {
    outline: 2.5px solid rgba(141, 108, 56, 0.35);
    outline-offset: -12px;
    border-radius: 8px;
    position: relative;
}
.design-project-area.design-project-2-style::before {
    content: 'ABOUT';
    position: absolute;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 4px;
    color: #8d6c38;
    background: #fff;
    padding: 2px 14px;
    border: 1.5px solid rgba(141,108,56,0.3);
    border-radius: 20px;
    z-index: 10;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

/* About heading font size â€” match content paragraph font size for inside text */
.dmp-about-heading {
    font-size: clamp(38px, 6vw, 72px) !important;
    line-height: 1.05 !important;
}
/* Gold accent word in heading */
.dmp-heading-accent {
    color: #8d6c38;
}

/* About side image â€” remove extra space below Explore More */
.dmp-about-side-img {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0;
}
.dmp-about-side-img .cst-about-btn {
    margin-top: 16px !important;
    padding-bottom: 0 !important;
}

/* Services heading â€” bigger and bolder */
.design-service-big-text h4.tp_text_invert_2 {
    font-size: clamp(60px, 10vw, 130px) !important;
    font-weight: 900;
    letter-spacing: -3px;
    line-height: 1;
}

/* Why Choose Us heading â€” bigger */
.design-award-title-box h4.tp-section-title-dirtyline {
    font-size: clamp(52px, 8vw, 110px) !important;
    line-height: 1 !important;
}

/* Our Gallery heading â€” bigger */
.design-testimonial-title-box h4.tp-section-title-dirtyline,
.design-portfolio-title-wrap h4.tp-section-title-dirtyline {
    font-size: clamp(52px, 8vw, 110px) !important;
    line-height: 1 !important;
}

/* â”€â”€ Read More / View About Us / Learn More buttons hover â†’ brand gold â”€â”€ */
.cst-btn-readmore {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.3s ease !important;
}
.cst-btn-readmore:hover,
.cst-btn-readmore:focus {
    background-color: #8d6c38 !important;
    border-color: #8d6c38 !important;
    color: #ffffff !important;
}

/* Read More button in first about area â€” same style */
.cst-about-btn .cst-btn.black-t {
    transition: all 0.3s ease !important;
}
.cst-about-btn .cst-btn.black-t:hover {
    background-color: #8d6c38 !important;
    border-color: #8d6c38 !important;
    color: #fff !important;
}

/*  tp-btn-sky-border hover override globally for about buttons â”€â”€ */
.tp-btn-sky-border.cst-btn-readmore:hover {
    background: #8d6c38 !important;
    border-color: #8d6c38 !important;
    color: #fff !important;
}



.about-section{
  padding:100px 0;
  background:#0b0f1a;
}

/* IMAGE CONTAINER */
.about-img{
  position:relative;
  overflow:hidden;
  border-radius:15px;
}

/* IMAGE DEFAULT */
.about-img img{
  width:100%;
  height:450px; /* adjust if needed */
  object-fit:cover;
  transition:transform 0.6s ease;
}

/* HOVER ZOOM IN */
.about-img:hover img{
  transform:scale(1.1);
}


.about-img::after{
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  border-radius:15px;
  box-shadow:0 0 60px rgba(0,212,255,0.2);
}

/* CONTENT */
.about-content h2{
  font-size:38px;
  margin-bottom:20px;
}

.about-content h2 span{
  color:#00d4ff;
}

.about-content p{
  color:#ccc;
  margin-bottom:15px;
  line-height:1.7;
}

/* LIST */
.about-list{
  margin:20px 0;
  list-style:none;
}

.about-list li{
  margin-bottom:10px;
  font-size:16px;
}

/* BUTTON */
.about-content .btn{
  margin-top:20px;
}



/* MOBILE */
@media(max-width:768px){
  .about-content{
    margin-top:30px;
  }
}

/* ===== TITLE SECTION ===== */
.about-title-premium{
  padding:100px 0 80px;
  background:#fff;
}

/* TEXT */
.about-title-content h1{
  font-size:64px;
  font-weight:800;
  line-height:1.1;
  color:#1c1f38;
}

.about-title-content h1 span{
  color:#8d6c38;
}

.about-title-content p{
  margin-top:20px;
  max-width:600px;
  color:#555;
  font-size:18px;
  line-height:1.7;
}

/* BUTTON */
.btn-title{
  display:inline-block;
  margin-top:25px;
  padding:12px 28px;
  background:#1c1f38;
  color:#fff;
  border-radius:30px;
  text-decoration:none;
  transition:0.3s;
}



/* IMAGE */
.about-title-image{
  position:relative;
  text-align:right;
}

.about-title-image img{
  width:100%;
  border-radius:15px;
  box-shadow:0 15px 40px rgba(0,0,0,0.2);
}

/* FLOAT BOX */
.floating-box{
  position:absolute;
  bottom:-25px;
  left:-25px;
  background:#8d6c38;
  color:#fff;
  padding:20px;
  border-radius:12px;
  text-align:center;
  box-shadow:0 10px 30px rgba(0,0,0,0.2);
}

.floating-box span{
  font-size:28px;
  font-weight:bold;
}

.floating-box p{
  margin:0;
  font-size:14px;
}



/* MOBILE */
@media(max-width:768px){

  .about-title-content h1{
    font-size:36px;
  }

  .about-title-image{
    margin-top:30px;
    text-align:center;
  }

  .floating-box{
    display:none;
  }
}

.services-modern {
  padding: 100px 0;
  background: #f9f9fb;
}

.services-title {
   text-align:center;
  margin:80px auto 50px;
}

.services-title h2 {
  font-size: 42px;
  font-weight: 700;
}

.services-title h2 span {
  color: #8d6c38;
}

.services-title p {
  color: #777;
  max-width: 600px;
  margin: auto;
}

.service-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 30px;
  transition: 0.4s;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  
}

.service-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.service-content {
   padding: 25px 20px 30px;
}

.service-content h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.service-content p {
  font-size: 15px;
  color: #666;
   margin-bottom: 20px;
}

.service-content a {
  color: #8d6c38;
  font-weight: 600;
  text-decoration: none;
  margin-top: 10px;
}

.service-content a:hover {
  letter-spacing: 1px;
}


/*digital signage */
body, p, li, span { font-family: 'Inter', sans-serif !important; }

.dmp-breadcrumb {
  position: relative;
  background-image: url('assets/img/slider-9.jpg');
  background-size: cover;
  background-position: center;
  padding: 120px 0 80px;
  overflow: hidden;
}
.dmp-breadcrumb::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.65);
  z-index: 1;
}
.dmp-breadcrumb-inner { position: relative; z-index: 2; }
.dmp-breadcrumb-title { font-size: 35px; font-weight: 800; color: #fff; font-family: 'Montserrat', sans-serif !important; margin-bottom: 12px; letter-spacing: -0.5px; }
.dmp-breadcrumb-nav { display: flex; align-items: center; gap: 10px; font-size: 15px; color: #fff; }
.dmp-breadcrumb-nav a { color: rgba(255,255,255,.8); text-decoration: none; }

.dmx-label-tag {
  background: rgba(141,108,56,0.08);
  color: #8d6c38;
  padding: 8px 20px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-left: 4px solid #8d6c38;
  display: inline-block;
  margin-bottom: 20px;
}
.section-number {
  position: absolute;
  top: -40px; left: -25px;
  font-size: 110px;
  font-weight: 900;
  color: rgba(141,108,56,0.05);
  z-index: -1;
  font-family: 'Montserrat', sans-serif;
}
.tp-service-4-solution-img {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(0,0,0,0.12);
  background: #e8e8e8;
}
.tp-service-4-solution-img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  transition: transform 1.5s ease;
  display: block;
}
.dmx-product-row:hover img { transform: scale(1.08); }

.dmx-feature-list {
  list-style: none;
  padding: 0;
  margin-top: 25px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.dmx-feature-list li {
  padding-left: 30px;
  position: relative;
  font-size: 15px;
  color: #555;
  line-height: 1.4;
  font-weight: 500;
}
.dmx-feature-list li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Pro";
  position: absolute; left: 0;
  color: #8d6c38;
  font-weight: 900;
}
.highlight { color: #8d6c38; font-weight: 700; }
.mb-medium { margin-bottom: 110px; }
.content-description { font-size: 16px; line-height: 1.85; color: #666; text-align: justify; margin-top: 15px; }
.product-title { font-size: 34px; font-weight: 800; line-height: 1.2; color: #1c1f38; font-family: 'Montserrat', sans-serif !important; margin-bottom: 14px; }

/* Section scroll offset for navbar anchor */
.anchor-offset { padding-top: 100px; margin-top: -100px; }

html {
  overflow-x: hidden;
  overflow-y: auto !important;   /* force vertical scroll on html */
}

body {
  overflow-x: hidden;
  overflow-y: auto !important;   /* force vertical scroll on body */
  height: auto !important;
}

/* Smooth wrapper fix — if GSAP ScrollSmoother is NOT active */
#smooth-wrapper,
#smooth-content {
  overflow: visible !important;
  height: auto !important;
  position: relative !important;
}

/* Hero slider must NOT block page scroll */
.hero-slider {
  position: relative !important;
  height: 100vh;
  overflow: hidden;
  z-index: 1;
}

/* Remove any fixed height from main wrappers */
main {
  overflow: visible !important;
  height: auto !important;
}

@media (max-width:991px) {
  .dmx-feature-list { grid-template-columns: 1fr; }
  .tp-service-4-solution-img img { height: 320px; }
  .mb-medium { margin-bottom: 70px; }
  .product-title { font-size: 26px; }
}

/* ===== INDEX SERVICES — 4 CATEGORIES (2 x 2 big grid) ===== */


