/*
Theme Name: CARA Divi Child
Template: Divi
*/

.paf-results-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: stretch;
}
.paf-results-grid .paf-pet-card {
  width: calc(25% - 21px);
  display: flex;
  flex-direction: column;
  min-height: 420px;
}
.paf-pet-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  border: 1px solid rgba(0,0,0,0.04);
  transition: all 0.25s ease;
  position: relative;
}
.paf-pet-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 30px rgba(0,0,0,0.12);
}
.paf-check-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.paf-check-item {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: #eef6ee;
  color: #2f5e2f;
  font-weight: 600;
  font-size: 0.85rem;
  line-height: 1;
}
.paf-pet-card-link {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.paf-pet-image-wrapper {
  position: relative;
  overflow: hidden;
}
.paf-pet-image {
  width: 100%;
  height: 190px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.paf-pet-card:hover .paf-pet-image {
  transform: scale(1.05);
}
.paf-pet-image-wrapper::after {
  content: "View Details \2192";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.38);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.3px;
  opacity: 0;
  transition: opacity 0.25s ease;
  z-index: 2;
  pointer-events: none;
}
.paf-pet-card:hover .paf-pet-image-wrapper::after {
  opacity: 1;
}

/* FIX PET CARD IMAGE GAP + MAKE IMAGES LARGER */
.paf-pet-image-wrapper {
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1/ 1 !important;
  padding-top: 0 !important;
  overflow: hidden !important;
  background: #f3f3f3;
}

.paf-pet-image-wrapper img,
.paf-pet-image {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

.paf-pet-status-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 3;
  background: #2ecc71;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 999px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  box-shadow: 0 4px 10px rgba(46, 204, 113, 0.35);
}
.paf-pet-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 16px 16px 18px;
  min-height: unset!important;
}
.paf-pet-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 8px;
  color: #1a1a1a;
  transition: color 0.2s ease;
  min-height: 48px;
}
.paf-pet-card:hover .paf-pet-name {
  color: #2a7de1;
}
.paf-pet-breed {
  font-size: 15px;
  line-height: 1.4;
  color: #666;
  margin: 0 0 16px;
  min-height: 48px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.paf-pet-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 14px;
  border-top: 1px solid #e8e8e8;
  margin-top: auto;
  min-height: 78px;
  align-content: flex-start;
}
.paf-pet-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #444;
  background: #f5f7f9;
  padding: 5px 9px;
  border-radius: 8px;
  line-height: 1.2;
}
.paf-pet-meta-icon {
  width: 14px;
  height: 14px;
  stroke-width: 2;
}
.paf-empty-state {
  text-align: center;
  padding: 60px 20px;
}
.paf-empty-icon {
  font-size: 48px;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .paf-results-grid .paf-pet-card {
    width: calc(33.333% - 19px);
  }
}
@media (max-width: 980px) {
  .paf-results-grid .paf-pet-card {
    width: calc(50% - 14px);
    min-height: 400px;
  }
}
@media (max-width: 640px) {
  .paf-results-grid {
    gap: 20px;
  }
  .paf-results-grid .paf-pet-card {
    width: 100%;
    min-height: auto;
  }
  .paf-pet-image {
    height: 220px;
  }
  .paf-pet-name {
    min-height: 0;
  }
  .paf-pet-breed {
    min-height: 0;
  }
  .paf-pet-meta {
    min-height: 0;
  }
}
.paf-detail-page {
  max-width: 1180px;
  margin: 0 auto;
  padding: 24px 0 10px;
}
.paf-detail-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 42px;
  align-items: flex-start;
}
.paf-image-gallery {
  width: 44%;
  min-width: 320px;
}
.paf-main-image {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  border: 1px solid rgba(0,0,0,0.05);
}
.paf-main-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}
.paf-thumbnails {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}
.paf-thumbnail {
  width: 72px;
  height: 72px;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  box-shadow: 0 3px 10px rgba(0,0,0,0.08);
  transition: all 0.2s ease;
  background: #fff;
}
.paf-thumbnail:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(0,0,0,0.12);
}
.paf-thumbnail.active {
  border-color: #2a7de1;
  box-shadow: 0 0 0 3px rgba(42,125,225,0.12);
}
.paf-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.paf-pet-info {
  flex: 1;
  min-width: 320px;
}
.paf-pet-title {
  font-size: clamp(2rem, 3.2vw, 3rem);
  line-height: 1.05;
  margin: 0 0 20px;
  color: #1d1d1d;
  letter-spacing: -0.02em;
}
.paf-pet-meta-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.05);
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
  margin-bottom: 28px;
}
.paf-meta-item {
  width: calc(50% - 8px);
  box-sizing: border-box;
  background: #f8fafc;
  border-radius: 12px;
  padding: 14px 16px;
}
.paf-meta-label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #7b8794;
  margin-bottom: 6px;
}
.paf-meta-value {
  display: block;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 600;
  color: #1f2937;
}
.paf-meta-value a {
  color: #2a7de1;
  text-decoration: none;
}
.paf-meta-value a:hover {
  text-decoration: underline;
}
.paf-pet-description {
  margin-bottom: 28px;
}
.paf-pet-description h2 {
  font-size: 2rem;
  line-height: 1.15;
  margin: 0 0 14px;
  color: #1d1d1d;
}
.paf-pet-description p,
.paf-pet-description {
  font-size: 17px;
  line-height: 1.75;
  color: #505a67;
}
.paf-pet-description br + br {
  display: block;
  content: "";
  margin-top: 8px;
}
.paf-pet-actions {
  margin-bottom: 24px;
}
.paf-button-primary {
  display: inline-block;
  background: #2a7de1;
  color: #fff !important;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  padding: 15px 22px;
  border-radius: 12px;
  box-shadow: 0 8px 18px rgba(42,125,225,0.22);
  transition: all 0.22s ease;
}
.paf-button-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(42,125,225,0.28);
  text-decoration: none;
}
.paf-contact-notice {
  font-size: 16px;
  line-height: 1.6;
  color: #5b6470;
}
.paf-share-section {
  padding-top: 18px;
  border-top: 1px solid #e8edf2;
}
.paf-share-title {
  font-size: 22px;
  margin: 0 0 12px;
  color: #1d1d1d;
}
.paf-share-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.paf-share-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: #3d4752;
  border: 1px solid #d6dee8;
  border-radius: 10px;
  padding: 11px 14px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
}
.paf-share-button:hover {
  background: #f8fafc;
  border-color: #b7c6d6;
  transform: translateY(-1px);
}
.paf-share-icon {
  width: 16px;
  height: 16px;
}
.paf-copy-feedback {
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
  color: #2e8b57;
  font-weight: 600;
}
.paf-availability-alert {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #fff8e8;
  border: 1px solid #f3d48d;
  color: #6e5620;
  border-radius: 14px;
  padding: 14px 16px;
  margin-bottom: 24px;
}
.paf-alert-icon {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  margin-top: 1px;
}
.paf-availability-alert.pending {
  background: #fff7e6;
  border-color: #f0c36d;
}
.paf-availability-alert.unavailable {
  background: #fff1f1;
  border-color: #f0b4b4;
  color: #8b3030;
}
@media (max-width: 980px) {
  .paf-detail-grid {
    gap: 30px;
  }
  .paf-image-gallery,
  .paf-pet-info {
    width: 100%;
    min-width: 0;
  }
  .paf-meta-item {
    width: calc(50% - 8px);
  }
}
@media (max-width: 640px) {
  .paf-detail-page {
    padding-top: 10px;
  }
  .paf-pet-title {
    margin-bottom: 16px;
  }
  .paf-pet-meta-grid {
    padding: 18px;
  }
  .paf-meta-item {
    width: 100%;
  }
  .paf-meta-value {
    font-size: 17px;
  }
  .paf-thumbnail {
    width: 62px;
    height: 62px;
  }
  .paf-share-buttons {
    flex-direction: column;
    align-items: stretch;
  }
  .paf-share-button {
    justify-content: center;
  }
  .paf-button-primary {
    width: 100%;
    text-align: center;
  }
}
.paf-back-navigation {
  margin-top: 50px;
  padding-top: 24px;
  border-top: 1px solid #e5e7eb;
  text-align: center;
}
.paf-back-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #f1f5f9;
  color: #1f2937;
  text-decoration: none;
  border-radius: 999px;
  padding: 12px 20px;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.25s ease;
}
.paf-back-link svg {
  transition: transform 0.25s ease;
}
.paf-back-link:hover {
  background: #e2e8f0;
  transform: translateY(-2px);
}
.paf-back-link:hover svg {
  transform: translateX(-3px);
}
.paf-back-link svg {
  opacity: 0.7;
}
.paf-featured-pets {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin: 0 0 28px;
}
.paf-featured-pet {
  width: calc(50% - 14px);
  margin: 0;
  box-sizing: border-box;
}
.paf-featured-pet a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.paf-featured-pet img {
  display: block;
  width: 100%;
  max-width: 220px;
  height: 220px;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  margin: 0 0 18px;
}
.paf-featured-pet h4 {
  display: block !important;
  margin: 0 0 10px !important;
  padding: 0 !important;
  font-family: Georgia, serif !important;
  font-size: 22px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  color: #2d2d2d !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}
.paf-featured-pet p {
  display: block !important;
  margin: 0 !important;
  font-family: Georgia, serif !important;
  font-size: 17px !important;
  line-height: 1.45 !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  color: #666 !important;
}
.paf-featured-pet a:hover h4 {
  color: #005ea8 !important;
}
.et_pb_text_inner .paf-featured-pets + br,
.et_pb_text_inner .paf-featured-pets br {
  display: none;
}
@media (max-width: 980px) {
  .paf-featured-pet {
    width: 100%;
  }
  .paf-featured-pet img {
    max-width: 180px;
    height: 180px;
  }
  .paf-featured-pet h4 {
    font-size: 20px !important;
  }
  .paf-featured-pet p {
    font-size: 16px !important;
  }
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container,
.tribe-events .tribe-events-l-container,
.tribe-common .tribe-events-l-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 24px 70px;
}
h1,
h2,
h3,
h4 {
  line-height:1.1em;
}
.tribe-events,
.tribe-events p,
.tribe-events div,
.tribe-events span,
.tribe-events address,
.tribe-events button,
.tribe-events input,
.tribe-events a {
  font-family: inherit;
}
.tribe-events .tribe-events-header__content-title h1,
.tribe-events h1,
.tribe-events h2,
.tribe-events h3,
.tribe-events h4 {
  color: #2b2623;
}
.tribe-events .tribe-events-c-events-bar {
  background: #ffffff;
  border: 1px solid #e8ddd2;
  border-radius: 20px;
  padding: 18px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
  margin-bottom: 28px;
}
.tribe-events .tribe-common-form-control-text__input,
.tribe-events .tribe-events-c-search__input {
  background: #f8f5f1;
  border: 1px solid #e2d5c8;
  border-radius: 999px;
  min-height: 52px;
  padding: 0 18px !important;
  color: #2b2623;
  box-shadow: none;
}
.tribe-events .tribe-common-form-control-text__input:focus,
.tribe-events .tribe-events-c-search__input:focus {
  border-color: #d5a15b;
  outline: none;
  box-shadow: 0 0 0 3px rgba(213, 161, 91, 0.15);
}
.tribe-events .tribe-common-c-btn,
.tribe-events .tribe-common-c-btn-border,
.tribe-events .tribe-common-c-btn-border-small,
.tribe-events .tribe-events-c-search__button,
.tribe-events .tribe-events-c-subscribe-dropdown__button,
.tribe-events .tribe-events-c-nav__today,
.tribe-events a.tribe-common-c-btn-border-small,
.tribe-events button.tribe-common-c-btn,
.tribe-events button.tribe-common-c-btn__clear {
  border-radius: 999px !important;
  transition: all 0.25s ease;
}
.tribe-events .tribe-events-c-search__button,
.tribe-events .tribe-events-c-subscribe-dropdown__button,
.tribe-events .tribe-events-c-nav__today,
.tribe-events .tribe-common-c-btn:not(.tribe-common-c-btn-border-small):not(.tribe-common-c-btn__clear) {
  background: #d5a15b !important;
  border: 1px solid #d5a15b !important;
  color: #ffffff !important;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 12px;
  padding: 14px 22px !important;
}
.tribe-events .tribe-events-c-search__button:hover,
.tribe-events .tribe-events-c-subscribe-dropdown__button:hover,
.tribe-events .tribe-events-c-nav__today:hover,
.tribe-events .tribe-common-c-btn:hover {
  background: #bf8b46 !important;
  border-color: #bf8b46 !important;
  color: #ffffff !important;
  transform: translateY(-1px);
}
.tribe-events .tribe-common-c-btn-border-small,
.tribe-events .tribe-common-c-btn-border {
  background: #ffffff !important;
  border: 1px solid #d5a15b !important;
  color: #8b5e2b !important;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 12px;
}
.tribe-events .tribe-common-c-btn-border-small:hover,
.tribe-events .tribe-common-c-btn-border:hover {
  background: #fff7ee !important;
  color: #8b5e2b !important;
}
.tribe-events .tribe-events-c-view-selector__button,
.tribe-events .tribe-events-c-view-selector__list-item-link {
  border-radius: 999px;
}
.tribe-events .tribe-events-c-view-selector__button {
  background: #f8f5f1;
  border: 1px solid #e2d5c8;
  padding: 12px 16px;
}
.tribe-events .tribe-events-c-view-selector__button:hover {
  background: #fffaf5;
}
.tribe-events .tribe-events-c-view-selector__list-item--active a,
.tribe-events .tribe-events-c-view-selector__list-item-link:hover {
  background: #fff7ee;
  color: #8b5e2b;
}
.tribe-events .tribe-events-c-top-bar {
  margin-bottom: 28px;
  gap: 16px;
}
.tribe-events .tribe-events-c-top-bar__datepicker-button {
  background: #ffffff;
  border: 1px solid #e8ddd2;
  border-radius: 999px;
  padding: 12px 18px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  color: #2b2623;
}
.tribe-events .tribe-events-c-top-bar__datepicker-button:hover {
  background: #fffaf5;
}
.tribe-events .tribe-events-calendar-list__month-separator {
  margin: 24px 0 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eadfce;
}
.tribe-events .tribe-events-calendar-list__month-separator-text {
  color: #8b5e2b;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.tribe-events .tribe-events-calendar-list__event-row {
  margin-bottom: 22px;
  align-items: stretch;
}
.tribe-events .tribe-events-calendar-list__event-wrapper {
  width: 100%;
}
.tribe-events .tribe-events-calendar-list__event {
  background: #ffffff;
  border: 1px solid #eadfce;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.tribe-events .tribe-events-calendar-list__event:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}
.tribe-events .tribe-events-calendar-list__event-date-tag {
  min-width: 96px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 4px;
}
.tribe-events .tribe-events-calendar-list__event-date-tag-datetime {
  background: #2b2623;
  color: #ffffff;
  border-radius: 20px;
  padding: 16px 14px;
  width: 82px;
  text-align: center;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
}
.tribe-events .tribe-events-calendar-list__event-date-tag-weekday {
  display: block;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 0px;
  color: #ffffff!important;
  font-weight: 900 !important;
}
.tribe-events .tribe-events-calendar-list__event-date-tag-daynum {
  display: block;
  font-size: 34px;
  line-height: 1;
  font-weight: 700;
  color: #ffffff;
}
.tribe-events .tribe-events-calendar-list__event-row {
  align-items: center;
}
.tribe-events .tribe-events-calendar-list__event-featured-image-wrapper {
  max-width: 220px;
  width: 220px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tribe-events .tribe-events-calendar-list__event-featured-image {
  width: 100%;
  height: 160px;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
  display: block;
}
.tribe-events .tribe-events-calendar-list__event-title {
  margin-bottom: 10px;
  font-size: clamp(1.5rem, 2vw, 2rem);
  line-height: 1.15;
}
.tribe-events .tribe-events-calendar-list__event-title-link {
  color: #2b2623 !important;
  text-decoration: none !important;
}
.tribe-events .tribe-events-calendar-list__event-title-link:hover {
  color: #8b5e2b !important;
}
.tribe-events .tribe-events-calendar-list__event-datetime-wrapper,
.tribe-events .tribe-events-calendar-list__event-venue,
.tribe-events .tribe-events-calendar-list__event-description {
  color: #5e544c;
  font-size: 16px;
  line-height: 1.65;
}
.tribe-events .tribe-events-calendar-list__event-venue-title {
  color: #2b2623;
  font-weight: 700;
}
.tribe-events .tribe-events-calendar-list__event-description {
  margin-top: 14px;
}
.tribe-events .tribe-events-calendar-list__event-description.tribe-common-a11y-hidden {
  position: static !important;
  clip: auto !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  margin-top: 14px;
}
.tribe-events .tribe-events-c-nav {
  margin-top: 28px;
  padding-top: 10px;
}
.tribe-events .tribe-events-c-nav__list {
  gap: 14px;
}
.tribe-events .tribe-events-c-nav__prev,
.tribe-events .tribe-events-c-nav__next,
.tribe-events .tribe-events-c-nav__today {
  background: #ffffff;
  border: 1px solid #eadfce;
  border-radius: 999px;
  padding: 12px 18px;
  color: #2b2623;
  text-decoration: none;
}
.tribe-events .tribe-events-c-nav__prev:hover,
.tribe-events .tribe-events-c-nav__next:hover {
  background: #fffaf5;
  border-color: #d5a15b;
  color: #8b5e2b;
}
.tribe-events .tribe-events-c-subscribe-dropdown__container {
  margin-top: 30px;
}
.tribe-events .tribe-events-c-subscribe-dropdown__content {
  background: #ffffff;
  border: 1px solid #eadfce;
  border-radius: 18px;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.08);
  padding: 10px 0;
  min-width: 250px;
}
.tribe-events .tribe-events-c-subscribe-dropdown__list-item-link {
  display: block;
  padding: 12px 18px;
  color: #2b2623;
  text-decoration: none;
}
.tribe-events .tribe-events-c-subscribe-dropdown__list-item-link:hover {
  background: #fff7ee;
  color: #8b5e2b;
}
.tribe-events .tribe-common-c-svgicon__svg-fill,
.tribe-events .tribe-events-c-top-bar__datepicker-button-icon-svg path,
.tribe-events .tribe-events-c-view-selector__button-icon-svg path,
.tribe-events .tribe-events-c-view-selector__list-item-icon-svg path {
  fill: currentColor;
}
.tribe-events .tribe-events-c-events-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px !important;
  border: 1px solid #eadfce;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(29, 21, 14, 0.05);
}
.tribe-events .tribe-events-c-events-bar__search-container {
  flex: 1 1 auto;
  min-width: 0;
}
.tribe-events .tribe-events-c-search {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0;
}
.tribe-events .tribe-events-c-search__input-group {
  flex: 1 1 auto;
  min-width: 0;
}
.tribe-events .tribe-common-form-control-text,
.tribe-events .tribe-events-c-search__input-control {
  position: relative;
  margin: 0;
}
.tribe-events .tribe-common-form-control-text__input,
.tribe-events .tribe-events-c-search__input {
  width: 100%;
  min-height: 58px;
  padding: 0 20px 0 52px !important;
  border: 1px solid #e4d8ca;
  border-radius: 999px;
  background: #fbf8f4;
  color: #2d2723;
  font-size: 17px;
  line-height: 1.2;
  box-shadow: none;
}
.tribe-events .tribe-events-c-search__input::placeholder {
  color: #7d736a;
  opacity: 1;
}
.tribe-events .tribe-common-form-control-text__input:focus,
.tribe-events .tribe-events-c-search__input:focus {
  background: #ffffff;
  border-color: #d5a15b;
  box-shadow: 0 0 0 4px rgba(213, 161, 91, 0.14);
  outline: none;
}
.tribe-events .tribe-events-c-search__input-control-icon-svg {
  position: absolute;
  left: 20px;
  top: 50%;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  color: #9c6b35;
  pointer-events: none;
  z-index: 2;
}
.tribe-events .tribe-events-c-events-bar__search-button {
  display: none;
}
.tribe-events .tribe-events-c-search__button {
  flex: 0 0 auto;
  min-height: 58px;
  padding: 0 28px !important;
  border-radius: 999px !important;
  background: #d7a05d !important;
  border: 1px solid #d7a05d !important;
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(215, 160, 93, 0.22);
}
.tribe-events .tribe-events-c-search__button:hover {
  background: #c38a46 !important;
  border-color: #c38a46 !important;
  transform: translateY(-1px);
}
.tribe-events .tribe-events-c-events-bar__views {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}
.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__content {
  display: block !important;
  position: static;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.tribe-events .tribe-events-c-view-selector__list {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 6px;
  list-style: none;
  background: #f7f1e8;
  border-radius: 999px;
}
.tribe-events .tribe-events-c-view-selector__list-item {
  margin: 0;
}
.tribe-events .tribe-events-c-view-selector__list-item-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  color: #5d544c;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  background: transparent;
}
.tribe-events .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-link {
  background: #ffffff;
  color: #2d2723;
  box-shadow: 0 4px 12px rgba(29, 21, 14, 0.08);
}
.tribe-events .tribe-events-c-view-selector__list-item-link:hover {
  background: rgba(255,255,255,0.72);
  color: #2d2723;
}
.tribe-events .tribe-events-c-view-selector__list-item-icon,
.tribe-events .tribe-events-c-view-selector__button {
  display: none !important;
}
@media (max-width: 980px) {
  .tribe-events .tribe-events-c-events-bar {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    padding: 16px !important;
  }
  .tribe-events .tribe-events-c-search {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .tribe-events .tribe-events-c-search__button {
    width: 100%;
  }
  .tribe-events .tribe-events-c-events-bar__views {
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .tribe-events .tribe-events-l-container {
    padding: 24px 16px 50px;
  }
  .tribe-events .tribe-events-c-events-bar {
    padding: 14px;
    border-radius: 16px;
  }
  .tribe-events .tribe-events-calendar-list__event {
    padding: 18px;
    border-radius: 20px;
  }
  .tribe-events .tribe-events-calendar-list__event-date-tag {
    min-width: 0;
    margin-bottom: 14px;
    justify-content: flex-start;
  }
  .tribe-events .tribe-events-calendar-list__event-date-tag-datetime {
    width: 74px;
    padding: 14px 10px;
  }
  .tribe-events .tribe-events-calendar-list__event-featured-image-wrapper {
    max-width: 100%;
    margin-bottom: 16px;
  }
  .tribe-events .tribe-events-calendar-list__event-title {
    font-size: 1.45rem;
  }
  .tribe-events .tribe-events-c-nav__list {
    flex-direction: column;
    align-items: stretch;
  }
  .tribe-events .tribe-events-c-nav__prev,
  .tribe-events .tribe-events-c-nav__next,
  .tribe-events .tribe-events-c-nav__today {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}
.cara-sponsor-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 24px -10px 10px;
}
.cara-sponsor-item {
  box-sizing: border-box;
  width: 25%;
  padding: 10px;
}
.cara-sponsor-item-inner {
  background: #ffffff;
  border: 1px solid #e7ecef;
  border-radius: 18px;
  padding: 20px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cara-sponsor-item img {
  max-width: 100%;
  max-height: 70px;
  width: auto;
  height: auto;
  display: block;
}
@media (max-width: 980px) {
  .cara-sponsor-item {
    width: 33.3333%;
  }
}
@media (max-width: 767px) {
  .cara-sponsor-item {
    width: 50%;
  }
  .cara-sponsor-item-inner {
    height: 120px;
    padding: 16px;
  }
  .cara-sponsor-item img {
    max-height: 55px;
  }
}
.tribe-events-venue-map {
  margin-top: 16px;
}
.tribe-events-venue-map,
.tribe-events-venue-map > div {
  max-height: none !important;
  height: auto !important;
  overflow: visible !important;
}
.tribe-events-venue-map iframe {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  height: 420px !important;
  max-height: none !important;
  border: 0 !important;
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  background: #f5f1ea;
}
@media (max-width: 767px) {
  .tribe-events-venue-map iframe {
    height: 300px !important;
    border-radius: 14px;
  }
}
.cara-back-link {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 700;
    color: #5e6c40;
    text-decoration: none;
}
.cara-back-link:hover {
    color: #944039;
}
.single-tribe_events #main-content,
.post-type-archive-tribe_events #main-content {
  background: #f9f7f4;
}
.single-tribe_events #tribe-events-pg-template,
.single-tribe_events .tribe-events-pg-template {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(32px, 5vw, 72px) 24px 80px;
  color: #4f4741;
}
.single-tribe_events .tribe-events-back {
  margin: 0 0 24px;
}
.single-tribe_events .tribe-events-back a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #9c6b35;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
}
.single-tribe_events .tribe-events-back a:hover {
  color: #7f5223;
}
.single-tribe_events .tribe-events-single-event-title {
  margin: 0 0 12px;
  color: #2d2723;
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.single-tribe_events .tribe-events-schedule {
  margin: 0 0 34px;
  color: #8d5f2d;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.single-tribe_events .tribe-events-nav-previous:empty,
.single-tribe_events .tribe-events-nav-next:empty {
  display: none;
}
.single-tribe_events .tribe-events-event-image {
  margin: 0 0 34px;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(26, 20, 14, 0.10);
  border: 1px solid #eadfce;
  background: #ffffff;
}
.single-tribe_events .tribe-events-event-image img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 7;
  object-fit: cover;
  object-position: center;
}
.single-tribe_events .tribe-events-single-event-description {
  background: #ffffff;
  border: 1px solid #eadfce;
  border-radius: 30px;
  padding: clamp(28px, 4vw, 48px);
  box-shadow: 0 18px 45px rgba(32, 23, 15, 0.06);
  margin-bottom: 34px;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.single-tribe_events .tribe-events-content,
.single-tribe_events .tribe-events-content p,
.single-tribe_events .tribe-events-content li,
.single-tribe_events .tribe-events-content span {
  color: #574d45;
  font-size: 18px;
  line-height: 1.8;
}
.single-tribe_events .tribe-events-content p {
  margin: 0 0 1.2em;
}
.single-tribe_events .tribe-events-content h1,
.single-tribe_events .tribe-events-content h2,
.single-tribe_events .tribe-events-content h3,
.single-tribe_events .tribe-events-content h4 {
  color: #2d2723;
  line-height: 1.15;
  margin: 1.1em 0 0.45em;
}
.single-tribe_events .tribe-events-content h1 {
  font-size: clamp(2rem, 4vw, 3rem);
}
.single-tribe_events .tribe-events-content h2 {
  font-size: clamp(1.65rem, 3vw, 2.2rem);
}
.single-tribe_events .tribe-events-content h3 {
  font-size: clamp(1.3rem, 2.2vw, 1.7rem);
}
.single-tribe_events .tribe-events-content a {
  color: #9c6b35;
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.15em;
}
.single-tribe_events .tribe-events-content a:hover {
  color: #7f5223;
}
.single-tribe_events .tribe-events-content img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}
.single-tribe_events .tribe-events-content > p:first-child img {
  max-width: 280px;
  display: block;
  margin: 0 auto 24px;
  border-radius: 0;
}
.single-tribe_events .tribe-events-content [style*="text-align: center"] {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.single-tribe_events .tribe-events-content a[href*="racereach"],
.single-tribe_events .tribe-events-content a[href*="paypal"],
.single-tribe_events .tribe-events-content a[href$=".pdf"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #d7a05d;
  color: #ffffff !important;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 999px;
  height: 48px;
  padding: 0 26px;
  margin: 8px 12px 8px 0;
  box-shadow: 0 8px 18px rgba(215, 160, 93, 0.25);
  transition: all 0.2s ease;
}
.single-tribe_events .tribe-events-content a[href*="racereach"]:hover,
.single-tribe_events .tribe-events-content a[href*="paypal"]:hover,
.single-tribe_events .tribe-events-content a[href$=".pdf"]:hover {
  background: #c38a46;
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(195, 138, 70, 0.28);
}
.single-tribe_events .tribe-events-content a[href$=".pdf"] {
  background: transparent;
  color: #9c6b35 !important;
  border: 1px solid #d7a05d;
  box-shadow: none;
}
.single-tribe_events .tribe-events-content a[href$=".pdf"]:hover {
  background: #fff7ee;
}
.single-tribe_events .tribe-events-c-subscribe-dropdown__container {
  margin-top: 28px;
}
.single-tribe_events .tribe-events-c-subscribe-dropdown__button {
  background: #fffaf4;
  border: 1px solid #e3cfb9;
  border-radius: 999px;
  padding: 14px 20px;
  color: #8b5c2c;
  box-shadow: none;
}
.single-tribe_events .tribe-events-c-subscribe-dropdown__button:hover {
  background: #f8eddc;
}
.single-tribe_events .tribe-events-c-subscribe-dropdown__button-text {
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 12px;
}
.single-tribe_events .tribe-events-c-subscribe-dropdown__content {
  background: #ffffff;
  border: 1px solid #eadfce;
  border-radius: 20px;
  box-shadow: 0 16px 30px rgba(0,0,0,0.08);
  padding: 10px 0;
}
.single-tribe_events .tribe-events-c-subscribe-dropdown__list-item-link {
  color: #403833;
  padding: 12px 18px;
}
.single-tribe_events .tribe-events-c-subscribe-dropdown__list-item-link:hover {
  background: #fff7ee;
  color: #8b5c2c;
}
.single-tribe_events .tribe-events-event-meta {
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0 0 34px;
}
.single-tribe_events .tribe-events-event-meta.primary,
.single-tribe_events .tribe-events-event-meta.secondary {
  display: flex;
  flex-wrap: wrap;
  margin-left: -14px;
  margin-right: -14px;
}
.single-tribe_events .tribe-events-event-meta.primary .tribe-events-meta-group,
.single-tribe_events .tribe-events-event-meta.secondary .tribe-events-meta-group,
.single-tribe_events .tribe-events-event-meta.primary .tribe-events-venue-map,
.single-tribe_events .tribe-events-event-meta.secondary .tribe-events-venue-map {
  width: calc(50% - 28px);
  margin: 0 14px 28px;
  box-sizing: border-box;
}
.single-tribe_events .tribe-events-meta-group {
  background: #ffffff;
  border: 1px solid #eadfce;
  border-radius: 28px;
  padding: 28px 30px;
  box-shadow: 0 16px 35px rgba(29, 21, 14, 0.05);
}
.single-tribe_events .tribe-events-single-section-title {
  margin: 0 0 18px;
  color: #2d2723;
  font-size: 1.55rem;
  line-height: 1.15;
}
.single-tribe_events .tribe-events-meta-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-tribe_events .tribe-events-meta-item {
  margin: 0 0 14px;
  padding: 0 0 14px;
  border-bottom: 1px solid #f0e5d8;
  color: #574d45;
  line-height: 1.7;
}
.single-tribe_events .tribe-events-meta-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.single-tribe_events .tribe-events-meta-label {
  display: block;
  margin-bottom: 4px;
  color: #9c6b35;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.single-tribe_events .tribe-events-meta-value,
.single-tribe_events .tribe-organizer,
.single-tribe_events .tribe-venue {
  color: #2d2723;
  font-size: 1.05rem;
  font-weight: 600;
}
.single-tribe_events .tribe-events-meta-group a,
.single-tribe_events .tribe-events-address a,
.single-tribe_events .tribe-organizer-url a {
  color: #9c6b35;
  font-weight: 700;
  text-decoration: none;
}
.single-tribe_events .tribe-events-meta-group a:hover,
.single-tribe_events .tribe-events-address a:hover,
.single-tribe_events .tribe-organizer-url a:hover {
  color: #7f5223;
}
.single-tribe_events .tribe-events-venue-map {
  margin-top: 0;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid #eadfce;
  box-shadow: 0 16px 35px rgba(29, 21, 14, 0.05);
  background: #ffffff;
}
@media (max-width: 980px) {
  .single-tribe_events .tribe-events-event-meta.primary .tribe-events-meta-group,
  .single-tribe_events .tribe-events-event-meta.secondary .tribe-events-meta-group,
  .single-tribe_events .tribe-events-event-meta.primary .tribe-events-venue-map,
  .single-tribe_events .tribe-events-event-meta.secondary .tribe-events-venue-map {
    width: calc(100% - 28px);
  }
  .single-tribe_events .tribe-events-single-event-description {
    padding: 24px 20px;
    border-radius: 24px;
  }
  .single-tribe_events .tribe-events-meta-group {
    padding: 22px 20px;
    border-radius: 22px;
  }
  .single-tribe_events .tribe-events-event-image {
    border-radius: 22px;
  }
  .single-tribe_events .tribe-events-event-image img {
    aspect-ratio: 4 / 3;
  }
}
@media (max-width: 767px) {
  .single-tribe_events #tribe-events-pg-template,
  .single-tribe_events .tribe-events-pg-template {
    padding: 24px 16px 56px;
  }
  .single-tribe_events .tribe-events-single-event-title {
    font-size: 2.2rem;
  }
  .single-tribe_events .tribe-events-content,
  .single-tribe_events .tribe-events-content p,
  .single-tribe_events .tribe-events-content li,
  .single-tribe_events .tribe-events-content span {
    font-size: 16px;
    line-height: 1.75;
  }
  .single-tribe_events .tribe-events-content p a[href*="racereach"],
  .single-tribe_events .tribe-events-content p a[href*="paypal"],
  .single-tribe_events .tribe-events-content p a[href$=".pdf"] {
    width: 100%;
    text-align: center;
    padding: 14px 18px;
  }
  .single-tribe_events .tribe-events-venue-map iframe {
    min-height: 280px;
  }
}
.single-tribe_events .tribe-events-content {
  max-width: none;
  margin: 0;
  text-align: left;
}
.single-tribe_events .tribe-events-content h1,
.single-tribe_events .tribe-events-content h2,
.single-tribe_events .tribe-events-content h3 {
  text-align: left;
}
.single-tribe_events .tribe-events-content p[style*="text-align"],
.single-tribe_events .tribe-events-content div[style*="text-align"] {
  text-align: left !important;
}
.single-tribe_events .tribe-events-content p {
  margin-bottom: 1.2em;
}
.single-tribe_events .tribe-events-content hr {
  border: none;
  border-top: 1px solid #eadfce;
  margin: 32px 0;
}
.single-tribe_events .tribe-events-content ul {
  padding-left: 20px;
  margin: 1em 0;
}
.single-tribe_events .tribe-events-content li {
  margin-bottom: 0.5em;
}
.cara-upcoming-events {
  overflow: hidden;
  max-width: 1320px;
  margin: 0 auto;
}
.cara-upcoming-events__media {
  float: left;
  width: 38%;
  max-width: 520px;
  margin-right: 5%;
}
.cara-upcoming-events__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 20px 45px rgba(24, 18, 12, 0.10);
}
.cara-upcoming-events__content {
  float: left;
  width: 57%;
}
.cara-upcoming-events__heading {
  margin: 0 0 30px;
  color: #2d2723;
  font-size: 64px;
  line-height: 1.02;
}
.cara-upcoming-events__grid {
  overflow: hidden;
}
.cara-upcoming-events__item {
  float: left;
  width: 47%;
  margin-right: 6%;
  margin-bottom: 34px;
}
.cara-upcoming-events__item:nth-child(2n) {
  margin-right: 0;
}
.cara-upcoming-events__icon {
  float: left;
  width: 28px;
  font-size: 20px;
  line-height: 1;
  margin-top: 2px;
}
.cara-upcoming-events__text {
  margin-left: 44px;
}
.cara-upcoming-events__title {
  margin: 0 0 10px;
  font-size: 17px;
  line-height: 1.25;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  font-weight: 800;
}
.cara-upcoming-events__title a {
  color: #2d2723;
  text-decoration: none;
}
.cara-upcoming-events__title a:hover {
  color: #9c6b35;
}
.cara-upcoming-events__meta {
  margin: 0 0 8px;
  color: #4f4741;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 700;
}
.cara-upcoming-events__excerpt {
  margin: 0;
  color: #5f554d;
  font-size: 16px;
  line-height: 1.8;
}
.cara-upcoming-events__footer {
  clear: both;
  padding-top: 10px;
  text-align: right;
}
.cara-upcoming-events__button {
  display: inline-block;
  min-height: 60px;
  line-height: 60px;
  padding: 0 34px;
  border-radius: 999px;
  background: #d7a05d;
  border: 1px solid #d7a05d;
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  box-shadow: 0 12px 24px rgba(215, 160, 93, 0.22);
}
.cara-upcoming-events__button:hover {
  background: #c38a46;
  border-color: #c38a46;
  color: #ffffff !important;
}
@media (max-width: 980px) {
  .cara-upcoming-events__media,
  .cara-upcoming-events__content {
    float: none;
    width: 100%;
    max-width: none;
    margin-right: 0;
  }
  .cara-upcoming-events__media {
    margin-bottom: 30px;
  }
  .cara-upcoming-events__heading {
    font-size: 52px;
    margin-bottom: 24px;
  }
  .cara-upcoming-events__item {
    width: 47%;
    margin-right: 6%;
    margin-bottom: 28px;
  }
  .cara-upcoming-events__item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .cara-upcoming-events__heading {
    font-size: 42px;
    margin-bottom: 22px;
  }
  .cara-upcoming-events__item {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }
  .cara-upcoming-events__icon {
    width: 24px;
    font-size: 18px;
  }
  .cara-upcoming-events__text {
    margin-left: 38px;
  }
  .cara-upcoming-events__title {
    font-size: 15px;
    letter-spacing: 0.08em;
  }
  .cara-upcoming-events__meta,
  .cara-upcoming-events__excerpt {
    font-size: 15px;
  }
  .cara-upcoming-events__footer {
    text-align: left;
  }
  .cara-upcoming-events__button {
    display: inline-block;
    width: auto;
    max-width: 100%;
    line-height: 56px;
    min-height: 56px;
  }
}
.nf-form-cont {
  margin: 0 0 32px;
}
.nf-form-cont .nf-form-wrap {
  background: #ffffff;
  border: 1px solid #dbe7df;
  border-radius: 22px;
  padding: clamp(24px, 3vw, 42px);
  box-shadow: 0 14px 34px rgba(30, 68, 48, 0.08);
}
.nf-form-cont .nf-form-title h3 {
  margin: 0 0 18px;
  font-size: clamp(1.9rem, 3vw, 2.6rem);
  line-height: 1.15;
  color: #234b34;
  font-weight: 700;
}
.nf-form-cont .nf-field-container {
  margin-bottom: 20px;
}
.nf-form-cont .nf-field-label label,
.nf-form-cont .nf-field-label .nf-label-span {
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
  color: #234b34;
  letter-spacing: 0.01em;
}
.nf-form-cont .html-wrap .nf-field-label {
  margin-bottom: 0;
}
.nf-form-cont .html-wrap .nf-label-span {
  display: block;
  margin: 18px 0 8px;
  padding-top: 18px;
  border-top: 1px solid #dbe7df;
  font-size: 1.2rem;
  line-height: 1.3;
  color: #234b34;
  font-weight: 800;
}
.nf-form-cont .html-wrap .nf-field-element p,
.nf-form-cont .html-wrap .nf-field-element {
  margin: 0;
  color: #5c6f63;
  font-size: 15px;
  line-height: 1.6;
}
.nf-form-cont input[type="text"],
.nf-form-cont input[type="email"],
.nf-form-cont input[type="tel"],
.nf-form-cont input[type="date"],
.nf-form-cont input[type="number"],
.nf-form-cont input[type="url"],
.nf-form-cont input[type="password"],
.nf-form-cont select,
.nf-form-cont textarea,
.nf-form-cont .list-select-wrap select,
.nf-form-cont .pikaday__display,
.nf-form-cont .flatpickr-input,
.nf-form-cont .nf-element:not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]) {
  width: 100%;
  min-height: 56px;
  padding: 14px 16px;
  border: 1px solid #cfdcd3;
  border-radius: 14px;
  background: #f8fbf9;
  color: #24352b;
  font-size: 16px;
  line-height: 1.4;
  box-shadow: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  -webkit-appearance: none;
  appearance: none;
}
.nf-form-cont textarea,
.nf-form-cont .textarea-wrap textarea {
  min-height: 150px;
  resize: vertical;
}
.nf-form-cont input[type="text"]:focus,
.nf-form-cont input[type="email"]:focus,
.nf-form-cont input[type="tel"]:focus,
.nf-form-cont input[type="date"]:focus,
.nf-form-cont input[type="number"]:focus,
.nf-form-cont input[type="url"]:focus,
.nf-form-cont input[type="password"]:focus,
.nf-form-cont select:focus,
.nf-form-cont textarea:focus,
.nf-form-cont .pikaday__display:focus,
.nf-form-cont .flatpickr-input:focus,
.nf-form-cont .nf-element:not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):focus {
  outline: none;
  background: #ffffff;
  border-color: #6aa57a;
  box-shadow: 0 0 0 4px rgba(106, 165, 122, 0.16);
}
.nf-form-cont input::placeholder,
.nf-form-cont textarea::placeholder {
  color: #87968c;
}
.nf-form-cont .list-select-wrap,
.nf-form-cont .nf-field-element {
  position: relative;
}
.nf-form-cont select {
  padding-right: 48px;
  background-image: linear-gradient(45deg, transparent 50%, #4f6757 50%),
                    linear-gradient(135deg, #4f6757 50%, transparent 50%);
  background-position: calc(100% - 22px) calc(50% - 3px),
                       calc(100% - 16px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}
.nf-form-cont .one-half,
.nf-form-cont .one-third,
.nf-form-cont .two-thirds {
  margin-bottom: 20px;
}
.nf-form-cont .nf-error-msg,
.nf-form-cont .ninja-forms-req-symbol,
.nf-form-cont .nf-error-wrap,
.nf-form-cont .nf-form-errors {
  color: #b42318;
}
.nf-form-cont .nf-error-wrap {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.4;
}
.nf-form-cont .submit-wrap {
  margin-top: 10px;
}
.nf-form-cont input[type="submit"],
.nf-form-cont .nf-element[type="button"],
.nf-form-cont .nf-element[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 28px;
  border: 0;
  border-radius: 999px;
  background: #2f6b45;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(47, 107, 69, 0.22);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}
.nf-form-cont input[type="submit"]:hover,
.nf-form-cont .nf-element[type="button"]:hover,
.nf-form-cont .nf-element[type="submit"]:hover {
  background: #255638;
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(47, 107, 69, 0.26);
}
.nf-form-cont input[type="submit"]:focus,
.nf-form-cont .nf-element[type="button"]:focus,
.nf-form-cont .nf-element[type="submit"]:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(106, 165, 122, 0.2), 0 14px 28px rgba(47, 107, 69, 0.26);
}
.nf-form-cont input[type="submit"]:active,
.nf-form-cont .nf-element[type="button"]:active,
.nf-form-cont .nf-element[type="submit"]:active {
  transform: translateY(0);
}
.nf-form-cont .nf-form-hp {
  position: absolute !important;
  left: -9999px !important;
}
.nf-form-cont .nf-response-msg {
  margin-bottom: 20px;
  padding: 16px 18px;
  border-radius: 16px;
  background: #edf7f0;
  border: 1px solid #cfe6d5;
  color: #234b34;
  font-weight: 600;
}
@media (max-width: 767px) {
  .nf-form-cont .nf-form-wrap {
    padding: 20px 16px;
    border-radius: 18px;
  }
  .nf-form-cont .nf-form-title h3 {
    font-size: 1.8rem;
  }
  .nf-form-cont input[type="text"],
  .nf-form-cont input[type="email"],
  .nf-form-cont input[type="tel"],
  .nf-form-cont input[type="date"],
  .nf-form-cont input[type="number"],
  .nf-form-cont input[type="url"],
  .nf-form-cont input[type="password"],
  .nf-form-cont select,
  .nf-form-cont textarea,
  .nf-form-cont .pikaday__display,
  .nf-form-cont .flatpickr-input {
    min-height: 54px;
    font-size: 16px;
  }
  .nf-form-cont input[type="submit"],
  .nf-form-cont .nf-element[type="button"],
  .nf-form-cont .nf-element[type="submit"] {
    width: 100%;
  }
}
.nf-form-content ul,
.nf-form-content ol {
  list-style: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}
.nf-form-content ul li,
.nf-form-content ol li {
  list-style: none !important;
}
.nf-form-content .list-checkbox-wrap ul li,
.nf-form-content .list-radio-wrap ul li {
  display: flex !important;
  align-items: center !important;
  gap: 10px;
  margin-bottom: 10px;
}
.nf-form-content .list-checkbox-wrap input[type="checkbox"],
.nf-form-content .list-radio-wrap input[type="radio"] {
  margin: 0 !important;
  flex: 0 0 auto;
}
.nf-form-content .list-checkbox-wrap label,
.nf-form-content .list-radio-wrap label {
  margin: 0 !important;
}
.cara-accordion {
  border: none !important;
}
.cara-accordion .et_pb_accordion_item,
.cara-accordion .et_pb_toggle {
  background: #ffffff !important;
  border: 1px solid #eadfce !important;
  border-radius: 18px !important;
  margin-bottom: 16px !important;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(29, 21, 14, 0.06);
  transition: all 0.2s ease;
}
.cara-accordion .et_pb_accordion_item:hover,
.cara-accordion .et_pb_toggle:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(29, 21, 14, 0.1);
}
.cara-accordion .et_pb_toggle_title {
  position: relative;
  margin: 0 !important;
  padding: 22px 70px 22px 24px !important;
  background: #1f1a17;
  color: #ffffff !important;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.3;
  cursor: pointer;
  transition: background 0.2s ease;
}
.cara-accordion .et_pb_toggle_title:hover {
  background: #2d2723;
}
.cara-accordion .et_pb_toggle_open .et_pb_toggle_title {
  background: #cf8741 !important;
  color: #ffffff !important;
}
.cara-accordion .et_pb_toggle_title:before {
  content: none !important;
  display: none !important;
}
.cara-accordion .et_pb_toggle_title:after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 34px;
  height: 34px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
}
.cara-accordion .et_pb_toggle_open .et_pb_toggle_title:after {
  content: "\2212";
  background: rgba(255, 255, 255, 0.18);
}
.cara-accordion .et_pb_toggle_content {
  padding: 24px 26px 26px !important;
  background: #ffffff;
  color: #574d45;
  font-size: 16px;
  line-height: 1.75;
  border-top: 1px solid #f1e7db;
}
.cara-accordion .et_pb_toggle_content a {
  color: #9c6b35;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(156, 107, 53, 0.25);
}
.cara-accordion .et_pb_toggle_content a:hover {
  color: #7f5223;
  border-bottom-color: rgba(127, 82, 35, 0.45);
}
.cara-accordion .et_pb_toggle_content ul {
  list-style: none !important;
  padding-left: 0 !important;
  margin: 14px 0;
}
.cara-accordion .et_pb_toggle_content ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.cara-accordion .et_pb_toggle_content ul li:before {
  content: "\f1b0";
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", FontAwesome;
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #cf8741;
}
.cara-accordion .et_pb_toggle_content ul ul li:before {
  font-size: 10px;
  color: #5e6c40;
}
@media (max-width: 767px) {
  .cara-accordion .et_pb_toggle_title {
    font-size: 15px;
    padding: 18px 58px 18px 18px !important;
  }
  .cara-accordion .et_pb_toggle_title:after {
    right: 16px;
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 28px;
  }
  .cara-accordion .et_pb_toggle_content {
    padding: 18px !important;
    font-size: 15px;
  }
}
.cara-adopt-card {
  background: #ffffff;
  border: 1px solid #eadfce;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 14px 34px rgba(29, 21, 14, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.cara-adopt-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(29, 21, 14, 0.10);
}
.cara-adopt-card .et_pb_module:last-child {
  margin-bottom: 0;
}
.cara-adopt-card .et_pb_image {
  margin-bottom: 22px !important;
}
.cara-adopt-card .et_pb_image .et_pb_image_wrap {
  display: block;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 26px rgba(29, 21, 14, 0.10);
}
.cara-adopt-card .et_pb_image img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.cara-adopt-card .et_pb_text {
  margin-bottom: 20px !important;
}
.cara-adopt-card h3 {
  margin: 0 0 12px;
  color: #2d2723;
  font-size: clamp(1.7rem, 2.2vw, 2.2rem);
  line-height: 1.15;
}
.cara-adopt-card p {
  margin: 0;
  color: #5a5048;
  font-size: 17px;
  line-height: 1.8;
}
.cara-adopt-card .et_pb_button_module_wrapper {
  margin-top: 6px;
}
.cara-adopt-card .cara-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 30px !important;
  background: #cf8741 !important;
  border: 1px solid #cf8741 !important;
  border-radius: 999px !important;
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none !important;
  box-shadow: 0 10px 22px rgba(207, 135, 65, 0.24);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}
.cara-adopt-card .cara-btn:hover {
  background: #b97433 !important;
  border-color: #b97433 !important;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(185, 116, 51, 0.28);
}
.et_pb_equal_columns .cara-adopt-card {
  display: flex;
  flex-direction: column;
}
.et_pb_equal_columns .cara-adopt-card .et_pb_button_module_wrapper {
  margin-top: auto;
  padding-top: 4px;
}
@media (max-width: 980px) {
  .cara-adopt-card {
    padding: 24px;
  }
  .cara-adopt-card h3 {
    font-size: 1.8rem;
  }
  .cara-adopt-card p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .cara-adopt-card {
    padding: 20px;
    border-radius: 20px;
  }
  .cara-adopt-card .et_pb_image {
    margin-bottom: 18px !important;
  }
  .cara-adopt-card .et_pb_image .et_pb_image_wrap {
    border-radius: 16px;
  }
  .cara-adopt-card h3 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .cara-adopt-card p {
    font-size: 16px;
    line-height: 1.75;
  }
  .cara-adopt-card .cara-btn {
    width: 100%;
  }
}
.cara-content-page.et_pb_section {
  background: #f7f5f1;
  padding: 80px 0 65px !important;
}
.cara-content-page .et_pb_row {
  width: 92%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
.cara-content-page .et_pb_text_inner {
  color: #5d544c;
}
.cara-content-page .cara-eyebrow {
  margin: 0 0 12px;
  color: #9c6b35;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.cara-content-page .cara-page-title {
  margin: 0 0 14px;
  color: #2d2723;
  font-size: 72px;
  line-height: 0.98em;
  letter-spacing: -0.03em;
}
.cara-content-page .cara-intro {
  margin: 0 0 28px;
  max-width: 62ch;
  color: #7a7068;
  font-size: 21px;
  line-height: 1.75em;
}
.cara-content-page .cara-content-card,
.cara-content-page .et_pb_row_1 {
  position: relative;
  background: #ffffff;
  border: 1px solid #eadfce;
  border-radius: 28px;
  box-shadow: 0 18px 40px rgba(28, 21, 15, 0.06);
  padding: 52px !important;
  overflow: hidden;
}
.cara-content-page .cara-content-card:before,
.cara-content-page .et_pb_row_1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 52px;
  right: 52px;
  height: 4px;
  background: linear-gradient(90deg, #cf8741 0%, #d7a05d 40%, rgba(215,160,93,0) 100%);
  border-radius: 999px;
}
.cara-content-page .et_pb_text_inner h2,
.cara-content-page .et_pb_text_inner h3,
.cara-content-page .et_pb_text_inner h4 {
  color: #2d2723;
  line-height: 1.12em;
}
.cara-content-page .et_pb_text_inner h2 {
  margin: 36px 0 16px;
  font-size: 42px;
  line-height: 1.12em;
  letter-spacing: -0.02em;
}
.cara-content-page .et_pb_text_inner h2:first-child {
  margin-top: 0;
}
.cara-content-page .et_pb_text_inner h3 {
  position: relative;
  margin: 42px 0 18px;
  padding-bottom: 10px;
  font-size: 34px;
}
.cara-content-page .et_pb_text_inner h3:first-child {
  margin-top: 0;
}
.cara-content-page .et_pb_text_inner h3:after {
  content: "";
  display: block;
  width: 46px;
  height: 3px;
  margin-top: 10px;
  background: #d7a05d;
  border-radius: 2px;
}
.cara-content-page .et_pb_text_inner p,
.cara-content-page .et_pb_text_inner li {
  color: #5d544c;
  font-size: 18px;
  line-height: 1.9em;
}
.cara-content-page .et_pb_text_inner p {
  margin-bottom: 1.1em;
  max-width: 62ch;
}
.cara-content-page .et_pb_text_inner ul {
  list-style: none;
  padding-left: 0;
  margin: 18px 0 0;
}
.cara-content-page .et_pb_text_inner ul > li {
  list-style: none;
  position: relative;
  margin: 0 0 14px;
  padding: 0 0 0 36px;
  font-size: 18px;
  line-height: 1.9em;
  color: #5d544c;
}
.cara-content-page .et_pb_text_inner ul > li::marker {
  content: "";
  color: transparent;
  font-size: 0;
}
.cara-content-page .et_pb_text_inner ul > li:before {
  content: "
1b0";
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", FontAwesome;
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0.42em;
  font-size: 12px;
  line-height: 1;
  color: #cf8741;
}
.cara-content-page .et_pb_text_inner a {
  color: #9c6b35;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(156, 107, 53, 0.25);
}
.cara-content-page .et_pb_text_inner a:hover {
  color: #7f5223;
  border-bottom-color: rgba(127, 82, 35, 0.45);
}
.cara-content-page .et_pb_button,
.cara-content-page .cara-btn-primary {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  line-height: 1.2;
  padding: 0 30px !important;
  border-radius: 999px !important;
  background: #0f5ea0 !important;
  border: 1px solid #0f5ea0 !important;
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  box-shadow: 0 12px 24px rgba(15, 94, 160, 0.18);
  transition: all 0.2s ease;
}
.cara-content-page .et_pb_button:hover,
.cara-content-page .cara-btn-primary:hover {
  background: #0c4f87 !important;
  border-color: #0c4f87 !important;
  color: #ffffff !important;
  box-shadow: 0 14px 28px rgba(12, 79, 135, 0.22);
  transform: translateY(-1px);
}
.cara-content-page .nf-form-content ul,
.cara-content-page .nf-form-content ol {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cara-content-page .nf-form-content li {
  list-style: none !important;
  position: static !important;
  padding-left: 0 !important;
  margin: 0 0 12px !important;
}
.cara-content-page .nf-form-content li::marker {
  content: "" !important;
  color: transparent !important;
  font-size: 0 !important;
}
.cara-content-page .nf-form-content li:before {
  content: none !important;
  display: none !important;
}
.cara-content-page .nf-form-content .list-checkbox-wrap ul li,
.cara-content-page .nf-form-content .list-radio-wrap ul li {
  display: flex !important;
  align-items: center !important;
  gap: 10px;
}
.cara-content-page .nf-form-content .list-checkbox-wrap input[type="checkbox"],
.cara-content-page .nf-form-content .list-radio-wrap input[type="radio"] {
  margin: 0 !important;
  flex: 0 0 auto;
}
.cara-content-page .nf-form-content .list-checkbox-wrap label,
.cara-content-page .nf-form-content .list-radio-wrap label {
  margin: 0 !important;
}
@media (max-width: 980px) {
  .cara-content-page.et_pb_section {
    padding: 64px 0 90px !important;
  }
  .cara-content-page .cara-content-card,
  .cara-content-page .et_pb_row_1 {
    padding: 36px !important;
  }
  .cara-content-page .cara-page-title {
    font-size: 56px;
  }
  .cara-content-page .cara-intro {
    font-size: 19px;
  }
  .cara-content-page .et_pb_text_inner h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .cara-content-page.et_pb_section {
    padding: 52px 0 72px !important;
  }
  .cara-content-page .et_pb_row {
    width: calc(100% - 32px);
  }
  .cara-content-page .cara-content-card,
  .cara-content-page .et_pb_row_1 {
    border-radius: 22px;
    padding: 24px !important;
  }
  .cara-content-page .cara-content-card:before,
  .cara-content-page .et_pb_row_1:before {
    left: 24px;
    right: 24px;
  }
  .cara-content-page .cara-page-title {
    font-size: 42px;
    line-height: 1.02em;
  }
  .cara-content-page .cara-intro {
    font-size: 17px;
    line-height: 1.75em;
  }
  .cara-content-page .et_pb_text_inner h3 {
    font-size: 24px;
    margin-top: 34px;
  }
  .cara-content-page .et_pb_text_inner p,
  .cara-content-page .et_pb_text_inner li {
    font-size: 16px;
    line-height: 1.8em;
  }
  .cara-content-page .et_pb_button,
  .cara-content-page .cara-btn-primary {
    width: 100%;
    max-width: 320px;
    text-align: center;
  }
}
.cara-how-it-works {
  max-width: 900px;
}
.cara-how-it-works .cara-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 24px;
}
.cara-how-it-works .cara-step {
  width: calc(50% - 10px);
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #eadfce;
  border-radius: 16px;
  padding: 22px;
  box-shadow: 0 10px 24px rgba(29, 21, 14, 0.05);
}
.cara-how-it-works .cara-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-bottom: 12px;
  border-radius: 50%;
  background: #cf8741;
  color: #ffffff;
  font-weight: 800;
  line-height: 1;
}
.cara-how-it-works .cara-step h3 {
  margin: 0 0 8px;
  padding: 0;
  color: #2d2723;
  font-size: 22px;
  line-height: 1.2;
}
.cara-how-it-works .cara-step h3:after {
  display: none;
}
.cara-how-it-works .cara-step p {
  margin: 0;
  color: #5f554d;
  font-size: 16px;
  line-height: 1.7;
}
.cara-how-it-works .cara-cta-row {
  margin-top: 28px;
}
@media (max-width: 767px) {
  .cara-how-it-works .cara-step {
    width: 100%;
  }
}
/* CTA row */
.cara-how-it-works .cara-cta-row {
  margin-top: 28px;
}

/* Primary CTA button */
.cara-how-it-works .cara-btn-primary,
.cara-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 30px;
  border-radius: 999px;
  background: #d7a05d;
  border: 1px solid #d7a05d;
  color: #ffffff !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none !important;
  box-shadow: 0 12px 24px rgba(215, 160, 93, 0.22);
  transition: all 0.2s ease;
}

