:root {
  --dark: #031426;
  --dark2: #061f3d;
  --blue: #16bfff;
  --blue2: #0494e8;
  --yellow: #ffdc22;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

/* HERO */
.pa-hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 70% 18%, rgba(22,191,255,.22), transparent 28%),
    radial-gradient(circle at 10% 70%, rgba(0,125,255,.20), transparent 30%),
    linear-gradient(135deg, #031426 0%, #061f3d 52%, #020b16 100%);
  padding-bottom: 120px;
}

.pa-hero::after {
  content: "";
  position: absolute;
  left: -5%;
  bottom: -70px;
  width: 110%;
  height: 190px;
  background: #fff;
  clip-path: ellipse(58% 45% at 50% 100%);
  z-index: 4;
}

/* NAV */
.pa-nav {
  position: relative;
  z-index: 20;
  width: 100%;
  padding: 28px 5.5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pa-logo {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #fff;
  text-decoration: none;
}

.logo-mark{
    width:72px;
    height:72px;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(135deg,#1ecbff,#0b7fe8);
    box-shadow:0 0 25px rgba(24,191,255,.45);
}

.fan-icon{
    font-size:38px;
    color:#fff;
    animation:fanRotate 2.5s linear infinite;
    filter:drop-shadow(0 0 10px rgba(255,255,255,.5));
}

@keyframes fanRotate{
    from{
        transform:rotate(0deg);
    }
    to{
        transform:rotate(360deg);
    }
}

.pa-logo strong {
  display: block;
  font-size: 30px;
  line-height: .9;
}

.pa-logo small {
  display: block;
  font-size: 20px;
  font-weight: 800;
  color: var(--blue);
}

.pa-menu {
  display: flex;
  align-items: center;
  gap: 34px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pa-menu a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 800;
}

.pa-menu a.active,
.pa-menu a:hover {
  color: var(--blue);
}

.pa-menu a.active {
  border-bottom: 2px solid var(--blue);
  padding-bottom: 10px;
}

.pa-nav-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.phone-link {
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
}

.phone-link span {
  width: 42px;
  height: 42px;
  background: linear-gradient(135deg, #23c8ff, #096eda);
  border-radius: 50%;
  display: grid;
  place-items: center;
}

.estimate-btn {
  background: var(--yellow);
  color: #061326;
  padding: 15px 26px;
  border-radius: 10px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(255,220,34,.28);
}

.hamburger {
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 27px;
}

/* CONTENT */
.pa-container {
  position: relative;
  z-index: 8;
  padding: 35px 5.5% 0;
}

.pa-content {
  padding-top: 30px;
}

.eyebrow {
  display: inline-block;
  color: var(--blue);
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 22px;
  position: relative;
}

.eyebrow::after {
  content: "";
  display: block;
  width: 42px;
  height: 4px;
  background: var(--yellow);
  margin-top: 10px;
}

.pa-content h1 {
  margin: 0;
  font-size: 2.8rem;
  line-height: 1.02;
  font-weight: 900;
  text-shadow: 0 10px 24px rgba(0,0,0,.4);
}

.pa-content h1 strong {
  display: block;
  color: #25cfff;
}

.pa-content p {
  max-width: 610px;
  margin: 28px 0 32px;
  color: #e8f6ff;
  font-size: 19px;
  line-height: 1.55;
}

.hero-buttons {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.main-btn,
.outline-btn {
  min-width: 235px;
  height: 72px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  text-decoration: none;
  font-size: 22px;
  font-weight: 900;
}

.main-btn {
  background: var(--yellow);
  color: #061326;
  box-shadow: 0 12px 30px rgba(255,220,34,.27);
}

.outline-btn {
  color: #fff;
  border: 2px solid #13aefb;
  background: rgba(3, 24, 45, .55);
}



/* VISUAL */
.pa-visual {
  position: relative;
  min-height: 640px;
}

.compare-wrapper{

position:relative;

display:flex;

justify-content:center;
align-items:center;
flex-direction:column;

height:650px;

}

/**********/

.compare-box {
  position: relative;
  width: 560px;
  height: 520px;
  border-radius: 28px;
  overflow: hidden;
  border: 5px solid #18bfff;
  box-shadow: 0 30px 70px rgba(0,0,0,.45);
}

.before-img,
.after-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 560px;
  height: 520px;
  object-fit: cover;
  max-width: none;
}

.before-img {
  z-index: 1;
}

.after-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
}

.compare-range {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: ew-resize;
  z-index: 20;
}

.compare-line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  background: #18bfff;
  transform: translateX(-50%);
  z-index: 10;
  pointer-events: none;
}

.compare-line span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: #18bfff;
  border: 4px solid #fff;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 25px;
}

.compare-label {
  position: absolute;
  top: 22px;
  z-index: 11;
  background: #18bfff;
  color: #fff;
  padding: 10px 22px;
  border-radius: 40px;
  font-weight: 800;
}

.before-label { left: 25px; }
.after-label { right: 25px; }

@media(max-width:991px) {
  .compare-box {
    width: 460px;
    height: 430px;
  }

  .before-img,
  .after-img {
    width: 460px;
    height: 430px;
  }
}

