.elementor-2549 .elementor-element.elementor-element-5039eb3{--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;}/* Start custom CSS for html, class: .elementor-element-e5f3c8b */.smart-gas-page {
  direction: rtl;
  font-family: "IRANSansX", "Vazirmatn", sans-serif;
  color: #0c1424;
  background: #0a1326;
  background-image: radial-gradient(circle at top left, rgba(255, 140, 0, 0.18), transparent 45%), radial-gradient(circle at bottom right, rgba(0, 175, 255, 0.15), transparent 50%);
  overflow: hidden;
}

.smart-gas-page section {
  padding-inline: min(5vw, 70px);
}

.smart-gas-page .hero {
  display: grid;
  gap: clamp(2rem, 4vw, 4rem);
  padding-block: clamp(4rem, 7vw, 6rem);
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  align-items: center;
}

.smart-gas-page .hero__content h1 {
  font-size: clamp(2.6rem, 5vw, 3.6rem);
  color: #ffffff;
  margin-bottom: 1.2rem;
}

.smart-gas-page .hero__content p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.05rem;
  line-height: 1.9;
  margin-bottom: 2.4rem;
}

.smart-gas-page .hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2.5rem;
}

.smart-gas-page .btn {
  padding: 1rem 2rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.smart-gas-page .btn--primary {
  background: linear-gradient(135deg, #ff7b32, #ffb347);
  color: #0c1424;
  box-shadow: 0 15px 35px rgba(255, 123, 50, 0.35);
}

.smart-gas-page .btn--primary:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(255, 123, 50, 0.45);
}

.smart-gas-page .btn--ghost {
  background: rgba(255, 255, 255, 0.08);
  color: #ffb347;
  border: 1px solid rgba(255, 179, 71, 0.3);
}

.smart-gas-page .btn--ghost:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.15);
}

.smart-gas-page .hero__highlights {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}

.smart-gas-page .highlight-card {
  background: rgba(14, 22, 44, 0.9);
  border-radius: 1.2rem;
  padding: 1.5rem;
  border: 1px solid rgba(255, 153, 51, 0.2);
  box-shadow: 0 18px 40px rgba(12, 20, 36, 0.35);
  transition: transform 0.25s ease;
}

.smart-gas-page .highlight-card:hover {
  transform: translateY(-6px);
}

.smart-gas-page .highlight-card__icon {
  font-size: 1.5rem;
  display: inline-block;
  margin-bottom: 0.9rem;
}

.smart-gas-page .highlight-card h3 {
  color: #ffb347;
  margin-bottom: 0.7rem;
}

.smart-gas-page .highlight-card p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
}

.smart-gas-page .hero__visuals {
  display: grid;
  gap: 1.8rem;
  justify-items: center;
}

.smart-gas-page .meter-card {
  position: relative;
  background: linear-gradient(160deg, rgba(11, 20, 40, 0.9), rgba(24, 48, 82, 0.9));
  border-radius: 1.6rem;
  padding: 2.4rem 2.8rem;
  box-shadow: 0 24px 50px rgba(3, 8, 20, 0.55);
  overflow: hidden;
}

.smart-gas-page .meter-card__badge {
  position: absolute;
  top: 1.1rem;
  left: 1.3rem;
  background: rgba(255, 179, 71, 0.18);
  color: #ffb347;
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  font-size: 0.8rem;
  letter-spacing: 0.7px;
}

.smart-gas-page .meter-card img {
  width: min(290px, 100%);
  height: auto;
  filter: drop-shadow(0 25px 45px rgba(0, 0, 0, 0.6));
  position: relative;
  z-index: 2;
}

.smart-gas-page .meter-card__glow {
  position: absolute;
  inset: auto -50% -40% -50%;
  height: 160px;
  background: radial-gradient(circle, rgba(255, 140, 0, 0.55), transparent 60%);
  z-index: 1;
}

.smart-gas-page .analytics-card {
  background: rgba(13, 21, 40, 0.95);
  padding: 1.8rem;
  border-radius: 1.3rem;
  width: min(320px, 100%);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.55);
  color: rgba(255, 255, 255, 0.9);
}

.smart-gas-page .analytics-card__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.4rem;
  font-weight: 600;
  color: #ffb347;
}

.smart-gas-page .status-dot {
  width: 10px;
  height: 10px;
  background: #42f5b3;
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(66, 245, 179, 0.8);
}

.smart-gas-page .analytics-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.9;
}

.smart-gas-page .cellular {
  margin-top: clamp(2rem, 4vw, 4rem);
  padding-block: clamp(3rem, 6vw, 5rem);
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  align-items: center;
}

.smart-gas-page .cellular__content h2 {
  color: #ffb347;
  font-size: clamp(2rem, 4vw, 2.7rem);
  margin-bottom: 1rem;
}