.cara-how-it-works .cara-btn-primary:hover,
.cara-btn-primary:hover {
  background: #c38a46;
  border-color: #c38a46;
  color: #ffffff !important;
  transform: translateY(-1px);
}
.cara-feature-page .et_pb_row {
  max-width: 1180px;
  width: 90%;
  display: flex;
  align-items: flex-start;
  gap: 64px;
}
.cara-feature-page .et_pb_column_3_5 {
  width: 58% !important;
}
.cara-feature-page .et_pb_column_2_5 {
  width: 42% !important;
}
.cara-feature-page .cara-intro {
  max-width: 620px;
  font-size: 24px;
  line-height: 1.75em;
  margin: 0 0 46px;
}
.cara-feature-page .et_pb_text_inner h3 {
  margin: 28px 0 8px;
  color: #2d2723;
  font-size: 28px;
  line-height: 1.15em;
}
.cara-feature-page .et_pb_text_inner p:not(.cara-eyebrow):not(.cara-intro) {
  color: #5d544c;
  font-size: 18px;
  line-height: 1.75em;
  margin-bottom: 18px;
}
.cara-feature-page .et_pb_text_inner ul {
  margin-top: 24px;
}
.cara-feature-page .et_pb_text_inner ul > li {
  font-size: 20px;
  line-height: 1.6em;
  margin-bottom: 22px;
  padding-left: 44px;
}
.cara-feature-page .et_pb_text_inner ul > li:before {
  top: 0.42em;
  font-size: 13px;
}
.cara-feature-page .et_pb_image img {
  border-radius: 10px;
  box-shadow: 0 24px 55px rgba(29, 21, 14, 0.16);
}
.cara-feature-page .et_pb_button_module_wrapper {
  margin-top: 54px !important;
}
@media (max-width: 980px) {
  .cara-feature-page .et_pb_row {
    display: block;
    width: calc(100% - 40px);
  }
  .cara-feature-page .et_pb_column_3_5,
  .cara-feature-page .et_pb_column_2_5 {
    width: 100% !important;
  }
  .cara-feature-page .et_pb_column_2_5 {
    margin-top: 40px;
  }
  .cara-feature-page .cara-intro {
    font-size: 20px;
    margin-bottom: 34px;
  }
}
@media (min-width: 981px) and (max-width: 1100px) {
  #main-header .container.et_menu_container {
    width: 96%;
    max-width: 1280px;
  }
  #main-header .logo_container {
    max-width: 240px;
  }
  #main-header #logo {
    max-height: 62px;
    width: auto;
  }
  #main-header #et-top-navigation {
    padding-left: 255px !important;
  }
  #top-menu > li {
    padding-right: 18px !important;
  }
  #top-menu > li:last-child {
    padding-right: 0 !important;
  }
  #top-menu li a {
    font-size: 16px;
  }
  #main-header,
  #main-header .nav li ul,
  .et-fixed-header#main-header,
  .et-fixed-header#main-header .nav li ul {
    line-height: 1.2;
  }
}
@media (min-width: 981px) and (max-width: 1065px) {
  #main-header .logo_container {
    max-width: 215px;
  }
  #main-header #logo {
    max-height: 56px;
  }
  #main-header #et-top-navigation {
    padding-left: 225px !important;
  }
  #top-menu > li {
    padding-right: 14px !important;
  }
  #top-menu li a {
    font-size: 15px;
  }
}

