
@media (max-width: 991px) {
  .hero h1 {
    font-size: 2.1rem;
  }
  .hero-shield-bg {
    width: 250px;
    height: 250px;
  }
  .hero-logo-img {
    width: 140px;
  }
  .stat-item {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 16px 0;
  }
  .stat-item:last-child {
    border-bottom: none;
  }
  .why-us .section-title,
  .why-us .section-label {
    text-align: center;
  }
  .shield-illustration {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .navbar-brand img {
    height: 80px;
  }	
  .hero {
    padding: 50px 0;
	background-position: left center;
  }
  .hero h1 {
    font-size: 1.85rem;
  }
  .hero-logo-wrap {
    margin-top: 40px;
  }
  .hero-shield-bg {
    width: 220px;
    height: 220px;
  }
  .hero-logo-img {
    width: 120px;
  }
  .hero-brand-name {
    font-size: 1.4rem;
  }
  .section-title {
    font-size: 1.6rem;
  }
  .services {
    padding: 56px 0;
  }
  .why-us {
    padding: 56px 0;
  }
  .why-us .why-content {
    padding-left: 0px;
  }
  .stat-number {
    font-size: 1.5rem;
  }
  .footer {
    padding: 48px 0 0;
  }
}

/* Subtle dot grid texture */
.hero-dot-grid {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.07) 1px,
    transparent 1px
  );
  background-size: 28px 28px;
  pointer-events: none;
}

@media (max-width: 575px) {
  .info-box {
    padding-left: 0px;
    padding-top: 40px;
  }	
  .why-grid {
    grid-template-columns: 1fr;
  }
  .bd-right::after{
	content:unset;  
  }
  .bod-right{
	border-right:none !important;  
  }
  .f-bd:after{
	content:unset;   
  }
  .f-pd {
    padding-left: 13px;
  }
}
