body {
  font-family: Arial, sans-serif;
}

/* NAVBAR */
.nav-link {
  color: #333;
  font-weight: 500;
}

.quote-btn {
  background: #f26c5e;
  color: #fff;
  border-radius: 30px;
  padding: 8px 18px;
  border: none;
}

.quote-btn:hover {
  background: #e45a4c;
}

/* HERO */
.hero-section {
  background: url('https://delivery.contenthub.allstate.com/api/public/content/03c9858933ca45f29a2feabf10771040-XT017desktop?v=8b104a80') center/cover no-repeat;
  height: 500px;
  display: flex;
  align-items: center;
}

.hero-card {
  background: #fff;
  padding: 30px;
  position: relative;
}

.hero-card h1 {
  color: #0a3d91;
  font-size: 40px;
  font-weight: 700;
}

.hero-card p {
  margin-top: 15px;
  color: #333;
}

.phone {
  color: #0a3d91;
  font-weight: bold;
}

.continue-link {
  color: #0a3d91;
  text-decoration: underline;
}

/* Bottom blue lines */
.bottom-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 12px;
  width: 100%;
  background: repeating-linear-gradient(
    90deg,
    #0a3d91,
    #0a3d91 5px,
    #2f6fdd 5px,
    #2f6fdd 10px
  );
}

/* QUICK ACCESS */
.quick-access a {
  color: #0a3d91;
  text-decoration: none;
  font-weight: 500;
}

.quick-access i {
  margin-left: 5px;
  color: #f26c5e;
}

/* LEFT TITLE */
.section-title {
  font-size: 28px;
  font-weight: 700;
  color: #333;
}

/* STATS BOX */
.stat-box {
  padding: 20px;
  border-right: 3px solid #e4e9ed;
}

.stat-box:last-child {
  border-right: none;
}

.stat-box h3 {
  font-size: 38px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}

.stat-box p {
  font-size: 16px;
  color: #333;
  margin: 0;
}


/* Heading */
.main-heading {
  font-size: 32px;
  font-weight: 700;
  color: #0e1941;
}

.small-symbol {
  font-size: 50%;
  vertical-align: top;
}

/* Card */
.promo-card {
  background: #f3f6f9;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

/* Image */
.promo-img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

/* Blue band */
.promo-band {
  background: #0e1941;
  color: #fff;
  font-weight: 700;
  padding: 15px 20px;
  font-size: 18px;
}

/* Body */
.promo-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.promo-body p {
  color: #2f3847;
  margin-bottom: 30px;
}

/* Link */
.promo-link {
  margin-top: auto;
  font-weight: 700;
  color: #0033a0;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.promo-link:hover {
  text-decoration: underline;
}

.app-section {
  padding: 60px 0;
  background: #fff;
}

.heading {
  color: #0e1941;
  font-size: 32px;
  font-weight: 700;
}

.desc {
  color: #0e1941;
  margin: 20px 0;
  line-height: 1.6;
}

.btn-app {
  background: #007bff;
  color: #fff;
  padding: 12px 25px;
  text-decoration: none;
  border-radius: 5px;
  display: inline-block;
}

/* RIGHT SIDE */
.image-box {
  height: 350px;
  background-image: url("https://delivery.contenthub.allstate.com/api/public/content/d02c9c47308f4b30b4b604fb11102975?v=e8b12556");
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  position: relative;
  z-index: 2;
}

/* BACKGROUND SHAPE */
.bg-shape {
  
  width: 50%;
  height: 100%;
  top: 30px;
  left: 30px;
  z-index: 1;
}

.feature-card {
  border: none;
  background: #f3f7fb;
  border-radius: 10px;
  transition: 0.3s;
}

.feature-card:hover {
  transform: translateY(-5px);
}

.icon {
  width: 70px;
  height: 70px;
  object-fit: contain;
  
}

.feature-list li {
  margin-bottom: 10px;
}

.feature-list a {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #0a3d91;
  font-weight: 500;
  transition: 0.3s;
}

.feature-list img {
  width: 30px;
  height: 30px;
}

.feature-list a:hover {
  color: #0d6efd;
  transform: translateX(5px);
}

.icon-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.icon-list li {
  margin-bottom: 20px;
}

.icon-list a {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #333;
  font-size: 18px;
  font-weight: 500;
}

.icon-list img {
  width: 50px;
  height: 40px;
  object-fit: contain;
}

.icon-list a:hover {
  color: #0a3d91;
}

.border-col {
  border-right: 2px solid #eee;
}


.card p {
  font-weight: 500;
  font-size: 14px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #0a3d91;
  border-radius: 50%;
  padding: 10px;
}

footer a {
  text-decoration: none;
  color: #333;
}

footer a:hover {
  text-decoration: underline;
}

.bg-primary {
  background-color: #0a3d91 !important;
}

/* MOBILE FIX */
@media (max-width: 768px) {
    .border-col {
      border-right: none;
    }
    .promo-img img {
      height: 180px;
    }
  .stat-box {
    border-right: none;
    border-bottom: 3px solid #e4e9ed;
    text-align: left;
  }

  .stat-box:last-child {
    border-bottom: none;
  }
}