/*
Theme Name: Fixo Child
Author: EnvyTheme
Author URI: https://envytheme.com/
Description: Fixo Child Theme
Version: 1.10.25
Template: fixo
Text Domain: fixo-child
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* Fixo hardcodes these soft pink/purple backgrounds outside theme options. */

.banner-area .banner-bg,
.page-banner-area,
.bg-linear {
  background: linear-gradient(105deg, #e4f1ff 0%, #f5f8fc 45%, #d7ecff 100%) !important;
}

/*
 * Header v2 palette overrides.
 *
 * Keep Fixo's header widget markup intact, but restyle the top contact bar
 * toward the dark navy / red service identity.
 */

.cctv-services-top-header-area {
  background: #061a3a;
}

.cctv-services-top-header-area .container-fluid {
  padding-left: clamp(16px, 5vw, 72px);
  padding-right: clamp(16px, 5vw, 72px);
}

.cctv-services-top-header-area .inner-bottom-border {
  padding-top: 14px;
  padding-bottom: 14px;
  border-bottom: 0;
}

.cctv-services-top-header-left li {
  position: relative;
  margin-right: 56px;
}

.cctv-services-top-header-left li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 6px;
  right: -28px;
  width: 1px;
  height: calc(100% - 12px);
  background: rgba(255, 255, 255, 0.14);
}

.cctv-services-top-header-left li .icon i {
  width: 42px;
  height: 42px;
  line-height: 38px;
  border: 2px solid #e30613;
  background: transparent;
  color: #e30613;
  font-size: 20px;
}

.cctv-services-top-header-left li:hover .icon i {
  background: #e30613;
  color: #ffffff;
}

.cctv-services-top-header-left li .title p,
.cctv-top-header-urgent-info .title p {
  color: #ffffff;
}

.cctv-services-top-header-left li .title span,
.cctv-top-header-urgent-info .title span {
  color: rgba(255, 255, 255, 0.86);
}

.cctv-top-header-urgent-info {
  min-height: 68px;
  padding: 12px 28px 12px 18px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #8e0611 0%, #e30613 58%, #ff1f2d 100%);
  box-shadow: 0 18px 40px rgba(227, 6, 19, 0.22);
}

.cctv-top-header-urgent-info:hover {
  border: 0;
  transform: translateY(-1px);
}

.cctv-top-header-urgent-info .icon i {
  width: 44px;
  height: 44px;
  line-height: 44px;
  background: #ffffff;
  color: #e30613;
  font-size: 20px;
}

.cctv-top-header-urgent-info .title a {
  color: #ffffff;
}

.cctv-top-header-urgent-info .title a:hover {
  color: #ffffff;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

/*
 * Static homepage hero.
 */

.agd-hero-v2-container,
.agd-hero-v2-widget,
.agd-hero-v2-widget .elementor-widget-container {
  width: 100%;
  max-width: none;
  margin-bottom: 0;
}

.agd-hero-v2-container.e-con,
.elementor-element-agdhero {
  max-width: none !important;
}

.agd-hero-v2 {
  position: relative;
  min-height: 690px;
  width: min(1760px, calc(100vw - 160px));
  max-width: 1760px;
  margin: 48px auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 78px 76px 158px;
  border: 1px solid rgba(10, 31, 68, 0.08);
  border-radius: 24px;
  background: #fdfefe;
  box-shadow: 0 20px 48px rgba(6, 26, 58, 0.11);
}

.agd-hero-v2::before {
  content: "";
  position: absolute;
  inset: 0;
  right: 0;
  z-index: 0;
  width: 100%;
  background-image: var(--agd-hero-bg);
  background-repeat: no-repeat;
  /* The dedicated wide asset fits the hero height without cropping the subject. */
  background-size: auto 100%;
  background-position: center right;
  pointer-events: none;
}

.agd-hero-v2__shade {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, #fdfefe 0%, rgba(253, 254, 254, 0.985) 24%, rgba(253, 254, 254, 0.88) 37%, rgba(253, 254, 254, 0.48) 52%, rgba(253, 254, 254, 0.14) 66%, rgba(253, 254, 254, 0) 79%),
    radial-gradient(ellipse 55% 115% at 4% 48%, rgba(253, 254, 254, 0.92) 0%, rgba(253, 254, 254, 0.48) 56%, rgba(253, 254, 254, 0) 100%);
  pointer-events: none;
}

.agd-hero-v2__content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: none;
}