@media (min-width: 1101px) and (max-width: 1179px) {

    #main-header #logo {
        max-width: 260px;
        height: auto !important;
    }

    #main-header #top-menu li {
        padding-right: 12px;
    }

}

/* =========================================================
   CARA NAV DROPDOWN – ADOPT MENU (FLATTENED + STYLED)
   ========================================================= */

@media (min-width: 981px) {

  /* Primary menu items (Dogs, Cats, Adoption Process) */
  #top-menu .sub-menu > li > a:not([href*="adoption-application"]) {
    font-weight: 700 !important;
    color: #5e6c40 !important;
  }

  /* Secondary links (Application links) */
  #top-menu .sub-menu a[href*="adoption-application"] {
    padding-left: 34px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #5e6c40 !important;
    background: #fffaf3 !important;
    border-left: 3px solid #cf8741;
    margin: 4px 0 !important;
    border-radius: 8px !important;
    text-decoration: none !important;
  }

  /* Hover state for application links */
  #top-menu .sub-menu a[href*="adoption-application"]:hover {
    background: #f7f1e8 !important;
    color: #944039 !important;
  }

  /* Optional: remove underline from all dropdown links */
  #top-menu .sub-menu a {
    text-decoration: none !important;
  }
}
.cara-quick-links .et_pb_blurb {
  background: #ffffff;
  border-radius: 16px;
  padding: 16px 12px;
  margin-bottom: 14px;
  border: 1px solid #e7dfd5;
  transition: all 0.22s ease;
  text-align: center;
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cara-quick-links .et_pb_blurb:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(41, 21, 14, 0.08);
  border-color: #d4ae6d;
}
.cara-quick-links .et_pb_blurb_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.cara-quick-links .et_pb_main_blurb_image {
  margin-bottom: 4px;
}
.cara-quick-links .et-pb-icon {
  font-size: 26px;
  color: #cf8741;
  line-height: 1;
}
.cara-quick-links .et_pb_module_header {
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1.3;
  color: #2f2f2f;
  margin: 0;
}
.cara-quick-links .et_pb_blurb_container {
  padding: 0;
}
@media (max-width: 767px) {
  .cara-quick-links .et_pb_blurb {
    min-height: 135px;
    padding: 14px 10px;
  }
  .cara-quick-links .et_pb_module_header {
    font-size: 0.85rem;
    letter-spacing: 0.8px;
  }
}
.page-id-290 .et_pb_section_1,
.page-id-290 .et_pb_section_2,
.page-id-290 .et_pb_section_3,
.page-id-290 .et_pb_section_4,
.page-id-290 .et_pb_section_5,
.page-id-290 .et_pb_section_7 {
  background: #f8f5f1;
}
.page-id-290 .et_pb_section_1 {
  padding: clamp(56px, 7vw, 88px) 0 22px;
}
.page-id-290 .et_pb_section_2 {
  padding: 14px 0 34px;
}
.page-id-290 .et_pb_section_3 {
  padding: 26px 0 10px;
}
.page-id-290 .et_pb_section_4 {
  padding: 8px 0 34px;
}
.page-id-290 .et_pb_section_5 {
  padding: 28px 0 18px;
}
.page-id-290 .et_pb_row_0,
.page-id-290 .et_pb_row_2,
.page-id-290 .et_pb_row_4 {
  max-width: 760px;
}
.page-id-290 .et_pb_row_1,
.page-id-290 .et_pb_row_3 {
  max-width: 1120px;
}
.page-id-290 .et_pb_text_0,
.page-id-290 .et_pb_text_1,
.page-id-290 .et_pb_text_4 {
  color: #5c5248;
}
.page-id-290 .et_pb_text_0 h2,
.page-id-290 .et_pb_text_1 h2,
.page-id-290 .et_pb_text_4 h2 {
  color: #2a241f;
  font-size: clamp(2rem, 3vw, 2.6rem);
  line-height: 1.15;
  margin-bottom: 14px;
}
.page-id-290 .et_pb_text_0 p,
.page-id-290 .et_pb_text_1 p,
.page-id-290 .et_pb_text_4 p {
  font-size: 1.08rem;
  line-height: 1.8;
  max-width: 760px;
  margin: 0 auto;
}
.page-id-290 .et_pb_text_0.et_pb_text_align_left p {
  margin-left: 0;
  margin-right: 0;
}
.page-id-290 .et_pb_cta_0.et_pb_promo,
.page-id-290 .et_pb_cta_1.et_pb_promo {
  background: linear-gradient(180deg, #ffffff 0%, #fcfaf7 100%);
  border: 1px solid #eadfce;
  border-radius: 24px;
  padding: clamp(30px, 4vw, 42px) clamp(22px, 4vw, 34px) !important;
  box-shadow: 0 14px 34px rgba(41, 21, 14, 0.07);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
  overflow: hidden;
}
.page-id-290 .et_pb_cta_0.et_pb_promo:hover,
.page-id-290 .et_pb_cta_1.et_pb_promo:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(41, 21, 14, 0.11);
  border-color: #d4ae6d;
}
.page-id-290 .et_pb_cta_0 .et_pb_promo_description,
.page-id-290 .et_pb_cta_1 .et_pb_promo_description {
  margin-bottom: 24px;
}
.page-id-290 .et_pb_cta_0 .et_pb_module_header,
.page-id-290 .et_pb_cta_1 .et_pb_module_header {
  color: #2a241f !important;
  font-size: clamp(1.8rem, 3vw, 2.2rem);
  line-height: 1.15;
  margin-bottom: 14px;
}
.page-id-290 .et_pb_cta_0 .et_pb_promo_description p,
.page-id-290 .et_pb_cta_1 .et_pb_promo_description p {
  color: #5f544a !important;
  font-size: 1rem;
  line-height: 1.8;
  max-width: 34ch;
  margin: 0 auto;
}
.page-id-290 .et_pb_cta_0 .et_pb_promo_button,
.page-id-290 .et_pb_cta_1 .et_pb_promo_button {
  background: #cf8741 !important;
  border: 1px solid #cf8741 !important;
  color: #fff !important;
  border-radius: 999px !important;
  padding: 0.9em 1.7em !important;
  font-size: 0.9rem !important;
  font-weight: 700 !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: 0 10px 20px rgba(207, 135, 65, 0.22);
}
.page-id-290 .et_pb_cta_0 .et_pb_promo_button:hover,
.page-id-290 .et_pb_cta_1 .et_pb_promo_button:hover {
  background: #944039 !important;
  border-color: #944039 !important;
  padding: 0.9em 1.7em !important;
}
.page-id-290 .et_pb_text_2,
.page-id-290 .et_pb_text_3 {
  background: #fff;
  border: 1px solid #eadfce;
  border-radius: 22px;
  padding: clamp(26px, 4vw, 34px);
  box-shadow: 0 10px 28px rgba(41, 21, 14, 0.05);
  height: 100%;
}
.page-id-290 .et_pb_text_2 h3,
.page-id-290 .et_pb_text_3 h3 {
  color: #2a241f;
  font-size: 1.55rem;
  margin-bottom: 18px;
}
.page-id-290 .et_pb_text_2 ul,
.page-id-290 .et_pb_text_3 ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.page-id-290 .et_pb_text_2 li,
.page-id-290 .et_pb_text_3 li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
  color: #5c5248;
  line-height: 1.65;
}
.page-id-290 .et_pb_text_2 li::before,
.page-id-290 .et_pb_text_3 li::before {
  content: "\f1b0";
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", FontAwesome;
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  color: #cf8741;
  font-size: 1.2em;
  line-height: 1.1;
}
.page-id-290 .et_pb_section_5 {
  border-top: 1px solid rgba(148, 64, 57, 0.08);
}
.page-id-290 .et_pb_section_7 {
  position: relative;
  padding-top: clamp(80px, 10vw, 120px);
  padding-bottom: clamp(72px, 8vw, 96px);
  overflow: hidden;
}
.page-id-290 .et_pb_section_7::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(20, 16, 14, 0.5);
  pointer-events: none;
}
.page-id-290 .et_pb_row_5,
.page-id-290 .et_pb_row_6 {
  position: relative;
  z-index: 1;
}
.page-id-290 .et_pb_text_5 h2 {
  color: #fff;
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  margin-bottom: 16px;
}
.page-id-290 .et_pb_text_5 p {
  color: rgba(255,255,255,0.92);
  font-size: 1.08rem;
  line-height: 1.8;
  max-width: 760px;
  margin: 0 auto;
}
.page-id-290 .et_pb_button_0,
.page-id-290 .et_pb_button_1,
.page-id-290 .et_pb_button_2 {
  background: #cf8741 !important;
  border: 1px solid #cf8741 !important;
  color: #fff !important;
  border-radius: 999px !important;
  padding: 0.95em 1.8em !important;
  font-size: 0.88rem !important;
  font-weight: 700 !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: 0 10px 20px rgba(207, 135, 65, 0.22);
  min-width: 200px;
  text-align: center;
}
.page-id-290 .et_pb_button_0:hover,
.page-id-290 .et_pb_button_1:hover,
.page-id-290 .et_pb_button_2:hover {
  background: #944039 !important;
  border-color: #944039 !important;
  padding: 0.95em 1.8em !important;
}
@media (max-width: 980px) {
  .page-id-290 .et_pb_section_2,
  .page-id-290 .et_pb_section_4 {
    padding-bottom: 22px;
  }
  .page-id-290 .et_pb_cta_0.et_pb_promo,
  .page-id-290 .et_pb_cta_1.et_pb_promo {
    margin-bottom: 24px;
  }
  .page-id-290 .et_pb_text_2,
  .page-id-290 .et_pb_text_3 {
    margin-bottom: 24px;
  }
  .page-id-290 .et_pb_button_0,
  .page-id-290 .et_pb_button_1,
  .page-id-290 .et_pb_button_2 {
    min-width: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .page-id-290 .et_pb_section_1 {
    padding-top: 42px;
  }
  .page-id-290 .et_pb_text_0 h2,
  .page-id-290 .et_pb_text_1 h2,
  .page-id-290 .et_pb_text_4 h2,
  .page-id-290 .et_pb_text_5 h2 {
    font-size: 2rem;
  }
  .page-id-290 .et_pb_cta_0.et_pb_promo,
  .page-id-290 .et_pb_cta_1.et_pb_promo,
  .page-id-290 .et_pb_text_2,
  .page-id-290 .et_pb_text_3 {
    border-radius: 18px;
  }
  .page-id-290 .et_pb_text_2,
  .page-id-290 .et_pb_text_3 {
    padding: 24px 20px;
  }
  .page-id-290 .et_pb_row_6 .et_pb_column {
    margin-bottom: 14px;
  }
}
ul.paw-list {
  list-style: none !important;
  padding-left: 0 !important;
  margin: 14px 0 !important;
}
ul.paw-list li {
  list-style: none !important;
  position: relative;
  padding-left: 28px !important;
  margin-bottom: 12px;
  line-height: 1.6;
}
ul.paw-list li::before {
  content: "\f1b0" !important;
  font-family: 'Font Awesome 6 Free', 'Font Awesome 5 Free', FontAwesome !important;
  font-weight: 900 !important;
  position: absolute;
  left: 0;
  top: 0.25em;
  font-size: 12px;
  color: #cf8741;
}
ul.paw-list li::marker {
  content: "" !important;
}
.cara-card-title {
  color: #ffffff;
  text-align: center;
  font-size: 46px;
  line-height: 1.1;
  margin: 0 0 42px;
}
.cara-process-list {
  max-width: 720px;
  margin: 0 auto;
  text-align: left;
}
.cara-process-step {
  display: flex;
  gap: 22px;
  align-items: flex-start;
  margin-bottom: 30px;
}
.cara-process-number {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255,255,255,0.24);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
}
.cara-process-content h4 {
  color: #ffffff;
  font-size: 22px;
  line-height: 1.2;
  margin: 0 0 8px;
}
.cara-process-content p {
  color: rgba(255,255,255,0.92);
  font-size: 17px;
  line-height: 1.65;
  margin: 0;
}
.cara-process-step:last-child {
  margin-bottom: 0;
}
.mobile_menu_bar:before, .mobile_menu_bar:after, #top-menu li.current-menu-ancestor>a, #top-menu li.current-menu-item>a {
    line-height: 1.3em!important;
}
.et_mobile_menu li a, .nav li li a {
    line-height: 1.3em!important;
}
.cara-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  background-color: #cf8741 !important;
  color: #ffffff !important;
  padding: 12px 18px !important;
  border-radius: 999px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  transition: all 0.2s ease-in-out;
}
.cara-button:hover {
  background-color: #944039 !important;
  color: #ffffff !important;
}
.cara-button-paw::before {
  content: "
1b0" !important;
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", FontAwesome !important;
  font-weight: 900 !important;
  display: inline-block !important;
  line-height: 1 !important;
  color: currentColor !important;
}
@media (min-width: 981px) {
  #top-menu li,
  .et-menu li {
    position: relative;
  }
  #top-menu li ul.sub-menu,
  .et-menu li ul.sub-menu {
    top: 32px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 280px !important;
    padding: 12px !important;
    background: rgba(255, 255, 255, 0.98) !important;
    border: 1px solid rgba(148, 64, 57, 0.12) !important;
    border-top: 4px solid #cf8741 !important;
    border-radius: 0 0 16px 16px !important;
    box-shadow: 0 18px 40px rgba(36, 24, 18, 0.18) !important;
  }
  #top-menu li ul.sub-menu:before,
  .et-menu li ul.sub-menu:before {
    content: "";
    position: absolute;
    top: -11px;
    left: 50%;
    width: 16px;
    height: 16px;
    background: #0f5ea0;
    transform: translateX(-50%) rotate(45deg);
    border-radius: 2px;
  }
  #top-menu li ul.sub-menu li,
  .et-menu li ul.sub-menu li {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 0 6px 0 !important;
  }
  #top-menu li ul.sub-menu li:last-child,
  .et-menu li ul.sub-menu li:last-child {
    margin-bottom: 0 !important;
  }
  #top-menu li ul.sub-menu li a,
  .et-menu li ul.sub-menu li a {
    display: block !important;
    width: 100% !important;
    padding: 11px 14px !important;
    background: rgba(212, 174, 109, 0.16) !important;
    color: #5e6c40 !important;
    border-radius: 10px !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    text-decoration: none !important;
    white-space: normal !important;
    opacity: 1 !important;
    transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
  }
  #top-menu li ul.sub-menu li a:hover,
  .et-menu li ul.sub-menu li a:hover,
  #top-menu li ul.sub-menu li.current-menu-item > a,
  .et-menu li ul.sub-menu li.current-menu-item > a {
    background: #cf8741 !important;
    color: #ffffff !important;
    transform: translateX(2px);
  }
  #top-menu > li:nth-last-child(1) ul.sub-menu,
  #top-menu > li:nth-last-child(2) ul.sub-menu,
  .et-menu > li:nth-last-child(1) ul.sub-menu,
  .et-menu > li:nth-last-child(2) ul.sub-menu {
    left: auto !important;
    right: 0 !important;
    transform: none !important;
  }
  #top-menu > li:nth-last-child(1) ul.sub-menu:before,
  #top-menu > li:nth-last-child(2) ul.sub-menu:before,
  .et-menu > li:nth-last-child(1) ul.sub-menu:before,
  .et-menu > li:nth-last-child(2) ul.sub-menu:before {
    left: auto !important;
    right: 28px !important;
    transform: rotate(45deg) !important;
  }
  .mobile_menu_bar:before,
  .mobile_menu_bar:after,
  #top-menu li.current-menu-ancestor > a,
  #top-menu li.current-menu-item > a {
    line-height: 1.3em !important;
  }
  .et_mobile_menu li a,
  .nav li li a {
    line-height: 1.3em !important;
  }
}

