.elementor-4844 .elementor-element.elementor-element-c1d2a04{--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;--margin-top:-58px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-4844 .elementor-element.elementor-element-c1d2a04:not(.elementor-motion-effects-element-type-background), .elementor-4844 .elementor-element.elementor-element-c1d2a04 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F6FAFD;}/* Start custom CSS for html, class: .elementor-element-2c58561 */.tedavi6-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 38px 2vw 60px 2vw;
  font-family: 'Poppins', Arial, sans-serif;
  background: linear-gradient(120deg,#f9fcff 85%,#e4f7fb 100%);
}
.tedavi6-title {
  text-align: center;
  font-size: 2.3rem;
  color: #174865;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: -0.5px;
}
.tedavi6-underline {
  width: 64px;
  height: 4px;
  background: #26c6da;
  border-radius: 3px;
  display: block;
  margin: 0 auto 32px auto;
}
.tedavi6-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px;
  justify-content: center;
}
.tedavi6-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 24px #07c4c71a;
  padding: 0 0 28px 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  transition: box-shadow .14s, border .15s;
  border: 1.2px solid #e9f4fa;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.tedavi6-card:hover {
  box-shadow: 0 12px 40px #1dd8df2c;
  border-color: #26c6da55;
}
.tedavi6-img-wrap {
  width: 100%;
  aspect-ratio: 16/9;
  background: #e7f7fa;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tedavi6-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  transition: transform .19s;
}
.tedavi6-card:hover .tedavi6-img-wrap img {
  transform: scale(1.035);
}
.tedavi6-card-title {
  margin: 18px 24px 9px 24px;
  font-size: 1.18rem;
  font-weight: 700;
  color: #1976d2;
  letter-spacing: -.02em;
  background: none;
  transition: color .16s, text-shadow .16s;
  line-height: 1.29;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.tedavi6-card:hover .tedavi6-card-title {
  color: #1099d6;
  text-shadow: 0 2px 12px #26c6da22;
}
.tedavi6-desc {
  color: #234a52;
  font-size: 1rem;
  font-weight: 400;
  margin: 0 24px 0 24px;
  margin-bottom: 18px;
  line-height: 1.55;
  background: none;
}

/* --- Buton satırı: kart tabanına sabit hizalı --- */
.tedavi6-btn-row {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex: 1 0 38px;
  margin-top: auto;
  min-height: 48px;
}

/* WhatsApp Button: minimal, hap (pill) gibi, kısa */
.tedavi6-whatsapp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  background: linear-gradient(90deg,#25d366 80%,#43e87e 100%);
  color: #fff;
  font-weight: 600;
  font-size: .98rem;
  border: none;
  border-radius: 999px;
  padding: 7px 22px 7px 18px;
  min-width: 155px;
  min-height: 36px;
  box-shadow: 0 1px 6px #25d36624;
  text-decoration: none;
  transition: 
    transform 0.13s cubic-bezier(.5,1.7,.36,1.2),
    box-shadow .13s,
    background .12s;
  cursor: pointer;
  outline: none;
  border: 0;
  margin-top: 0;
}
.tedavi6-whatsapp-btn img {
  width: 19px;
  height: 19px;
  filter: drop-shadow(0 0 2px #1fa67270);
  margin-right: 3px;
}
.tedavi6-whatsapp-btn:hover, .tedavi6-whatsapp-btn:focus {
  transform: scale(1.04) translateY(-1px);
  background: linear-gradient(90deg,#128c7e 70%,#25d366 100%);
  box-shadow: 0 4px 16px #25d36644;
}
.tedavi6-whatsapp-btn:active {
  transform: scale(.98) translateY(1px);
}

/* Alt bilgi kutusu */
.tedavi6-info-box {
  margin: 48px auto 0 auto;
  color: #5a6b7b;
  font-size: 1.08rem;
  max-width: 760px;
  background: #f0f8fc;
  border-radius: 12px;
  padding: 13px 24px 10px 24px;
  box-shadow: 0 2px 14px #00bcd420;
  line-height: 1.52;
  text-align: center;
  border: 1.2px solid #e4f7fb;
  font-style: italic;
}

/* Responsive: Mobilde kartlar alt alta */
@media (max-width: 1100px) {
  .tedavi6-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 760px) {
  .tedavi6-title {font-size: 1.18rem;}
  .tedavi6-grid {grid-template-columns: 1fr;}
  .tedavi6-card-title {font-size:.98rem;}
  .tedavi6-whatsapp-btn {font-size:.93rem; padding:7px 0; min-width: 85px;}
  .tedavi6-btn-row {min-height: 34px;}
}/* End custom CSS */