/* Common Css of Services Pages */
.page-hero-section {
  padding: 0px 0 36px 0;
  box-shadow: 0 4px 24px rgba(30,198,217,0.07);
  margin-bottom: 0;
}
.page-hero-content {
  position: relative;
  z-index: 3 !important;
  width: 100%;
  max-width: 90vw;
  margin: 0 auto;
  padding: 4rem 2rem;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0,0,0,0.25);
}
.page-hero-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  max-width: 1100px;
  flex-wrap: wrap;
}
.hero-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2.5rem;
  max-width: 90vw;
  margin: 0 auto;
  padding: 2.5rem 2rem;
}
.main-page-heading {
  grid-column: 1 / -1;
  width: 90vw;
  text-align: left;
  font-size: 3.5rem;
  margin-top: 7rem;
  margin-bottom: -2rem !important;
  margin-left: 1rem;
  color: #0034B5;
  font-weight: 900;
  text-shadow: 0 2px 8px #fff, 0 4px 16px #0034B522;
  font-variant: small-caps;
  display: block;
  flex: 0 0 100%;
}
.page-hero-left {
  flex: 1 1 50%;
  min-width: 320px;
  margin-left: 1.5vw;
}
.page-hero-text {
  flex: 1 1 0;
  min-width: 240px;
}
.page-hero-text h3 {
  color: #fff;
  font-weight: 800;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  letter-spacing: 1px;
  font-size: 1.4rem;
}
.page-hero-text p {
  font-size: 1.3rem;
  color: #fff;
  line-height: 2;
  margin-top: 2.5rem;
  max-width: 80vw;
  text-align: justify;
  font-family: 'Montserrat', Arial, sans-serif;
}
.hero-highlight {
  color: #fff;
  font-weight: 600;
  font-size: 1.2rem;
  display: block;
  font-weight: bold;
  margin: 1.8rem 0 2rem 0;
}
.btn {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  cursor: pointer;
  border: none;
}
.btn-primary {
  background: #111;
  color: #fff;
  padding: 10px 15px 10px 15px ;
  margin: 0;
  box-shadow: 0 2px 8px rgba(30,198,217,0.08);
}
.btn-primary:hover {
  background: #fff;
  color: #111;
}
.page-hero-right {
  flex: 1 1 40%;
  min-width: 270px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 1.5vw;
  margin-top: 1rem;
}
.page-hero-right h2 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 2.2rem;
  font-weight: bold;
  font-variant: small-caps;
  font-family: 'Segoe UI', 'Roboto', Arial, sans-serif;
  color: red;
  padding-left: 0;
  margin-left: 0;
  align-self: flex-start;
}
.hero-features {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.hero-features li {
  color: #fff;
  border-radius: 18px;
  font-size: 1.05rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.hero-features i {
  color: red !important;
}
.why-cctv-section {
  background: transparent !important;
  padding: 3rem 0 2rem 0;
}
.why-cctv-title {
  font-size: 1.7rem;
  color: #111;
  margin-bottom: 2.2rem;
  text-align: center;
  font-family: 'Montserrat', Arial, sans-serif;
  font-variant: small-caps;
}
.why-cctv-title i {
  color: #b50202;
  margin-right: 0.5rem;
}
.why-cctv-card {
  background: #fff;
  border: 2px solid #b50202;
  border-radius: 16px;
  box-shadow: 0 2px 16px rgba(17, 21, 21, 0.07);
  padding: 2rem 1.5rem;
  flex: 1 1 220px;
  max-width: 370px;
  text-align: center;
  transition: box-shadow 0.2s;
}
.why-cctv-card-full {
  grid-column: 1 / -1;
  width: 85vw !important;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.8rem;
  background: #fff;
  border: 2px solid #b50202;
  border-radius: 16px;
  box-shadow: 0 2px 16px rgba(30,198,217,0.07);
  padding: 2.2rem 2rem 2rem 2rem;
  text-align: center;
  font-size: 1.08rem;
  color: #222;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.why-cctv-card:hover {
  box-shadow: 0 4px 24px rgba(17, 21, 21, 0.07);
  transform: translateY(-6px) scale(1.03);
  border-color: #090f0f;
}
.why-cctv-card i {
  font-size: 2.2rem;
  color: #b50202;
  margin-bottom: 0.7rem;
  display: block;
}
.why-cctv-card h3 {
  color: #222;
  margin-bottom: 0.7rem;
  font-size: 1.15rem;
  font-weight: 700;
}
.why-cctv-card p {
  color: #222;
  font-size: 1.01rem;
  margin: 0;
  text-align: justify;
}
.why-cctv-card-full p {
  color: #222;
  font-size: 1.08rem;
  line-height: 1.7;
  text-align: justify;
}
.why-cctv-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  justify-items: center;
  margin-top: 2rem;
}

/* Ideal For Section */
.ideal-for-section {
  background: transparent !important;
  padding: 3rem 0 3.5rem 0rem;
}
.ideal-for-section .container {
  width: 98vw;
  max-width: 100vw;
  padding-left: 3rem;
  padding-right: 3rem;
  border-radius: 18px;
}
.ideal-for-title {
  text-align: center;
  font-size: 2rem;
  color: #0a2236;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 2.2rem;
  letter-spacing: 0.5px;
  font-variant: small-caps;
}
.ideal-for-title i {
  color: #b50202;
  margin-right: 0.6rem;
}
.ideal-for-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem 2.5rem;
  max-width: 100%;
  margin-right: 0 auto;
  padding: 0;
  list-style: none;
  align-items: start;
}
.ideal-for-list li {
  margin-bottom: 3rem;
  border: 2.5px solid #0034B5;
  padding-bottom: 1.1rem;
  position: relative;
  background: #f8fcfd;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(30,198,217,0.07);
  transition: box-shadow 0.2s, border-color 0.2s;
  padding-top: 0.7rem;
  padding-left: 0.5rem;
}
.ideal-for-label {
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 0.3rem;
  background: #3887c6;
  color: #fff;
  border-radius: 7px 7px 0 0;
  padding: 0.5rem 1.2rem 0.5rem 0.9rem;
  box-shadow: 0 2px 8px rgba(30,198,217,0.07);
  width: fit-content;
  min-width: 400px;
  position: relative;
  top: -0.7rem;
}
.ideal-for-label i {
  font-size: 1.2rem;
  margin-right: 0.7rem;
  color: #b50202;
}
.ideal-for-desc {
  font-size: 1rem;
  color: #222;
  margin-left: 2.2rem;
  margin-top: 0.2rem;
  margin-right: 0.8rem;
}

