.elementor-25 .elementor-element.elementor-element-5316373{--display:flex;--overlay-opacity:0.75;--margin-top:-40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-25 .elementor-element.elementor-element-5316373:not(.elementor-motion-effects-element-type-background), .elementor-25 .elementor-element.elementor-element-5316373 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://doublescreensolutions.com/wp-content/uploads/2026/02/665de5c409ce654c90fddb51_64a69c00b0a9b4b26aaea0de_Highland-Blog-Images.webp");}.elementor-25 .elementor-element.elementor-element-5316373::before, .elementor-25 .elementor-element.elementor-element-5316373 > .elementor-background-video-container::before, .elementor-25 .elementor-element.elementor-element-5316373 > .e-con-inner > .elementor-background-video-container::before, .elementor-25 .elementor-element.elementor-element-5316373 > .elementor-background-slideshow::before, .elementor-25 .elementor-element.elementor-element-5316373 > .e-con-inner > .elementor-background-slideshow::before, .elementor-25 .elementor-element.elementor-element-5316373 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#000000;--background-overlay:'';}.elementor-25 .elementor-element.elementor-element-a70a475{--display:flex;}.elementor-25 .elementor-element.elementor-element-2610a86{--display:flex;}.elementor-25 .elementor-element.elementor-element-cfcbd84{--display:flex;--overlay-opacity:0.83;}.elementor-25 .elementor-element.elementor-element-cfcbd84:not(.elementor-motion-effects-element-type-background), .elementor-25 .elementor-element.elementor-element-cfcbd84 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://doublescreensolutions.com/wp-content/uploads/2026/02/surveillance-camera-face-recognition-system-600nw-2306132609.webp");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-25 .elementor-element.elementor-element-cfcbd84::before, .elementor-25 .elementor-element.elementor-element-cfcbd84 > .elementor-background-video-container::before, .elementor-25 .elementor-element.elementor-element-cfcbd84 > .e-con-inner > .elementor-background-video-container::before, .elementor-25 .elementor-element.elementor-element-cfcbd84 > .elementor-background-slideshow::before, .elementor-25 .elementor-element.elementor-element-cfcbd84 > .e-con-inner > .elementor-background-slideshow::before, .elementor-25 .elementor-element.elementor-element-cfcbd84 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#000000;--background-overlay:'';}.elementor-25 .elementor-element.elementor-element-3c807a9{--display:flex;}.elementor-25 .elementor-element.elementor-element-bbe4915{--display:flex;}.elementor-25 .elementor-element.elementor-element-2077884{--display:flex;}.elementor-25 .elementor-element.elementor-element-007d4d6{--display:flex;}.elementor-25 .elementor-element.elementor-element-007d4d6:not(.elementor-motion-effects-element-type-background), .elementor-25 .elementor-element.elementor-element-007d4d6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}@media(min-width:1025px){.elementor-25 .elementor-element.elementor-element-cfcbd84:not(.elementor-motion-effects-element-type-background), .elementor-25 .elementor-element.elementor-element-cfcbd84 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:fixed;}}/* Start custom CSS for html, class: .elementor-element-c48e20a */.dss-hero{
  --orange:#c86734;
  --green:#8cc63e;

  background: transparent;
  padding: 120px 20px;
  font-family: 'Inter', sans-serif;
}

/* Layout */
.dss-hero__wrap{
  max-width: 1200px;
  margin: auto;
}

.dss-hero__grid{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:40px;
  align-items:center;
}

/* ===== LEFT SIDE TEXT (WHITE) ===== */

.dss-hero__name,
.dss-hero__tag,
.dss-hero__title,
.dss-hero__sub{
  color:#ffffff;
}

.dss-hero__brand{
  display:flex;
  align-items:center;
  gap:15px;
  margin-bottom:25px;
}

.dss-hero__logo{
  width:60px;
}

.dss-hero__title{
  font-size:clamp(34px,5vw,52px);
  font-weight:900;
  line-height:1.1;
  margin-bottom:20px;
}

