.elementor-10078 .elementor-element.elementor-element-ee2e7fc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-10078 .elementor-element.elementor-element-015f9c5 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS */:root {
  --navy: #060033;
  --blue: #0A49F5;
  --blue-light: #1a5aff;
  --white: #ffffff;
  --off-white: #f4f6fb;
  --gray: #6b7280;
  --light-gray: #e8ecf5;
}

/* ── SHARED SECTION STRUCTURE ── */
.ura-section { padding: 88px 48px; }
.ura-section-inner { max-width: 1100px; margin: 0 auto; }

.ura-eyebrow {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 14px;
}

.ura-title {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.2;
  margin-bottom: 20px;
  color: var(--navy);
}

.ura-body {
  font-size: 1.02rem;
  color: #374151;
  line-height: 1.8;
  max-width: 720px;
}
.ura-body p + p { margin-top: 16px; }

.ura-section-divider {
  height: 1px;
  background: var(--light-gray);
  max-width: 1100px;
  margin: 0 auto;
}


/* ── HERO ── */
.ura-hero {
  background: var(--navy);
  padding: 96px 48px 80px;
  position: relative;
  overflow: hidden;
}
.ura-hero::before {
  content: '';
  position: absolute;
  top: -120px;
  right: -100px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(10,73,245,0.18) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
.ura-hero::after {
  content: '';
  position: absolute;
  bottom: -80px;
  left: 20%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(10,73,245,0.1) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
.ura-hero-inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.ura-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(10,73,245,0.15);
  border: 1px solid rgba(10,73,245,0.35);
  color: #6b9fff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 100px;
  margin-bottom: 28px;
}
.ura-hero-eyebrow::before {
  content: '';
  width: 6px;
  height: 6px;
  background: var(--blue);
  border-radius: 50%;
}
.ura-hero h1 {
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  font-weight: 800;
  color: white;
  line-height: 1.12;
  letter-spacing: -0.03em;
  max-width: 780px;
  margin-bottom: 24px;
}
.ura-hero h1 .accent { color: var(--blue-light); }
.ura-hero-sub {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.65);
  max-width: 560px;
  line-height: 1.7;
  margin-bottom: 40px;
}
.ura-hero-stats {
  display: flex;
  gap: 48px;
  padding-top: 40px;
  border-top: 1px solid rgba(255,255,255,0.1);
  flex-wrap: wrap;
}
.ura-hero-stat-num {
  font-size: 2.2rem;
  font-weight: 800;
  color: white;
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 4px;
}
.ura-hero-stat-num span { color: var(--blue-light); }
.ura-hero-stat-label {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.5);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
/* Hero fade-up animations */
@keyframes ura-fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}
.ura-hero-inner > * {
  opacity: 0;
  animation: ura-fadeUp 0.6s ease forwards;
}
.ura-hero-eyebrow  { animation-delay: 0.1s; }
.ura-hero h1       { animation-delay: 0.25s; }
.ura-hero-sub      { animation-delay: 0.4s; }
.ura-hero-stats    { animation-delay: 0.55s; }


/* ── WHO WE ARE ── */
.ura-who { background: var(--white); }
.ura-who-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start;
}
.ura-who-subhead {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--blue);
  margin-bottom: 16px;
}
.ura-service-list {
  list-style: none;
  margin-top: 4px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ura-service-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.95rem;
  color: #374151;
  line-height: 1.5;
}
.ura-service-list li::before {
  content: '';
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background: var(--blue);
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='white'%3E%3Cpath fill-rule='evenodd' d='M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 2px;
}
.ura-who-closing {
  margin-top: 28px;
  padding: 20px 24px;
  background: var(--off-white);
  border-left: 3px solid var(--blue);
  border-radius: 0 8px 8px 0;
  font-size: 0.95rem;
  color: #374151;
  line-height: 1.7;
  font-style: italic;
}
.ura-who-closing--full {
  margin-top: 36px;
  font-size: 1.05rem;
}


/* ── WHAT WE DO ── */
.ura-what { background: var(--off-white); }
.ura-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 48px;
}
.ura-service-card {
  background: white;
  border-radius: 16px;
  padding: 32px 28px 28px;
  border: 1px solid var(--light-gray);
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.25s, transform 0.25s;
}
.ura-service-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: var(--blue);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.ura-service-card:hover {
  box-shadow: 0 16px 48px rgba(6,0,51,0.12);
  transform: translateY(-4px);
}
.ura-service-card:hover::before { transform: scaleX(1); }
.ura-service-icon {
  width: 52px;
  height: 52px;
  background: var(--navy);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  flex-shrink: 0;
}
.ura-service-icon svg { width: 24px; height: 24px; }
.ura-service-card h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 10px;
}
.ura-service-card p {
  font-size: 0.875rem;
  color: var(--gray);
  line-height: 1.65;
  flex: 1;
}
.ura-service-card-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--blue);
  margin-top: 20px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  transition: gap 0.2s;
}
.ura-service-card:hover .ura-service-card-link { gap: 9px; }


