.search-box{
  background:#fff;
  border-radius:15px;
  padding:15px;
  box-shadow:0 25px 70px rgba(0,0,0,.12);
  border:1px solid rgba(0,0,0,.06);
}
.pax-box button{width:44px;height:44px;border-radius:12px}

/* SELECT2 BOOTSTRAP 5 */
.select2-container--bootstrap-5 .select2-selection {
  min-height: calc(1.5em + 1rem + 2px);
  padding: .5rem .75rem;
  border-radius: .75rem;
  border: 1px solid #ced4da;
  display: flex;
  height: 48px;
  line-height: 48px;
  align-items: center;
}
.select2-container--bootstrap-5 .select2-selection__rendered { line-height:1.5; padding-left:0; }
.select2-container--bootstrap-5 .select2-selection__arrow { height:100%; }

/* HERO */
.transfer-hero{
  position:relative;
  padding:30px 60px 0px 60px;
  background:
    radial-gradient(700px 300px at 85% 20%, rgba(245,158,11,.25), transparent 60%),
    radial-gradient(600px 260px at 10% 30%, rgba(14,165,233,.18), transparent 60%),
    linear-gradient(180deg, #ffffff, #f8fafc);
}
.transfer-hero h1{
  font-size:clamp(28px, 4vw, 44px);
  font-weight:900;
  letter-spacing:-.04em;
  margin-bottom:10px;
}
.transfer-hero p{
  font-size:16px;
  color:#475569;
  max-width:720px;
}

/* FORM */
.form-control-lg, .form-select-lg { border-radius:14px; }

/* TRUST BLOCKS */
.transfer-trust{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
  gap:20px;
}
.trust-item{
  background:#fff;
  border-radius:18px;
  padding:20px;
  border:1px solid rgba(0,0,0,.06);
  box-shadow:0 12px 30px rgba(0,0,0,.06);
  text-align:center;
}
.trust-item i{ font-size:28px; margin-bottom:8px; }

/* POPULAR */
.popular-card{
  border-radius:20px;
  overflow:hidden;
  position:relative;
  cursor:pointer;
}
.popular-card img{
  width:100%;
  height:220px;
  object-fit:cover;
  transition:transform .45s ease;
}
.popular-card:hover img{ transform:scale(1.08); }
.popular-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(to top,rgba(0,0,0,.75),rgba(0,0,0,.15));
}
.popular-title{
  position:absolute;
  bottom:18px;
  left:18px;
  right:18px;
  color:#fff;
  font-weight:900;
  font-size:16px;
}

/* CTA STRIP */
.transfer-cta{
  background:linear-gradient(135deg,#0f172a,#020617);
  border-radius:28px;
  padding:36px;
  color:#fff;
  box-shadow:0 30px 80px rgba(0,0,0,.25);
}
.transfer-cta h3{ font-weight:900; letter-spacing:-.02em; }
.transfer-cta p{ color:rgba(255,255,255,.8); }

/* HOW IT WORKS */
.how-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:24px;
}
.how-card{
  background:#fff;
  border-radius:22px;
  padding:26px;
  text-align:center;
  border:1px solid rgba(0,0,0,.06);
  box-shadow:0 16px 40px rgba(0,0,0,.06);
}
.how-card i{
  font-size:34px;
  margin-bottom:12px;
  color:#f59e0b;
}
.how-card h6{ font-weight:800; margin-bottom:6px; }

.ornekTrData {
    font-weight: 700;
}