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


.svc-hero {
  position: relative;
  min-height: 624px;
  /* match reference banner height */
  background: url("../images/services.jpg") no-repeat center right;
  background-size: cover;
}

.svc-hero-overlay {
  position: absolute;
  inset: 0;
/*   background: linear-gradient(to right,
      #1e2a6c 0%,
      rgba(42, 58, 140, 0) 100%); */
	
	 background: linear-gradient(
    to right,
    #1E2A6C 0%,
    rgba(30, 42, 108, 0.95) 25%,
    rgba(30, 42, 108, 0.8) 45%,
    rgba(30, 42, 108, 0.5) 65%,
    rgba(30, 42, 108, 0.2) 80%,
    rgba(30, 42, 108, 0) 100%
  );
}

.svc-hero-container {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  padding: 120px 20px 100px;
  display: flex;
  align-items: center;
}

.svc-hero-content {
  max-width: 480px;
  color: #ffffff;
}

.svc-hero-tag {
  font-size: 14px;
  /* align with home section subtitles */
  letter-spacing: 2px;
  text-transform: uppercase;
  opacity: 0.8;
  display: block;
  margin-bottom: 16px;
}

.svc-hero-title {
  font-size: 3.8rem;
  /* match home hero */
  margin: 20px 0;
  line-height: 1.15;
  font-weight: 700;
}

.svc-hero-text {
  font-size: 1.1rem;
  /* match home hero paragraph */
  line-height: 1.8;
  opacity: 0.9;
  margin-bottom: 28px;
}

.svc-hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 30px;
  background: #e31e24;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}

.svc-hero-btn span {
  font-size: 16px;
}

/* Stats */
.svc-stats {
  background: #ffffff;
}

.svc-stats-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  text-align: center;
}

@media (max-width: 992px) {
  .svc-stats-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .svc-stats-container {
    grid-template-columns: 1fr;
  }
}

.svc-stat {
  padding: 16px 10px;
}

.svc-stat:not(:last-child) {
  border-right: 1px solid #e5e7eb;
}

.svc-stat h2 {
  font-size: 2.8rem;
  /* match home stats numbers */
  color: #1a237e;
  margin-bottom: 4px;
}

.svc-stat-label {
  font-size: 1rem;
  /* match home stats label size */
  letter-spacing: 2px;
  color: #6b7280;
}

/* Shared helpers */
.svc-pre {
  color: #e31e24;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
	font-weight:500;
}

.svc-pre.light {
  color: #ffb4b7;
}

/* Main service cards */
.svc-main-services {
  padding: 80px 20px 70px;
  background: #f8f9fa;
}

.svc-main-container {
  max-width: 1200px;
  margin: 0 auto;
}

.svc-main-header {
  text-align: center;
  max-width: 650px;
  margin: 0 auto 50px;
}

.svc-main-header h2 {
  font-size: 36px;
  /* match .sifa-prod-main-title */
  color: #1E2A6C;
  margin: 12px 0;
}

.svc-main-header p {
  font-size: 14px;
  color: #6b7280;
}

.svc-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.svc-card {
  background: #ffffff;
/*   border-radius: 4px; */
  overflow: hidden;
  border: 1px solid #e5e7eb;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
  display: flex;
  flex-direction: column;
}

.svc-card-img {
  height: 230px;
  overflow: hidden;
}

.svc-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.svc-card-body {
  padding: 26px 26px 26px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.svc-card-tag {
  font-size: 11px;
  letter-spacing: 1.8px;
  color: #e31e24;
  text-transform: uppercase;
  display: block;
  margin-bottom: 6px;
}

.svc-card-tag.accent {
  color: #1d4ed8;
}

.svc-card-body h3 {
  font-size: 20px;
  /* similar to .ac-svc-card h3 */
  color: #1E2A6C;
  font-weight: 600;
  margin-bottom: 6px;
}

.svc-card-body p {
  font-size: 14px;
  /* match many body texts on home */
  color: #4b5563;
  line-height: 1.7;
  margin-bottom: 8px;
}

.svc-card-body ul {
  margin: 8px 0 12px;
  padding-left: 0;
  list-style: none;
}

.svc-card-body ul li {
  font-size: 13px;
  color: #374151;
  margin-bottom: 4px;
  padding-left: 16px;
  position: relative;
  line-height: 1.6;
}

.svc-card-body ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
/*   border-radius: 999px; */
  background: #e31e24;
}

.svc-meta-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin: 16px 0 18px;
  padding-top: 14px;
  border-top: 1px solid #e5e7eb;
}

.svc-meta-row small {
  display: block;
  font-size: 10px;
  letter-spacing: 1.5px;
  color: #9ca3af;
  text-transform: uppercase;
}

.svc-meta-row span {
  font-size: 12px;
  color: #1E2A6C;
	font-weight:600;
}

.svc-card-btn {
  align-self: stretch;
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  padding: 11px 0;
  background: #1a237e;
  color: #ffffff;
}

.svc-card-btn span {
  font-size: 14px;
}

/* Service Process - new design */
.sp-section {
  background: transparent;
}

.sp-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px;
}

.sp-subheading {
  color: #ff3b3b;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 10px;
}

.sp-heading {
  font-size: 42px;
  color: #23346e;
  font-weight: 700;
  margin-bottom: 10px;
}

.sp-desc {
  color: #7a7a7a;
  max-width: 520px;
  margin-bottom: 60px;
}

