.elementor-17797 .elementor-element.elementor-element-21a0fbd{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-21a0fbd */.doppler-section {
  padding: 40px 20px;
  font-family: Arial, Helvetica, sans-serif;
  color: #1f2933;
}

.doppler-container {
  max-width: 1180px;
  margin: 0 auto;
}

.doppler-hero-image {
  display: block;
  margin-bottom: 42px;
}

.doppler-hero-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.18);
}

.doppler-header {
  max-width: 840px;
  margin-bottom: 34px;
}

.doppler-header h2 {
  margin: 0 0 12px;
  font-size: 34px;
  line-height: 1.2;
  color: #0f172a;
}

.doppler-header p {
  margin: 0;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  color: #334155;
}

.doppler-content {
  max-width: 980px;
}

.doppler-content p {
  margin: 0 0 22px;
  font-size: 16px;
  line-height: 1.75;
  color: #475569;
}

.doppler-content h3 {
  margin: 42px 0 18px;
  font-size: 28px;
  line-height: 1.25;
  color: #0f172a;
}

.doppler-content h4 {
  margin: 34px 0 18px;
  padding-bottom: 10px;
  border-bottom: 3px solid #1e73be;
  font-size: 22px;
  line-height: 1.3;
  color: #0f172a;
}

.doppler-content h5 {
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 1.35;
  color: #0f172a;
}

.doppler-content ul,
.doppler-info-card ul,
.doppler-highlight ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.doppler-content li,
.doppler-info-card li,
.doppler-highlight li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 24px;
  font-size: 16px;
  line-height: 1.6;
  color: #475569;
}

.doppler-content li::before,
.doppler-info-card li::before,
.doppler-highlight li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1e73be;
}

.doppler-intro {
  font-weight: 700;
  color: #334155;
}

.doppler-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin: 26px 0 44px;
}

.doppler-info-card {
  padding: 24px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.doppler-info-card p {
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.6;
  color: #334155;
  font-weight: 600;
}

.doppler-highlight {
  margin: 46px 0;
  padding: 30px;
  border-radius: 8px;
  background: rgba(32, 117, 191, 0.12);
  border-left: 5px solid #1e73be;
}

.doppler-highlight ul {
  columns: 2;
  column-gap: 48px;
}

.doppler-highlight li {
  break-inside: avoid;
  color: #1f2933;
  font-weight: 600;
}

.doppler-products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin-top: 48px;
}

.doppler-product {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 16px 35px rgba(15, 23, 42, 0.16);
}

.doppler-product img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  display: block;
  transition: transform 0.25s ease;
}

.doppler-product::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.38);
  transition: background 0.25s ease;
}

.doppler-product:hover img {
  transform: scale(1.04);
}

.doppler-product:hover::after {
  background: rgba(66, 133, 191, 0.45);
}

.doppler-product-content {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 1;
}

.doppler-product-content h3 {
  margin: 0 0 16px;
  font-size: 26px;
  line-height: 1.25;
  color: #ffffff;
}

.doppler-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 22px;
  border-radius: 6px;
  background: #1e73be;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}

.doppler-button:hover {
  background: #155f9d;
  transform: translateY(-2px);
}

@media (max-width: 900px) {
  .doppler-section {
    padding: 28px 16px;
  }

  .doppler-header h2 {
    font-size: 28px;
  }

  .doppler-header p {
    font-size: 18px;
  }

  .doppler-grid,
  .doppler-products {
    grid-template-columns: 1fr;
  }

  .doppler-highlight ul {
    columns: 1;
  }
}/* End custom CSS */