/* ========================================
   FIX DIVI BUTTON ICON BUG (THE "WEIRD CHARACTER" ISSUE)
   ======================================== */

.et_pb_button:after {
  content: none !important;
  display: none !important;
}

/* also kill hover animation junk */
.et_pb_button:hover:after {
  content: none !important;
}

/* ========================================
   ADOPT PAGE ACCORDION (COMPACT VERSION)
   ======================================== */

.adopt-accordion .et_pb_accordion_item {
  border-radius: 12px !important;
  margin-bottom: 10px !important;
  box-shadow: none;
  border: 1px solid #eadfce !important;
}

/* TITLE */
.adopt-accordion .et_pb_toggle_title {
  padding: 14px 48px 14px 16px !important;
  font-size: 14px;
  letter-spacing: 0.08em;
  font-weight: 700;
}

/* CLOSED STATE */
.adopt-accordion .et_pb_toggle_title {
  background: #2a221d;
  color: #ffffff !important;
}

/* OPEN STATE */
.adopt-accordion .et_pb_toggle_open .et_pb_toggle_title {
  background: #cf8741 !important;
}

/* CONTENT */
.adopt-accordion .et_pb_toggle_content {
  padding: 14px 16px 16px !important;
  font-size: 14px;
  line-height: 1.6;
}

