/* Customer/Assurance page scoped styles */

/* Performance optimization */
.strength-card {
  transition-duration: 0.2s !important;
}

/* Hero */
.customer-hero { position: relative; padding-top: 140px; padding-bottom: 50px; background-color: #0b163f; }
.customer-hero-overlay { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(37,99,235,0.85) 0%, rgba(124,58,237,0.75) 50%, rgba(22,163,74,0.65) 100%); pointer-events: none; }
.customer-hero .container, .customer-hero .row, .customer-hero [class^="col-"] { position: relative; z-index: 1; }

@media (max-width: 991px) {
  .customer-hero { padding-top: 120px; }
}
@media (max-width: 767px) {
  .customer-hero { padding-top: 100px; }
}

/* Why Us section */
.why-us-section { padding: 60px 0 40px; }

/* Strengths section */
.strengths-section { padding: 60px 0; }
.strength-card { background: #fff; border-radius: 14px; padding: 28px 22px; box-shadow: 0 10px 30px rgba(10, 22, 70, 0.08); border: 1px solid rgba(10, 22, 70, 0.06); transition: transform .25s ease, box-shadow .25s ease; text-align: center; }
.strength-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(10, 22, 70, 0.12); }
.strength-card h6 { font-weight: 700; color: #0b163f; }
.strength-card p { color: #64748b; line-height: 1.6; font-size: 15px; }

.strength-icon { width: 56px; height: 56px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 16px; color: #fff; box-shadow: 0 6px 16px rgba(40, 110, 255, 0.35); }
.strength-icon i { font-size: 24px; }

.bg-gradient-blue { background: linear-gradient(135deg, #2563eb 0%, #60a5fa 100%); }
.bg-gradient-green { background: linear-gradient(135deg, #16a34a 0%, #4ade80 100%); }
.bg-gradient-purple { background: linear-gradient(135deg, #7c3aed 0%, #a78bfa 100%); }
.bg-gradient-orange { background: linear-gradient(135deg, #f97316 0%, #fb923c 100%); }

/* Testimonials section */
.testimonials-section { padding: 50px 0 60px; }

/* Clients section */
.clients-section { padding: 50px 0 60px; }

/* Shared */
.logo-maxh-100 { max-height: 60px; height: auto; }
