.elementor-3661 .elementor-element.elementor-element-cd42d31{--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-3661 .elementor-element.elementor-element-773d809{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-3661 .elementor-element.elementor-element-77adf7e{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--gap:30px 30px;--row-gap:30px;--column-gap:30px;--flex-wrap:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-divider{--divider-color:var( --e-global-color-secondary );}.elementor-widget-divider .elementor-divider__text{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-divider.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon{color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-secondary );}.elementor-3661 .elementor-element.elementor-element-19d6b83{--divider-border-style:solid;--divider-color:#212121;--divider-border-width:1px;width:100%;max-width:100%;}.elementor-3661 .elementor-element.elementor-element-19d6b83 .elementor-divider-separator{width:105px;margin:0 auto;margin-center:0;}.elementor-3661 .elementor-element.elementor-element-19d6b83 .elementor-divider{text-align:center;padding-block-start:10px;padding-block-end:10px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-3661 .elementor-element.elementor-element-254eba9{width:var( --container-widget-width, 60.625% );max-width:60.625%;--container-widget-width:60.625%;--container-widget-flex-grow:0;text-align:center;}.elementor-3661 .elementor-element.elementor-element-254eba9.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-3661 .elementor-element.elementor-element-254eba9 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:3.7vw;font-weight:500;text-transform:none;font-style:normal;text-decoration:none;line-height:1.1em;letter-spacing:-2px;word-spacing:0em;color:#212121;}.elementor-3661 .elementor-element.elementor-element-64d6a44{--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-3661 .elementor-element.elementor-element-f4e128a{--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;}@media(max-width:1024px){.elementor-3661 .elementor-element.elementor-element-77adf7e{--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-3661 .elementor-element.elementor-element-254eba9{width:100%;max-width:100%;}.elementor-3661 .elementor-element.elementor-element-254eba9 .elementor-heading-title{font-size:50px;}}@media(max-width:767px){.elementor-3661 .elementor-element.elementor-element-cd42d31{--margin-top:-53px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-3661 .elementor-element.elementor-element-254eba9 .elementor-heading-title{font-size:30px;line-height:1.2em;}.elementor-3661 .elementor-element.elementor-element-f4e128a{--content-width:500px;}}/* Start custom CSS for html, class: .elementor-element-92abc6a */@media screen and (max-width: 768px) {
  .custom-table {
    width: 100%;
    table-layout: auto; /* Hücreler içeriğe göre genişler */
    font-size: 14px; /* Daha okunabilir yazı boyutu */
  }

  .custom-table th,
  .custom-table td {
    padding: 8px 10px;
    word-wrap: break-word; /* Uzun kelimeler satır içinde kırılır */
    overflow-wrap: break-word; /* Eski tarayıcı uyumluluğu */
    white-space: normal; /* Tek satır yerine birden fazla satır */
  }

  .custom-table td {
    max-width: 100%; /* Hücre ekran genişliğini aşmasın */
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3ccd0ab *//* Genel tablo stili */
.custom-table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  margin: 20px 0;
}

/* Başlık hücreleri */
.custom-table th {
  background-color: #ffcc00; /* Renk güncellendi */
  color: black;
  padding: 12px 15px;
  text-align: left;
}

/* Veri hücreleri */
.custom-table td {
  border: 1px solid #ddd;
  padding: 12px 15px;
}

/* Satır arka plan renkleri */
.custom-table tr:nth-child(even) {
  background-color: #f9f9f9;
}

/* Hover efekti */
.custom-table tr:hover {
  background-color: #f1f1f1;
}

/* Responsive: küçük ekranlarda tabloyu kaydırılabilir yap */
@media screen and (max-width: 768px) {
  .custom-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}/* End custom CSS */