/* REDUCE PARAGRAPH SPACING */
.adopt-accordion .et_pb_toggle_content p {
  margin-bottom: 10px;
}

/* LISTS (KEEP YOUR PAWS, JUST TIGHTER) */
.adopt-accordion .et_pb_toggle_content ul li {
  padding-left: 22px;
  margin-bottom: 6px;
  font-size: 14px;
}

/* SMALLER PAW ICON 
.adopt-accordion .et_pb_toggle_content ul li:before {
  font-size: 10px;
  top: 0.35em;
}*/

/* TOGGLE ICON (smaller + tighter) */
.adopt-accordion .et_pb_toggle_title:before {
  right: 14px;
  width: 22px;
  height: 22px;
  font-size: 14px;
  line-height: 20px;
}

/* ========================================
   DIVI SECONDARY BUTTON - FINAL FIX
   ======================================== */

body.et_pb_button_helper_class .et_pb_button.cara-btn-secondary,
.et_pb_button.cara-btn-secondary {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  padding: 12px 24px !important;
  margin: 0 !important;

  background-color: transparent !important;
  background-image: none !important;
  color: #cf8741 !important;
  border: 2px solid #cf8741 !important;
  border-radius: 999px !important;
  box-shadow: none !important;

  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.12em !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  text-align: center !important;
  text-indent: 0 !important;
  text-decoration: none !important;

  transform: none !important;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease !important;
}

