.elementor-373 .elementor-element.elementor-element-424fde6{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-5f96f51 *//* ==============================
   VETERINARY REFERRAL SECTION
   ============================== */

:root {
  --accent-start: #064058;
  --accent-end: #179F19;
}

/* Section */
.referral-section {
  padding: 140px 24px;
  background: #ffffff;
}

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

/* Grid */
.referral-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 96px;
  align-items: flex-start;
}

/* ==============================
   LEFT COLUMN (STICKY)
   ============================== */

.referral-left {
  position: sticky;
  top: 140px;
  max-width: 420px;
}

/* Eyebrow */
.referral-eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #78716c;
  margin-bottom: 18px;
  position: relative;
}

.referral-eyebrow::after {
  content: "";
  display: block;
  width: 48px;
  height: 2px;
  margin-top: 10px;
  background: linear-gradient(
    135deg,
    var(--accent-start),
    var(--accent-end)
  );
  border-radius: 2px;
}

/* Title */
.referral-title {
  font-size: clamp(2.4rem, 5vw, 3.2rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  margin-bottom: 24px;
  color: #111827;
}

.referral-title span {
  background: linear-gradient(
    135deg,
    var(--accent-start),
    var(--accent-end)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Lead */
.referral-lead {
  font-size: 1.05rem;
  line-height: 1.75;
  color: #57534e;
}

/* CTAs */
.referral-cta {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.referral-cta-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 30px;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  color: #ffffff;
  background: linear-gradient(
    135deg,
    var(--accent-start),
    var(--accent-end)
  );
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.referral-cta-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 32px rgba(23,159,25,0.30);
}

.referral-cta-secondary {
  text-align: center;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  color: #064058;
}

.referral-cta-secondary:hover {
  text-decoration: underline;
}

/* ==============================
   RIGHT COLUMN
   ============================== */

.referral-right h3 {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 18px;
  color: #1c1917;
}

.referral-right p {
  font-size: 1rem;
  line-height: 1.75;
  color: #57534e;
  margin-bottom: 18px;
  max-width: 640px;
}

.referral-law {
  margin-top: 32px;
  font-size: 1.1rem;
  font-weight: 600;
  color: #1c1917;
}

.referral-note {
  margin-top: 28px;
  font-weight: 500;
}

/* ==============================
   RESPONSIVE
   ============================== */

@media (max-width: 900px) {
  .referral-grid {
    grid-template-columns: 1fr;
    gap: 64px;
  }

  .referral-left {
    position: static;
    max-width: 100%;
  }
}/* End custom CSS */