.elementor-3597 .elementor-element.elementor-element-3e12d05{--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-e2e4e45 *//* ===============================
   CCTV HERO SECTION
================================ */

.cctv-hero{
  padding:48px 20px;
  background:#f7f9fc;
}

.cctv-hero-inner{
  max-width:1200px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr;
  gap:32px;
  align-items:center;
}


/* CONTENT */

.cctv-hero-content h1{
  font-size:32px;
  line-height:1.2;
  margin-bottom:12px;
  color:#0b1c39;
}

.cctv-hero-sub{
  font-size:16px;
  color:#555;
  margin-bottom:24px;
}


/* BUTTON GROUP */

.cctv-hero-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}


/* BUTTON BASE */

.btn-call,
.btn-book{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:14px 22px;
  border-radius:10px;
  text-decoration:none;
  font-weight:600;
  font-size:15.5px;
  min-height:48px;
  transition:
    transform .25s cubic-bezier(.4,0,.2,1),
    background .25s cubic-bezier(.4,0,.2,1),
    box-shadow .25s cubic-bezier(.4,0,.2,1);
}


/* ICON */

.btn-icon{
  width:18px;
  height:18px;
  fill:currentColor;
}


/* CALL BUTTON */

.btn-call{
  background:#25D366;
  color:#fff;
}

.btn-call:hover{
  background:#084de0;
  transform:translateY(-3px);
  box-shadow:0 10px 24px rgba(0,0,0,.12);
}


/* BOOK BUTTON */

.btn-book{
  background:#2563eb;
  color:#fff;
}

.btn-book:hover{
  background:#e24f00;
  transform:translateY(-3px);
  box-shadow:0 10px 24px rgba(0,0,0,.12);
}


/* CLICK EFFECT */

.btn-call:active,
.btn-book:active{
  transform:scale(.96);
  box-shadow:none;
}


/* IMAGE */

.cctv-hero-image img{
  max-width:100%;
  height:auto;
  display:block;
}


/* TABLET */

@media (min-width:768px){
  .cctv-hero-inner{
    grid-template-columns:1.1fr .9fr;
  }
  .cctv-hero-content h1{
    font-size:40px;
  }
}


/* MOBILE */