.agd-hero-v2__content > * {
  max-width: 610px;
}

.agd-hero-v2__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  margin-bottom: 30px;
  padding: 9px 20px;
  border: 1px solid rgba(23, 105, 224, 0.3);
  border-radius: 999px;
  background: #eef6ff;
  color: #0a3c95;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  box-shadow: none;
}

.agd-hero-v2__bolt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1769e0;
  font-size: 20px;
  line-height: 1;
}

.agd-hero-v2 h1 {
  margin-bottom: 30px;
  color: #061a3a;
  font-size: 72px;
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
}

.agd-hero-v2 h1 span {
  color: #e30613;
  background: linear-gradient(90deg, #ff343d 0%, #e30613 52%, #9f0014 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.agd-hero-v2 h1 strong {
  color: #1769e0;
  background: linear-gradient(90deg, #3f94ff 0%, #1769e0 52%, #0a3c95 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: italic;
  font-weight: 900;
}

.agd-hero-v2 p {
  max-width: 520px;
  margin-bottom: 38px;
  color: #101828;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
}

.agd-hero-v2__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
}

.agd-hero-v2__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 62px;
  padding: 15px 30px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.agd-hero-v2__btn--primary {
  min-width: 280px;
  background: linear-gradient(135deg, #48a7f8 0%, #1769e0 44%, #0a1f44 100%);
  color: #ffffff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.34),
    0 18px 34px rgba(23, 105, 224, 0.28);
}

.agd-hero-v2__btn--primary:hover {
  color: #ffffff;
  transform: translateY(-1px);
}

.agd-hero-v2__btn--primary i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: #061a3a;
  font-size: 22px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.8),
    0 2px 7px rgba(6, 26, 58, 0.22);
}

.agd-hero-v2__btn--secondary {
  min-width: 214px;
  border: 2px solid #cbd5e1;
  background: rgba(255, 255, 255, 0.78);
  color: #061a3a;
}

.agd-hero-v2__btn--secondary::after {
  content: "\203A";
  display: inline-block;
  color: #061a3a;
  font-size: 34px;
  font-weight: 500;
  line-height: 0.7;
}

.agd-hero-v2__btn--secondary:hover {
  border-color: #1769e0;
  color: #1769e0;
}

.agd-hero-v2__benefits {
  position: absolute;
  left: 76px;
  right: auto;
  bottom: 34px;
  transform: none;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  width: 70%;
  margin: 0;
  padding: 22px 26px;
  border: 1px solid transparent;
  border-radius: 18px;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(180deg, #061a3a 0%, #0d2d62 48%, #061b42 100%) padding-box,
    linear-gradient(180deg, rgba(130, 223, 255, 0.72) 0%, rgba(38, 133, 230, 0.48) 50%, rgba(95, 211, 255, 0.68) 100%) border-box;
  box-shadow:
    0 18px 38px rgba(6, 26, 58, 0.34);
  list-style: none;
}

.agd-hero-v2__benefits::before,
.agd-hero-v2__benefits::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 8px;
  bottom: 8px;
  width: 14%;
  pointer-events: none;
}

.agd-hero-v2__benefits::before {
  left: 0;
  background: linear-gradient(180deg, rgba(130, 223, 255, 0) 0%, rgba(130, 223, 255, 0.045) 22%, rgba(130, 223, 255, 0.1) 50%, rgba(130, 223, 255, 0.045) 78%, rgba(130, 223, 255, 0) 100%);
}

.agd-hero-v2__benefits::after {
  right: 0;
  background: linear-gradient(180deg, rgba(130, 223, 255, 0) 0%, rgba(130, 223, 255, 0.05) 22%, rgba(130, 223, 255, 0.11) 50%, rgba(130, 223, 255, 0.05) 78%, rgba(130, 223, 255, 0) 100%);
}

.agd-hero-v2__benefits li {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
  padding: 0 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  color: #ffffff;
}

.agd-hero-v2__benefits li:first-child {
  padding-left: 0;
}

.agd-hero-v2__benefits li:last-child {
  padding-right: 0;
  border-right: 0;
}