/* ── WHO WE ARE — TEAM PHOTO ── */
.ura-who-photo-wrap {
  margin-bottom: 24px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(6,0,51,0.12);
}
.ura-who-photo {
  width: 100%;
  height: 360px;
  background-size: cover;
  background-position: center 70%;
  background-repeat: no-repeat;
  display: block;
}


/* ── NATIONWIDE — PHOTO ── */
.ura-nationwide-photo-wrap {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.35);
}
.ura-nationwide-photo {
  width: 100%;
  height: 440px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
}
.ura-nationwide-badge {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 110px;
  height: auto;
  filter: drop-shadow(0 4px 12px rgba(0,0,0,0.4));
  z-index: 2;
}



.ura-nationwide {
  background: var(--navy);
  padding: 88px 48px;
}
.ura-nationwide .ura-eyebrow { color: #6b9fff; }
.ura-nationwide .ura-title { color: white; }
.ura-nationwide-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 72px;
  align-items: center;
}
.ura-nationwide-body {
  font-size: 1.02rem;
  color: rgba(255,255,255,0.7);
  line-height: 1.8;
  margin-bottom: 16px;
}
.ura-coverage-features {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 32px;
}
.ura-coverage-feature {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 0.9rem;
  color: rgba(255,255,255,0.75);
  font-weight: 500;
}
.ura-coverage-dot {
  width: 8px;
  height: 8px;
  background: var(--blue-light);
  border-radius: 50%;
  flex-shrink: 0;
}
.ura-map-visual {
  background: rgba(10,73,245,0.08);
  border: 1px solid rgba(10,73,245,0.2);
  border-radius: 16px;
  padding: 48px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.ura-map-visual::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 50%, rgba(10,73,245,0.12) 0%, transparent 70%);
}
.ura-map-number {
  font-size: 7rem;
  font-weight: 800;
  color: white;
  letter-spacing: -0.06em;
  line-height: 1;
  position: relative;
}
.ura-map-number span { color: var(--blue-light); }
.ura-map-label {
  font-size: 1rem;
  color: rgba(255,255,255,0.55);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 8px;
  position: relative;
}
.ura-state-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
  margin-top: 28px;
  position: relative;
}
.ura-state-pill {
  background: rgba(10,73,245,0.2);
  border: 1px solid rgba(10,73,245,0.3);
  color: rgba(255,255,255,0.6);
  font-size: 0.65rem;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 4px;
  letter-spacing: 0.04em;
}


/* ── WHY CHOOSE ── */
.ura-why { background: var(--white); }
.ura-why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 48px;
}
.ura-why-card {
  padding: 36px 32px;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  transition: transform 0.25s, box-shadow 0.25s;
}
.ura-why-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(6,0,51,0.18);
}
.ura-why-card:nth-child(1) {
  background: linear-gradient(135deg, #060033 0%, #0d1a6e 100%);
}
.ura-why-card:nth-child(2) {
  background: linear-gradient(135deg, #0A49F5 0%, #0635b8 100%);
}
.ura-why-card:nth-child(3) {
  background: linear-gradient(135deg, #0635b8 0%, #0A49F5 100%);
}
.ura-why-card:nth-child(4) {
  background: linear-gradient(135deg, #0d1a6e 0%, #060033 100%);
}
.ura-why-card-num {
  font-size: 3.5rem;
  font-weight: 800;
  color: rgba(255,255,255,0.12);
  letter-spacing: -0.05em;
  line-height: 1;
  margin-bottom: 16px;
}
.ura-why-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: white;
  margin-bottom: 10px;
}
.ura-why-card p {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.72);
  line-height: 1.7;
}


/* ── GET STARTED ── */
.ura-get-started {
  background: var(--blue);
  padding: 88px 48px;
  text-align: center;
  margin-bottom: -1px;
}
.ura-get-started .ura-eyebrow { color: rgba(255,255,255,0.65); }
.ura-get-started .ura-title {
  color: white;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.ura-get-started-body {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.8);
  max-width: 540px;
  margin: 0 auto 40px;
  line-height: 1.75;
}
.ura-cta-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.ura-btn-primary {
  background: white;
  color: var(--blue);
  padding: 14px 32px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.95rem;
  transition: background 0.2s, transform 0.15s;
  display: inline-block;
}
.ura-btn-primary:hover { background: #e8ecf5; transform: translateY(-1px); }
.ura-btn-secondary {
  background: transparent;
  color: white;
  padding: 14px 32px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  border: 2px solid rgba(255,255,255,0.45);
  transition: border-color 0.2s, background 0.2s;
  display: inline-block;
}
.ura-btn-secondary:hover { border-color: white; background: rgba(255,255,255,0.08); }


/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .ura-section,
  .ura-nationwide,
  .ura-get-started { padding: 64px 24px; }
  .ura-who-grid,
  .ura-nationwide-grid { grid-template-columns: 1fr; gap: 40px; }
  .ura-services-grid { grid-template-columns: 1fr 1fr; }
  .ura-why-grid { grid-template-columns: 1fr; }
  .ura-hero-stats { gap: 32px; }
  .ura-hero { padding: 64px 24px; }
}
@media (max-width: 600px) {
  .ura-services-grid { grid-template-columns: 1fr; }
}/* End custom CSS */