
/* TaksimTransfer V8.1.7 — Home Contact Form UIX
   Scoped only to the old vehicle guide slot on homepage. */
.home-contact-uix-v817{
  position:relative;
  min-width:0;
  overflow:hidden;
  border-radius:24px;
  background:
    radial-gradient(circle at 88% 6%,rgba(63,167,255,.28),transparent 30%),
    linear-gradient(145deg,#0a3159 0%,#0e5792 56%,#087ece 100%);
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 18px 44px rgba(7,45,82,.18);
  color:#fff;
  isolation:isolate;
}
.home-contact-uix-v817:before{
  content:"";
  position:absolute;
  width:270px;height:270px;
  right:-95px;top:-120px;
  border:40px solid rgba(255,255,255,.055);
  border-radius:50%;
  z-index:-1;
}
.hc817-inner{
  padding:20px;
  display:flex;
  flex-direction:column;
  gap:12px;
  min-height:100%;
}
.hc817-top{
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:flex-start;
}
.hc817-kicker{
  display:inline-flex;
  padding:5px 9px;
  border-radius:999px;
  background:rgba(255,255,255,.11);
  border:1px solid rgba(255,255,255,.16);
  color:#b7e1ff;
  font-size:8px;
  font-weight:900;
  letter-spacing:.12em;
}
.hc817-title{
  margin:7px 0 5px!important;
  color:#fff!important;
  font-size:25px!important;
  line-height:1.04!important;
  letter-spacing:-.025em;
}
.hc817-sub{
  margin:0!important;
  color:rgba(255,255,255,.75)!important;
  font-size:9px!important;
  line-height:1.5!important;
}
.hc817-badge{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  gap:5px;
  padding:6px 8px;
  border-radius:999px;
  background:#eaf8f0;
  color:#24764c;
  font-size:7.5px;
  font-weight:900;
}
.hc817-alert{
  display:flex;
  flex-direction:column;
  gap:2px;
  padding:9px 10px;
  border-radius:10px;
  font-size:8.5px;
}
.hc817-alert.success{
  background:#eaf8f0;
  color:#226f4b;
}
.hc817-alert.error{
  background:#fff0f0;
  color:#a43135;
}
.hc817-form{
  display:grid;
  gap:8px;
}
.hc817-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
}
.hc817-field{
  min-width:0;
}
.hc817-field.full{
  grid-column:1/-1;
}
.hc817-field>span{
  display:block;
  margin:0 0 4px 2px;
  color:rgba(255,255,255,.83);
  font-size:7.5px;
  font-weight:800;
}
.hc817-input{
  display:grid;
  grid-template-columns:27px minmax(0,1fr);
  align-items:center;
  min-height:44px;
  border-radius:10px;
  background:rgba(255,255,255,.97);
  border:1px solid rgba(255,255,255,.34);
  overflow:hidden;
}
.hc817-input i{
  display:grid;
  place-items:center;
  height:100%;
  color:#0b78d4;
  font-style:normal;
  font-size:10px;
}
.hc817-input input,
.hc817-input select,
.hc817-input textarea{
  width:100%!important;
  min-width:0!important;
  border:0!important;
  outline:0!important;
  background:transparent!important;
  box-shadow:none!important;
  padding:9px 9px 9px 2px!important;
  color:#2d475f!important;
  font-size:9px!important;
}
.hc817-input.textarea{
  align-items:flex-start;
}
.hc817-input textarea{
  min-height:76px;
  resize:vertical;
}
.hc817-submit{
  width:100%;
  min-height:43px;
  border:0;
  border-radius:10px;
  padding:0 13px;
  background:linear-gradient(90deg,#1691fb,#0874e4);
  color:#fff;
  font-size:9.5px;
  font-weight:900;
  display:flex;
  align-items:center;
  justify-content:space-between;
  cursor:pointer;
  box-shadow:0 9px 20px rgba(0,62,132,.2);
}
.hc817-submit:hover{
  filter:brightness(1.05);
}
.hc817-foot{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:6px;
}
.hc817-foot span{
  min-width:0;
  min-height:28px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:4px;
  border-radius:8px;
  background:rgba(255,255,255,.08);
  color:rgba(255,255,255,.84);
  font-size:7.5px;
  text-align:center;
}
.hc817-foot b{
  color:#7bd7ff;
}
@media(max-width:1180px){
  .hc817-inner{padding:17px}
  .hc817-title{font-size:22px!important}
}
@media(max-width:650px){
  .hc817-grid{grid-template-columns:1fr}
  .hc817-field.full{grid-column:auto}
  .hc817-foot{grid-template-columns:1fr}
}

/* V8.1.7 premium composition: fills the third vehicle-column without overflow */
.home-contact-uix-v817{height:100%;align-self:stretch;border-radius:22px!important;background:radial-gradient(circle at 92% 5%,rgba(52,169,255,.30),transparent 31%),linear-gradient(145deg,#073665 0%,#07589d 54%,#087fd1 100%)!important;}
.hc817-inner{padding:22px!important;gap:13px!important;justify-content:flex-start;}
.hc817-title{font-size:28px!important;line-height:1.02!important;margin-top:9px!important;}
.hc817-sub{font-size:10px!important;max-width:92%;line-height:1.55!important;}
.hc817-kicker{font-size:8.5px!important;padding:6px 10px!important;}
.hc817-badge{font-size:8px!important;padding:7px 10px!important;}
.hc817-field>span{font-size:8px!important;}
.hc817-input{min-height:47px!important;border-radius:11px!important;}
.hc817-input input,.hc817-input select,.hc817-input textarea{font-size:9.5px!important;}
.hc817-input textarea{min-height:88px!important;}
.hc817-submit{min-height:47px!important;font-size:10px!important;border-radius:11px!important;}
.hc817-foot{margin-top:auto;grid-template-columns:repeat(4,minmax(0,1fr))!important;}
.hc817-foot span{min-height:38px!important;font-size:7.5px!important;line-height:1.2!important;padding:5px!important;}
@media(max-width:1180px){.hc817-title{font-size:23px!important}.hc817-inner{padding:17px!important}.hc817-foot{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:650px){.hc817-grid{grid-template-columns:1fr!important}.hc817-foot{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