.agd-hero-v2__benefits i {
  display: inline-flex;
  flex: 0 0 58px;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border: 1px solid transparent;
  border-radius: 50%;
  background:
    linear-gradient(#0a285c, #0a285c) padding-box,
    linear-gradient(180deg, rgba(231, 250, 255, 1) 0%, rgba(101, 203, 255, 0.96) 30%, rgba(36, 133, 233, 0.58) 57%, rgba(28, 91, 173, 0.22) 78%, rgba(28, 91, 173, 0) 100%) border-box;
  color: #ffffff;
  font-size: 29px;
  box-shadow: none;
}

.agd-hero-v2__benefits span {
  display: block;
  min-width: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
}

.agd-hero-v2__benefits strong {
  display: block;
  margin-bottom: 4px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.15;
  text-transform: uppercase;
}

/*
 * Homepage slider enhancements.
 *
 * Keep the native Fixo carousel while reusing the static hero's CTA and
 * benefit-bar visual language.
 */

/*
 * Owl hides an uninitialized carousel with display:none. Keep the first slide
 * in normal flow so the hero height is reserved before JavaScript and images
 * finish loading, while preventing the remaining slides from stacking.
 */

.home .elementor-widget-Fixo_Banner_Silder .banner-bg,
.home .elementor-widget-Fixo_Banner_Silder .banner-one-item > .row {
  min-height: 700px;
}

.home .elementor-widget-Fixo_Banner_Silder .banner-slide:not(.owl-loaded) {
  display: block;
  overflow: hidden;
}

.home .elementor-widget-Fixo_Banner_Silder .banner-slide:not(.owl-loaded) > .banner-one-item:not(:first-child) {
  display: none;
}

.home .elementor-widget-Fixo_Banner_Silder .banner-img-one img {
  display: block;
  width: 100% !important;
  height: auto;
  aspect-ratio: 77 / 70;
  object-fit: contain;
}

.elementor-widget-Fixo_Banner_Silder .agd-slider-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 36px;
}

.elementor-widget-Fixo_Banner_Silder .agd-slider-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 62px;
  padding: 15px 30px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  transition: color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.elementor-widget-Fixo_Banner_Silder .agd-slider-btn--primary {
  min-width: 280px;
  background: linear-gradient(135deg, #48a7f8 0%, #1769e0 44%, #0a1f44 100%);
  color: #ffffff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.34),
    0 18px 34px rgba(23, 105, 224, 0.28);
}

.elementor-widget-Fixo_Banner_Silder .agd-slider-btn--primary:hover {
  color: #ffffff;
  transform: translateY(-1px);
}

.elementor-widget-Fixo_Banner_Silder .agd-slider-btn--primary i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: #061a3a;
  font-size: 22px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.8),
    0 2px 7px rgba(6, 26, 58, 0.22);
}

.elementor-widget-Fixo_Banner_Silder .agd-slider-btn--secondary {
  min-width: 214px;
  border: 2px solid #cbd5e1;
  background: rgba(255, 255, 255, 0.82);
  color: #061a3a;
}

.elementor-widget-Fixo_Banner_Silder .agd-slider-btn--secondary::after {
  content: "\203A";
  display: inline-block;
  color: currentColor;
  font-size: 34px;
  font-weight: 500;
  line-height: 0.7;
}

.elementor-widget-Fixo_Banner_Silder .agd-slider-btn--secondary:hover {
  border-color: #1769e0;
  color: #1769e0;
  transform: translateY(-1px);
}

.agd-slider-benefits-wrap {
  position: relative;
  z-index: 5;
  width: min(1280px, calc(100% - 96px));
  margin: -92px auto 34px;
}