@media(max-width:767px) {
  .compare-box {
    width: 100%;
    height: 320px;
  }

  .before-img,
  .after-img {
    width: 100%;
    height: 320px;
  }
}
.shine {
  position: absolute;
  width: 90px;
  height: 90px;
  background:
    linear-gradient(90deg, transparent 45%, rgba(255,255,255,.9), transparent 55%),
    linear-gradient(0deg, transparent 45%, rgba(255,255,255,.9), transparent 55%);
  filter: drop-shadow(0 0 18px #25cfff);
  opacity: .8;
  animation: sparkle 2s ease-in-out infinite;
}

.shine-1 {
  top: 5px;
  left: 47%;
}

.shine-2 {
  top: 150px;
  right: 8%;
  animation-delay: 1s;
}

.leaf {
  position: absolute;
  width: 48px;
  height: 24px;
  background: linear-gradient(135deg, #73d82c, #0ba84d);
  border-radius: 100% 0 100% 0;
  z-index: 7;
  animation: leafMove 5s ease-in-out infinite;
}

.leaf-1 {
  left: 46%;
  bottom: 110px;
}

.leaf-2 {
  right: 16%;
  bottom: 185px;
  animation-delay: 1.4s;
}

/* DECOR */
.dots {
  position: absolute;
  left: 0;
  top: 53%;
  width: 90px;
  height: 90px;
  background-image: radial-gradient(#109be8 2px, transparent 2px);
  background-size: 16px 16px;
  opacity: .65;
  z-index: 5;
}

.wave {
  position: absolute;
  left: -10%;
  right: -10%;
  bottom: 70px;
  height: 160px;
  border-radius: 50%;
  border-top: 2px solid rgba(20, 195, 255, .45);
  box-shadow: 0 -20px 40px rgba(0, 185, 255, .15);
  z-index: 6;
  animation: waveMove 6s linear infinite;
}

.wave-2 {
  bottom: 35px;
  opacity: .5;
  animation-delay: -2s;
}

/* ANIMATION */
@keyframes fanSpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes floatUp {
  0%,100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}

@keyframes sparkle {
  0%,100% {
    transform: scale(.75) rotate(0deg);
    opacity: .35;
  }
  50% {
    transform: scale(1.1) rotate(20deg);
    opacity: .95;
  }
}

@keyframes leafMove {
  0%,100% {
    transform: translateY(0) rotate(-15deg);
  }
  50% {
    transform: translateY(-16px) rotate(18deg);
  }
}

@keyframes waveMove {
  0%,100% {
    transform: translateX(0) scaleY(1);
  }
  50% {
    transform: translateX(45px) scaleY(1.08);
  }
}

/* RESPONSIVE */
@media (max-width: 1199px) {
  .pa-menu {
    display: none;
  }

  .pa-container {
    padding-top: 15px;
  }

  .pa-visual {
    margin-top: 40px;
  }
}

@media (max-width: 991px) {
  .pa-content {
    text-align: center;
    padding-top: 10px;
  }

  .eyebrow::after {
    margin-left: auto;
    margin-right: auto;
  }

  .pa-content p {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-buttons,
  .hero-features {
    justify-content: center;
  }

  .pa-visual {
    min-height: 520px;
  }

  .tech-frame {
    left: 3%;
    width: 50%;
    height: 450px;
  }

  .comfort-frame {
    right: 3%;
    width: 48%;
    height: 385px;
  }
}

@media (max-width: 767px) {
  .pa-nav {
    padding: 20px;
  }

  .pa-logo strong {
    font-size: 24px;
  }

  .pa-logo small {
    font-size: 15px;
  }

  .logo-mark {
    width: 60px;
    height: 56px;
    font-size: 26px;
  }

  .phone-link,
  .estimate-btn {
    display: none;
  }

  .pa-content h1 {
    font-size: 44px;
  }

  .pa-content p {
    font-size: 16px;
  }

  .main-btn,
  .outline-btn {
    width: 100%;
    height: 62px;
    font-size: 19px;
  }

  .hero-features {
    gap: 15px;
  }

  .hero-features div {
    width: 100%;
    justify-content: center;
  }

  .pa-visual {
    min-height: 420px;
  }

  .tech-frame {
    left: 0;
    top: 15px;
    width: 58%;
    height: 360px;
    padding: 9px;
  }

  .comfort-frame {
    right: 0;
    top: 85px;
    width: 52%;
    height: 300px;
  }

  .pa-hero {
    padding-bottom: 90px;
  }
}

.nav-toggle {
  display: none;
}

.hamburger {
  display: none;
  cursor: pointer;
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 28px;
  z-index: 50;
}

@media (max-width: 1199px) {
  .hamburger {
    display: block;
  }

  .pa-nav {
    position: relative;
  }

  .pa-menu {
    position: absolute;
    top: 100%;
    left: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 0;
    background: rgba(3, 20, 38, .96);
    border: 1px solid rgba(22, 191, 255, .25);
    border-radius: 18px;
    padding: 14px;
    box-shadow: 0 25px 55px rgba(0,0,0,.35);
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: .35s ease;
  }

  .pa-menu li {
    width: 100%;
  }

  .pa-menu a {
    display: flex;
    justify-content: space-between;
    padding: 15px 16px;
    border-radius: 12px;
  }

  .pa-menu a:hover,
  .pa-menu a.active {
    background: rgba(22, 191, 255, .12);
    border-bottom: 0;
  }

  .nav-toggle:checked ~ .pa-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

@media (max-width: 767px) {
  .pa-nav-actions {
    display: none;
  }
}





.pa-about-section {
  position: relative;
  overflow: hidden;
  padding: 90px 0 40px;

  color: #031426;
}

.pa-about-section::after {
  content: "";
  position: absolute;
  right: -160px;
  bottom: -160px;
  width: 380px;
  height: 380px;
  background: #ffffff;
  border-radius: 50%;
}

.pa-about-img {
  width: 100%;
  height: 620px;
  overflow: hidden;
  border-radius: 0;
  box-shadow: 0 30px 60px rgba(3, 20, 38, .18);
}

.pa-about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pa-about-content span {
  display: inline-block;
  color: #16bfff;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 1px;
  margin-bottom: 18px;
}

.pa-about-content h2 {
  max-width: 720px;
  color: #07385f;
  font-size: 1.7rem;
  line-height: 1.12;
  font-weight: 900;
  margin-bottom: 24px;
}

.pa-about-content p {
  max-width: 760px;
  color: #06314f;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 600;
  margin-bottom: 18px;
}

.pa-about-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
  margin: 28px 0 38px;
}

.pa-about-checks div {
  color: #07385f;
  font-weight: 900;
  font-size: 16px;
}

.pa-about-checks i {
  color: #16bfff;
  margin-right: 10px;
}

.pa-about-box {
  display: flex;
  align-items: center;
  gap: 22px;
}

.pa-about-icon {
  width: 72px;
  height: 72px;
  flex: 0 0 72px;
  border-radius: 50%;
  background: linear-gradient(135deg, #16bfff, #0878ce);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 30px;
  box-shadow: 0 15px 35px rgba(22, 191, 255, .35);
}

.pa-about-icon i {
  animation: fanRotate 3s linear infinite;
}

.pa-about-box h4 {
  color: #07385f;
  font-size: 24px;
  font-weight: 900;
  margin: 0 0 10px;
}

.pa-about-box p {
  margin: 0;
  font-size: 15px;
}

.pa-since {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #07385f;
  font-size: clamp(56px, 8vw, 115px);
  line-height: 1;
  font-weight: 900;
  margin: 35px 0 0;
}

@media (max-width: 991px) {
  .pa-about-img {
    height: 450px;
  }

  .pa-about-content h2 {
    font-size: 38px;
  }

  .pa-since {
    font-size: 60px;
  }
}

@media (max-width: 575px) {
  .pa-about-section {
    padding: 60px 0 30px;
  }

  .pa-about-img {
    height: 330px;
  }

  .pa-about-checks {
    gap: 16px;
  }

  .pa-about-box {
    align-items: flex-start;
  }
}




.process-section{

padding:110px 0;

background:#031426;

position:relative;

overflow:hidden; 

}

.process-section::before{

content:"";

position:absolute;

width:600px;

height:600px;

background:#16bfff;

filter:blur(180px);

opacity:.08;

left:-200px;

top:-150px;

}

.section-heading{

margin-bottom:80px;

}

.section-heading span{

color:#16bfff;

font-size:15px;

font-weight:800;

letter-spacing:2px;

text-transform:uppercase;

}

.section-heading h2{

color:#fff;

font-size:48px;

font-weight:900;

margin:18px 0;

}

.section-heading p{

max-width:720px;

margin:auto;

color:#d7e6f4;

line-height:1.8;

}

.process-wrapper{

position:relative;

display:grid;

grid-template-columns:repeat(4,1fr);

gap:30px;

}

.process-line{

position:absolute;

left:10%;

right:10%;

top:52px;

height:3px;

background:linear-gradient(90deg,#16bfff,#ffdc22,#16bfff);

z-index:0;

}

.process-item{

position:relative;

z-index:2;

text-align:center;

}

.process-number{

width:70px;

height:70px;

margin:auto;

border-radius:50%;

background:#16bfff;

display:flex;

align-items:center;

justify-content:center;

color:#fff;

font-size:22px;

font-weight:900;

border:6px solid #031426;

box-shadow:0 0 30px rgba(22,191,255,.45);

margin-bottom:35px;

}

.process-card{

background:#08233f;

padding:35px 25px;

border-radius:22px;

transition:.4s;

height:100%;

border:1px solid rgba(255,255,255,.08);

}

.process-card:hover{

transform:translateY(-12px);

border-color:#16bfff;

box-shadow:0 20px 45px rgba(0,0,0,.35);

}

.process-icon{

width:80px;

height:80px;

margin:auto auto 25px;

border-radius:50%;

background:linear-gradient(135deg,#16bfff,#0b7fd8);

display:flex;

align-items:center;

justify-content:center;

font-size:34px;

color:#fff;

}

.process-icon i{

animation:fanRotate 4s linear infinite;

}

.process-card h4{

color:#fff;

font-size:23px;

font-weight:800;

margin-bottom:18px;

}

.process-card p{

color:#d9e8f5;

line-height:1.8;

font-size:15px;

}

@media(max-width:991px){

.process-wrapper{

grid-template-columns:repeat(2,1fr);

}

.process-line{

display:none;

}

}

@media(max-width:767px){

.process-wrapper{

grid-template-columns:1fr;

}

.section-heading h2{

font-size:34px;

}

}


.advanced-services{
    padding:110px 0;
    background:#eef8ff;
    position:relative;
    overflow:hidden;
}

.advanced-services::before{
    content:"";
    position:absolute;
    width:420px;
    height:420px;
    background:#16bfff;
    filter:blur(140px);
    opacity:.08;
    top:-120px;
    right:-120px;
}

.advanced-content span{
    color:#16bfff;
    font-weight:800;
    letter-spacing:2px;
    font-size:15px;
}

.advanced-content h2{
    color:#062f4f;
    font-size:46px;
    line-height:1.15;
    font-weight:900;
    margin:18px 0 25px;
}

.advanced-content p{
    color:#33556d;
    line-height:1.9;
    font-size:17px;
}

.service-list{
    margin:35px 0;
}

.service-list div{
    display:flex;
    align-items:flex-start;
    gap:14px;
    margin-bottom:18px;
    background:#fff;
    padding:18px 22px;
    border-radius:16px;
    font-weight:700;
    color:#062f4f;
    transition:.35s;
    box-shadow:0 12px 30px rgba(0,0,0,.05);
}

.service-list div:hover{
    transform:translateX(10px);
    border-left:5px solid #16bfff;
}

.service-list i{
    color:#16bfff;
    margin-top:3px;
}

.sanitization-box{
    background:#06213b;
    padding:50px;
    border-radius:30px;
    color:#fff;
    position:relative;
    overflow:hidden;
    box-shadow:0 30px 60px rgba(0,0,0,.25);
}

.sanitization-box::before{
    content:"";
    position:absolute;
    width:220px;
    height:220px;
    background:#16bfff;
    border-radius:50%;
    opacity:.08;
    top:-70px;
    right:-70px;
}

.sanitization-icon{
    width:90px;
    height:90px;
    border-radius:50%;
    background:linear-gradient(135deg,#16bfff,#0a73d7);
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:36px;
    margin-bottom:30px;
}

.sanitization-box h3{
    font-size:36px;
    line-height:1.2;
    font-weight:900;
    margin-bottom:25px;
}

.sanitization-box p{
    color:#dbe9f6;
    line-height:1.9;
    margin-bottom:22px;
}

.sanitize-btn{
    display:inline-flex;
    align-items:center;
    gap:12px;
    margin-top:12px;
    padding:16px 32px;
    background:#ffdc22;
    color:#06213b;
    text-decoration:none;
    border-radius:12px;
    font-weight:800;
    transition:.35s;
}

.sanitize-btn:hover{
    transform:translateY(-4px);
}

@media(max-width:991px){

.advanced-content h2,
.sanitization-box h3{
    font-size:34px;
}

.sanitization-box{
    padding:35px;
}

}


.coupon-section {
  padding: 100px 0;
  background: #eef8ff;
  overflow: hidden;
}

.coupon-card {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 85% 20%, rgba(255,220,34,.28), transparent 25%),
    linear-gradient(135deg, #031426 0%, #061f3d 55%, #020b16 100%);
  color: #fff;
  padding: 55px 60px;
  display: flex;
  align-items: center;
  gap: 55px;
  box-shadow: 0 35px 80px rgba(3, 20, 38, .28);
}

.coupon-card::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 2px dashed rgba(255,255,255,.28);
  border-radius: 26px;
  pointer-events: none;
}

.coupon-badge {
  position: relative;
  z-index: 2;
  width: 210px;
  height: 210px;
  flex: 0 0 210px;
  border-radius: 50%;
  background: #ffdc22;
  color: #031426;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  animation: couponPulse 2.5s ease-in-out infinite;
  box-shadow: 0 0 45px rgba(255,220,34,.45);
}

.coupon-badge span {
  font-size: 72px;
  font-weight: 900;
  line-height: .9;
}

.coupon-badge small {
  font-size: 34px;
  font-weight: 900;
}

.coupon-content {
  position: relative;
  z-index: 2;
  max-width: 720px;
}

.coupon-subtitle {
  color: #16bfff;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.coupon-content h2 {
  margin: 14px 0 18px;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.08;
  font-weight: 900;
}

.coupon-content p {
  color: #dbe9f6;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 28px;
}

.coupon-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.coupon-phone,
.coupon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 28px;
  border-radius: 12px;
  font-weight: 900;
  text-decoration: none;
}

.coupon-phone {
  background: rgba(22,191,255,.14);
  color: #fff;
  border: 2px solid #16bfff;
}

.coupon-btn {
  background: #ffdc22;
  color: #031426;
}

.coupon-cut {
  position: absolute;
  top: 50%;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #eef8ff;
  transform: translateY(-50%);
  z-index: 3;
}

.cut-left {
  left: -26px;
}

.cut-right {
  right: -26px;
}

.coupon-shape {
  position: absolute;
  border-radius: 50%;
  background: #16bfff;
  opacity: .16;
  animation: floatCoupon 5s ease-in-out infinite;
}

.shape-1 {
  width: 130px;
  height: 130px;
  right: 80px;
  top: 40px;
}

.shape-2 {
  width: 70px;
  height: 70px;
  left: 46%;
  bottom: 35px;
  animation-delay: 1s;
}

.shape-3 {
  width: 95px;
  height: 95px;
  right: 26%;
  bottom: -30px;
  background: #ffdc22;
  animation-delay: 1.8s;
}

@keyframes couponPulse {
  0%,100% {
    transform: scale(1) rotate(-4deg);
  }
  50% {
    transform: scale(1.06) rotate(4deg);
  }
}

@keyframes floatCoupon {
  0%,100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-18px);
  }
}

@media (max-width: 991px) {
  .coupon-card {
    flex-direction: column;
    text-align: center;
    padding: 45px 30px;
  }

  .coupon-actions {
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .coupon-card {
    padding: 40px 20px;
  }

  .coupon-badge {
    width: 165px;
    height: 165px;
    flex-basis: 165px;
  }

  .coupon-badge span {
    font-size: 56px;
  }

  .coupon-badge small {
    font-size: 26px;
  }

  .coupon-phone,
  .coupon-btn {
    width: 100%;
  }
}


.why-pa-section {
  position: relative;
  padding: 110px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 20%, rgba(22,191,255,.12), transparent 28%),
    linear-gradient(180deg, #eef8ff 0%, #ffffff 100%);
}

.why-pa-section::before {
  content: "";
  position: absolute;
  right: -180px;
  top: 80px;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  background: #16bfff;
  filter: blur(130px);
  opacity: .13;
}

.why-heading {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin: 0 auto 65px;
}

.why-heading span {
  color: #16bfff;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 2px;
}

.why-heading h2 {
  color: #062f4f;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 900;
  margin: 15px 0 18px;
}

.why-heading p {
  color: #33556d;
  font-size: 17px;
  line-height: 1.8;
}

.why-grid {
  position: relative;
  z-index: 2;
}

.why-card {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 38px 30px;
  border-radius: 26px;
  background: #fff;
  border: 1px solid rgba(22,191,255,.12);
  box-shadow: 0 18px 45px rgba(3,20,38,.08);
  transition: .4s ease;
}

.why-card::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 5px;
  background: linear-gradient(90deg, #16bfff, #ffdc22);
  transform: scaleX(0);
  transform-origin: left;
  transition: .4s ease;
}

.why-card:hover,
.why-card.active {
  transform: translateY(-12px);
  background: #06213b;
}

.why-card:hover::before,
.why-card.active::before {
  transform: scaleX(1);
}

.why-icon {
  width: 78px;
  height: 78px;
  border-radius: 22px;
  background: linear-gradient(135deg, #16bfff, #0878ce);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 32px;
  margin-bottom: 26px;
  box-shadow: 0 14px 30px rgba(22,191,255,.28);
}

.why-icon i {
  transition: .4s ease;
}

.why-card:hover .why-icon i,
.why-card.active .why-icon i {
  transform: rotate(12deg) scale(1.12);
}

.why-card h4 {
  color: #062f4f;
  font-size: 23px;
  font-weight: 900;
  margin-bottom: 14px;
  transition: .35s ease;
}

.why-card p {
  color: #48677b;
  font-size: 15.5px;
  line-height: 1.75;
  margin: 0;
  transition: .35s ease;
}

.why-card:hover h4,
.why-card:hover p,
.why-card.active h4,
.why-card.active p {
  color: #fff;
}

@media (max-width: 767px) {
  .why-pa-section {
    padding: 70px 0;
  }

  .why-card {
    padding: 30px 24px;
  }
}



.maintenance-section{
    padding:110px 0;
    background:#fff;
    position:relative;
}

.maintenance-section::before{
    content:"";
    position:absolute;
    left:50%;
    top:100px;
    width:3px;
    height:70%;
    background:linear-gradient(#16bfff,transparent,#16bfff);
    opacity:.15;
}

.maintenance-content span{
    color:#16bfff;
    font-weight:800;
    letter-spacing:2px;
    text-transform:uppercase;
}

.maintenance-content h2{
    font-size:48px;
    color:#062f4f;
    font-weight:900;
    line-height:1.15;
    margin:20px 0 28px;
}

.maintenance-content p{
    color:#4a6477;
    line-height:1.9;
    font-size:17px;
    margin-bottom:22px;
}

.maintenance-points{
    margin-top:35px;
}

.maintenance-points div{
    display:flex;
    align-items:center;
    gap:14px;
    margin-bottom:18px;
    color:#062f4f;
    font-weight:800;
    font-size:17px;
}

.maintenance-points i{
    width:38px;
    height:38px;
    border-radius:50%;
    background:#16bfff;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
}

.faq-box{

    background:linear-gradient(135deg,#031426,#06213b);

    color:#fff;

    padding:45px;

    border-radius:30px;

    position:relative;

    overflow:hidden;

    box-shadow:0 30px 60px rgba(0,0,0,.25);

}

.faq-box::before{

content:"";

position:absolute;

width:220px;

height:220px;

background:#16bfff;

border-radius:50%;

top:-80px;

right:-80px;

opacity:.12;

}

.faq-icon{

width:75px;

height:75px;

display:flex;

align-items:center;

justify-content:center;

border-radius:50%;

background:#ffdc22;

color:#06213b;

font-size:30px;

margin-bottom:30px;

}

.faq-box h3{

font-size:30px;

font-weight:900;

line-height:1.25;

margin-bottom:22px;

}

.faq-box p{

color:#d9e8f5;

line-height:1.9;

margin:0;

}

@media(max-width:991px){

.maintenance-section::before{

display:none;

}

.maintenance-content h2{

font-size:36px;

}

.faq-box{

padding:35px;

}

}


.ba-gallery-section {
  padding: 100px 0;
  background: #031426;
}

.ba-gallery-heading {
  max-width: 760px;
  margin: 0 auto 60px;
}

.ba-gallery-heading span {
  color: #16bfff;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 2px;
}

.ba-gallery-heading h2 {
  color: #fff;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 900;
  margin: 14px 0;
}

.ba-gallery-heading p {
  color: #d9e8f5;
  font-size: 17px;
  line-height: 1.7;
}

.ba-gallery-card {
  position: relative;
  height: 360px;
  overflow: hidden;
  border-radius: 26px;
  border: 2px solid rgba(22,191,255,.35);
  box-shadow: 0 25px 55px rgba(0,0,0,.35);
}

.ba-gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .6s ease;
}

.ba-gallery-card:hover img {
  transform: scale(1.08);
}

.ba-overlay {
  position: absolute;
  inset: auto 18px 18px 18px;
  padding: 20px;
  border-radius: 18px;
  background: rgba(3,20,38,.82);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,.12);
  transform: translateY(20px);
  opacity: 0;
  transition: .45s ease;
}

.ba-gallery-card:hover .ba-overlay {
  transform: translateY(0);
  opacity: 1;
}

.ba-overlay h4 {
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  margin: 0 0 6px;
}

.ba-overlay span {
  color: #ffdc22;
  font-weight: 900;
}

@media (max-width: 767px) {
  .ba-gallery-section {
    padding: 70px 0;
  }

  .ba-gallery-card {
    height: 300px;
  }
}


.knowledge-section{
    padding:110px 0;
    background:#eef8ff;
    position:relative;
}

.knowledge-title{
    margin-bottom:70px;
}

.knowledge-title span{

    color:#16bfff;

    font-size:15px;

    font-weight:800;

    letter-spacing:2px;

}

.knowledge-title h2{

    color:#062f4f;

    font-size:clamp(34px,4vw,52px);

    font-weight:900;

    margin-top:15px;

}

.knowledge-item{

    display:flex;

    gap:35px;

    margin-bottom:45px;

    align-items:flex-start;

}

.knowledge-number{

    width:82px;

    height:82px;

    flex:0 0 82px;

    border-radius:50%;

    background:linear-gradient(135deg,#16bfff,#0878ce);

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:28px;

    font-weight:900;

    box-shadow:0 15px 35px rgba(22,191,255,.30);

}

.knowledge-content{

    flex:1;

    padding:35px 40px;

    border-radius:24px;

    background:#fff;

    box-shadow:0 18px 45px rgba(3,20,38,.08);

    border-left:6px solid #16bfff;

    transition:.35s;

}

.knowledge-content:hover{

    transform:translateX(8px);

}

.knowledge-content h3{

    color:#062f4f;

    font-size:28px;

    font-weight:900;

    margin-bottom:18px;

    line-height:1.3;

}

.knowledge-content p{

    color:#4d6679;

    font-size:17px;

    line-height:1.9;

    margin:0;

}

@media(max-width:767px){

.knowledge-item{

flex-direction:column;

gap:20px;

}

.knowledge-number{

margin:auto;

}

.knowledge-content{

padding:30px 25px;

}

.knowledge-content h3{

font-size:24px;

}

}



.location-section{
    padding:110px 0;
    background:#031426;
    overflow:hidden;
}

.location-section .section-title{
    margin-bottom:70px;
}

.location-section .section-title span{

    color:#16bfff;

    font-weight:900;

    letter-spacing:2px;

}

.location-section .section-title h2{

    color:#fff;

    font-size:clamp(36px,4vw,54px);

    font-weight:900;

    margin:15px 0;

}

.location-section .section-title p{

    color:#d8e7f5;

    max-width:760px;

    margin:auto;

    line-height:1.8;

}

.map-box{

    overflow:hidden;

    border-radius:30px;

    border:4px solid #16bfff;

    box-shadow:0 30px 60px rgba(0,0,0,.35);

}

.map-box iframe{

    width:100%;

    height:520px;

    border:0;

}

.location-content{

    color:#fff;

}

.location-content h3{

    font-size:34px;

    font-weight:900;

    margin-bottom:25px;

}

.zip-list{

display:flex;

flex-wrap:wrap;

gap:15px;

margin-bottom:40px;

}

.zip-list span{

background:#16bfff;

padding:14px 22px;

border-radius:50px;

font-weight:800;

color:#fff;

transition:.35s;

}

.zip-list span:hover{

background:#ffdc22;

color:#031426;

transform:translateY(-4px);

}

.location-content h4{

font-size:26px;

font-weight:900;

margin-bottom:22px;

}

.cities{

display:flex;

flex-wrap:wrap;

gap:15px;

margin-bottom:40px;

}

.cities span{

padding:12px 20px;

border-radius:10px;

background:rgba(255,255,255,.08);

border:1px solid rgba(255,255,255,.08);

transition:.35s;

}

.cities span:hover{

background:#16bfff;

}

.location-btn{

display:inline-flex;

align-items:center;

gap:12px;

padding:18px 35px;

background:#ffdc22;

color:#031426;

font-weight:900;

border-radius:12px;

text-decoration:none;

transition:.35s;

}

.location-btn:hover{

transform:translateY(-5px);

}

@media(max-width:991px){

.map-box iframe{

height:400px;

}

.location-content{

text-align:center;

}

.zip-list,

.cities{

justify-content:center;

}

}



.pa-footer {
  position: relative;
  padding: 90px 0 25px;
  background: linear-gradient(135deg, #031426, #061f3d);
  color: #fff;
  overflow: hidden;
}

.pa-footer::before {
  content: "";
  position: absolute;
  right: -180px;
  top: -120px;
  width: 420px;
  height: 420px;
  background: #16bfff;
  border-radius: 50%;
  filter: blur(140px);
  opacity: .15;
}

.footer-top {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.5fr;
  gap: 40px;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #fff;
  text-decoration: none;
  margin-bottom: 22px;
}

.footer-logo strong {
  display: block;
  font-size: 30px;
  line-height: .9;
}

.footer-logo small {
  color: #16bfff;
  font-size: 18px;
  font-weight: 900;
}

.footer-brand p,
.footer-contact p,
.faq-row p {
  color: #d9e8f5;
  line-height: 1.75;
  margin: 0 0 12px;
}

.footer-links h4,
.footer-contact h4,
.footer-faq h4 {
  color: #fff;
  font-size: 23px;
  font-weight: 900;
  margin-bottom: 22px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a,
.footer-phones a {
  color: #d9e8f5;
  text-decoration: none;
  transition: .3s;
}

.footer-links a:hover,
.footer-phones a:hover {
  color: #16bfff;
}

.footer-contact i {
  color: #16bfff;
  margin-right: 10px;
}

.footer-phones {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.footer-phones a {
  background: #16bfff;
  color: #031426;
  padding: 12px 18px;
  border-radius: 10px;
  font-weight: 900;
}

.footer-faq {
  position: relative;
  z-index: 2;
  margin-top: 55px;
  padding: 28px;
  border-radius: 24px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.1);
}

.faq-row {
  border-top: 1px solid rgba(255,255,255,.12);
  padding-top: 18px;
  margin-top: 18px;
}

.faq-row strong {
  display: block;
  color: #16bfff;
  font-size: 18px;
  margin-bottom: 8px;
}

.footer-bottom {
  position: relative;
  z-index: 2;
  margin-top: 35px;
  padding-top: 22px;
  text-align: center;
  border-top: 1px solid rgba(255,255,255,.12);
}

.footer-bottom p {
  color: #d9e8f5;
  margin: 0;
}

@media (max-width: 991px) {
  .footer-top {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 575px) {
  .footer-top {
    grid-template-columns: 1fr;
  }

  .pa-footer {
    padding-top: 65px;
  }
}

 /* RESET */
*, *::before, *::after {
    box-sizing: border-box;
}

/* FORM WRAPPER */
form.CUS {
    max-width: 900px;
    width: 100%;
    margin: 20px auto;
    padding: 20px;
    background: #f9fafb;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-family: system-ui, sans-serif;
}

/* FLEX FIELDSET */
form.CUS fieldset {
    display: flex;
    flex-wrap: wrap;
    border: none;
    padding: 0;
    margin: 0;
}

/* BASE BLOCK STYLE */
form.CUS fieldset > p {
    width: 100%;
    padding: 10px;
    margin: 0;
    font-size: 0.95rem;
    color: #444;
}

/* Universal input/select styling */
form.CUS input,
form.CUS select,
form.CUS textarea {
    width: 100%;
    padding: 10px;
    margin-top: 6px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 1rem;
}

/* ===============================
   ROW 1: Name, Phone, Address
=============================== */
form.CUS fieldset > p:nth-of-type(1),
form.CUS fieldset > p:nth-of-type(2),
form.CUS fieldset > p:nth-of-type(3) {
    width: 33.333%;
}

/* ===============================
   ROW 2: City, State, Zip Code
=============================== */
form.CUS fieldset > p:nth-of-type(4),
form.CUS fieldset > p:nth-of-type(5),
form.CUS fieldset > p:nth-of-type(6) {
    width: 33.333%;
}

/* ===============================
   SERVICE NEEDED TEXTAREA
=============================== */
form.CUS fieldset > p:nth-of-type(7) {
    width: 100%;
}

/* ===============================
   SERVICE DATE (Month, Day, Year)
   â†’ ALL 3 IN ONE ROW
=============================== */

/* Make the 8th <p> (Service Date block) a flex row */
form.CUS fieldset > p:nth-of-type(8) {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    align-items: flex-start;
}

/* Month, Day, Year = 3 equal flex columns */
form.CUS fieldset > p:nth-of-type(8) select#service_date,
form.CUS fieldset > p:nth-of-type(8) select#service_day,
form.CUS fieldset > p:nth-of-type(8) input#service_year {
    flex: 1 1 0;
    width: auto;          /* flex handles width */
    margin-top: 6px;
}

/* ===============================
   SERVICE TIME (Full width)
=============================== */
form.CUS fieldset > p:nth-of-type(9) {
    width: 100%;
}

/* ===============================
   SUBMIT BUTTON (Full width)
=============================== */
form.CUS fieldset > p:nth-of-type(10) {
    width: 100%;
}

form.CUS input[type="submit"] {
    width: 100%;
    background: rgb(255, 220, 34);
    color: #031426;
    border: none;
    padding: 12px;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
}

form.CUS input[type="submit"]:hover {
    background: rgb(255, 220, 34);
    color: #031426;
}

/* Hide honeypot */
form.CUS input.subject {
    display: none;
}

/* ===============================
   MOBILE RESPONSIVE (stack fields)
=============================== */
@media (max-width: 600px) {

    form.CUS fieldset > p {
        width: 100%;
        padding: 6px 0;
    }

    /* Month, Day, Year full width stacked on mobile */
    form.CUS fieldset > p:nth-of-type(8) {
        flex-direction: column;
        gap: 6px;
    }

    form.CUS fieldset > p:nth-of-type(8) select#service_date,
    form.CUS fieldset > p:nth-of-type(8) select#service_day,
    form.CUS fieldset > p:nth-of-type(8) input#service_year {
        flex: none;
        width: 100% !important;
    }
/* ===============================
   ROW 1: Name, Phone, Address
=============================== */
form.CUS fieldset > p:nth-of-type(1),
form.CUS fieldset > p:nth-of-type(2),
form.CUS fieldset > p:nth-of-type(3) {
    width: 100%;
}

/* ===============================
   ROW 2: City, State, Zip Code
=============================== */
form.CUS fieldset > p:nth-of-type(4),
form.CUS fieldset > p:nth-of-type(5),
form.CUS fieldset > p:nth-of-type(6) {
    width: 100%;
}
}

.contact-form-section{

    padding:110px 0;

   

}

.form-heading{

    max-width:720px;

    margin:auto auto 60px;

}

.form-heading span{

    color:#16bfff;

    font-size:15px;

    font-weight:900;

    letter-spacing:2px;

}

.form-heading h2{

    color:#06213b;

    font-size:clamp(34px,4vw,55px);

    font-weight:900;

    margin:15px 0;

}

.form-heading p{

    color:#4a6477;

    line-height:1.8;

}

.contact-form-box{

  

   

    border-radius:30px;

   

    position:relative;

    overflow:hidden;

}



.contact-form-box input,
.contact-form-box textarea,
.contact-form-box select{

width:100%;

height:58px;

background:#08233f;

border:1px solid rgba(255,255,255,.08);

border-radius:12px;



color:#fff;

font-size:15px;

transition:.35s;

}

.contact-form-box textarea{

height:170px;

padding:18px;

resize:none;

}

.contact-form-box input::placeholder,
.contact-form-box textarea::placeholder{

color:#bfd4e8;

}

.contact-form-box input:focus,
.contact-form-box textarea:focus,
.contact-form-box select:focus{

outline:none;

border-color:#16bfff;

box-shadow:0 0 0 4px rgba(22,191,255,.12);

}

.contact-form-box label{

display:block;

margin-bottom:10px;

font-weight:700;

color:#fff;

}

.submit-btn{

margin-top:35px;

border:0;

background:linear-gradient(135deg,#16bfff,#0878ce);

color:#fff;

font-size:17px;

font-weight:800;

padding:18px 42px;

border-radius:12px;

display:inline-flex;

align-items:center;

gap:12px;

transition:.35s;

box-shadow:0 15px 35px rgba(22,191,255,.30);

}

.submit-btn:hover{

background:#ffdc22;

color:#031426;

transform:translateY(-5px);

}

@media(max-width:767px){

.contact-form-box{

padding:30px 20px;

}

.submit-btn{

width:100%;

justify-content:center;

}

}


.blogbox{text-align:justify;padding:20px;background-color:#FFF;box-sizing:border-box;clear:both;overflow:hidden;margin-bottom:15px;box-shadow:3px 3px 7px rgba(0,0,0,0.2)}
.blogbox .blogimg img {float: right; width: 35%; height: auto; margin: 15px;box-shadow: 0 0 3px rgba(0,0,0,0.8)}
.blogbox .read-more a{background-color:#ccc;color:#2D2D2D;padding:10px;border-radius:5px;border:1px solid #2D2D2D}
.blogbox .read-more a:hover {background-color:#2D2D2D;color:#FFF;letter-spacing: 2px;padding:10px 15px}
.blogpost {text-align: justify;padding:20px;background-color: #FFF;box-sizing: border-box}
.blogpost h1, .blogbox h1 {margin:0;font-size:28px;color:#222;}
.blogpost h2, .blogbox h2 {margin:0;font-size:24px;color:#222;}
.blogpost .blog_wrapper img {float: right; max-width: 35%; height: auto; margin: 15px;box-shadow: 0 0 3px rgba(0,0,0,0.8)}
.socialbox{overflow:hidden;position:relative;text-align:center;width:100%;}
.social-share-btns{display:inline-block;overflow:hidden}
.social-share-btns .share-btn{float:left;margin:0 5px;padding:8px 16px;border-radius:3px;color:#fff;font-size:14px;line-height:18px;vertical-align:middle;transition:background .2s ease-in-out;display:flex;align-items:center;}
.social-share-btns .share-btn svg {fill:currentColor;height:1rem;width:1rem;margin-right:10px;}
.share-btn{background-color:#95a5a6}
.share-btn:hover{background-color:#798d8f}
.share-btn-twitter{background-color:#00aced}
.share-btn-twitter:hover{background-color:#0087ba}
.share-btn-facebook{background-color:#3b5998}
.share-btn-facebook:hover{background-color:#2d4373}
.share-btn-linkedin{background-color:#007bb6}
.share-btn-linkedin:hover{background-color:#005983}
@media only screen and (max-width:700px){
.blogbox .blogimg img{max-width:90%;width:auto}
}



.footer-contact a {
  color: #d9e8f5;
  text-decoration: none;
}

.footer-contact a:hover {
  color: #16bfff;
}