:root {
  --brand-blue: #174179;
  --brand-red: #dd313d;
  --bs-primary: var(--brand-red);
  --bs-primary-rgb: 221, 49, 61;
}
body {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: var(--text-color);
  background-color: var(--bg-color);
  font-family: var(--ff-montserrat);
  box-sizing: border-box;
}
iframe,
video,
img {
  width: 100%;
  max-width: 100%;
}
button,
a {
  outline: none;
}
h2 {
  font-size: clamp(32px, 3.5vw, 43px);
}
h3 {
  font-size: clamp(22px, 3.5vw, 30px);
}
h4 {
  font-size: clamp(20px, 3.5vw, 27px);
}
h5 {
  font-size: clamp(18px, 3.5vw, 24px);
  color: #0b1020;
}
.btnSubmin {
}

/* top_agent_headerAre start 
================================*/
.top_agent_headerArea {
  width: 100%;
  min-height: 600px;
  padding: 40px;
  position: relative;
  background-image: url("../images/banner_imag.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 10;
}
.top_agent_headerArea::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(74, 74, 74, 0.119);
  z-index: -1;
}
.top_agent_headerArea .brand_logo img {
  width: 100%;
  max-width: 160px;
  height: auto;
}

.sticky-cta {
  backdrop-filter: blur(10px);
  z-index: 1030;
}

.top-brand {
  background:
    radial-gradient(
      900px circle at 20% 10%,
      rgba(221, 49, 61, 0.28),
      transparent 55%
    ),
    radial-gradient(
      700px circle at 90% 20%,
      rgba(23, 65, 121, 0.28),
      transparent 60%
    ),
    linear-gradient(135deg, #0b1020 0%, #0f172a 45%, #0b1020 100%);
  color: #fff;
}
.brand {
  color: #ffffff;
  padding: 0.25rem 0.5rem;
  border-radius: 0.75rem;
  background: rgba(0, 0, 0, 0.15);
}
.brand-sub {
  display: none;
}
@media (min-width: 768px) {
  .brand-sub {
    display: none;
  }
}
.brand-logo {
  height: 44px;
  width: auto;
  display: block;
}
.hero {
  color: #fff;
  background:
    radial-gradient(
      900px circle at 20% 10%,
      rgba(221, 49, 61, 0.35),
      transparent 55%
    ),
    radial-gradient(
      700px circle at 90% 20%,
      rgba(23, 65, 121, 0.35),
      transparent 60%
    ),
    linear-gradient(135deg, #0b1020 0%, #0f172a 45%, #0b1020 100%);
  padding-top: 10px;
  padding-bottom: 40px;
}
.hero-title {
  font-size: clamp(2rem, 3.2vw, 3rem);
  line-height: 1.05;
}
.hero-sub {
  color: rgba(255, 255, 255, 0.65);
  max-width: 42ch;
}
.cta-title {
  color: #fff;
  font-size: 1.2rem;
}
.lead-form {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  color: #fff;
  backdrop-filter: blur(6px);
}
.lead-form .form-label {
  color: rgba(255, 255, 255, 0.85);
}
.lead-form .form-text {
  color: rgba(255, 255, 255, 0.65);
}
.design-frame {
  border-radius: 1.25rem;
  overflow: hidden;
}
.design-img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
}
@media (max-width: 991.98px) {
  .design-img {
    height: 380px;
  }
}
.section-pad {
  padding: 56px 0;
}
.feature-num {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(221, 49, 61, 0.12);
  color: var(--brand-red);
  font-weight: 800;
  margin-bottom: 12px;
}
.feature-tile {
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.step-tile {
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.case-card {
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.quote-card blockquote {
  color: #111827;
  font-weight: 500;
}
.sticky-panel {
  position: sticky;
  top: 18px;
}
@media (max-width: 991.98px) {
  .sticky-panel {
    position: static;
  }
}

/* Stats area 
=========================== */
.stats_sectionArea {
  width: 100%;
  height: auto;
  padding: 3.5em 0;
  position: relative;
  background-image: url("../images/stats-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 10;
  color: #fff;
}
.stats_sectionArea::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: #2f3c50e8;
}
.stats_sectionArea .stats_heading {
  text-align: center;
  line-height: 120%;
  font-weight: normal;
  text-transform: uppercase;
}
.stats_sectionArea .stats_heading span {
  display: block;
  font-weight: 500;
  line-height: 120%;
  font-size: clamp(22px, 3.5vw, 36px);
}
.stat_number {
  color: #f5f5f5;
  position: relative;
  padding-bottom: 20px;
  font-weight: 900;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  line-height: 1.05;
}
.stat_number::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  background: #dd313d;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
}
.stat_label {
  color: rgba(255, 255, 255, 0.65);
  font-weight: 700;
  margin-top: 0.25rem;
  font-size: clamp(16px, 3vw, 20px);
}
.stats_btn_wrap {
  text-align: center;
}
.stats_button {
  display: inline-block;
  color: #ffffff;
  background: #de0e1c;
  border: none;
  border-radius: 0;
  font-size: 0.9rem;
  font-weight: 700;
  height: 48px;
  line-height: 48px;
  padding: 0 30px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 360ms ease;
}
.stats_button:hover {
  color: #ffffff;
  background: #b50b17;
}

/* What You Get
========================== */
.WhatYouGet {
  width: 100%;
  height: auto;
  padding: 3.5em 0;
  position: relative;
  background-image: url("../images/2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 10;
  color: #fff;
}
.WhatYouGet::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: #3e3e3eb0;
}

.final-cta {
  background: linear-gradient(
    135deg,
    rgba(23, 65, 121, 0.95) 0%,
    #0b1020 55%,
    rgba(221, 49, 61, 0.65) 100%
  );
}
.footer {
  background: linear-gradient(135deg, rgba(23, 65, 121, 0.95) 0%, #0b1020 60%);
  color: #fff;
}
.footer-link {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}
.footer-link:hover {
  color: #fff;
  text-decoration: underline;
}
/* Soft badges */
.badge.bg-primary-soft {
  background: rgba(221, 49, 61, 0.12) !important;
}
.badge.bg-success-soft {
  background: rgba(23, 65, 121, 0.14) !important;
}