.agd-slider-benefits {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
  margin: 0;
  padding: 22px 26px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(135deg, #48a7f8 0%, #1769e0 44%, #0a1f44 100%);
  box-shadow: 0 18px 34px rgba(23, 105, 224, 0.28);
  list-style: none;
}

.agd-slider-benefits::before,
.agd-slider-benefits::after {
  display: none;
}

.agd-slider-benefits li {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
  padding: 0 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  color: #ffffff;
}

.agd-slider-benefits li:first-child {
  padding-left: 0;
}

.agd-slider-benefits li:last-child {
  padding-right: 0;
  border-right: 0;
}

.agd-slider-benefits i {
  display: inline-flex;
  flex: 0 0 58px;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  background: rgba(6, 26, 58, 0.3);
  color: #ffffff;
  font-size: 29px;
}

.agd-slider-benefits span {
  display: block;
  min-width: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
}

.agd-slider-benefits strong {
  display: block;
  margin-bottom: 4px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.15;
  text-transform: uppercase;
}

/*
 * AGD section spacing utilities.
 *
 * Fixo Toolkit widgets hardcode spacing utility classes such as pt-140,
 * pb-115, pb-140, and ptb-140 inside widget markup. Put one of these
 * classes on the Elementor wrapper/container to override spacing locally
 * without changing parent theme or plugin files.
 */

.agd-section-tight .pt-140,
.agd-section-tight .ptb-140 {
  padding-top: 70px;
}

.agd-section-tight .pb-115,
.agd-section-tight .pb-140,
.agd-section-tight .ptb-140 {
  padding-bottom: 60px;
}

.agd-section-compact .pt-140,
.agd-section-compact .ptb-140 {
  padding-top: 90px;
}

.agd-section-compact .pb-115,
.agd-section-compact .pb-140,
.agd-section-compact .ptb-140 {
  padding-bottom: 80px;
}

.agd-section-loose .pt-140,
.agd-section-loose .ptb-140 {
  padding-top: 115px;
}

.agd-section-loose .pb-115,
.agd-section-loose .pb-140,
.agd-section-loose .ptb-140 {
  padding-bottom: 100px;
}

.agd-no-top .pt-140,
.agd-no-top .ptb-140,
.agd-no-top .pt-115 {
  padding-top: 0;
}

.agd-no-bottom .pb-115,
.agd-no-bottom .pb-140,
.agd-no-bottom .ptb-140,
.agd-no-bottom .pb-100 {
  padding-bottom: 0;
}

.agd-choose-layer-fix .why-choose-area .container {
  position: relative;
  z-index: 2;
}

.agd-choose-layer-fix .why-choose-img-one {
  position: relative;
  z-index: 0;
  pointer-events: none;
}

.agd-choose-layer-fix .why-choose-list,
.agd-choose-layer-fix .why-choose-counter {
  position: relative;
  z-index: 3;
}

.agd-choose-layer-fix .why-choose-counter li {
  position: relative;
  z-index: 4;
}

.agd-services-no-images .services-img {
  display: none !important;
}

.agd-services-no-images .services-single-item p {
  margin-bottom: 24px;
}

.agd-footer-area {
  padding-top: 90px;
  padding-bottom: 70px;
  color: rgba(255, 255, 255, 0.78);
}

.agd-footer-area .row {
  align-items: flex-start;
}

.agd-footer-right > .row {
  justify-content: flex-end;
}

.agd-footer-right .single-footer-widget {
  width: max-content;
  max-width: 100%;
}

.agd-footer-right > .row > [class*="col-"] {
  display: flex;
  justify-content: flex-end;
}

.agd-footer-area h3 {
  color: #ffffff;
}

.agd-footer-area p,
.agd-footer-area li {
  color: rgba(255, 255, 255, 0.78);
}

.agd-footer-area a {
  color: rgba(255, 255, 255, 0.86);
}

.agd-footer-area a:hover {
  color: var(--primaryColor);
}

.agd-footer-area .single-footer-widget {
  margin-bottom: 0;
}

.agd-footer-brand {
  max-width: 430px;
  padding: 28px 30px 30px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 28px;
  background: linear-gradient(145deg, #ffffff 0%, #f3f6fb 100%);
  box-shadow: 0 18px 45px rgba(2, 14, 37, 0.26);
}

.agd-footer-brand .footer-logo {
  display: inline-flex !important;
  align-items: center;
  margin-bottom: 22px;
}

.agd-footer-brand .footer-logo img {
  display: block;
  width: 150px;
  max-width: 100%;
  height: auto;
}

/* Keep Contact Form 7 status messages readable on both light and dark sections. */
.wpcf7 form .wpcf7-response-output {
  margin: 24px 0 0;
  padding: 12px 16px;
  border-width: 1px;
  border-radius: 6px;
  background: #ffffff;
  color: #172033 !important;
  font-weight: 600;
  line-height: 1.5;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #237a45;
  background: #237a45;
  color: #ffffff !important;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: #b42318;
  background: #b42318;
  color: #ffffff !important;
}

.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #d79b00;
  background: #fff4cf;
  color: #4a3500 !important;
}

.agd-footer-brand p {
  max-width: 430px;
  margin-bottom: 0;
  color: #25324a;
  font-size: 15px;
  line-height: 1.7;
}

.agd-footer-menu ul,
.agd-footer-contact ul {
  margin-top: 0;
}

.agd-footer-menu li,
.agd-footer-contact li {
  margin-bottom: 12px;
}

.agd-footer-menu li:last-child,
.agd-footer-contact li:last-child {
  margin-bottom: 0;
}

.agd-footer-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 22px;
  padding: 10px 18px;
  border-radius: 6px;
  background: var(--primaryColor);
  color: #ffffff !important;
  font-weight: 600;
  line-height: 1.2;
}

