.elementor-2540 .elementor-element.elementor-element-9e139a4{--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;}.elementor-2540 .elementor-element.elementor-element-8ea083a > .elementor-widget-container{padding:75px 0px 0px 0px;}@media(max-width:767px){.elementor-2540 .elementor-element.elementor-element-8ea083a > .elementor-widget-container{padding:5px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-8ea083a */:root {
  --color-primary: #0e4d92;
  --color-primary-dark: #082b56;
  --color-secondary: #00a8ff;
  --color-background: #051529;
  --color-surface: rgba(255, 255, 255, 0.06);
  --color-text: #f4f7fb;
  --color-text-muted: #b5c7e3;
  --color-accent: #5ad8e6;
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --shadow-soft: 0 30px 60px -24px rgba(10, 76, 140, 0.55);
  --shadow-card: 0 20px 50px -16px rgba(5, 21, 41, 0.65);
}

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

body {
  margin: 0;
  font-family: "Vazirmatn", sans-serif;
  background: radial-gradient(circle at 20% 20%, rgba(39, 121, 189, 0.25), transparent 55%),
              radial-gradient(circle at 80% 10%, rgba(0, 168, 255, 0.18), transparent 50%),
              var(--color-background);
  color: var(--color-text);
  line-height: 1.8;
  padding: 0;
}

.water-meter-page {
  max-width: 1280px;
  margin: 0 auto;
  padding: 64px 24px 120px;
  position: relative;
}

.water-meter-page::before,
.water-meter-page::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.45;
  z-index: -1;
}

.water-meter-page::before {
  width: 320px;
  height: 320px;
  background: rgba(0, 168, 255, 0.4);
  top: -120px;
  right: -140px;
}

.water-meter-page::after {
  width: 380px;
  height: 380px;
  background: rgba(21, 99, 164, 0.35);
  bottom: -160px;
  left: -150px;
}

/* Buttons */
.water-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 14px 28px;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
  gap: 8px;
}

.water-btn.primary {
  background: linear-gradient(135deg, var(--color-secondary), #6dd5ed);
  color: var(--color-background);
  box-shadow: 0 14px 30px -12px rgba(0, 168, 255, 0.65);
}

.water-btn.primary:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px -14px rgba(0, 168, 255, 0.75);
}

.water-btn.ghost {
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  color: var(--color-text);
  background: transparent;
}

.water-btn.ghost:hover {
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff;
  transform: translateY(-3px);
}

/* Hero */
.water-hero {
  display: grid;
  gap: 36px;
  background: rgba(14, 77, 146, 0.18);
  padding: 48px;
  border-radius: var(--radius-lg);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow-soft);
  position: relative;
  overflow: hidden;
}

.water-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 20%, rgba(0, 168, 255, 0.25), transparent 70%);
  opacity: 0.5;
  z-index: 0;
}

.water-hero > * {
  position: relative;
  z-index: 1;
}

.water-hero__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  font-weight: 600;
  font-size: 15px;
  width: fit-content;
}

.water-hero h1 {
  font-size: clamp(36px, 4vw, 52px);
  line-height: 1.2;
  margin: 0;
}

.water-hero p {
  max-width: 560px;
  color: var(--color-text-muted);
  font-size: 18px;
  margin: 0;
}

.water-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.water-hero__highlights {
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
  display: grid;
  gap: 16px;
  max-width: 540px;
}

.water-hero__highlights li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
}

.water-hero__highlights .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-top: 8px;
  background: linear-gradient(135deg, var(--color-secondary), var(--color-accent));
  box-shadow: 0 0 0 6px rgba(0, 168, 255, 0.15);
}

.water-hero__highlights strong {
  font-size: 16px;
}

.water-hero__highlights small {
  display: block;
  color: var(--color-text-muted);
  margin-top: 4px;
  font-size: 14px;
}

/* Visuals */
.water-hero__visual {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  align-items: stretch;
}

.meter-card,
.app-card {
  flex: 1 1 260px;
  background: var(--color-surface);
  border-radius: var(--radius-md);
  padding: 20px;
  position: relative;
  box-shadow: var(--shadow-card);
  min-height: 260px;
  overflow: hidden;
}

