.elementor-25354 .elementor-element.elementor-element-0ab91c4{--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-25354 .elementor-element.elementor-element-0ab91c4 .trx_addons_bg_text{z-index:0;}.elementor-25354 .elementor-element.elementor-element-0ab91c4 .trx_addons_bg_text.trx_addons_marquee_wrap:not(.trx_addons_marquee_reverse) .trx_addons_marquee_element{padding-right:50px;}.elementor-25354 .elementor-element.elementor-element-0ab91c4 .trx_addons_bg_text.trx_addons_marquee_wrap.trx_addons_marquee_reverse .trx_addons_marquee_element{padding-left:50px;}/* Start custom CSS for html, class: .elementor-element-e15d61d */.product-section {
  background: #f2f9fb;
  border-radius: 18px;
  box-shadow: 0 4px 22px rgba(0,26,46,0.10);
  padding: 18px 20px 18px 20px; /* Üst ve alt boşluk azaltıldı */
  max-width: 700px;
  margin: 20px auto 18px auto;  /* Üst ve alt marjin azaldı */
}

.product-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 14px;
}
.product-icon {
  background: #eaf3fa;
  border-radius: 12px;
  padding: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-title {
  color: #004579;
  font-size: 1.22rem;
  font-weight: 800;
  margin: 0 0 3px 0;
  letter-spacing: 0.01em;
}
.product-subtitle {
  color: #001A2E;
  font-size: .96rem;
  font-weight: 500;
  margin: 0;
}

.product-body ul {
  padding-left: 19px;
  margin-bottom: 14px;
}
.product-body li {
  color: #001A2E;
  font-size: 1.01rem;
  margin-bottom: 6px;
  font-weight: 500;
  line-height: 1.54;
}
.product-body li b {
  color: #004579;
  font-weight: 700;
}
.product-action {
  margin-top: 7px;
  display: flex;
  justify-content: flex-start;
}
.product-btn {
  background: #25D366;
  color: #fff;
  font-weight: 700;
  font-size: 1.05rem;
  padding: 10px 0 9px 0;     /* Dikey padding azaldı */
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 2px 12px rgba(37,211,102,0.07);
  transition: background 0.17s, box-shadow 0.17s, transform 0.17s;
  display: inline-block;
  letter-spacing: .03em;
  min-width: 170px;
  max-width: 220px;
  text-align: center;
}
.product-btn:hover {
  background: #004579;
  color: #fff;
  transform: translateY(-1px) scale(1.03);
}

@media (max-width: 600px) {
  .product-section {
    max-width: 98vw;
    padding: 8vw 2vw 10vw 2vw;  /* Tüm boşluklar azaltıldı */
    border-radius: 10px;
    margin: 12px auto 8px auto;
  }
  .product-header {
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 7px;
  }
  .product-title { font-size: 1rem; }
  .product-subtitle { font-size: .88rem; }
  .product-body ul { font-size: .94rem; }
  .product-btn {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    padding: 10px 0 9px 0;
    font-size: .98rem;
  }
}/* End custom CSS */