.agd-footer-cta:hover {
  background: var(--titleColor);
}

.agd-copyright-area .copy-right {
  gap: 16px;
}

.agd-service-brand-links {
  padding: 72px 0 84px;
  background: #f7f8fa;
}

.agd-service-brand-links h2 {
  margin-bottom: 12px;
  font-size: 32px;
}

.agd-service-brand-links p {
  max-width: 720px;
  margin-bottom: 28px;
}

.agd-service-brand-links ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.agd-service-brand-links a {
  display: block;
  min-height: 48px;
  padding: 13px 16px;
  border: 1px solid #e2e7ee;
  border-radius: 6px;
  background: #ffffff;
  color: var(--titleColor);
  font-weight: 600;
  line-height: 1.3;
}

.agd-service-brand-links a:hover {
  border-color: var(--primaryColor);
  color: var(--primaryColor);
}

@media (max-width: 991px) {
  .cctv-services-navbar .container-fluid {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
  }

  .cctv-services-navbar .navbar-brand,
  .cctv-services-navbar .navbar-brand.me-90 {
    flex: 0 1 180px;
    width: auto;
    max-width: 180px;
    margin-right: 0 !important;
  }

  .cctv-services-navbar .navbar-brand img {
    display: block;
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    max-height: 46px;
    object-fit: contain;
    object-position: left center;
  }

  .cctv-services-navbar .navbar-toggler {
    position: relative;
    right: auto;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
  }

  .cctv-services-navbar .others-options {
    display: none !important;
  }

  .home .elementor-widget-Fixo_Banner_Silder .banner-bg,
  .home .elementor-widget-Fixo_Banner_Silder .banner-one-item > .row {
    min-height: 0;
  }

  .home .elementor-widget-Fixo_Banner_Silder .banner-img-one {
    margin-bottom: 0;
  }

  .elementor-widget-Fixo_Banner_Silder .agd-slider-actions {
    margin-top: 28px;
  }

  .agd-slider-benefits-wrap {
    width: min(100% - 40px, 720px);
    margin: 24px auto 32px;
  }

  .agd-slider-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    padding: 22px;
  }

  .agd-slider-benefits li,
  .agd-slider-benefits li:first-child,
  .agd-slider-benefits li:last-child {
    padding: 0;
    border-right: 0;
  }

  .agd-hero-v2 {
    min-height: auto;
    width: min(100% - 40px, 720px);
    margin: 28px auto;
    display: block;
    padding: 24px;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #f5f8fc 100%);
  }

  .agd-hero-v2::before {
    top: 18px;
    right: 16px;
    left: 16px;
    bottom: auto;
    width: auto;
    height: 300px;
    opacity: 1;
    border-radius: 16px;
    background-size: cover;
    background-position: center center;
  }

  .agd-hero-v2__shade {
    top: 18px;
    right: 16px;
    left: 16px;
    bottom: auto;
    height: 300px;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(253, 254, 254, 0) 52%, rgba(253, 254, 254, 0.72) 84%, #fdfefe 100%);
  }

  .agd-hero-v2__content {
    max-width: 560px;
    padding-top: 324px;
  }

  .agd-hero-v2 h1 {
    font-size: 52px;
  }

  .agd-hero-v2 p {
    font-size: 19px;
  }

  .agd-hero-v2__benefits {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    transform: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    width: 100%;
    margin-top: 38px;
    padding: 22px;
  }

  .agd-hero-v2__benefits li,
  .agd-hero-v2__benefits li:first-child,
  .agd-hero-v2__benefits li:last-child {
    padding: 0;
    border-right: 0;
  }

  .cctv-services-top-header-left li {
    margin-right: 0;
  }

  .cctv-services-top-header-left li:not(:last-child)::after {
    display: none;
  }

  .cctv-top-header-urgent-info {
    width: 100%;
    max-width: 420px;
    justify-content: flex-start;
  }

  .agd-section-tight .pt-140,
  .agd-section-tight .ptb-140,
  .agd-section-compact .pt-140,
  .agd-section-compact .ptb-140 {
    padding-top: 55px;
  }

  .agd-section-tight .pb-115,
  .agd-section-tight .pb-140,
  .agd-section-tight .ptb-140,
  .agd-section-compact .pb-115,
  .agd-section-compact .pb-140,
  .agd-section-compact .ptb-140 {
    padding-bottom: 45px;
  }

  .agd-section-loose .pt-140,
  .agd-section-loose .ptb-140 {
    padding-top: 70px;
  }

  .agd-section-loose .pb-115,
  .agd-section-loose .pb-140,
  .agd-section-loose .ptb-140 {
    padding-bottom: 60px;
  }

  .agd-footer-area {
    padding-top: 60px;
    padding-bottom: 45px;
  }

  .agd-footer-right .single-footer-widget {
    width: auto;
  }

  .agd-footer-right > .row > [class*="col-"] {
    display: block;
  }

  .agd-service-brand-links {
    padding: 52px 0 60px;
  }

  .agd-service-brand-links ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 992px) and (max-width: 1599px) {
  .agd-hero-v2 {
    width: min(1320px, calc(100vw - 48px));
    max-width: 1320px;
  }
}