/* Keep gradient highlight */
.dss-hero__title span{
  background:linear-gradient(90deg,var(--orange),var(--green));
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.dss-hero__sub{
  font-size:17px;
  line-height:1.7;
  margin-bottom:35px;
  opacity:.9;
}

/* Buttons */
.dss-hero__cta{
  display:flex;
  gap:15px;
  flex-wrap:wrap;
}

.dss-btn{
  padding:14px 26px;
  border-radius:10px;
  font-weight:700;
  text-decoration:none;
  transition:.3s ease;
}

.dss-btn--primary{
  background:#c86734;
  color:#fff;
}

.dss-btn--primary:hover{
  background:#b9572a;
}

.dss-btn--secondary{
  border:2px solid #ffffff;
  color:#ffffff;
}

.dss-btn--secondary:hover{
  background:#ffffff;
  color:#000;
}

/* ===== RIGHT BOX (DARK TEXT KEKAL) ===== */

.dss-heroCard{
  background:#ffffff;
  padding:30px;
  border-radius:18px;
  border:1px solid rgba(0,0,0,0.08);
  box-shadow:0 20px 60px rgba(0,0,0,0.08);
}

.dss-heroCard__grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:15px;
}

.dss-miniCard{
  padding:18px;
  border-radius:14px;
  border:1px solid rgba(0,0,0,0.06);
}

/* Keep text inside box dark */
.dss-miniCard__title{
  font-weight:800;
  margin-bottom:6px;
  color:#0b1220;
}

.dss-miniCard__desc{
  font-size:13px;
  color:#555;
}

