/* =========================================
   BYALL AUTOMATION
   Cybersecurity & Compliance
   ========================================= */

.cyber-hero{
  min-height:82vh;

  background:
    linear-gradient(
      105deg,
      rgba(2,11,26,.82) 0%,
      rgba(10,22,40,.72) 42%,
      rgba(13,27,62,.62) 100%
    ),
    url('/assets/images/byallcyber.png')
    center center / cover no-repeat;

  position:relative;
}

.cyber-hero::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(
      circle at top right,
      rgba(12,163,227,.18),
      transparent 35%
    );
  pointer-events:none;
}

.cyber-hero .hero-content{
  padding-top:150px;
  padding-bottom:80px;
}

.cyber-hero .hero-title{
  font-size:clamp(40px,5vw,64px);
  line-height:1.05;
  letter-spacing:-1px;
}

.cyber-hero .hero-desc{
  max-width:820px;
}

.cyber-hero .hero-tags{
  margin-bottom:38px;
}

/* industries ve technology kartları biraz daha premium */

.cyber-hero .hero-kicker{
  border-color:rgba(12,163,227,.25);
}

.info-card:hover .info-icon{
  transform:scale(1.08);
  transition:.25s ease;
}

/* BMIC section image */

.image-rounded img{
  width:100%;
  height:100%;
  object-fit:cover;
}

/* mobile */

@media(max-width:768px){

  .cyber-hero{
    min-height:88vh;
  }

  .cyber-hero .hero-content{
    padding-top:120px;
    padding-bottom:60px;
  }

  .cyber-hero .hero-title{
    max-width:100%;
  }

  .cyber-hero .hero-desc{
    max-width:100%;
  }
}