.elementor-272 .elementor-element.elementor-element-7e11e0d{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-5e41b88 *//* ==============================
   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-9c3341d *//* ==============================
   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 */