/* Responsive */
@media(max-width:900px){
  .dss-hero__grid{
    grid-template-columns:1fr;
  }

  .dss-btn{
    width:100%;
    text-align:center;
  }

  .dss-heroCard__grid{
    grid-template-columns:1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-84073fb */.dss-sec2-pro{
  background: linear-gradient(to bottom, #ffffff 0%, #f4f7fb 100%);
  padding: 120px 20px;
  font-family: 'Inter', sans-serif;
  color: #0b1220;
}

.dss-sec2-pro__wrap{
  max-width: 1200px;
  margin: auto;
}

/* Heading */
.dss-sec2-pro__head{
  text-align: center;
  max-width: 800px;
  margin: 0 auto 80px;
}

.dss-sec2-pro__eyebrow{
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #c86734;
  margin-bottom: 15px;
}

.dss-sec2-pro__head h2{
  font-size: clamp(32px,4vw,46px);
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 20px;
}

.dss-sec2-pro__head h2 span{
  color: #8cc63e;
}

.dss-sec2-pro__head p{
  font-size: 17px;
  line-height: 1.7;
  color: #475569;
}

/* Grid */
.dss-sec2-pro__grid{
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 60px;
  align-items: center;
}

/* Content */
.dss-sec2-pro__content p{
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 25px;
  color: #475569;
}

.dss-sec2-pro__features{
  margin-top: 40px;
  display: grid;
  gap: 25px;
}

.dss-feature h4{
  font-weight: 800;
  margin-bottom: 8px;
}

.dss-feature p{
  font-size: 14px;
  color: #64748b;
}

/* Highlight Box */
.dss-sec2-pro__highlight{
  background: #ffffff;
  padding: 50px;
  border-radius: 22px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.08);
  border: 1px solid rgba(0,0,0,0.06);
}

.dss-highlight__item{
  margin-bottom: 30px;
}

.dss-highlight__title{
  font-weight: 900;
  font-size: 16px;
  margin-bottom: 6px;
}

.dss-highlight__desc{
  font-size: 14px;
  color: #64748b;
}

/* Responsive */
@media(max-width: 900px){
  .dss-sec2-pro__grid{
    grid-template-columns: 1fr;
  }

  .dss-sec2-pro__highlight{
    padding: 35px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-434a9a9 */.dss-sec3{
  background: transparent;
  padding: 120px 20px;
  font-family: 'Inter', sans-serif;
  color: #ffffff; /* outside text white */
}

.dss-sec3__wrap{
  max-width: 1200px;
  margin: auto;
}

/* Heading */
.dss-sec3__head{
  text-align: center;
  margin-bottom: 70px;
}

.dss-sec3__eyebrow{
  display:inline-block;
  font-size:12px;
  font-weight:800;
  letter-spacing:2px;
  text-transform:uppercase;
  color:#c86734;
  margin-bottom:15px;
}

.dss-sec3__head h2{
  font-size:clamp(30px,4vw,42px);
  font-weight:900;
  margin-bottom:15px;
}

.dss-sec3__head p{
  font-size:16px;
  opacity:.8;
}

/* Grid */
.dss-sec3__grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:30px;
}

/* Card */
.dss-sec3__card{
  background:#ffffff;
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 25px 70px rgba(0,0,0,0.08);
  transition: all .3s ease;
}

.dss-sec3__card:hover{
  transform: translateY(-8px);
}

/* Portrait Image Container */
.dss-sec3__image{
  width:100%;
  aspect-ratio: 3 / 4; /* Portrait ratio */
  overflow:hidden;
}

.dss-sec3__image img{
  width:100%;
  height:100%;
  object-fit:cover;
}

/* Content inside card */
.dss-sec3__content{
  padding:25px;
}

.dss-sec3__content h3{
  font-size:18px;
  font-weight:800;
  margin-bottom:10px;
  color:#0b1220; /* black */
}

.dss-sec3__content p{
  font-size:14px;
  line-height:1.7;
  color:#475569; /* dark grey */
}

/* Responsive */
@media(max-width:1000px){
  .dss-sec3__grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:600px){
  .dss-sec3__grid{
    grid-template-columns:1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-23bd2ac */.dss-sec4{
  background: transparent; /* keep transparent */
  padding:120px 20px;
  font-family:'Inter', sans-serif;
  color:#ffffff; /* all text white */
}

.dss-sec4__wrap{
  max-width:1200px;
  margin:auto;
}

/* Heading */
.dss-sec4__head{
  text-align:center;
  max-width:750px;
  margin:0 auto 80px;
}

.dss-sec4__eyebrow{
  display:inline-block;
  font-size:12px;
  font-weight:800;
  letter-spacing:2px;
  text-transform:uppercase;
  color:#8cc63e; /* accent kekal */
  margin-bottom:15px;
}

.dss-sec4__head h2{
  font-size:clamp(30px,4vw,44px);
  font-weight:900;
  margin-bottom:18px;
}

.dss-sec4__head p{
  font-size:16px;
  line-height:1.7;
  opacity:.85;
}

/* Grid */
.dss-sec4__grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:30px;
}

/* Step Box */
.dss-step{
  padding:40px 30px;
  border-radius:20px;
  border:1px solid rgba(255,255,255,0.15);
}

/* Number */
.dss-step__number{
  font-size:40px;
  font-weight:900;
  color:#c86734;
  margin-bottom:15px;
}

/* Title */
.dss-step h3{
  font-size:18px;
  font-weight:800;
  margin-bottom:12px;
  color:#ffffff;
}

/* Text */
.dss-step p{
  font-size:14px;
  line-height:1.7;
  color:#ffffff;
  opacity:.8;
}

/* Responsive */
@media(max-width:1000px){
  .dss-sec4__grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:600px){
  .dss-sec4__grid{
    grid-template-columns:1fr;
  }
}
/* Force heading to white */
.dss-sec4 h2{
  color:#ffffff !important;
}

.dss-sec4__head p{
  color:#ffffff !important;
}

.dss-sec4__head{
  color:#ffffff !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5a3b71a *//* ===============================
   HOME PAGE — OUR PARTNERS
=============================== */

.dss-partners{
  background: transparent;
  padding:120px 20px;
  font-family:'Inter', system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  color:#0b1220;
}

.dss-partners__wrap{
  max-width:1200px;
  margin:auto;
}

/* Head */
.dss-partners__head{
  text-align:center;
  max-width:760px;
  margin:0 auto 70px;
}

.dss-partners__eyebrow{
  display:inline-block;
  font-size:12px;
  font-weight:950;
  letter-spacing:2px;
  text-transform:uppercase;
  color:#c86734;
  margin-bottom:14px;
}

.dss-partners__head h2{
  font-size:clamp(30px,4vw,44px);
  font-weight:950;
  margin:0 0 14px;
}

.dss-partners__head p{
  margin:0;
  font-size:16px;
  line-height:1.7;
  color:#475569;
}

/* Grid */
.dss-partners__grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:26px;
}

/* Card */
.dss-partners__card{
  background:#ffffff;
  border:1px solid rgba(0,0,0,0.06);
  border-radius:28px;
  padding:34px 24px;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 22px 70px rgba(0,0,0,0.08);
  transition:.25s ease;
}

.dss-partners__card:hover{
  transform:translateY(-6px);
  box-shadow:0 30px 80px rgba(0,0,0,0.12);
}

.dss-partners__card img{
  max-width:140px;
  max-height:80px;
  object-fit:contain;
  filter: grayscale(100%);
  opacity:.8;
  transition:.3s ease;
}

.dss-partners__card:hover img{
  filter: grayscale(0%);
  opacity:1;
}

/* Responsive */
@media(max-width:1000px){
  .dss-partners__grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:600px){
  .dss-partners__grid{
    grid-template-columns:1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a329921 */.dss-sec5{
  background:#f4f7fb; /* solid light background */
  padding:120px 20px;
  font-family:'Inter', sans-serif;
  color:#0b1220;
}

.dss-sec5__wrap{
  max-width:1200px;
  margin:auto;
}

/* Heading */
.dss-sec5__head{
  text-align:center;
  max-width:750px;
  margin:0 auto 80px;
}

.dss-sec5__eyebrow{
  display:inline-block;
  font-size:12px;
  font-weight:800;
  letter-spacing:2px;
  text-transform:uppercase;
  color:#c86734;
  margin-bottom:15px;
}

.dss-sec5__head h2{
  font-size:clamp(30px,4vw,44px);
  font-weight:900;
  margin-bottom:18px;
}

.dss-sec5__head p{
  font-size:16px;
  line-height:1.7;
  color:#475569;
}

/* Grid */
.dss-sec5__grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:30px;
}

/* Cards */
.dss-sec5__card{
  background:#ffffff;
  padding:35px 30px;
  border-radius:20px;
  border:1px solid rgba(0,0,0,0.06);
  box-shadow:0 20px 60px rgba(0,0,0,0.06);
  transition:.3s ease;
}

.dss-sec5__card:hover{
  transform:translateY(-6px);
}

.dss-sec5__card h3{
  font-size:18px;
  font-weight:800;
  margin-bottom:12px;
}

.dss-sec5__card p{
  font-size:14px;
  line-height:1.7;
  color:#64748b;
}

/* Responsive */
@media(max-width:1000px){
  .dss-sec5__grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:600px){
  .dss-sec5__grid{
    grid-template-columns:1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0e7f4ae */.dss-sec6{
  background: transparent;
  padding: 120px 20px;
  font-family: 'Inter', sans-serif;
  color:#0b1220;
}

.dss-sec6__wrap{
  max-width:1200px;
  margin:auto;
}

.dss-sec6__box{
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 40px;
  border-radius: 26px;
  padding: 60px;
  background: linear-gradient(135deg, rgba(200,103,52,.10), rgba(140,198,62,.10));
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 30px 90px rgba(0,0,0,.10);
}

/* Left */
.dss-sec6__eyebrow{
  display:inline-block;
  font-size:12px;
  font-weight:900;
  letter-spacing:2px;
  text-transform:uppercase;
  color:#c86734;
  margin-bottom:14px;
}

.dss-sec6__title{
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 950;
  line-height: 1.15;
  margin: 0 0 16px;
}

.dss-sec6__title span{
  background: linear-gradient(90deg, #c86734, #8cc63e);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.dss-sec6__desc{
  font-size:16px;
  line-height:1.8;
  color:#475569;
  margin:0 0 22px;
}

.dss-sec6__chips{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.dss-chip{
  background: rgba(255,255,255,.85);
  border: 1px solid rgba(0,0,0,.06);
  padding: 10px 12px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 12px;
}

/* Right card */
.dss-sec6__card{
  background:#ffffff;
  border-radius: 22px;
  padding: 34px;
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 22px 70px rgba(0,0,0,.08);
}

.dss-sec6__cardTitle{
  font-weight: 950;
  font-size: 18px;
  margin-bottom: 16px;
}

.dss-sec6__link{
  display:block;
  text-decoration:none;
  color:#0b1220;
  font-weight: 850;
  margin-bottom: 12px;
}

.dss-sec6__link:hover{ text-decoration: underline; }

.dss-sec6__btns{
  margin-top: 18px;
  display:grid;
  gap: 12px;
}

.dss-sec6__btn{
  text-decoration:none;
  font-weight: 950;
  padding: 14px 16px;
  border-radius: 14px;
  text-align:center;
  border: 1px solid rgba(0,0,0,.10);
  transition:.25s ease;
}

.dss-sec6__btn--wa{
  background:#8cc63e;
  color:#0b1220;
}

.dss-sec6__btn--wa:hover{
  transform: translateY(-2px);
}

.dss-sec6__btn--mail{
  background:#c86734;
  color:#ffffff;
}

.dss-sec6__btn--mail:hover{
  transform: translateY(-2px);
}

.dss-sec6__note{
  margin-top: 16px;
  font-size: 12px;
  line-height: 1.6;
  color:#64748b;
}

/* Responsive */
@media (max-width: 980px){
  .dss-sec6__box{
    grid-template-columns: 1fr;
    padding: 40px 22px;
  }
}
/* ==============================
   DSS SEC 6 — MOBILE FIX PATCH
   Letak bawah sekali
============================== */

/* Better sizing behavior */
.dss-sec6,
.dss-sec6 *{
  box-sizing: border-box;
}

.dss-sec6{
  padding: clamp(70px, 10vw, 120px) 16px; /* mobile padding more friendly */
}

.dss-sec6__box{
  width: 100%;
  min-width: 0;               /* penting untuk elak overflow dalam grid */
}

/* Make text + long items not overflow */
.dss-sec6__title,
.dss-sec6__desc,
.dss-sec6__link{
  overflow-wrap: anywhere;
  word-break: break-word;
}

/* Chips: ensure wrap nicely */
.dss-sec6__chips{
  align-items: flex-start;
}
.dss-chip{
  max-width: 100%;
  white-space: normal;
  line-height: 1.3;
}

/* Buttons: better tap area + no weird shrink */
.dss-sec6__btn{
  width: 100%;
  min-height: 48px; /* tap-friendly */
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Responsive tuning */
@media (max-width: 980px){
  .dss-sec6__box{
    padding: 26px 16px; /* lebih kecil dari 40px 22px */
    gap: 18px;
    border-radius: 20px;
  }

  .dss-sec6__card{
    padding: 20px 16px;
    border-radius: 18px;
  }

  .dss-sec6__title{
    font-size: clamp(24px, 6.2vw, 34px);
  }

  .dss-sec6__desc{
    font-size: 15px;
    line-height: 1.75;
  }

  .dss-sec6__btns{
    gap: 10px;
  }
}

/* Extra small phones */
@media (max-width: 420px){
  .dss-sec6{
    padding: 64px 14px;
  }
  .dss-sec6__box{
    padding: 22px 14px;
  }
  .dss-chip{
    padding: 9px 10px;
    font-size: 11.5px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a4f8879 */.dss-footer{
  background:#0b1220;
  color:#ffffff;
  padding:100px 20px 40px;
  font-family:'Inter', sans-serif;
}

.dss-footer__wrap{
  max-width:1200px;
  margin:auto;
}

/* Grid */
.dss-footer__grid{
  display:grid;
  grid-template-columns:1.5fr 1fr 1fr 1fr;
  gap:40px;
  margin-bottom:60px;
}

/* Brand */
.dss-footer__brand{
  font-weight:900;
  font-size:20px;
  margin-bottom:15px;
}

.dss-footer__col p{
  font-size:14px;
  line-height:1.8;
  color:#94a3b8;
}

/* Titles */
.dss-footer__title{
  font-weight:800;
  margin-bottom:18px;
  font-size:16px;
}

/* List */
.dss-footer__col ul{
  list-style:none;
  padding:0;
  margin:0;
}

.dss-footer__col li{
  font-size:14px;
  margin-bottom:12px;
  color:#94a3b8;
}

.dss-footer__col a{
  text-decoration:none;
  color:#94a3b8;
  transition:.2s ease;
}

.dss-footer__col a:hover{
  color:#ffffff;
}

/* Bottom */
.dss-footer__bottom{
  border-top:1px solid rgba(255,255,255,0.08);
  padding-top:20px;
  font-size:13px;
  color:#64748b;
  text-align:center;
}

/* Responsive */
@media(max-width:1000px){
  .dss-footer__grid{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:600px){
  .dss-footer__grid{
    grid-template-columns:1fr;
  }
}/* End custom CSS */