.elementor-12574 .elementor-element.elementor-element-06be8a6{--display:flex;}.elementor-12574 .elementor-element.elementor-element-a2e2c9a.elementor-element{--align-self:center;}body.elementor-page-12574:not(.elementor-motion-effects-element-type-background), body.elementor-page-12574 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}@media(max-width:767px){.elementor-12574 .elementor-element.elementor-element-a2e2c9a.elementor-element{--align-self:stretch;}}/* Start custom CSS for html, class: .elementor-element-a2e2c9a */.breadcrumb {
    background: rgba(255, 255, 255, 0.05);
    padding: 10px 18px;
    font-family: 'Gilroy-Light', sans-serif;
    border-radius: 999px;
    display: block;
    max-width: 100%;
    overflow: hidden;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
}

.breadcrumb-container {
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
}

.breadcrumb-container::-webkit-scrollbar {
    display: none;
}

/* 🔥 Diğer linkler (BOLD) */
.breadcrumb a {
    color: #ccc;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
    flex-shrink: 0;
    font-family: 'Gilroy-ExtraBold', sans-serif;
}

/* separator */
.breadcrumb span {
    color: #666;
    font-size: 14px;
    flex-shrink: 0;
}

/* 🔥 Aktif sayfa (LIGHT) */
.breadcrumb .active {
    color: #fff;
    font-family: 'Gilroy-Light', sans-serif;
    font-weight: normal;
    flex-shrink: 0;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a103d15 */:root {
  --gold: #E2C469;
  --dark: rgba(10,10,10,0.85);
  --text: #f5f5f5;
}

/* 🌟 Feedback Alanı */
.feedback-container {
  text-align: center;
  padding:0px;
  background: var(--dark);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  color: var(--text);
  font-family: "Gilroy-light", sans-serif;
  border-radius: 20px;
  box-shadow: 0 8px 26px rgba(0,0,0,0.4);
  max-width: 1100px;
  margin: 0 auto 40px;
}

/* Başlık */
.feedback-title {
  font-size: clamp(20px, 2.6vw, 26px);
  margin-bottom: 8px;
  display: inline-block;
  font-family: "Gilroy-extrabold", sans-serif;
  font-weight: 400;
}
.feedback-title::after {
  display: block;
  width: 60px;
  height: 3px;
  background: var(--gold);
  margin: 10px auto 0;
  border-radius: 4px;
}

.feedback-desc {
  opacity: 0.85;
  margin-bottom: 30px;
}

/* 🔘 GRID (TEK TANIM) */
.feedback-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)); /* PC 3 */
  gap: 22px;
  max-width: 950px;
  margin: 0 auto;
}

/* 📱 Tablet & Mobil */
@media(max-width:900px){
  .feedback-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)); /* 2'li */
  }
}

@media(max-width:600px){
  .feedback-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)); /* yine 2 */
    gap: 16px;
  }
  .icon-wrap { 
    width: 50px; 
    height: 50px; 
  }
}

/* 🟩 Kart */
.feedback-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 14px;
  padding: 24px 16px;
  color: var(--text);
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 3px 10px rgba(0,0,0,0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  min-width: 0; /* taşma fix */
}

.feedback-card:hover {
  background: linear-gradient(135deg, #C9A84E, #E2C469);
  color: #000;
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(226,196,105,0.5);
}

/* İkon */
.icon-wrap {
  width: 60px;
  height: 60px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.3);
}

.icon-wrap i {
  font-size: 28px;
  color: #fff;
}

/* Metin */
.feedback-card h3 {
  margin: 8px 0 6px;
  font-family: "Gilroy-extrabold", sans-serif;
  font-weight: 400;
}

.feedback-card p {
  font-size: 14px;
  opacity: 0.9;
  margin-bottom: 16px;
  font-family: "Gilroy-light", sans-serif;
  font-weight: 300;
}

/* Buton */
.feedback-card button {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  color: var(--text);
  font-family: "Gilroy-extrabold", sans-serif;
  font-weight: 400;
  padding: 8px 14px;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.feedback-card:hover button {
  background: #000;
  color: var(--gold);
  border-color: #000;
}/* End custom CSS */