@media (max-width:520px){
  .btn-call,
  .btn-book{
    flex:1;
    padding:13px 12px;
    font-size:14.5px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b5489a5 */.cctv-services{
  padding: 48px 20px;
  background: #ffffff;
}

.cctv-services-inner{
  max-width: 1200px;
  margin: 0 auto;
}

.cctv-services h2{
  font-size: 28px;
  margin-bottom: 24px;
}

.cctv-services-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.cctv-service-item{
  padding: 16px;
  border: 1px solid #e6e9f0;
  border-radius: 8px;
}

.cctv-service-item h3{
  font-size: 18px;
  margin-bottom: 6px;
}

.cctv-service-item p{
  font-size: 14px;
  color: #555;
}

/* Tablet & Desktop */
@media (min-width: 768px){
  .cctv-services-grid{
    grid-template-columns: repeat(3, 1fr);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ec9cfb1 */.cctv-brands{
  padding: 40px 20px;
  background: #f7f9fc;
}

.cctv-brands-inner{
  max-width: 1200px;
  margin: 0 auto;
}

.cctv-brands h2{
  font-size: 26px;
  margin-bottom: 20px;
}

.cctv-brands-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.cctv-brands-grid span{
  background: #ffffff;
  border: 1px solid #e6e9f0;
  border-radius: 6px;
  padding: 12px;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
}

/* CTA */
.cctv-brands-cta{
  margin-top: 24px;
  text-align: center;
}

.cctv-brands-cta .brands-btn{
  display: inline-block;
  padding: 12px 22px;
  background: #ff5a00;
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
}

.cctv-brands-cta .brands-btn:hover{
  background: #e24f00;
}

/* Tablet & Desktop */
@media (min-width: 768px){
  .cctv-brands-grid{
    grid-template-columns: repeat(5, 1fr);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fa9f648 *//* ===============================
   CCTV CITY SECTION
================================ */

.cctv-cities{
  padding:64px 20px;
  background:#ffffff;
}

.cctv-cities-inner{
  max-width:1150px;
  margin:auto;
  text-align:center;
}


/* heading */

.cctv-cities h2{
  font-size:30px;
  margin-bottom:34px;
  color:#0b1c39;
  font-weight:700;
  letter-spacing:.2px;
}


/* list layout */

.cctv-city-list{
  list-style:none;
  padding:0;
  margin:0;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:16px;
}


/* city buttons */

.cctv-city-list a{
  display:inline-flex;
  align-items:center;
  justify-content:center;

  padding:13px 22px;
  background:#f5f7ff;
  border-radius:50px;
  font-size:15.5px;
  font-weight:600;
  color:#2563eb;
  text-decoration:none;
  border:1px solid #e1e7ff;

  transition:
    transform .25s cubic-bezier(.4,0,.2,1),
    background .25s cubic-bezier(.4,0,.2,1),
    color .25s cubic-bezier(.4,0,.2,1),
    box-shadow .25s cubic-bezier(.4,0,.2,1);
}


/* hover */

.cctv-city-list a:hover{
  background:#2563eb;
  color:#ffffff;
  border-color:#2563eb;
  transform:translateY(-3px);
  box-shadow:0 8px 20px rgba(0,0,0,.12);
}


/* click */

.cctv-city-list a:active{
  transform:scale(.96);
  box-shadow:none;
}


/* mobile */

@media(max-width:600px){

  .cctv-cities h2{
    font-size:25px;
  }

  .cctv-city-list{
    gap:12px;
  }

  .cctv-city-list a{
    font-size:14.5px;
    padding:11px 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-28d13e3 */.cctv-why{
  padding: 48px 20px;
  background: #f7f9fc;
}

.cctv-why-inner{
  max-width: 1200px;
  margin: 0 auto;
}

.cctv-why h2{
  font-size: 26px;
  margin-bottom: 24px;
}

.cctv-why-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.cctv-why-item{
  background: #ffffff;
  border: 1px solid #e6e9f0;
  border-radius: 8px;
  padding: 16px;
}

.cctv-why-item h3{
  font-size: 18px;
  margin-bottom: 6px;
}

.cctv-why-item p{
  font-size: 14px;
  color: #555;
}

/* Tablet & Desktop */
@media (min-width: 768px){
  .cctv-why-grid{
    grid-template-columns: repeat(4, 1fr);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-89391d6 */.cctv-process{
  padding: 48px 20px;
  background: #ffffff;
}

.cctv-process-inner{
  max-width: 1200px;
  margin: 0 auto;
}

.cctv-process h2{
  font-size: 26px;
  margin-bottom: 28px;
}

.cctv-process-steps{
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.cctv-step{
  border: 1px solid #e6e9f0;
  border-radius: 8px;
  padding: 20px;
  background: #f9fafc;
}

.cctv-step-number{
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  background: #0a58ff;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 10px;
}

.cctv-step h3{
  font-size: 18px;
  margin-bottom: 6px;
}

.cctv-step p{
  font-size: 14px;
  color: #555;
}

/* Desktop */
@media (min-width: 768px){
  .cctv-process-steps{
    grid-template-columns: repeat(4, 1fr);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-68b5157 *//* ===============================
   SECTION – FAQs (IMPROVED)
================================ */

.service-faqs {
  padding: 60px 20px;
  background: #ffffff;
}

.service-faqs .container {
  max-width: 900px;
  margin: auto;
}

.service-faqs h2 {
  font-size: 28px;
  color: #0b1c39;
  margin-bottom: 26px;
  line-height: 1.35;
}

/* ===============================
   FAQ ITEM
================================ */

.faq-item {
  border-radius: 10px;
  background: #f9fbff;
  padding: 18px 18px;
  margin-bottom: 14px;
  border: 1px solid #e6ebf5;
}

/* QUESTION */

.faq-item h3 {
  font-size: 17px;
  color: #0b5cff;
  cursor: pointer;
  position: relative;
  padding-right: 34px;
  line-height: 1.45;
  margin: 0;
}

/* + / − icon */

.faq-item h3::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 22px;
  font-weight: 600;
  color: #0b5cff;
  transition: transform 0.2s ease;
}

/* ACTIVE QUESTION */

.faq-item.active h3::after {
  content: '−';
}

/* ANSWER */

.faq-item p {
  display: none;
  font-size: 15px;
  color: #444;
  line-height: 1.65;
  margin-top: 12px;
}

/* OPEN STATE */

.faq-item.active p {
  display: block;
}

/* ===============================
   MOBILE OPTIMIZATION
================================ */

@media (max-width: 768px) {

  .service-faqs {
    padding: 45px 15px;
  }

  .service-faqs h2 {
    font-size: 24px;
  }

  .faq-item {
    padding: 16px;
  }

  .faq-item h3 {
    font-size: 16px;
  }

  .faq-item p {
    font-size: 14.5px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0e4b2ec *//* ===============================
   CCTV FINAL CTA
================================ */

.cctv-final-cta{
  padding:60px 20px;
  background:#f0fdf4;
  text-align:center;
}

.cctv-final-cta-inner{
  max-width:800px;
  margin:auto;
}


/* heading */

.cctv-final-cta h2{
  font-size:30px;
  margin-bottom:12px;
  color:#064e3b;
  line-height:1.3;
}


/* subtext */

.cta-sub{
  font-size:16px;
  color:#444;
  margin-bottom:28px;
  line-height:1.7;
}


/* buttons container */

.cctv-final-actions{
  display:flex;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
}


/* base button */

.cta-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:14px 24px;
  border-radius:10px;
  font-weight:600;
  font-size:15.5px;
  text-decoration:none;
  color:#fff;
  min-height:48px;
  white-space:nowrap;

  transition:
    transform .25s cubic-bezier(.4,0,.2,1),
    background .25s cubic-bezier(.4,0,.2,1),
    box-shadow .25s cubic-bezier(.4,0,.2,1);
}


/* icon */

.cta-icon{
  width:18px;
  height:18px;
  fill:currentColor;
}


/* colors */

.call-btn{
  background:#0b5cff;
}

.whatsapp-btn{
  background:#22c55e;
}


/* hover */

.cta-btn:hover{
  transform:translateY(-3px);
  box-shadow:0 10px 24px rgba(0,0,0,.12);
}

.call-btn:hover{ background:#0948c9; }
.whatsapp-btn:hover{ background:#16a34a; }


/* click */

.cta-btn:active{
  transform:scale(.96);
  box-shadow:none;
}


/* accessibility */

.cta-btn:focus-visible{
  outline:2px solid #111;
  outline-offset:3px;
}


/* mobile */

@media(max-width:600px){

  .cta-btn{
    flex:1;
    padding:13px 12px;
    font-size:14.5px;
  }

}/* End custom CSS */