:root {
  --adt-blue: #00599C;
  --adt-blue-dark: #003f73;
  --adt-blue-deep: #001f3f;

  --adt-accent: #24BCFF;
  --adt-accent-hover: #1aa8e6;

  --white: #FFFFFF;
  --muted: #a8c7e6;
}

/* HERO BACKGROUND */
.product-banner-n.product-hero {
/*   background: linear-gradient(135deg, var(--adt-blue-deep) 0%, #003f73 50%, var(--adt-blue) 100%); */
  color: var(--white);
  padding: 100px 15px;
  position: relative;
  overflow: hidden;
}

/* GLOW EFFECT */
.product-banner-n.product-hero::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 500px;
  background: radial-gradient(
    ellipse,
    rgba(36, 188, 255, 0.25),
    transparent 60%
  );
  right: -150px;
  top: -100px;
}

/* CONTAINER */
.product-banner-n .product-hero-container {
  display: flex;
  align-items: center;
  gap: 80px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* LEFT SIDE */
.product-banner-n .product-hero-left {
  flex: 1;
}

.product-banner-n .product-hero-left .eyebrow-flex {
  display: flex;
  gap: 12px;
  margin-bottom: 25px;
}

/* BADGES */
.product-banner-n .badge-outline {
  border: 1px solid rgba(36, 188, 255, 0.4);
  background: rgba(36, 188, 255, 0.15);
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #bfeaff;
}

/* TITLE */
.product-banner-n .hero-title {
  line-height: 1.1;
  margin-bottom: 20px;
  color: #fff;
}

.product-banner-n .hero-title span {
  color: var(--adt-accent);
/*   font-style: italic; */
}

/* DESCRIPTION */
.product-banner-n .hero-desc {
  color: var(--muted);
/*   font-size: 16px; */
  line-height: 1.8;
  margin-bottom: 35px;
}

/* BENEFITS */
.product-banner-n .benefit-list {
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
  padding:0;
}

.product-banner-n .benefit-item {
  display: flex;
  flex-direction: column;
  
}

.product-banner-n .benefit-item strong {
  font-family: 'Fraunces', serif;
  font-size: 28px;
  color: #fff;
}

/* .product-banner-n .benefit-item span {
  font-size: 12px;
/*   color: #7faed6; */
} */

/* RIGHT CARD */
.product-banner-n .product-hero-right {
  flex: 1;
}

.product-banner-n .cta-area-wrapper,
.product-banner-n .simple-content-wrapper {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 30px 80px rgba(0,0,0,.35);
  color: #000;
  overflow: hidden;
}

/* BUTTONS */
.product-banner-n .hero-actions {
  display: flex;
  gap: 12px;
  margin-top: 20px;
  row-gap: 10px;
  flex-direction: column;
  padding: 20px;
}

.product-banner-n .hero-btn {
  padding: 19px 20px;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all .2s ease;
  justify-content: center;
}

/* PRIMARY BUTTON (CYAN) */
.product-banner-n .hero-btn.btn-primary {
  background: var(--adt-accent);
  color: #fff;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none;
  justify-content: center;
}

.product-banner-n .hero-btn.btn-primary:hover {
  background: var(--adt-accent-hover);
  transform: translateY(-2px);
}

/* SECONDARY BUTTON (DARK BLUE) */
.product-banner-n .hero-btn.btn-secondary {
  background: #0b2a4a;
  color: #fff;
}

.product-banner-n .hero-btn.btn-secondary:hover {
  background: #163a63;
  transform: translateY(-2px);
}

/* MOBILE */
@media (max-width: 991px) {
  .product-banner-n .product-hero-container {
    flex-direction: column-reverse;
    gap: 40px;
    text-align: center;
  }

  .product-banner-n .benefit-list {
    justify-content: center;
    flex-wrap: wrap;
  }

  .product-banner-n .hero-actions {
    justify-content: center;
  }
}

.product-banner-n .badge-outline * {
    color: #bfeaff;
}

.product-banner-n .contact-area {
    background: #f9f8f5;
    border: 1px solid #e0dad0;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    margin: 0 auto 16px;
    width: 100%;
    max-width: calc(100% - 40px);
}

.product-banner-n .contact-area strong {
    font-size: 34px;
    font-weight: 700;
    color: #01284e;
    display: block;
    margin-bottom: 4px;
}

.product-banner-n .contact-area p {
/*     font-size: 11px; */
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
/*     color: #787878; */
    margin-bottom: 6px;
}

.product-banner-n .hero-actions .btn-icon-wrap  , .product-banner-n .hero-actions .btn-icon-wrap * {
    display: block;
    line-height: 1;
}

