
/* TaksimTransfer V6.7.1 - safe visual polish */

/* Inner pages: protect hero content from sticky header/full-page capture overlap */
body.tt-v63 .inner-hero{
  position:relative!important;
  z-index:1!important;
}
body.tt-v63 .inner-hero .container{
  position:relative!important;
  z-index:2!important;
}

/* Vehicle photos: one consistent photographic language */
body.tt-v63 .vehicle-pro-media{
  height:255px!important;
  min-height:255px!important;
  max-height:255px!important;
  padding:0!important;
  background:#eaf0f6!important;
  overflow:hidden!important;
}
body.tt-v63 .vehicle-pro-media img{
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  object-fit:cover!important;
  object-position:center!important;
  transform:none!important;
}
body.tt-v63 .vehicle-pro-card:first-child .vehicle-pro-media img{
  object-position:center 58%!important;
}
body.tt-v63 .fleet-image{
  height:180px!important;
  padding:0!important;
  background:#edf2f7!important;
  overflow:hidden!important;
}
body.tt-v63 .fleet-image img{
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  object-fit:cover!important;
  object-position:center!important;
}

/* Real airport cards */
body.tt-v63 .airport-card{
  height:225px!important;
  background:#102e50!important;
}
body.tt-v63 .airport-card>img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center 52%!important;
  filter:saturate(.92) contrast(1.03)!important;
}
body.tt-v63 .airport-card:after{
  background:linear-gradient(180deg,rgba(5,20,40,.03),rgba(4,22,45,.38))!important;
}
body.tt-v63 .airport-info{
  width:64%!important;
  box-shadow:12px -12px 35px rgba(6,34,66,.06)!important;
}
body.tt-v63 .airport-photo-credit{
  position:absolute;
  left:14px;
  top:12px;
  z-index:4;
  padding:4px 7px;
  border-radius:999px;
  background:rgba(5,25,49,.48);
  color:rgba(255,255,255,.92);
  font-size:6.7px;
  line-height:1;
  backdrop-filter:blur(5px);
}

/* detail page photos */
body.tt-v63 .vehicle-main-image img{
  object-fit:cover!important;
  object-position:center!important;
}

/* tablet / mobile */
@media(max-width:900px){
  body.tt-v63 .vehicle-pro-media{height:230px!important;min-height:230px!important;max-height:230px!important}
  body.tt-v63 .fleet-image{height:175px!important}
  body.tt-v63 .airport-card{height:215px!important}
}
@media(max-width:600px){
  body.tt-v63 .vehicle-pro-media{height:215px!important;min-height:215px!important;max-height:215px!important}
  body.tt-v63 .fleet-image{height:195px!important}
  body.tt-v63 .airport-card{height:220px!important}
  body.tt-v63 .airport-info{width:88%!important}
  body.tt-v63 .airport-photo-credit{font-size:6px;top:9px;left:9px}
}
