.elementor-kit-30{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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-30 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column: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 */.yaris-popup-wrapper {
  padding: 24px;
  background: #fff;
  border-radius: 20px;
  max-width: 550px;
  margin: auto;
  font-family: 'Inter', sans-serif;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
}
.yaris-popup-wrapper h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 18px;
  color: #1a1a1a;
  text-align: center;
}
.yaris-popup-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.yaris-popup-list li {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}
.yaris-popup-list li:last-child {
  border-bottom: none;
}
.yaris-popup-list img {
  width: 28px;
  height: 28px;
}
.yaris-popup-list span {
  font-size: 16px;
  color: #222;
}
.yaris-karti {

  display: flex;
  border: 1px solid #eee;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0,0,0,0.05);
  margin-bottom: 40px;/* Yeşil tema için */

  

}

.yaris-gorsel {
  width: 30%;
  position: relative;
  
}

.yaris-gorsel img {
  width: 100%;
  height: 100%;
  display: block;
  
}

.yaris-tarih {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #57d345;
  color: white;
  padding: 6px 12px;
  font-weight: bold;
  border-radius: 4px;
  z-index: 2;
}

.kayit-durumu {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: white;
  background: rgba(0,0,0,0.5);
  padding: 6px 10px;
  font-weight: bold;
  font-size: 14px;
  border-radius: 4px;
}

.yaris-detay {
  width: 70%;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  
}

.yaris-baslik {
  font-size: 30px;
  font-weight: bold;
  color: #57d345;
  margin-bottom: 20px;
}

.yaris-info-grup {
  display: flex;
  gap: 40px;
  margin-bottom: 20px;
  
}

.label {
  font-size: 14px;
  color: #888;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.deger {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.kategori span {
  background: #57d345;
  color: #fff;
  padding: 2px 6px;
  margin-right: 4px;
  border-radius: 3px;
}

.yaris-ekstra {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 20px;
}

.yaris-alani-box {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 2px solid #29ce49;
  border-radius: 6px;
  padding: 4px 10px;
  color: #29ce49;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  
}

.yaris-alani-box:hover {
  background-color: #29ce49;
  color: white;
  
}

.yaris-button {
  text-align: right;
}

.detay-btn {
  background: #0e4741;
  color: white;
  padding: 14px 28px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  transition: background 0.3s ease;
}

.detay-btn:hover {
  background: #0b3934;
}
/* ORTAK KART TASARIMI (kısa) */
.yaris-karti {
  display: flex;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 5px 10px rgba(0,0,0,0.05);
  margin-bottom: 40px;
  border-left: 8px solid transparent;
  
}

.yaris-tarih {
  position: absolute;
  top: 10px;
  left: 10px;
  font-weight: bold;
  padding: 5px 10px;
  color: #fff;
  border-radius: 3px;
}

.kayit-durumu {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: rgba(0,0,0,0.6);
  color: white;
  font-size: 14px;
  padding: 4px 8px;
  border-radius: 4px;
}

/* TEMA: TURUNCU */
.tema-turuncu {
  border-left-color: #f26522;
}

.tema-turuncu .yaris-baslik {
  color: #f26522;
}
.tema-turuncu .yaris-tarih {
  background-color: #f26522;
}
.tema-turuncu .yaris-alani-box {
  border-color: #f26522;
  color: #f26522;
}
.tema-turuncu .yaris-alani-box:hover {
  background: #f26522;
  color: #fff;
}

/* TEMA: SARI */
.tema-sari {
  border-left-color: #d4d62c;
}

.tema-sari .yaris-baslik {
  color: #d4d62c;
}
.tema-sari .yaris-tarih {
  background-color: #d4d62c;
}
.tema-sari .yaris-alani-box {
  border-color: #d4d62c;
  color: #d4d62c;
}
.tema-sari .yaris-alani-box:hover {
  background: #d4d62c;
  color: #fff;
}
/* TEMA: YEŞİL */
.tema-yesil {
  border-left-color: #57d345;
}

.tema-yesil .yaris-baslik {
  color: #57d345;
}

.tema-yesil .yaris-tarih {
  background-color: #57d345;
}

.tema-yesil .yaris-alani-box {
  border-color: #57d345;
  color: #57d345;
}

.tema-yesil .yaris-alani-box:hover {
  background: #57d345;
  color: #fff;
}
@media (max-width: 768px) {

  .yaris-karti {
    flex-direction: column;
    border-left-width: 6px;
  }

  .yaris-gorsel {
    width: 100%;
    height: auto;
  }

  .yaris-detay {
    width: 100%;
    padding: 20px;
  }

  .yaris-baslik {
    font-size: 22px;
  }

  .yaris-info-grup {
    flex-direction: column;
    gap: 12px;
  }

  .yaris-alani-box {
    font-size: 16px;
    padding: 3px 8px;
  }

  .detay-btn {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    text-align: center;
  }

  .yaris-tarih {
    font-size: 14px;
    padding: 4px 8px;
  }

  .kayit-durumu {
    font-size: 12px;
    padding: 4px 6px;
  }

  .yaris-popup-wrapper {
    padding: 16px;
    max-width: 90%;
  }

}/* End custom CSS */