/* Packages Section */
.cctv-packages-section {
  background: transparent !important;
  padding: 0 0 2rem 0;
  margin-top: auto !important;
  margin-bottom: 0 !important;
}
.cctv-package-card {
  padding: 2.5rem 2rem;
  margin: 0 auto;
  text-align: center;
  max-width: 700px;
}

/* Responsive Styles */
@media (max-width: 900px) {
 .main-page-heading {
  grid-column: 1 / -1;
  font-size: 2.3rem;
  margin-left: auto !important;
  margin-right: auto !important;
}
.hero-highlight {
  font-size: 1.2rem;
  display: block;
  font-weight: bold;
  margin: 1.8rem 0 2rem 0;
  text-align: justify;
}
  .page-hero-content,
  .hero-flex {
    flex-direction: column;
    gap: 1.2rem;
    padding: 1rem 0.5rem;
    text-align: center;
    align-items: stretch;
  }
  .page-hero-left,
  .page-hero-right {
    margin: 0;
    min-width: 0;
    width: 100%;
    text-align: justify;
  }
  .page-hero-right {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 1.5rem;
  }
  .page-hero-text h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  padding-top: 1rem;
}
  .page-hero-text p {
  font-size: 1.3rem;
  color: #fff;
  line-height: 2;
  margin-top: 2.5rem;
  max-width: 85vw;
 }
  .why-cctv-section {
  padding: 3rem 0 2rem 0;
  width: 100vw;
}
  .why-cctv-grid {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-left: 3vw;
    padding-right: 3vw;
    box-sizing: border-box;
    gap: 1.2rem;
  }
  .why-cctv-card-full {
  width: 85vw !important;
  max-width: 85vw !important;
  margin-bottom: 1.8rem;
}
  .why-cctv-card {
    width: 100%;
    max-width: 300px !important;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }
.why-cctv-title {
  font-size: 1.2rem;
  color: #111;
  margin-bottom: 2rem;
  text-align: center;
}
.why-cctv-title i {
  color: #b50202;
  margin-right: 0.5rem;
}
.ideal-for-list {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
@media (max-width: 600px) {
  .page-hero-content,
  .hero-flex {
    flex-direction: column;
    gap: 1.2rem;
    padding: 1.2rem 0.5rem;
    text-align: center;
    align-items: stretch;
  }
  .page-hero-left,
  .page-hero-right {
    margin: 0;
    min-width: 0;
    width: 100%;
    text-align: justify;
  }
  .why-cctv-grid {
    padding-left: 2vw;
    padding-right: 2vw;
  }
  .why-cctv-card {
    max-width: 100% !important;
  }
    .why-cctv-card,
  .cctv-package-card {
    padding: 1rem 0.5rem;
    max-width: 100%;
  }
  .why-cctv-section {
  padding: 3rem 0 2rem 0;
  width: 100vw;
}
.why-cctv-grid {
    grid-template-columns: 1fr;
    gap: 1.2rem;
}
  .ideal-for-label {
    min-width: 0;
    width: 100%;
    font-size: 0.95rem;
    padding: 0.5rem 0.7rem 0.5rem 0.7rem;
  }
  .ideal-for-section .container {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}