/* hover - locked padding so text does not shift */
body.et_pb_button_helper_class .et_pb_button.cara-btn-secondary:hover,
.et_pb_button.cara-btn-secondary:hover {
  padding: 12px 24px !important;
  background-color: #cf8741 !important;
  background-image: none !important;
  color: #ffffff !important;
  border-color: #cf8741 !important;
  transform: none !important;
}

/* kill Divi icon/pseudo-element shift */
body.et_pb_button_helper_class .et_pb_button.cara-btn-secondary:before,
body.et_pb_button_helper_class .et_pb_button.cara-btn-secondary:after,
body.et_pb_button_helper_class .et_pb_button.cara-btn-secondary:hover:before,
body.et_pb_button_helper_class .et_pb_button.cara-btn-secondary:hover:after,
.et_pb_button.cara-btn-secondary:before,
.et_pb_button.cara-btn-secondary:after,
.et_pb_button.cara-btn-secondary:hover:before,
.et_pb_button.cara-btn-secondary:hover:after {
  content: none !important;
  display: none !important;
  opacity: 0 !important;
  margin: 0 !important;
  width: 0 !important;
}

/* ========================================
   EQUAL HEIGHT CARDS
   ======================================== */

.cara-equal-cards {
  display: flex;
  align-items: stretch;
}

