.elementor-119 .elementor-element.elementor-element-071a319{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-06a9f2f *//* =========================================
   CCTV Page – Premium (static working images)
   ========================================= */

.cctv3-wrap{
  --bg:#f6f7fb;
  --card:#ffffff;
  --text:#0f172a;
  --muted:#5b6777;
  --line:#e6ebf2;
  --brand:#9b2c2c;
  --brandDark:#5f1a1a;
  --shadow: 0 18px 40px rgba(15,23,42,.12);

  background: linear-gradient(180deg, #ffffff 0%, var(--bg) 100%);
  border-radius: 22px;
  padding: 46px 0;
  color: var(--text);
}

.cctv3-container{
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

/* HERO */
.cctv3-hero{
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 18px;
  align-items: center;
  margin-bottom: 26px;
}

.cctv3-kicker{
  display:inline-block;
  font-size:12px;
  letter-spacing:.14em;
  text-transform:uppercase;
  color: var(--brand);
  background: rgba(155,44,44,.08);
  border: 1px solid rgba(155,44,44,.20);
  padding: 8px 14px;
  border-radius: 999px;
  margin-bottom: 14px;
  font-weight: 900;
}

.cctv3-title{
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.12;
  margin: 0 0 10px;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.cctv3-sub{
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.cctv3-cta{
  display:flex;
  justify-content:flex-start;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
}
.cctv3-cta--left{ justify-content:flex-start; }

.cctv3-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 12px 16px;
  border-radius: 12px;
  font-weight: 900;
  text-decoration:none;
  border: 1px solid var(--line);
  background:#fff;
  color: var(--text);
  transition: transform .12s ease, box-shadow .12s ease;
}
.cctv3-btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(15,23,42,.12);
}
.cctv3-btn--primary{
  background: linear-gradient(135deg, var(--brand), var(--brandDark));
  color:#fff;
  border:none;
}
.cctv3-btn--ghost{
  background: rgba(255,255,255,.92);
}

/* Trust chips */
.cctv3-trust{
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 14px;
}
.cctv3-chip{
  font-size: 13px;
  font-weight: 900;
  color: rgba(15,23,42,.78);
  background: rgba(255,255,255,.75);
  border: 1px solid var(--line);
  padding: 10px 12px;
  border-radius: 14px;
}

/* Hero image */
.cctv3-heroMedia{
  border-radius: 18px;
  overflow:hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  background: #fff;
}
.cctv3-heroImg{
  display:block;
  width: 100%;
  height: 360px;
  object-fit: cover;
}

/* Cards grid */
.cctv3-grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 12px;
}

.cctv3-card{
  position: relative;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  transition: transform .14s ease, box-shadow .14s ease;
}
.cctv3-card:hover{
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.cctv3-imgWrap img{
  width: 100%;
  height: 180px;
  object-fit: cover;
  display:block;
}

.cctv3-cardBody{
  padding: 18px;
  flex:1;
}
.cctv3-cardBody h3{
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.01em;
}
.cctv3-cardBody p{
  margin: 0 0 12px;
  color: var(--muted);
  line-height: 1.6;
  font-size: 14px;
}
.cctv3-cardBody ul{
  margin: 0;
  padding-left: 18px;
  color: rgba(15,23,42,.80);
  line-height: 1.6;
  font-size: 14px;
}

.cctv3-cardBottom{
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 10px;
  padding: 14px 18px;
  border-top: 1px dashed var(--line);
  background: rgba(255,255,255,.75);
}

.cctv3-miniLink{
  font-weight: 900;
  text-decoration:none;
  color: rgba(15,23,42,.88);
}
.cctv3-miniBtn{
  display:inline-flex;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid var(--line);
  text-decoration:none;
  font-weight: 900;
  background:#fff;
  color: var(--text);
}
.cctv3-miniBtn--primary{
  background: linear-gradient(135deg, var(--brand), var(--brandDark));
  border:none;
  color:#fff;
}

.cctv3-card--featured{
  border-color: rgba(155,44,44,.28);
  box-shadow: 0 18px 40px rgba(155,44,44,.16);
}
.cctv3-badge{
  position:absolute;
  top: 14px;
  right: 14px;
  background: rgba(155,44,44,.12);
  border: 1px solid rgba(155,44,44,.22);
  color: var(--brand);
  font-weight: 900;
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  backdrop-filter: blur(6px);
}

/* Banner */
.cctv3-banner{
  margin-top: 16px;
  border-radius: 18px;
  overflow:hidden;
  border: 1px solid var(--line);
  background:
    linear-gradient(120deg, rgba(15,23,42,.78), rgba(15,23,42,.35)),
    url("https://upload.wikimedia.org/wikipedia/commons/4/41/Surveillance_camera_in_shopping_mall.jpg") center/cover no-repeat;
}
.cctv3-bannerOverlay{
  padding: 26px;
  color: rgba(255,255,255,.92);
}
.cctv3-bannerOverlay h2{
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 900;
}
.cctv3-bannerOverlay p{
  margin: 0 0 14px;
  color: rgba(255,255,255,.82);
  line-height: 1.6;
  font-size: 14px;
}

/* Split info */
.cctv3-split{
  margin-top: 16px;
}
.cctv3-splitBox{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  background: rgba(15,23,42,.92);
  color: rgba(255,255,255,.92);
  border-radius: 18px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.10);
}
.cctv3-splitCol h3{
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 900;
}

.cctv3-checks{
  list-style:none;
  margin: 0;
  padding: 0;
  display:flex;
  flex-direction:column;
  gap: 10px;
  color: rgba(255,255,255,.82);
  line-height:1.6;
  font-size: 14px;
}
.cctv3-checks li{
  position: relative;
  padding-left: 22px;
}
.cctv3-checks li::before{
  content:"";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(0,166,118,.28);
  border: 2px solid rgba(0,166,118,.55);
  position:absolute;
  left: 0;
  top: 6px;
}
.cctv3-steps{
  margin: 0;
  padding-left: 18px;
  color: rgba(255,255,255,.82);
  line-height:1.6;
  font-size: 14px;
}

/* Related services */
.cctv3-related{
  margin-top: 16px;
  background: rgba(255,255,255,.75);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 18px;
}
.cctv3-relatedTitle{
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 900;
}
.cctv3-relatedGrid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.cctv3-relCard{
  display:flex;
  flex-direction:column;
  gap: 6px;
  padding: 16px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background:#fff;
  text-decoration:none;
  transition: transform .12s ease, box-shadow .12s ease;
  color: var(--text);
}
.cctv3-relCard:hover{
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(15,23,42,.10);
}
.cctv3-relCard strong{ font-weight: 900; }
.cctv3-relCard span{
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

/* Final CTA */
.cctv3-final{
  margin-top: 16px;
}
.cctv3-finalBox{
  background:#fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 22px;
  text-align:center;
}
.cctv3-finalTitle{
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 900;
}
.cctv3-finalText{
  margin: 0 0 14px;
  color: var(--muted);
  line-height:1.6;
  font-size: 14px;
}

/* Responsive */
@media (max-width: 1100px){
  .cctv3-hero{ grid-template-columns: 1fr; }
  .cctv3-heroImg{ height: 320px; }
  .cctv3-grid{ grid-template-columns: 1fr; }
  .cctv3-splitBox{ grid-template-columns: 1fr; }
  .cctv3-relatedGrid{ grid-template-columns: 1fr; }
}/* End custom CSS */