/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 24 2026 | 23:14:36 */
.doa-vet-page {
  font-family: inherit;
  color: #26312a;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px 60px;
  line-height: 1.55;
}
.doa-vet-page * { box-sizing: border-box; }

/* ---- normalise WPBakery wrappers so our own spacing controls the layout ---- */
.doa-vet-page .vc_row { margin-left: 0 !important; margin-right: 0 !important; }
.doa-vet-page .vc_column_container > .vc_column-inner { padding-left: 0 !important; padding-right: 0 !important; }
.doa-vet-page .wpb_content_element,
.doa-vet-page .wpb_text_column,
.doa-vet-page .vc_custom_heading,
.doa-vet-page .vc_row .wpb_column { margin-bottom: 0; }
.doa-vet-page .wpb_text_column .wpb_wrapper > p { margin: 0; }

/* ------------------------------- HERO ------------------------------- */
.doa-vet-hero {
  background: linear-gradient(135deg, #1e4d2b, #2c6e3f);
  color: #fff;
  border-radius: 14px;
  padding: 40px 36px !important;
  margin: 28px 0 32px !important;
  position: relative;
  overflow: hidden;
}
.doa-vet-hero > .vc_column-inner { padding: 0 !important; }
.doa-vet-hero::after {
  content: ""; position: absolute; right: -40px; top: -40px;
  width: 180px; height: 180px; border-radius: 50%; background: rgba(255,255,255,0.07);
}
.doa-hero-tag {
  display: inline-block;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.35);
  color: #fff; font-size: 12.5px; font-weight: 600; letter-spacing: 0.5px;
  text-transform: uppercase; padding: 5px 12px; border-radius: 999px; margin-bottom: 14px;
}
.doa-hero-tag p { color: #fff; margin: 0; }
.doa-vet-hero .doa-hero-h1 h1,
.doa-vet-hero .doa-hero-h1 { margin: 10px 0 10px !important; font-size: 28px !important; letter-spacing: 0.2px; color: #fff !important; }
.doa-hero-sub p { margin: 0; max-width: 640px; color: rgba(255,255,255,0.92); font-size: 15.5px; }

/* ------------------------------- NOTE ------------------------------- */
.doa-vet-note {
  background: #f7efdf;
  border-left: 4px solid #b8862e;
  padding: 14px 18px !important; border-radius: 6px; margin-bottom: 34px !important;
}
.doa-vet-note p { font-size: 14.5px; color: #4a3c1c; }
.doa-vet-note strong { color: #3a2e12; }

/* ------------------------------- GRID ------------------------------- */
.doa-vet-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 22px; margin: 0 !important;
}
.doa-vet-page .doa-vet-grid > .wpb_column {
  width: auto !important; float: none !important; margin: 0 !important;
}
.doa-vet-page .doa-vet-grid > .doa-vet-card {
  background: #fff; border: 1px solid #dfe6e0; border-radius: 12px;
  padding: 22px 22px 20px !important; position: relative !important;
  box-shadow: 0 1px 3px rgba(20,40,25,0.06);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.doa-vet-page .doa-vet-grid > .doa-vet-card:hover {
  box-shadow: 0 6px 18px rgba(20,40,25,0.12); transform: translateY(-2px);
}

/* --- individual card elements --- */
.doa-badge {
  position: absolute; top: 20px; right: 20px; z-index: 2;
  display: flex; align-items: center; gap: 5px;
  background: #eaf3ec; color: #1e4d2b;
  font-size: 11.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.4px;
  padding: 5px 10px; border-radius: 999px;
}
.doa-badge::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #2c6e3f; display: inline-block; }
.doa-badge p { margin: 0; color: #1e4d2b; }

.doa-name { padding-right: 90px; }
.doa-name h3 { margin: 0 0 3px !important; font-size: 17px !important; color: #1e4d2b !important; line-height: 1.3; }

.doa-clinic { padding-bottom: 14px; margin-bottom: 14px; border-bottom: 1px solid #dfe6e0; }
.doa-clinic p { font-size: 13px; color: #5c6b61; }

.doa-detail { margin-bottom: 7px; }
.doa-detail p { display: flex; gap: 8px; font-size: 14px; color: #26312a; align-items: baseline; margin-top: 10px !important;}
.doa-detail .doa-label {
  min-width: 62px; color: #5c6b61; font-weight: 600; font-size: 12.5px;
  text-transform: uppercase; letter-spacing: 0.3px;
}
.doa-detail a { color: #2c6e3f; text-decoration: none; word-break: break-word; }
.doa-detail a:hover { text-decoration: underline; }

.doa-services-title { margin: 14px 0 9px; padding-top: 14px; border-top: 1px solid #dfe6e0; }
.doa-services-title p {
  font-size: 12.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.4px; color: #5c6b61;
}

.doa-pills p { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 10px !important; }
.doa-vet-pill {
  font-size: 12.5px; padding: 5px 11px; border-radius: 999px;
  background: #eaf3ec; color: #1e4d2b; font-weight: 600; white-space: nowrap;
}
.doa-vet-pill.doa-rabies { background: #f7efdf; color: #6b4f16; }

.doa-hours { margin-top: 10px; }
.doa-hours p { font-size: 13.5px; color: #5c6b61; }

/* ------------------------------- TABLE ------------------------------- */
.doa-vet-table-wrap { margin-top: 46px; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.doa-vet-table-title { font-size: 18px; color: #1e4d2b; margin-bottom: 14px; font-weight: 700; }
table.doa-vet-table { width: 100%; border-collapse: collapse; font-size: 13.5px; min-width: 640px; }
table.doa-vet-table th {
  background: #1e4d2b; color: #fff; text-align: left;
  padding: 11px 14px; font-weight: 600; font-size: 12.5px; text-transform: uppercase; letter-spacing: 0.3px;
}
table.doa-vet-table td { padding: 11px 14px; border-bottom: 1px solid #dfe6e0; vertical-align: top; }
table.doa-vet-table tr:nth-child(even) td { background: #eaf3ec; }
table.doa-vet-table a { color: #2c6e3f; text-decoration: none; }
table.doa-vet-table a:hover { text-decoration: underline; }

/* ------------------------------ MOBILE OPTIMISED ------------------------------ */
@media (max-width: 900px) {
  .doa-vet-grid { grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 18px; }
}
@media (max-width: 782px) {
  .doa-vet-page { padding: 0 16px 48px; }
  .doa-vet-grid { grid-template-columns: 1fr; gap: 16px; }
  .doa-vet-hero { padding: 30px 22px !important; margin: 20px 0 26px !important; }
  .doa-vet-hero .doa-hero-h1 h1 { font-size: 24px !important; }
  .doa-hero-sub p { font-size: 15px; }
}
@media (max-width: 560px) {
  .doa-vet-page { padding: 0 14px 40px; }
  .doa-vet-hero { padding: 26px 18px !important; border-radius: 12px; }
  .doa-vet-hero .doa-hero-h1 h1 { font-size: 21px !important; }
  .doa-vet-hero::after { width: 130px; height: 130px; right: -30px; top: -30px; }
  .doa-vet-page .doa-vet-grid > .doa-vet-card { padding: 18px 16px 16px !important; }
  .doa-name { padding-right: 84px; }
  .doa-name h3 { font-size: 16px !important; }
  .doa-detail p { font-size: 13.5px; gap: 6px; margin-top: 10px !important;}
  .doa-badge { top: 16px; right: 16px; font-size: 11px; padding: 4px 9px; }
  .doa-vet-table-wrap { margin-top: 34px; }
}
@media (max-width: 420px) {
  .doa-vet-hero .doa-hero-h1 h1 { font-size: 20px !important; }
  .doa-detail p { flex-wrap: wrap; }
  .doa-detail .doa-label { min-width: 100%; }
}

/* --- fix: keep the clinic grid left-aligned even if an empty/extra column exists --- */
.doa-vet-page .doa-vet-grid { justify-content: start; }
.doa-vet-page .doa-vet-grid > *:not(.doa-vet-card) { display: none !important; }


/* === override: force real CSS grid to win over theme .vc_row rules === */
.doa-vet-page .doa-vet-grid.vc_row {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)) !important;
  gap: 22px !important;
  margin: 0 !important;
}
.doa-vet-page .doa-vet-grid.vc_row > .wpb_column {
  width: auto !important;
  float: none !important;
  margin: 0 !important;
}
@media (max-width: 900px) {
  .doa-vet-page .doa-vet-grid.vc_row { grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)) !important; gap: 18px !important; }
}
@media (max-width: 782px) {
  .doa-vet-page .doa-vet-grid.vc_row { grid-template-columns: 1fr !important; gap: 16px !important; }
}


/* === fix: hide WPBakery row clearfix ::before/::after so they do not become phantom grid cells === */
.doa-vet-page .doa-vet-grid.vc_row::before,
.doa-vet-page .doa-vet-grid.vc_row::after { display: none !important; }