.cara-equal-cards .et_pb_column {
  display: flex;
}

.cara-equal-cards .et_pb_module {
  width: 100%;
}

.cara-equal-cards .et_pb_blurb,
.cara-equal-cards .et_pb_text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* mobile: let them stack naturally */
@media (max-width: 980px) {
  .cara-equal-cards {
    display: block;
  }

  .cara-equal-cards .et_pb_column,
  .cara-equal-cards .et_pb_blurb,
  .cara-equal-cards .et_pb_text {
    display: block;
    height: auto;
  }
}

/* override widht on homepage featured pets
.et_pb_column_1_2,
.et_pb_gutters3.et_pb_row .et_pb_column_1_2 {
    width: unset !important;
}*/

/* homepage featured pets only */
.home .paf-featured-pets .paf-featured-pet {
  width: calc(50% - 14px);
}

.featured-pets-button {
    margin-top: 30px;
}

/* ==========================================
   CARA NAV DROPDOWN – HEART INDICATOR
   Replaces default Divi diamond with CARA heart
   ========================================== */

@media (min-width: 981px) {

  /* remove the ugly diamond */
  #top-menu .sub-menu:before {
    display: none !important;
    content: none !important;
  }

  /* CARA heart badge */
  #top-menu .sub-menu:after {
    content: "";
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    width: 28px;
    height: 28px;
    background: #ffffff url('/wp-content/uploads/2026/05/CARA-heart.svg') no-repeat center;
    background-size: 16px 16px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 6px 14px rgba(207, 135, 65, 0.25);
    z-index: 10;
    pointer-events: none;
  }
}