.smart-gas-page .cellular__content p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.9;
  margin-bottom: 1.5rem;
}

.smart-gas-page .cellular__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.smart-gas-page .cellular__tags span {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 179, 71, 0.28);
  color: #ffb347;
  padding: 0.5rem 1.1rem;
  border-radius: 999px;
  font-size: 0.85rem;
}

.smart-gas-page .cellular__visual {
  position: relative;
  min-height: 240px;
  display: grid;
  place-items: center;
}

.smart-gas-page .signal-wave,
.smart-gas-page .signal-wave--delay {
  position: absolute;
  width: 200px;
  height: 200px;
  border: 2px solid rgba(255, 179, 71, 0.3);
  border-radius: 50%;
  animation: pulse 6s infinite;
}

.smart-gas-page .signal-wave--delay {
  animation-delay: -3s;
}

.smart-gas-page .signal-core {
  width: 90px;
  height: 90px;
  background: linear-gradient(135deg, #ff7b32, #ffa94d);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #0c1424;
  font-weight: 700;
  font-size: 1.4rem;
  box-shadow: 0 0 35px rgba(255, 123, 50, 0.65);
}

@keyframes pulse {
  0% { transform: scale(0.8); opacity: 0.5; }
  50% { transform: scale(1.2); opacity: 0.15; }
  100% { transform: scale(1.6); opacity: 0; }
}

.smart-gas-page .features {
  padding-block: clamp(4rem, 6vw, 5rem);
}

.smart-gas-page .features h2 {
  text-align: center;
  color: #ffffff;
  margin-bottom: 3rem;
  font-size: clamp(2.1rem, 4vw, 2.8rem);
}

.smart-gas-page .feature-grid {
  display: grid;
  gap: 1.8rem;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.smart-gas-page .feature-card {
  background: rgba(14, 22, 44, 0.85);
  border-radius: 1.2rem;
  padding: 1.9rem;
  border: 1px solid rgba(255, 153, 51, 0.2);
  box-shadow: 0 18px 50px rgba(5, 12, 28, 0.5);
}

.smart-gas-page .feature-card__icon {
  font-size: 1.8rem;
  margin-bottom: 0.9rem;
  display: inline-block;
  color: #ffb347;
}

.smart-gas-page .feature-card h3 {
  color: #ffb347;
  margin-bottom: 0.7rem;
}

.smart-gas-page .feature-card p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.8;
}

.smart-gas-page .insights {
  padding-block: clamp(4rem, 6vw, 5.5rem);
  background: linear-gradient(135deg, rgba(255, 123, 50, 0.12), rgba(255, 255, 255, 0.05));
  margin-inline: min(5vw, 70px);
  border-radius: 2rem;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.45);
  display: grid;
  gap: 3rem;
}

.smart-gas-page .insights__metrics {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}

.smart-gas-page .metric {
  background: rgba(12, 20, 36, 0.85);
  border-radius: 1.2rem;
  padding: 1.6rem;
  text-align: center;
  border: 1px solid rgba(255, 179, 71, 0.15);
  box-shadow: 0 18px 40px rgba(7, 12, 24, 0.55);
}

.smart-gas-page .metric__value {
  display: block;
  font-size: 1.9rem;
  font-weight: 700;
  color: #ffb347;
  margin-bottom: 0.4rem;
}

.smart-gas-page .metric__label {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
}

.smart-gas-page .insights__content h2 {
  color: #ffffff;
  margin-bottom: 1rem;
  font-size: clamp(1.9rem, 3.5vw, 2.4rem);
}

.smart-gas-page .insights__content p {
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.9;
}

.smart-gas-page .cta {
  margin-inline: min(5vw, 70px);
  margin-block: clamp(3rem, 6vw, 5rem);
  background: radial-gradient(circle at center, rgba(255, 123, 50, 0.95), rgba(255, 102, 0, 0.9) 60%, rgba(128, 30, 0, 0.95));
  border-radius: 2rem;
  padding: clamp(3rem, 5vw, 4.5rem);
  text-align: center;
  box-shadow: 0 28px 60px rgba(128, 30, 0, 0.55);
  color: #ffffff;
}

.smart-gas-page .cta h2 {
  color: #ffffff;
  font-size: clamp(2.1rem, 4vw, 3rem);
  margin-bottom: 1rem;
}

.smart-gas-page .cta p {
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 2rem;
  line-height: 1.9;
}

@media (max-width: 768px) {
  .smart-gas-page section {
    padding-inline: 1.5rem;
  }

  .smart-gas-page .hero {
    padding-block: 4rem 3rem;
  }

  .smart-gas-page .cellular {
    margin-inline: 1rem;
  }

  .smart-gas-page .insights,
  .smart-gas-page .cta {
    margin-inline: 1rem;
  }
}/* End custom CSS */