:root {
  --primary: #dc2626;
  --secondary: #f8fafc;
  --accent: #059669;
  --dark: #0f172a;
  --light: #f8fafc;
  --gradient: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: var(--dark);
}

.navbar {
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}

.navbar-brand {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--dark);
}

.navbar-brand img { height: 45px; }

.nav-link {
  font-weight: 600;
  color: var(--dark) !important;
  transition: color 0.3s;
  margin: 0 0.5rem;
}

.nav-link:hover { color: var(--primary) !important; }

.btn-primary {
  background: var(--primary);
  border: none;
  padding: 0.75rem 2rem;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s;
  box-shadow: 0 4px 15px rgba(220, 38, 38, 0.3);
}

.btn-primary:hover {
  background: #b91c1c;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(220, 38, 38, 0.4);
}

.hero {
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="1" fill="rgba(30,64,175,0.1)"/><circle cx="80" cy="40" r="0.5" fill="rgba(30,64,175,0.1)"/><circle cx="40" cy="80" r="1.5" fill="rgba(30,64,175,0.1)"/></svg>');
}

.hero-content {
  position: relative;
  z-index: 2;
  color: var(--dark);
}

.hero h1 {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  color: var(--dark);
}

.hero p {
  font-size: 1.25rem;
  margin-bottom: 2rem;
  color: #64748b;
}

.hero-image {
  position: relative;
  z-index: 2;
}

.hero-image img {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.15));
}

.section {
  padding: 6rem 0;
}

.section-title {
  font-size: 2.75rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-align: center;
  color: var(--dark);
}

.section-subtitle {
  font-size: 1.125rem;
  color: #64748b;
  text-align: center;
  margin-bottom: 4rem;
}

.feature-card {
  background: white;
  border-radius: 16px;
  padding: 2.5rem;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.3s;
  height: 100%;
  border: 1px solid #e2e8f0;
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.feature-icon {
  width: 70px;
  height: 70px;
  background: var(--gradient);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  color: white;
  font-size: 1.5rem;
}

.feature-icon img {
  width: 32px;
  height: 32px;
  filter: brightness(0) invert(1);
}

.img-fluid {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.pricing-card {
  background: white;
  border-radius: 20px;
  padding: 3rem;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.3s;
  position: relative;
  border: 2px solid transparent;
}

.pricing-card.featured {
  border-color: var(--primary);
  transform: scale(1.05);
  box-shadow: 0 8px 40px rgba(30, 64, 175, 0.2);
}

.pricing-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.price {
  font-size: 3.5rem;
  font-weight: 800;
  color: var(--primary);
}

.testimonial-card {
  background: white;
  border-radius: 20px;
  padding: 2.5rem;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.08);
  margin: 1rem;
  border-left: 4px solid var(--primary);
}





.btn-outline-primary {
  border: 2px solid var(--primary);
  color: var(--primary);
  border-radius: 8px;
  padding: 0.75rem 2rem;
  font-weight: 600;
  transition: all 0.3s;
}

.btn-outline-primary:hover {
  background: var(--primary);
  border-color: var(--primary);
  transform: translateY(-2px);
}

.btn-outline-light {
  border: 2px solid white;
  color: white;
  background: transparent;
  border-radius: 8px;
  padding: 0.75rem 2rem;
  font-weight: 600;
  transition: all 0.3s;
}

.btn-outline-light:hover {
  background: white;
  color: var(--primary);
  transform: translateY(-2px);
}



.industry-card {
  border-radius: 12px;
  transition: 0.3s ease;
}

.industry-card:hover {
  transform: translateY(-8px);
}

.industry-icon i {
  font-size: 40px;
  color: #b91c1c;
}

.benefit-box {
  padding: 30px 20px;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
  transition: 0.3s ease;
}

.benefit-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

.benefit-icon {
  width: 70px;
  height: 70px;
  background: #e9f1ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}

.benefit-icon i {
  font-size: 30px;
  color: #b91c1c;
}

 
@media (max-width: 768px) {
  .hero h1 { font-size: 2.5rem; }
  .section { padding: 4rem 0; }
  .pricing-card.featured { transform: none; }
  .feature-card { padding: 2rem; }
  .pricing-card { padding: 2rem; }
}


/* .lead p {
    font-size: 1.25rem;
    
    color: #64748b;
} */

/* .lead {
    font-size: 1.25rem;
    font-weight: 0;
    
} */

.col-lg-6 p{
  font-size: 1.25rem;
    font-weight: 300;
    color: #64748b;
    margin-bottom: 20px;
}




.feature-card {
  background: #ffffff;
  padding: 25px;
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  border-left: 5px solid #e63946; /* red accent like image */
  height: 100%;
  transition: all 0.3s ease;
}

.feature-card h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

.feature-card p {
  color: #555;
  margin-bottom: 0;
  font-size: 15px;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}