/* ==========================================
   HOMEPAGE FEATURED PETS - ROW-SCOPED FIX
   ========================================== */

.homepage-featured-pets-row .et_pb_text {
  width: 100% !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 44px 48px !important;
  box-sizing: border-box !important;
}

.homepage-featured-pets-row .et_pb_text_inner {
  display: block !important;
  text-align: center !important;
}

.homepage-featured-pets-row .cara-featured-pets-header {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
  margin: 0 0 42px !important;
}

.homepage-featured-pets-row .cara-featured-pets-header h2 {
  font-size: 3rem !important;
  line-height: 1.1 !important;
  font-weight: 700 !important;
  margin: 0 0 14px !important;
  text-align: center !important;
}

.homepage-featured-pets-row .cara-featured-pets-header p {
  font-size: 1.25rem !important;
  line-height: 1.6 !important;
  max-width: 760px !important;
  margin: 0 auto !important;
  color: #666 !important;
}

.homepage-featured-pets-row .cara-featured-pets-list {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: flex-start !important;
  gap: 34px 28px !important;
}

.homepage-featured-pets-row .cara-featured-pets-list .paf-featured-pets {
  display: contents !important;
}

.homepage-featured-pets-row .cara-featured-pets-list .paf-featured-pet {
  width: 220px !important;
  max-width: 220px !important;
  text-align: center !important;
  margin: 0 !important;
}

.homepage-featured-pets-row .cara-featured-pets-list .paf-featured-pet img {
  width: 220px !important;
  max-width: 220px !important;
  height: 220px !important;
  object-fit: cover !important;
  object-position: center 25% !important;
  margin: 0 auto 16px !important;
  border-radius: 18px !important;
}

.homepage-featured-pets-row .cara-featured-pets-list .paf-featured-pet h4,
.homepage-featured-pets-row .cara-featured-pets-list .paf-featured-pet p {
  text-align: center !important;
}

@media (max-width: 700px) {
  .homepage-featured-pets-row .et_pb_text {
    padding: 34px 28px !important;
  }

  .homepage-featured-pets-row .cara-featured-pets-list .paf-featured-pet,
  .homepage-featured-pets-row .cara-featured-pets-list .paf-featured-pet img {
    width: 100% !important;
    max-width: 100% !important;
  }

  .homepage-featured-pets-row .cara-featured-pets-list .paf-featured-pet img {
    height: 300px !important;
  }
}

.et_pb_text.cara-services-intro .et_pb_text_inner h5 {
  display: block !important;
  color: #cf8741 !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  line-height: 1.4em !important;
  margin: 0 0 8px 0 !important;
}

.et_pb_text.cara-services-intro .et_pb_text_inner h2 {
  color: #2f2f2f !important;
  font-size: clamp(38px, 5vw, 56px) !important;
  line-height: 1.1em !important;
  margin: 0 !important;
}

.et_pb_text.cara-services-intro .et_pb_text_inner p {
  color: #5e5e5e !important;
  font-size: 18px !important;
  line-height: 1.8em !important;
  max-width: 760px;
  margin: 0 auto !important;
}

/* fix for CARA helps padding right */
.cara-helps.et_section_regular {
 padding-right: unset !important;   
}


/* CARA EVENT CONTENT STYLING */
.cara-event-single-content {
  font-size: 17px;
  line-height: 1.8;
  color: #555;
}

.cara-event-single-content p {
  margin-bottom: 20px;
}

.cara-event-single-content > p:first-of-type {
  font-size: 21px;
  line-height: 1.6;
  color: #333;
}

.cara-event-single-content h2 {
  font-size: 24px;
  margin: 38px 0 16px;
  color: #2f2f2f;
}

.cara-event-single-content ul {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.cara-event-single-content ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}

.cara-event-single-content ul li:before {
  content: "\f1b0";
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", FontAwesome;
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0.05em;
  color: #cf8741;
}

.cara-event-single-content blockquote,
.cara-event-single-content .wp-block-group,
.cara-event-single-content .cara-event-highlight {
  background: #fff8ec;
  border-left: 5px solid #cf8741;
  padding: 10px 24px;
  margin: 28px 0;
  border-radius: 12px;
}

.cara-event-single-content blockquote h2,
.cara-event-single-content .wp-block-group h2,
.cara-event-single-content .cara-event-highlight h2 {
  margin-top: 26px !important;
}

.cara-event-single-content .cara-event-note {
  background: #f7f7f7;
  border: 1px solid #eadfd2;
  border-radius: 12px;
  padding: 18px 22px;
  margin: 26px 0;
  color: #444;
}

/* CARA EVENT PAGE BACKGROUND STYLING */
body.single-cara_event,
body.single-cara_event #page-container,
body.single-cara_event #et-main-area,
body.single-cara_event #main-content {
  background: #f5f3ef !important;
}

body.single-cara_event .cara-event-single-wrap {
  padding-top: 56px;
  padding-bottom: 90px;
}

body.single-cara_event .cara-event-single-card {
  background: #ffffff;
  border: 1px solid #e6d4bf;
  box-shadow: 0 18px 50px rgba(47, 42, 39, 0.08);
}

body.single-cara_event .cara-event-single-card:hover {
  box-shadow: 0 22px 60px rgba(47, 42, 39, 0.1);
}

/* CARA EVENT PAW BULLETS */
.cara-event-single-content ul {
  list-style: none !important;
  margin: 0 0 24px !important;
  padding: 0 !important;
}

.cara-event-single-content ul li {
  position: relative !important;
  padding-left: 30px !important;
  margin-bottom: 10px !important;
}

.cara-event-single-content ul li:before {
  content: "\f1b0" !important;
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", FontAwesome !important;
  font-weight: 900 !important;
  position: absolute !important;
  left: 0 !important;
  top: 0.05em !important;
  color: #cf8741 !important;
}

/* Hides pet adoption message under the feed */
.paf-end-message {
  display: none !important;
}

/* CARA PAW BULLETS */
.cara-paw-list {
  list-style: none !important;
  padding-left: 0 !important;
  margin: 18px 0 !important;
}

.cara-paw-list li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 16px;
  line-height: 1.7;
}

.cara-paw-list li::before {
  content: "\f1b0" !important;
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", FontAwesome !important;
  font-weight: 900 !important;
  position: absolute !important;
  left: 0 !important;
  top: 2px !important;
  color: #cf8741 !important;
  font-size: 24px !important;
}

/* Permanent Donate Bar Under Navigation */
.cara-donate-bar {
  background: #f58220;
  text-align: center;
  padding: 12px 20px;
  position: relative;
  z-index: 999;
}

.cara-donate-bar a {
  color: #ffffff;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: none;
  font-size: 18px;
}

.cara-donate-bar a:hover {
  text-decoration: underline;
}