
/* TaksimTransfer V7.4.1 - About hero contact UIX */
.about-premium-hero>.container{
  align-items:center!important;
}
.about-contact-card-v741{
  position:relative;
  overflow:hidden;
  width:100%;
  max-width:540px;
  justify-self:end;
  border:1px solid rgba(255,255,255,.17);
  border-radius:24px;
  background:
    radial-gradient(circle at 100% 0%,rgba(42,146,255,.33),transparent 36%),
    linear-gradient(145deg,#0a2f58 0%,#0a4f8c 55%,#087ed6 100%);
  box-shadow:0 24px 55px rgba(4,33,62,.25);
  color:#fff;
}
.about-contact-card-v741:before{
  content:"";
  position:absolute;
  width:180px;height:180px;
  right:-70px;top:-80px;
  border-radius:50%;
  border:34px solid rgba(255,255,255,.05);
}
.about-contact-card-v741__top{
  position:relative;
  z-index:1;
  padding:28px 28px 18px;
}
.about-contact-card-v741__badge{
  display:inline-flex;
  margin-bottom:13px;
  padding:7px 10px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  background:rgba(255,255,255,.09);
  color:#bfe3ff;
  font-size:8px;
  font-weight:900;
  letter-spacing:.12em;
}
.about-contact-card-v741__top h2{
  margin:0 0 9px;
  color:#fff;
  font-size:29px;
  line-height:1.08;
  letter-spacing:-.025em;
}
.about-contact-card-v741__top p{
  max-width:430px;
  margin:0;
  color:#d5e7f7;
  font-size:10px;
  line-height:1.65;
}
.about-contact-card-v741__actions{
  position:relative;
  z-index:1;
  display:grid;
  gap:9px;
  padding:0 20px 18px;
}
.v741-contact-action{
  display:grid;
  grid-template-columns:40px minmax(0,1fr) auto;
  gap:11px;
  align-items:center;
  min-height:58px;
  padding:9px 13px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:15px;
  background:rgba(255,255,255,.095);
  color:#fff;
  text-decoration:none;
  backdrop-filter:blur(8px);
  transition:.2s ease;
}
.v741-contact-action:hover{
  transform:translateY(-1px);
  background:rgba(255,255,255,.15);
}
.v741-contact-action.whatsapp{
  background:linear-gradient(90deg,rgba(18,176,90,.92),rgba(25,194,104,.82));
  border-color:rgba(255,255,255,.18);
}
.v741-contact-icon{
  display:flex;
  width:40px;height:40px;
  align-items:center;justify-content:center;
  border-radius:12px;
  background:rgba(255,255,255,.14);
}
.v741-contact-icon svg{
  width:20px;height:20px;
  fill:currentColor;
}
.v741-contact-action>span:nth-child(2){
  min-width:0;
  display:flex;
  flex-direction:column;
}
.v741-contact-action small{
  color:#bdd6eb;
  font-size:7px;
}
.v741-contact-action.whatsapp small{color:#e9fff2}
.v741-contact-action strong{
  margin-top:2px;
  overflow:hidden;
  color:#fff;
  font-size:10px;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.v741-contact-action>b{
  font-size:16px;
}
.about-social-v741{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:15px 20px;
  background:rgba(2,26,49,.26);
  border-top:1px solid rgba(255,255,255,.1);
}
.about-social-v741>div{
  display:flex;
  flex-direction:column;
}
.about-social-v741 small{
  color:#91c7f1;
  font-size:7px;
  font-weight:900;
  letter-spacing:.1em;
}
.about-social-v741 strong{
  margin-top:2px;
  color:#fff;
  font-size:10px;
}
.about-social-v741 nav{
  display:flex;
  gap:7px;
}
.about-social-v741 nav a{
  display:flex;
  width:32px;height:32px;
  align-items:center;justify-content:center;
  border:1px solid rgba(255,255,255,.2);
  border-radius:10px;
  background:rgba(255,255,255,.1);
  color:#fff;
  font-size:9px;
  font-weight:900;
  text-decoration:none;
}
@media(max-width:980px){
  .about-premium-hero>.container{
    grid-template-columns:1fr!important;
    gap:24px!important;
  }
  .about-contact-card-v741{
    max-width:none;
    justify-self:stretch;
  }
}
@media(max-width:600px){
  .about-contact-card-v741{
    border-radius:18px;
  }
  .about-contact-card-v741__top{
    padding:21px 18px 15px;
  }
  .about-contact-card-v741__top h2{
    font-size:23px;
  }
  .about-contact-card-v741__actions{
    padding:0 14px 14px;
  }
  .v741-contact-action{
    grid-template-columns:38px minmax(0,1fr) auto;
    min-height:54px;
    padding:8px 10px;
  }
  .v741-contact-icon{
    width:38px;height:38px;
  }
  .about-social-v741{
    padding:13px 14px;
  }
}