@media (max-width: 575px) {
  .cctv-services-navbar .navbar-brand,
  .cctv-services-navbar .navbar-brand.me-90 {
    flex-basis: 150px;
    max-width: 150px;
  }

  .cctv-services-navbar .navbar-brand img {
    max-height: 40px;
  }

  .elementor-widget-Fixo_Banner_Silder .agd-slider-actions {
    align-items: stretch;
    gap: 12px;
  }

  .elementor-widget-Fixo_Banner_Silder .agd-slider-btn {
    width: 100%;
    min-width: 0;
    min-height: 56px;
    padding: 13px 18px;
  }

  .agd-slider-benefits-wrap {
    width: calc(100% - 24px);
    margin-top: 18px;
  }

  .agd-slider-benefits {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 10px 18px;
  }

  .agd-slider-benefits li,
  .agd-slider-benefits li:first-child,
  .agd-slider-benefits li:last-child {
    padding: 14px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .agd-slider-benefits li:last-child {
    border-bottom: 0;
  }

  .agd-slider-benefits i {
    flex-basis: 50px;
    width: 50px;
    height: 50px;
    font-size: 25px;
  }

  .agd-hero-v2 {
    width: calc(100% - 24px);
    margin: 18px auto;
    padding: 20px 16px 24px;
    border-radius: 14px;
  }

  .agd-hero-v2::before {
    top: 14px;
    right: 14px;
    left: 14px;
    height: 220px;
    border-radius: 13px;
    background-position: center center;
  }

  .agd-hero-v2__shade {
    top: 14px;
    right: 14px;
    left: 14px;
    height: 220px;
    border-radius: 13px;
  }

  .agd-hero-v2__content {
    padding-top: 242px;
  }

  .agd-hero-v2__eyebrow {
    max-width: 100%;
    min-height: 38px;
    padding: 8px 16px;
    font-size: 12px;
  }

  .agd-hero-v2 h1 {
    margin-bottom: 18px;
    font-size: 38px;
    line-height: 1.04;
  }

  .agd-hero-v2 p {
    margin-bottom: 24px;
    font-size: 17px;
  }

  .agd-hero-v2__actions {
    align-items: stretch;
    gap: 12px;
  }

  .agd-hero-v2__btn {
    width: 100%;
    min-height: 56px;
    padding: 13px 18px;
  }

  .agd-hero-v2__btn--primary,
  .agd-hero-v2__btn--secondary {
    min-width: 0;
  }

  .agd-hero-v2__benefits {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
    padding: 20px;
  }

  .agd-hero-v2__benefits i {
    flex-basis: 50px;
    width: 50px;
    height: 50px;
    font-size: 25px;
  }

  .agd-footer-brand p {
    max-width: none;
  }

  .agd-footer-brand {
    max-width: none;
    padding: 24px;
    border-radius: 24px;
  }

  .agd-footer-area .single-footer-widget h3 {
    margin-bottom: 16px;
  }

  .agd-service-brand-links h2 {
    font-size: 26px;
  }

  .agd-service-brand-links ul {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .cctv-services-top-header-area .row > .col-lg-8.col-md-7 {
    display: none;
  }

  .cctv-services-top-header-area .row > .col-lg-4.col-md-5 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .cctv-top-header-urgent-info {
    width: 100%;
    max-width: none;
    justify-content: flex-start;
  }
}