.sp-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px 120px;
}

.sp-process {
  display: flex;
  align-items: center;
  gap: 25px;
}

.sp-number {
  font-size: 72px;
  font-weight: 700;
  color: #e3e5ea;
  line-height: 1;
}

.sp-content h3 {
  font-size: 18px;
  color: #23346e;
  margin-bottom: 5px;
}

.sp-content p {
  font-size: 14px;
  color: #8a8a8a;
}

/* === AMC PLANS (new HTML snippet styles) === */
.amc-section {
  background: #25326b;
  color: #fff;
  padding: 80px 20px;
  text-align: center;
}

.amc-section h4 {
  color: #ff3b3b;
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-size: 14px;
}

.amc-section h2 {
  font-size: 40px;
  margin-bottom: 10px;
}

.amc-section p {
  color: #d6d6d6;
  margin-bottom: 50px;
}

.amc-pricing {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
}

.amc-card {
  background: #f1f1f1;
  color: #222;
  width: 320px;
  padding: 35px;
/*   border-radius: 4px; */
  text-align: left;
}

.amc-card h5 {
  font-size: 12px;
  color: #ff3b3b;
  margin-bottom: 8px;
}

.amc-card h3 {
  font-size: 24px;
  margin-bottom: 15px;
	
}

.amc-card .basic-h3,.basic-price,.business-price ,.business{

	color:#1E2A6C;
}

.amc-price {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

.amc-price span {
  font-size: 14px;
  font-weight: 400;
}

.amc-card ul {
  list-style: none;
  margin: 20px 0;
}

.amc-card ul li {
  margin-bottom: 10px;
  font-size: 14px;
}

.amc-card button {
  width: 100%;
  padding: 12px;
  border: none;
  background: #25326b;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

.amc-card button:hover {
  opacity: 0.9;
}

.amc-card.amc-popular {
  background: #e3122c;
  color: #fff;
  transform: scale(1.05);
}

.amc-card.amc-popular h5 {
  color: #fff;
}

.amc-card.amc-popular .button-popular {
	 width: 100%;
  padding: 12px;
  border: none;
	 font-weight: 600;
  cursor: pointer;
  background: #fff;
  color: #e3122c;
  font-weight: 600;
}

.amc-badge {
  position: absolute;
  background: #fff;
  color: #e3122c;
  padding: 5px 10px;
  font-size: 11px;
  top: 12px;
  /* move badge inside the card instead of outside */
  right: 15px;
  border-radius: 2px;
}

.amc-card-wrapper {
  position: relative;
}

@media (max-width: 900px) {
  .amc-pricing {
    flex-direction: column;
    align-items: center;
  }

  .amc-card.amc-popular {
    transform: none;
  }
}

/* Emergency strip */
.svc-emergency-strip {
  background: #e31e24;
  color: #ffffff;
  padding: 50px 0;
}

.svc-emergency-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  padding: 0 20px;
}

.svc-emergency-info {
  display: flex;
  align-items: center;
  gap: 20px;
}

.svc-emergency-icon {
  width: 72px;
  height: 72px;
/*   border-radius: 6px; */
  background: rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
}

.svc-emergency-icon i {
  font-size: 30px;
}

.svc-emergency-text h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 6px;
}

.svc-emergency-text p {
  font-size: 13px;
  opacity: 0.9;
  max-width: 420px;
}

.svc-emergency-cta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}

.svc-emergency-phone span {
  display: block;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-align: right;
  text-transform: uppercase;
}

.svc-emergency-phone strong {
  font-size: 24px;
}

.svc-emergency-btn {
  padding: 12px 38px;
  background: #ffffff;
  color: #e31e24;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
/*   border-radius: 0; */
  margin-top: 10px;
}

/* Final CTA - gradient card */
.svc-final-cta {
  background: #ffffff;
  padding: 80px 20px;
}

.svc-final-card {
  max-width: 1120px;
  margin: 0 auto;
  padding: 50px 60px;
  background: linear-gradient(90deg, #203b96, #17255e);
/*   border-radius: 4px; */
  text-align: center;
  color: #ffffff;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
}

.svc-final-tag {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  opacity: 0.8;
  margin-bottom: 12px;
}

.svc-final-title {
  font-size: 32px;
  margin-bottom: 14px;
}

.svc-final-text {
  font-size: 14px;
  max-width: 520px;
  margin: 0 auto 30px;
  opacity: 0.9;
}

.svc-final-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.svc-final-btn {
  padding: 14px 32px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
/*   border-radius: 3px; */
}

.svc-final-btn.primary {
  background: #e31e24;
  color: #ffffff;
}

.svc-final-btn.outline {
  border: 1px solid #ffffff;
  color: #1E2A6C;
  background: #fff;
}

/* Responsive */
@media (max-width: 1024px) {
  .svc-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .svc-amc-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .svc-hero {
    min-height: 400px;
    /* Reduced from 624px to prevent footer overlay on mobile */
  }

  .svc-hero-container {
    padding: 80px 20px 60px;
    /* Reduced padding for smaller spaces */
  }

  .svc-stats-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .svc-stat:not(:last-child) {
    border-right: none;
  }

  .svc-card-grid {
    grid-template-columns: 1fr;
  }

  .sp-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .svc-final-card {
    padding: 40px 24px;

  .svc-final-actions {
    flex-direction: column;
  }

  .svc-final-btn {
    text-align: center;
    width: 100%;
  }
}