.elementor-243 .elementor-element.elementor-element-20adaba5{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-4db06f8 *//* ==============================
   CONDITION PAGE HERO
   ============================== */

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

.condition-hero {
  padding: 120px 24px 100px;
  background: #fafaf9;
}

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

.condition-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 72px;
  align-items: center;
}

/* ==============================
   LEFT CONTENT
   ============================== */

.condition-content {
  max-width: 520px;
}

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

/* Gradient accent line */
.condition-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;
}

/* Rating */
.condition-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
}

.condition-rating .stars {
  color: #facc15;
  font-size: 1.1rem;
  letter-spacing: 1px;
}

.condition-rating .rating-text {
  font-size: 0.95rem;
  color: #57534e;
}

/* Headline */
.condition-title {
  font-size: clamp(2.8rem, 5vw, 3.8rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: #111827;
}

/* Make "In Dogs" thinner */
.condition-light {
  font-weight: 400;
  color: #374151;
}

/* ==============================
   IMAGE
   ============================== */

.condition-media {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.condition-media img {
  width: 100%;
  max-width: 520px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 30px 70px rgba(0,0,0,0.18);
}

/* Image eyebrow (small text under image) */
.condition-media-eyebrow {
  margin-top: 14px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #78716c;
  position: relative;
}

/* Accent line for image eyebrow */
.condition-media-eyebrow::before {
  content: "";
  display: block;
  width: 36px;
  height: 2px;
  margin: 0 auto 10px;
  background: linear-gradient(
    135deg,
    var(--accent-start),
    var(--accent-end)
  );
  border-radius: 2px;
}

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

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

  .condition-content {
    max-width: 100%;
    text-align: center;
  }

  .condition-eyebrow::after {
    margin-left: auto;
    margin-right: auto;
  }

  .condition-rating {
    justify-content: center;
  }

  .condition-media img {
    max-width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-51ebfd46 *//* ==============================
   CCL SYMPTOMS – CLEAN PAW STYLE
   ============================== */

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

/* Section */
.ccl-symptoms-section {
  padding: 120px 24px;
  background: #ffffff;
}

/* Container */
.ccl-container {
  max-width: 1200px;
  margin: 0 auto;
}

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

.ccl-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 */
.ccl-title {
  font-size: clamp(2.2rem, 4vw, 2.8rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  margin-bottom: 22px;
  color: #111827;
}

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

/* Intro */
.ccl-intro {
  font-size: 1.05rem;
  line-height: 1.75;
  color: #57534e;
  max-width: 720px;
  margin-bottom: 56px;
}

/* Grid */
.ccl-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

/* Card */
.ccl-card {
  background: #fafaf9;
  border: 1px solid #e7e5e4;
  border-radius: 22px;
  padding: 32px 34px;
  box-shadow: 0 12px 32px rgba(0,0,0,0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ccl-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 48px rgba(0,0,0,0.08);
}

/* Header */
.ccl-card-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

/* Paw icon (black & white) */
.ccl-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #1c1917;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #1c1917;
  background: #ffffff;
  flex-shrink: 0;
}

/* Card title */
.ccl-card h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1c1917;
  margin: 0;
}

/* Card text */
.ccl-card p {
  font-size: 1rem;
  line-height: 1.7;
  color: #57534e;
  margin: 0;
}

/* Responsive */
@media (max-width: 900px) {
  .ccl-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-629326e3 *//* ==============================
   CCL INFO – 3 ROW LAYOUT
   ============================== */

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

.ccl-info-section {
  padding: 120px 24px;
  background: #ffffff;
}

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

/* ==============================
   SECTION EYEBROW
   ============================== */

.ccl-info-eyebrow {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #78716c;
  display: inline-block;
  margin-bottom: 16px;
  position: relative;
}

.ccl-info-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
   ============================== */

.ccl-info-title {
  font-size: clamp(2.2rem, 4vw, 2.8rem);
  font-weight: 600;
  margin-bottom: 64px;
  color: #111827;
}

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

/* ==============================
   ROW LAYOUT
   ============================== */

.ccl-info-row {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 32px;
  align-items: flex-start;
  padding: 32px 0;
  border-bottom: 1px solid #e7e5e4;
}

.ccl-info-row:last-child {
  border-bottom: none;
}

/* ==============================
   IMAGE + EYEBROW
   ============================== */

.ccl-info-image {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.ccl-info-image img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 20px;
}

/* Image eyebrow text */
.ccl-info-image-eyebrow {
  margin-top: 12px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #78716c;
  position: relative;
}

/* Accent line above image eyebrow */
.ccl-info-image-eyebrow::before {
  content: "";
  display: block;
  width: 36px;
  height: 2px;
  margin-bottom: 8px;
  background: linear-gradient(
    135deg,
    var(--accent-start),
    var(--accent-end)
  );
  border-radius: 2px;
}

/* ==============================
   CONTENT
   ============================== */

.ccl-info-content h3 {
  font-size: 1.35rem;
  font-weight: 600;
  margin-bottom: 12px;
  color: #1c1917;
}

.ccl-info-content p {
  font-size: 1rem;
  line-height: 1.7;
  color: #57534e;
  margin-bottom: 10px;
}

.ccl-info-content p:last-child {
  margin-bottom: 0;
}

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

@media (max-width: 900px) {
  .ccl-info-row {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .ccl-info-image {
    align-items: center;
    text-align: center;
  }

  .ccl-info-image img {
    height: 220px;
  }

  .ccl-info-image-eyebrow::before {
    margin-left: auto;
    margin-right: auto;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-67b29cc5 *//* ==============================
   CCL TREATMENT SECTION
   ============================== */

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

.ccl-treatment-section {
  padding: 120px 24px;
  background: #fafaf9;
}

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

.ccl-treatment-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 96px;
  align-items: flex-start;
}

/* ==============================
   LEFT COLUMN
   ============================== */

.ccl-treatment-intro {
  position: sticky;
  top: 140px;
}

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

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

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

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

/* Lead */
.ccl-treatment-lead {
  font-size: 1.1rem;
  line-height: 1.75;
  color: #57534e;
  max-width: 420px;
}

/* ==============================
   RIGHT COLUMN – ENHANCED
   ============================== */

.ccl-treatment-content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding-left: 32px;
}

/* Vertical guide line */
.ccl-treatment-content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  bottom: 6px;
  width: 1px;
  background: #e7e5e4;
}

/* Individual blocks */
.ccl-treatment-block {
  position: relative;
  padding-bottom: 32px;
}

/* Horizontal divider between blocks */
.ccl-treatment-block::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 48px;
  height: 1px;
  background: #e7e5e4;
}

/* Remove divider from last block */
.ccl-treatment-block:last-child::after {
  display: none;
}

.ccl-treatment-block h3 {
  font-size: 1.35rem;
  font-weight: 600;
  margin-bottom: 12px;
  color: #1c1917;
}

.ccl-treatment-block p {
  font-size: 1rem;
  line-height: 1.75;
  color: #57534e;
  margin-bottom: 12px;
}

.ccl-treatment-block p:last-child {
  margin-bottom: 0;
}

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

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

  .ccl-treatment-intro {
    position: static;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6cc7cd43 *//* ==============================
   LOCATION SECTION
   ============================== */

.location-section {
  padding: 96px 24px;
  background: #fafaf9;
}

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

.location-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  align-items: center;
}

/* ==============================
   LEFT CONTENT
   ============================== */

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

.location-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 */
.location-title {
  font-size: clamp(2rem, 3.5vw, 2.6rem);
  font-weight: 500;
  margin-bottom: 24px;
  color: #1c1917;
}

/* Rating */
.location-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
}

.location-rating .stars {
  color: #facc15;
  font-size: 1.1rem;
  letter-spacing: 1px;
}

.location-rating .rating-text {
  font-size: 0.9rem;
  color: #57534e;
}

/* Text */
.location-description {
  font-size: 1rem;
  line-height: 1.75;
  color: #57534e;
  margin-bottom: 18px;
  max-width: 560px;
}

/* Link */
.location-link {
  display: inline-block;
  margin-top: 18px;
  font-weight: 600;
  text-decoration: none;
  background: linear-gradient(
    135deg,
    var(--accent-start),
    var(--accent-end)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ==============================
   RIGHT IMAGE
   ============================== */

.location-media {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.location-media img {
  width: 100%;
  max-width: 420px;
  height: auto;
  border-radius: 24px;
  object-fit: cover;
  box-shadow: 0 24px 60px rgba(0,0,0,0.14);
}

/* Gradient accent line under image */
.location-media-accent {
  display: block;
  width: 44px;
  height: 2px;
  margin: 16px auto 10px;
  background: linear-gradient(
    135deg,
    var(--accent-start),
    var(--accent-end)
  );
  border-radius: 2px;
}

/* Image eyebrow */
.location-media-eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #78716c;
  text-align: center;
}

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

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

  .location-content {
    text-align: center;
  }

  .location-eyebrow::after {
    margin-left: auto;
    margin-right: auto;
  }

  .location-rating {
    justify-content: center;
  }

  .location-media img {
    max-width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6479837d *//* ==============================
   CCL DOWNLOAD SECTION (OPTIMIZED)
   ============================== */

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

.ccl-download-section {
  padding: 120px 24px;
  background: #ffffff;
}

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

.ccl-download-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 96px;
  align-items: flex-start;
}

/* ==============================
   LEFT COLUMN
   ============================== */

.ccl-download-intro {
  position: sticky;
  top: 140px;
}

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

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

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

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

/* Lead */
.ccl-download-lead {
  font-size: 1.1rem;
  line-height: 1.75;
  color: #57534e;
  max-width: 440px;
}

/* ==============================
   RIGHT COLUMN – SINGLE CARD
   ============================== */

.ccl-download-cards {
  display: flex;
  justify-content: center;
}

/* Feature card */
.ccl-download-card {
  width: 100%;
  max-width: 460px;
  background: #fafaf9;
  border: 1px solid #e7e5e4;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0,0,0,0.06);
  padding-bottom: 28px;
}

.ccl-download-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

/* Card text */
.ccl-download-card h3 {
  font-size: 1.3rem;
  font-weight: 600;
  margin: 24px 28px 10px;
  color: #1c1917;
}

.ccl-download-card p {
  font-size: 0.95rem;
  line-height: 1.65;
  color: #57534e;
  margin: 0 28px 16px;
}

/* Download link */
.ccl-download-link {
  margin-left: 28px;
  font-weight: 600;
  text-decoration: none;
  background: linear-gradient(
    135deg,
    var(--accent-start),
    var(--accent-end)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

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

  .ccl-download-intro {
    position: static;
  }

  .ccl-download-cards {
    justify-content: flex-start;
  }

  .ccl-download-card {
    max-width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2fca20b5 */@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.animate-marquee {
  animation: marquee 40s linear infinite;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-25b52140 *//* ==============================
   CTA BANNER – COMPACT
   ============================== */

.cta-banner {
  padding: 72px 24px;
  background: linear-gradient(
    135deg,
    rgba(6,64,88,0.06),
    rgba(23,159,25,0.10)
  );
}

.cta-container {
  max-width: 1100px;
  margin: 0 auto;
}

.cta-content {
  background: #ffffff;
  border-radius: 28px;
  padding: 48px 56px;
  text-align: center;
  box-shadow: 0 24px 60px rgba(0,0,0,0.10);
}

/* Eyebrow */
.cta-eyebrow {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
  color: #179F19;
  margin-bottom: 18px;
}

/* Title */
.cta-title {
  font-size: clamp(1.6rem, 3.5vw, 2.2rem);
  line-height: 1.3;
  font-weight: 500;
  color: #1c1917;
  max-width: 820px;
  margin: 0 auto 32px;
}

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

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

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

/* Mobile */
@media (max-width: 900px) {
  .cta-content {
    padding: 36px 22px;
  }

  .cta-title {
    font-size: 1.45rem;
  }
}/* End custom CSS */