.meter-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(0, 168, 255, 0.2), transparent 70%);
  z-index: 0;
}

.meter-card img {
  width: 100%;
  display: block;
  filter: drop-shadow(0 28px 35px rgba(0, 35, 70, 0.45));
  margin-top: 24px;
  position: relative;
  z-index: 1;
}

.meter-card__label {
  position: absolute;
  top: 18px;
  right: 18px;
  background: rgba(0, 168, 255, 0.22);
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 14px;
  color: #dff6ff;
  z-index: 2;
}

.app-card h3 {
  font-size: 20px;
  margin-bottom: 16px;
}

.app-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.app-card li {
  background: rgba(0, 168, 255, 0.12);
  padding: 12px 14px;
  border-radius: var(--radius-sm);
  font-weight: 500;
  backdrop-filter: blur(4px);
}

/* Features */
.water-features {
  margin-top: 96px;
  text-align: center;
}

.water-features h2 {
  font-size: 32px;
  margin-bottom: 40px;
}

.feature-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.feature-card {
  background: rgba(255, 255, 255, 0.05);
  padding: 32px 24px;
  border-radius: var(--radius-md);
  text-align: right;
  position: relative;
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 26px 45px -20px rgba(0, 168, 255, 0.55);
}

.feature-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% -20%, rgba(0, 168, 255, 0.2), transparent 60%);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.feature-card:hover::after {
  opacity: 1;
}

.feature-card .icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  font-size: 26px;
  margin-bottom: 18px;
  color: #03203c;
  background: linear-gradient(135deg, rgba(0, 168, 255, 0.65), rgba(90, 216, 230, 0.65));
}

.feature-card h3 {
  margin: 0 0 12px;
  font-size: 20px;
}

.feature-card p {
  color: var(--color-text-muted);
  margin: 0;
}

/* Insights */
.water-insights {
  margin-top: 110px;
  display: grid;
  gap: 48px;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
}

.water-insights__content {
  background: rgba(14, 77, 146, 0.2);
  padding: 36px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-card);
  backdrop-filter: blur(10px);
}

.water-insights__content h2 {
  font-size: 30px;
  margin-bottom: 16px;
}

.water-insights__content p {
  color: var(--color-text-muted);
  margin-bottom: 20px;
}

.water-insights__content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.water-insights__content li {
  background: rgba(255, 255, 255, 0.06);
  border-radius: var(--radius-sm);
  padding: 14px 16px;
}

.water-insights__content strong {
  color: #fff;
}

.water-insights__metrics {
  display: grid;
  gap: 18px;
}

.metric {
  background: rgba(5, 21, 41, 0.42);
  padding: 24px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: var(--shadow-card);
}

.metric__value {
  font-size: 30px;
  font-weight: 700;
  color: var(--color-accent);
}

.metric__label {
  display: block;
  margin-top: 8px;
  color: var(--color-text-muted);
}

/* CTA */
.water-cta {
  margin-top: 120px;
  background: linear-gradient(135deg, rgba(0, 168, 255, 0.25), rgba(14, 77, 146, 0.55));
  padding: 40px;
  border-radius: var(--radius-lg);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  box-shadow: var(--shadow-soft);
}

.water-cta__content h3 {
  font-size: 26px;
  margin: 0 0 12px;
  color: #ffffff;
}

.water-cta__content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
}

/* Responsive */
@media (max-width: 1024px) {
  .water-hero {
    padding: 38px;
  }

  .water-insights {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .water-meter-page {
    padding: 48px 16px 80px;
  }

  .water-hero {
    padding: 28px;
  }

  .water-hero__visual {
    flex-direction: column;
  }

  .water-insights__content {
    padding: 28px;
  }

  .water-cta {
    padding: 32px;
  }
}

@media (max-width: 540px) {
  .water-btn {
    width: 100%;
  }

  .water-hero h1 {
    font-size: 32px;
  }

  .meter-card,
  .app-card {
    padding: 18px;
  }
}/* End custom CSS */