.product-banner-n .title-header {
    padding: 30px 20px;
    text-align: center;
    background: #19a8e6;
    color: white;
    margin: 0 0 35px;
}

.product-banner-n .title-header h3 {
    color: white;
}



.product-custom-container .product-hero-right {
    width: 50%;
}

.product-custom-container .product-hero-left {
    width: 50% !important;
}

.adt-home-status {
    border-radius: 6px;
    padding: 22px 22px 26px;
    box-shadow: 0 30px 70px -20px rgba(0, 0, 0, .6);
    position: relative;
    background: #196fae;
    border: 1px solid  #24bcff66;;
}

/* .adt-home-status .title {
    font-size: 12px;
    color: #bfeaff;
    letter-spacing: .06em;
} */



.adt-home-status .header-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid #bfeaff73;
}

.adt-home-status .title-badges {
    display: flex;
    align-items: center;
    gap: 7px;
    background: #24bcff1c;
    border: 1px solid #33cc7a;
    padding: 5px 11px;
    border-radius: 100px;
/*     font-size: 11.5px; */
    font-weight: 600;
    color: #33cc7a;
    padding-left: 24px;
    position: relative;
}

.adt-home-status svg.zone-icon {
    width: 20px;
    height: 20px;
    color:  #bfeaff;
}
.adt-home-status table {
    background: transparent;
    border: 0px solid transparent !important;
   width: 100%;
}

.adt-home-status td, .adt-home-status th{
  border: 0px solid transparent;
  padding: 0px;
/*    font-size: 13px; */
    color: #bfeaff;
    letter-spacing: .06em;
    vertical-align: middle;
}
.adt-home-status td:nth-child(2) {
    color: #33cc7a;
}
.adt-home-status tr td:nth-child(1) {
    display: flex;
    align-items: center;
    gap: 5px;
}

.adt-home-status tr td:nth-child(2){
text-align: right;
   font-weight: 600;
}
.adt-home-status tr td {
    padding-top: 11px;
    padding-bottom: 11px;
    border-bottom: 1px dashed #24bcff66;
}

 .product-banner-n .benefit-list {
    flex-wrap: wrap;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #24bcff66;
}

.current-status {
    margin-top: 18px;
    height: 52px;
    border: 1px solid #24bcff66;
    border-radius: 4px;
    background: linear-gradient(90deg, #105a99, #105a9929);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 0 14px;
/*     font-size: 11px; */
/*     color: #bfeaff; */
/*     letter-spacing: .05em; */
}

/* Moving flash */
.current-status::after {
    content: "";
    position: absolute;
    top: 0;
    left: -30%;
    width: 25%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.12),
        rgba(255, 255, 255, 0.45),
        rgba(255, 255, 255, 0.12),
        transparent
    );
    transform: skewX(-20deg);
    animation: statusFlash 2.8s ease-in-out infinite;
    pointer-events: none;
}

@keyframes statusFlash {
    0% {
        left: -30%;
    }

    100% {
        left: 120%;
    }
}

.current-status p {
   margin-bottom: 1px;
/*     font-size: 12px; */
}

.time-badges  {
    position: absolute;
    bottom: -16px;
    right: 18px;
    font-weight: 700;
/*     font-size: 11px; */
    padding: 7px 12px;
    border-radius: 3px;
    box-shadow: 0 8px 20px rgba(0,0,0,.35);
  background: #fff !important;
   color: #00599C;
  margin-bottom: 0px;
};



.adt-home-status .time-badges  p {
    margin-bottom: 0px;
   font-size: 12px;
    font-weight: 600;
  color: #00599C;
}

.adt-home-status .title-badges {
    position: relative;
}

.adt-home-status .title-badges:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #33cc7a;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.adt-home-status .title-badges:after {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(51, 204, 122, 0.4);
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    animation: online-wave 1.5s infinite;
    z-index: 1;
}

@keyframes online-wave {
    0% {
        transform: translateY(-50%) scale(1);
        opacity: 0.8;
    }

    100% {
        transform: translateY(-50%) scale(3);
        opacity: 0;
    }
}
@media(max-width: 991px){
.product-banner-n .product-hero-left .eyebrow-flex {
    justify-content: center;
}
  
  .product-custom-container .product-hero-right {
    width: 100%;
}

.product-custom-container .product-hero-left {
    width: 100% !important;
}
  
  .product-banner-n .product-hero-container {
    flex-direction: column;
  
}
}



@media(max-width: 767px){
.product-banner-n.product-hero {
  padding: 40px 15px;
}
  
 
}

