.elementor-12574 .elementor-element.elementor-element-06be8a6{--display:flex;}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;}/* Start custom CSS for html, class: .elementor-element-a103d15 *//* 💎 Gilroy fontlar */
@font-face {
  font-family: "Gilroy";
  src: url("https://www.excaviptransfer.com/wp-content/uploads/2024/02/Gilroy-Light.otf") format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: "Gilroy";
  src: url("https://www.excaviptransfer.com/wp-content/uploads/2024/02/Gilroy-ExtraBold.otf") format("opentype");
  font-weight: 800;
}

:root {
  --gold: #E2C469;
  --dark: rgba(10,10,10,0.85);
  --text: #f5f5f5;
}

/* 🌟 Feedback Alanı */
.feedback-container {
  text-align: center;
  padding: 60px 16px 40px;
  background: var(--dark);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  color: var(--text);
  font-family: "Gilroy", 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-weight: 800;
  font-size: clamp(20px, 2.6vw, 26px);
  margin-bottom: 8px;
  position: relative;
  display: inline-block;
}
.feedback-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: var(--gold);
  margin: 10px auto 0;
  border-radius: 4px;
}
.feedback-desc {
  opacity: 0.85;
  margin-bottom: 30px;
}

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

/* 🟩 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;
}
.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 Alanı */
.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;
}

/* Metinler */
.feedback-card h3 {
  font-weight: 800;
  margin: 8px 0 6px;
}
.feedback-card p {
  font-size: 14px;
  opacity: 0.9;
  margin-bottom: 16px;
}

/* 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", sans-serif;
  font-weight: 700;
  padding: 8px 14px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.feedback-card:hover button {
  background: #000;
  color: var(--gold);
  border-color: #000;
}

/* 📱 Mobil 2’li ve 1’li Grid */
@media(max-width:900px){
  .feedback-grid { grid-template-columns: repeat(2, 1fr); }
}
@media(max-width:600px){
  .feedback-grid { grid-template-columns: 1fr; gap: 16px; }
  .icon-wrap { width: 50px; height: 50px; }
}/* End custom CSS */