.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-587ff89:#E79B06;--e-global-color-46ae4aa:#808080;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:90vw;}.e-con{--container-max-width:90vw;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.ky-card{
  background:#fff;
  border:1px solid #000; /* katı siyah 1px border */
  border-radius:12px;
  padding:18px;
}

.ky-card h3{
  margin:0 0 12px;
  font-weight:600;
  color:#000;
}

.ky-timeline{
  list-style:none;
  margin:0;
  padding:0 0 0 20px;
  position:relative;
}

.ky-timeline::before{
  content:"";
  position:absolute;
  left:8px;
  top:6px;
  bottom:6px;
  width:2px;
  background:#E6E6E6;
}

.ky-timeline li{
  position:relative;
  margin:18px 0 18px 0;
  font-weight:500;
  color:#000; /* pasifler siyah */
}

.ky-timeline li::before{
  content:"";
  position:absolute;
  left:-12px;
  top:4px;
  width:10px;
  height:10px;
  border-radius:50%;
  background:#000; /* pasif nokta siyah */
  box-shadow:0 0 0 4px rgba(0,0,0,.1);
}

.ky-timeline li.active{
  font-weight:700;
  color:#e79806; /* aktif yazı */
}

.ky-timeline li.active::before{
  background:#e79806; /* aktif nokta */
  box-shadow:0 0 0 4px rgba(231,152,6,.25);
}/* End custom CSS */