{"id":4010,"date":"2026-04-02T18:44:24","date_gmt":"2026-04-02T18:44:24","guid":{"rendered":"https:\/\/vacationpropertymaids.com\/our-team\/"},"modified":"2026-04-02T20:48:55","modified_gmt":"2026-04-02T20:48:55","slug":"our-team","status":"publish","type":"page","link":"https:\/\/vacationpropertymaids.com\/es\/our-team\/","title":{"rendered":"Our Team"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><div data-vc-full-width=\"true\" data-vc-full-width-temp=\"true\" data-vc-full-width-init=\"false\" data-vc-stretch-content=\"true\" class=\"vc_row wpb_row vc_row-fluid vc_custom_1775161846889\"><div class=\"wpb_column vc_column_container vc_col-sm-12\"><div class=\"vc_column-inner vc_custom_1775161861913\"><div class=\"wpb_wrapper\">\n\t<div class=\"wpb_raw_code wpb_raw_html wpb_content_element vc_custom_1775162933523\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<!-- VPM Team Page - Full Custom HTML -->\n<style>\n\/* ===== VPM TEAM PAGE STYLES ===== *\/\n:root {\n  --vpm-orange: #F6820C;\n  --vpm-orange-dark: #d96f08;\n  --vpm-orange-light: #fff3e0;\n  --vpm-dark: #1a1a2e;\n  --vpm-text: #404040;\n  --vpm-gray: #f8f8f8;\n  --vpm-white: #ffffff;\n  --vpm-border: #e8e8e8;\n}\n\n\/* Reset for team page sections *\/\n.vpm-team-page * {\n  \n}\n\n.vpm-team-page {\n  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n  color: var(--vpm-text);\n  overflow-x: hidden;\n}\n\n\/* ===== HERO SECTION ===== *\/\n.vpm-hero {\n  position: relative;\n  min-height: 580px;\n  display: flex;\n  align-items: center;\n  overflow: hidden;\n  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);\n}\n\n.vpm-hero-bg {\n  position: absolute;\n  inset: 0;\n  background-image: url('https:\/\/vacationpropertymaids.com\/wp-content\/uploads\/sites\/4\/2026\/04\/team_hero.jpg');\n  background-size: cover;\n  background-position: center;\n  opacity: 0.35;\n  transform: scale(1.05);\n  animation: vpmHeroZoom 20s ease-in-out infinite alternate;\n}\n\n@keyframes vpmHeroZoom {\n  from { transform: scale(1.05); }\n  to { transform: scale(1.12); }\n}\n\n.vpm-hero-overlay {\n  position: absolute;\n  inset: 0;\n  background: linear-gradient(135deg, rgba(26,26,46,0.85) 0%, rgba(246,130,12,0.25) 100%);\n}\n\n.vpm-hero-content {\n  position: relative;\n  z-index: 2;\n  max-width: 100%;\n  margin: 0 auto;\n  padding: 80px 30px;\n  text-align: center;\n}\n\n.vpm-hero-badge {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  background: rgba(246,130,12,0.2);\n  border: 1px solid rgba(246,130,12,0.5);\n  color: #F6820C;\n  padding: 8px 20px;\n  border-radius: 50px;\n  font-size: 13px;\n  font-weight: 600;\n  letter-spacing: 1.5px;\n  text-transform: uppercase;\n  margin-bottom: 24px;\n  animation: vpmFadeInDown 0.8s ease forwards;\n}\n\n.vpm-hero-badge svg {\n  width: 16px;\n  height: 16px;\n  fill: #F6820C;\n}\n\n.vpm-hero h1 {\n  color: #ffffff !important;\n  font-size: clamp(2rem, 5vw, 3.5rem);\n  font-weight: 800;\n  line-height: 1.15;\n  margin: 0 0 20px 0;\n  animation: vpmFadeInUp 0.9s ease 0.2s both;\n}\n\n.vpm-hero h1 span {\n  color: #F6820C;\n}\n\n.vpm-hero-sub {\n  color: rgba(255,255,255,0.85);\n  font-size: clamp(1rem, 2.5vw, 1.2rem);\n  max-width: 700px;\n  margin: 0 auto 36px;\n  line-height: 1.7;\n  animation: vpmFadeInUp 0.9s ease 0.4s both;\n}\n\n.vpm-hero-stats {\n  display: flex;\n  justify-content: center;\n  gap: 40px;\n  flex-wrap: wrap;\n  animation: vpmFadeInUp 0.9s ease 0.6s both;\n}\n\n.vpm-hero-stat {\n  text-align: center;\n}\n\n.vpm-hero-stat-num {\n  font-size: 2.2rem;\n  font-weight: 800;\n  color: #F6820C;\n  line-height: 1;\n}\n\n.vpm-hero-stat-label {\n  color: rgba(255,255,255,0.75);\n  font-size: 0.8rem;\n  letter-spacing: 0.5px;\n  margin-top: 4px;\n}\n\n.vpm-hero-cta {\n  display: inline-flex;\n  align-items: center;\n  gap: 10px;\n  background: #F6820C;\n  color: #ffffff !important;\n  padding: 16px 36px;\n  border-radius: 50px;\n  font-weight: 700;\n  font-size: 1rem;\n  text-decoration: none !important;\n  margin-top: 36px;\n  transition: all 0.3s ease;\n  animation: vpmFadeInUp 0.9s ease 0.8s both;\n  box-shadow: 0 8px 30px rgba(246,130,12,0.4);\n}\n\n.vpm-hero-cta:hover {\n  background: #d96f08;\n  transform: translateY(-2px);\n  box-shadow: 0 12px 40px rgba(246,130,12,0.5);\n}\n\n\/* ===== ANIMATIONS ===== *\/\n@keyframes vpmFadeInDown {\n  from { opacity: 0; transform: translateY(-20px); }\n  to { opacity: 1; transform: translateY(0); }\n}\n\n@keyframes vpmFadeInUp {\n  from { opacity: 0; transform: translateY(30px); }\n  to { opacity: 1; transform: translateY(0); }\n}\n\n@keyframes vpmFadeIn {\n  from { opacity: 0; }\n  to { opacity: 1; }\n}\n\n@keyframes vpmSlideInLeft {\n  from { opacity: 0; transform: translateX(-40px); }\n  to { opacity: 1; transform: translateX(0); }\n}\n\n@keyframes vpmSlideInRight {\n  from { opacity: 0; transform: translateX(40px); }\n  to { opacity: 1; transform: translateX(0); }\n}\n\n@keyframes vpmCountUp {\n  from { opacity: 0; transform: scale(0.5); }\n  to { opacity: 1; transform: scale(1); }\n}\n\n\/* Scroll-triggered animation classes *\/\n.vpm-animate {\n  opacity: 0;\n  transform: translateY(30px);\n  transition: opacity 0.7s ease, transform 0.7s ease;\n}\n\n.vpm-animate.vpm-visible {\n  opacity: 1;\n  transform: translateY(0);\n}\n\n.vpm-animate-left {\n  opacity: 0;\n  transform: translateX(-40px);\n  transition: opacity 0.7s ease, transform 0.7s ease;\n}\n\n.vpm-animate-left.vpm-visible {\n  opacity: 1;\n  transform: translateX(0);\n}\n\n.vpm-animate-right {\n  opacity: 0;\n  transform: translateX(40px);\n  transition: opacity 0.7s ease, transform 0.7s ease;\n}\n\n.vpm-animate-right.vpm-visible {\n  opacity: 1;\n  transform: translateX(0);\n}\n\n.vpm-animate-scale {\n  opacity: 0;\n  transform: scale(0.85);\n  transition: opacity 0.6s ease, transform 0.6s ease;\n}\n\n.vpm-animate-scale.vpm-visible {\n  opacity: 1;\n  transform: scale(1);\n}\n\n\/* Stagger delays *\/\n.vpm-delay-1 { transition-delay: 0.1s; }\n.vpm-delay-2 { transition-delay: 0.2s; }\n.vpm-delay-3 { transition-delay: 0.3s; }\n.vpm-delay-4 { transition-delay: 0.4s; }\n.vpm-delay-5 { transition-delay: 0.5s; }\n.vpm-delay-6 { transition-delay: 0.6s; }\n\n\/* ===== SECTION STYLES ===== *\/\n.vpm-section {\n  padding: 80px 0px;\n  max-width: 100%;\n  margin: 0 auto;\n}\n\n.vpm-section-full {\n  padding: 80px 0px;\n}\n\n.vpm-section-label {\n  display: inline-block;\n  color: #F6820C;\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 2px;\n  text-transform: uppercase;\n  margin-bottom: 12px;\n}\n\n.vpm-section-title {\n  font-size: clamp(1.7rem, 4vw, 2.6rem);\n  font-weight: 800;\n  color: #1a1a2e;\n  line-height: 1.2;\n  margin: 0 0 16px 0;\n}\n\n.vpm-section-title span {\n  color: #F6820C;\n}\n\n.vpm-section-desc {\n  font-size: 1.05rem;\n  color: #606060;\n  line-height: 1.8;\n  max-width: 680px;\n}\n\n.vpm-section-desc.centered {\n  margin: 0 auto;\n  text-align: center;\n}\n\n.vpm-text-center {\n  text-align: center;\n}\n\n\/* ===== WHY CHOOSE SECTION ===== *\/\n.vpm-why-bg {\n  background: #f8f8f8\n}\n\n.vpm-why-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n  gap: 28px;\n  margin-top: 50px;\n  padding: 0px 30px;\n}\n\n.vpm-why-card {\n  background: #ffffff;\n  border-radius: 16px;\n  padding: 36px 28px;\n  box-shadow: 0 4px 20px rgba(0,0,0,0.06);\n  border: 1px solid #f0f0f0;\n  transition: all 0.3s ease;\n  position: relative;\n  overflow: hidden;\n}\n\n.vpm-why-card::before {\n  content: '';\n  position: absolute;\n  top: 0;\n  left: 0;\n  right: 0;\n  height: 4px;\n  background: linear-gradient(90deg, #F6820C, #ffb347);\n  transform: scaleX(0);\n  transition: transform 0.3s ease;\n  transform-origin: left;\n}\n\n.vpm-why-card:hover::before {\n  transform: scaleX(1);\n}\n\n.vpm-why-card:hover {\n  transform: translateY(-6px);\n  box-shadow: 0 16px 40px rgba(246,130,12,0.15);\n}\n\n.vpm-why-icon {\n  width: 60px;\n  height: 60px;\n  background: linear-gradient(135deg, #F6820C, #ffb347);\n  border-radius: 16px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin-bottom: 20px;\n}\n\n.vpm-why-icon svg {\n  width: 28px;\n  height: 28px;\n  fill: #ffffff;\n}\n\n.vpm-why-card h3 {\n  font-size: 1.1rem;\n  font-weight: 700;\n  color: #1a1a2e;\n  margin: 0 0 12px 0;\n}\n\n.vpm-why-card p {\n  font-size: 0.92rem;\n  color: #606060;\n  line-height: 1.7;\n  margin: 0;\n}\n\n\/* ===== TEAM MEMBERS SECTION ===== *\/\n.vpm-team-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n  gap: 32px;\n  margin-top: 50px;\n  padding: 0px 30px;\n}\n\n.vpm-team-card {\n  background: #ffffff;\n  border-radius: 20px;\n  overflow: hidden;\n  box-shadow: 0 4px 24px rgba(0,0,0,0.08);\n  transition: all 0.4s ease;\n  position: relative;\n}\n\n.vpm-team-card:hover {\n  transform: translateY(-8px);\n  box-shadow: 0 20px 50px rgba(246,130,12,0.2);\n}\n\n.vpm-team-card-img {\n  position: relative;\n  overflow: hidden;\n  aspect-ratio: 1\/1;\n}\n\n.vpm-team-card-img img {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n  transition: transform 0.5s ease;\n}\n\n.vpm-team-card:hover .vpm-team-card-img img {\n  transform: scale(1.08);\n}\n\n.vpm-team-card-overlay {\n  position: absolute;\n  inset: 0;\n  background: linear-gradient(180deg, transparent 50%, rgba(246,130,12,0.9) 100%);\n  opacity: 0;\n  transition: opacity 0.4s ease;\n  display: flex;\n  align-items: flex-end;\n  padding: 20px;\n}\n\n.vpm-team-card:hover .vpm-team-card-overlay {\n  opacity: 1;\n}\n\n.vpm-team-card-overlay-text {\n  color: #ffffff;\n  font-size: 0.85rem;\n  line-height: 1.5;\n}\n\n.vpm-team-card-body {\n  padding: 24px;\n}\n\n.vpm-team-card-role {\n  display: inline-block;\n  background: var(--vpm-orange-light);\n  color: #F6820C;\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 1px;\n  text-transform: uppercase;\n  padding: 4px 12px;\n  border-radius: 50px;\n  margin-bottom: 10px;\n}\n\n.vpm-team-card h3 {\n  font-size: 1.2rem;\n  font-weight: 700;\n  color: #1a1a2e;\n  margin: 0 0 8px 0;\n}\n\n.vpm-team-card p {\n  font-size: 0.88rem;\n  color: #707070;\n  line-height: 1.6;\n  margin: 0 0 16px 0;\n}\n\n.vpm-team-card-skills {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 6px;\n}\n\n.vpm-skill-tag {\n  background: #f5f5f5;\n  color: #555;\n  font-size: 11px;\n  padding: 3px 10px;\n  border-radius: 50px;\n  font-weight: 500;\n}\n\n\/* ===== TEAM LEADER FEATURED ===== *\/\n.vpm-leader-section {\n  background: linear-gradient(135deg, #1a1a2e 0%, #0f3460 100%);\n  padding: 80px 30px;\n}\n\n.vpm-leader-inner {\n  max-width: 1200px;\n  margin: 0 auto;\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 60px;\n  align-items: center;\n}\n\n@media (max-width: 768px) {\n  .vpm-leader-inner {\n    grid-template-columns: 1fr;\n    gap: 40px;\n  }\n}\n\n.vpm-leader-img-wrap {\n  position: relative;\n}\n\n.vpm-leader-img-wrap img {\n  width: 100%;\n  border-radius: 20px;\n  box-shadow: 0 20px 60px rgba(0,0,0,0.4);\n}\n\n.vpm-leader-badge-float {\n  position: absolute;\n  bottom: -20px;\n  right: -20px;\n  background: #F6820C;\n  color: #ffffff;\n  padding: 16px 20px;\n  border-radius: 16px;\n  text-align: center;\n  box-shadow: 0 8px 30px rgba(246,130,12,0.4);\n}\n\n.vpm-leader-badge-float .num {\n  font-size: 1.8rem;\n  font-weight: 800;\n  line-height: 1;\n}\n\n.vpm-leader-badge-float .label {\n  font-size: 0.7rem;\n  opacity: 0.9;\n  margin-top: 2px;\n}\n\n.vpm-leader-content .vpm-section-label {\n  color: #F6820C;\n}\n\n.vpm-leader-content h2 {\n  color: #ffffff !important;\n  font-size: clamp(1.8rem, 3.5vw, 2.5rem);\n  font-weight: 800;\n  margin: 0 0 20px 0;\n}\n\n.vpm-leader-content h2 span {\n  color: #F6820C;\n}\n\n.vpm-leader-content p {\n  color: rgba(255,255,255,0.8);\n  font-size: 1rem;\n  line-height: 1.8;\n  margin-bottom: 16px;\n}\n\n.vpm-leader-qualities {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 12px;\n  margin-top: 28px;\n}\n\n.vpm-leader-quality {\n  display: flex;\n  align-items: center;\n  gap: 10px;\n  color: rgba(255,255,255,0.9);\n  font-size: 0.9rem;\n}\n\n.vpm-leader-quality svg {\n  width: 18px;\n  height: 18px;\n  fill: #F6820C;\n  flex-shrink: 0;\n}\n\n\/* ===== PROCESS SECTION ===== *\/\n.vpm-process-bg {\n  background: #f8f8f8;\n}\n\n.vpm-process-steps {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n  gap: 0;\n  margin-top: 50px;\n  position: relative;\n  padding: 0px 30px;\n}\n\n.vpm-process-steps::before {\n  content: '';\n  position: absolute;\n  top: 40px;\n  left: 10%;\n  right: 10%;\n  height: 2px;\n  background: linear-gradient(90deg, #F6820C, #ffb347, #F6820C);\n  z-index: 0;\n}\n\n@media (max-width: 768px) {\n  .vpm-process-steps::before { display: none; }\n  .vpm-process-steps { gap: 24px; }\n}\n\n.vpm-process-step {\n  text-align: center;\n  padding: 0 20px;\n  position: relative;\n  z-index: 1;\n}\n\n.vpm-process-num {\n  width: 80px;\n  height: 80px;\n  background: #ffffff;\n  border: 3px solid #F6820C;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin: 0 auto 20px;\n  font-size: 1.5rem;\n  font-weight: 800;\n  color: #F6820C;\n  box-shadow: 0 4px 20px rgba(246,130,12,0.2);\n  transition: all 0.3s ease;\n}\n\n.vpm-process-step:hover .vpm-process-num {\n  background: #F6820C;\n  color: #ffffff;\n  transform: scale(1.1);\n}\n\n.vpm-process-step h3 {\n  font-size: 1rem;\n  font-weight: 700;\n  color: #1a1a2e;\n  margin: 0 0 8px 0;\n}\n\n.vpm-process-step p {\n  font-size: 0.85rem;\n  color: #707070;\n  line-height: 1.6;\n  margin: 0;\n}\n\n\/* ===== STANDARDS SECTION ===== *\/\n.vpm-standards-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 60px;\n  align-items: center;\n  margin-top: 0;\n  padding: 0px 30px;\n}\n\n@media (max-width: 768px) {\n  .vpm-standards-grid { grid-template-columns: 1fr; gap: 40px; }\n}\n\n.vpm-standards-img {\n  border-radius: 20px;\n  overflow: hidden;\n  box-shadow: 0 12px 40px rgba(0,0,0,0.12);\n  position: relative;\n}\n\n.vpm-standards-img img {\n  width: 100%;\n  display: block;\n  transition: transform 0.5s ease;\n}\n\n.vpm-standards-img:hover img {\n  transform: scale(1.03);\n}\n\n.vpm-standards-img-badge {\n  position: absolute;\n  top: 20px;\n  left: 20px;\n  background: #F6820C;\n  color: #ffffff;\n  padding: 10px 16px;\n  border-radius: 10px;\n  font-size: 0.8rem;\n  font-weight: 700;\n}\n\n.vpm-standard-item {\n  display: flex;\n  gap: 16px;\n  margin-bottom: 24px;\n  padding-bottom: 24px;\n  border-bottom: 1px solid #f0f0f0;\n}\n\n.vpm-standard-item:last-child {\n  border-bottom: none;\n  margin-bottom: 0;\n  padding-bottom: 0;\n}\n\n.vpm-standard-icon {\n  width: 48px;\n  height: 48px;\n  background: var(--vpm-orange-light);\n  border-radius: 12px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  flex-shrink: 0;\n}\n\n.vpm-standard-icon svg {\n  width: 22px;\n  height: 22px;\n  fill: #F6820C;\n}\n\n.vpm-standard-text h4 {\n  font-size: 1rem;\n  font-weight: 700;\n  color: #1a1a2e;\n  margin: 0 0 6px 0;\n}\n\n.vpm-standard-text p {\n  font-size: 0.88rem;\n  color: #707070;\n  line-height: 1.6;\n  margin: 0;\n}\n\n\/* ===== STATS COUNTER SECTION ===== *\/\n.vpm-stats-bg {\n  background: linear-gradient(135deg, #F6820C 0%, #ff9a3c 100%);\n  padding: 70px 30px;\n}\n\n.vpm-stats-inner {\n  max-width: 1200px;\n  margin: 0 auto;\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n  gap: 40px;\n  text-align: center;\n  padding: 0px 30px;\n}\n\n.vpm-stat-item {\n  color: #ffffff;\n}\n\n.vpm-stat-num {\n  font-size: clamp(2.5rem, 5vw, 3.5rem);\n  font-weight: 900;\n  line-height: 1;\n  margin-bottom: 8px;\n}\n\n.vpm-stat-label {\n  font-size: 0.9rem;\n  opacity: 0.9;\n  font-weight: 500;\n}\n\n\/* ===== CERTIFICATIONS SECTION ===== *\/\n.vpm-certs-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n  gap: 24px;\n  margin-top: 50px;\n  padding: 0px 30px;\n}\n\n.vpm-cert-card {\n  background: #ffffff;\n  border-radius: 16px;\n  padding: 32px 24px;\n  text-align: center;\n  box-shadow: 0 4px 20px rgba(0,0,0,0.06);\n  border: 2px solid transparent;\n  transition: all 0.3s ease;\n}\n\n.vpm-cert-card:hover {\n  border-color: #F6820C;\n  transform: translateY(-4px);\n  box-shadow: 0 12px 36px rgba(246,130,12,0.15);\n}\n\n.vpm-cert-icon {\n  width: 70px;\n  height: 70px;\n  background: linear-gradient(135deg, #F6820C, #ffb347);\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin: 0 auto 16px;\n}\n\n.vpm-cert-icon svg {\n  width: 32px;\n  height: 32px;\n  fill: #ffffff;\n}\n\n.vpm-cert-card h3 {\n  font-size: 1rem;\n  font-weight: 700;\n  color: #1a1a2e;\n  margin: 0 0 8px 0;\n}\n\n.vpm-cert-card p {\n  font-size: 0.85rem;\n  color: #707070;\n  line-height: 1.6;\n  margin: 0;\n}\n\n\/* ===== GALLERY SECTION ===== *\/\n.vpm-gallery-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  grid-template-rows: auto;\n  gap: 16px;\n  margin-top: 50px;\n  padding: 0px 30px;\n}\n\n@media (max-width: 768px) {\n  .vpm-gallery-grid { grid-template-columns: 1fr 1fr; }\n}\n\n.vpm-gallery-item {\n  border-radius: 16px;\n  overflow: hidden;\n  position: relative;\n  cursor: pointer;\n}\n\n.vpm-gallery-item.featured {\n  grid-column: span 2;\n}\n\n.vpm-gallery-item img {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n  min-height: 220px;\n  transition: transform 0.5s ease;\n  display: block;\n}\n\n.vpm-gallery-item:hover img {\n  transform: scale(1.06);\n}\n\n.vpm-gallery-item-overlay {\n  position: absolute;\n  inset: 0;\n  background: linear-gradient(180deg, transparent 40%, rgba(26,26,46,0.8) 100%);\n  opacity: 0;\n  transition: opacity 0.4s ease;\n  display: flex;\n  align-items: flex-end;\n  padding: 20px;\n}\n\n.vpm-gallery-item:hover .vpm-gallery-item-overlay {\n  opacity: 1;\n}\n\n.vpm-gallery-item-overlay span {\n  color: #ffffff;\n  font-size: 0.9rem;\n  font-weight: 600;\n}\n\n\/* ===== TESTIMONIAL SECTION ===== *\/\n.vpm-testimonial-bg {\n  background: #f8f8f8;\n}\n\n.vpm-testimonial-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n  gap: 28px;\n  margin-top: 50px;\n  padding: 0px 30px;\n}\n\n.vpm-testimonial-card {\n  background: #ffffff;\n  border-radius: 16px;\n  padding: 32px;\n  box-shadow: 0 4px 20px rgba(0,0,0,0.06);\n  position: relative;\n}\n\n.vpm-testimonial-card::before {\n  content: '\"';\n  position: absolute;\n  top: 16px;\n  right: 24px;\n  font-size: 5rem;\n  color: #F6820C;\n  opacity: 0.15;\n  font-family: Georgia, serif;\n  line-height: 1;\n}\n\n.vpm-stars {\n  display: flex;\n  gap: 4px;\n  margin-bottom: 16px;\n}\n\n.vpm-star {\n  color: #F6820C;\n  font-size: 1.1rem;\n}\n\n.vpm-testimonial-card p {\n  font-size: 0.92rem;\n  color: #555;\n  line-height: 1.7;\n  margin: 0 0 20px 0;\n  font-style: italic;\n}\n\n.vpm-testimonial-author {\n  display: flex;\n  align-items: center;\n  gap: 12px;\n}\n\n.vpm-testimonial-avatar {\n  width: 44px;\n  height: 44px;\n  background: linear-gradient(135deg, #F6820C, #ffb347);\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-weight: 700;\n  color: #ffffff;\n  font-size: 1rem;\n}\n\n.vpm-testimonial-name {\n  font-weight: 700;\n  color: #1a1a2e;\n  font-size: 0.9rem;\n}\n\n.vpm-testimonial-role {\n  font-size: 0.8rem;\n  color: #888;\n}\n\n\/* ===== CTA SECTION ===== *\/\n.vpm-cta-section {\n  background: linear-gradient(135deg, #1a1a2e 0%, #0f3460 100%);\n  padding: 80px 30px;\n  text-align: center;\n  position: relative;\n  overflow: hidden;\n}\n\n.vpm-cta-section::before {\n  content: '';\n  position: absolute;\n  top: -50%;\n  left: -50%;\n  width: 200%;\n  height: 200%;\n  background: radial-gradient(circle at center, rgba(246,130,12,0.1) 0%, transparent 60%);\n  animation: vpmPulse 6s ease-in-out infinite;\n}\n\n@keyframes vpmPulse {\n  0%, 100% { transform: scale(1); opacity: 0.5; }\n  50% { transform: scale(1.1); opacity: 1; }\n}\n\n.vpm-cta-inner {\n  position: relative;\n  z-index: 1;\n  max-width: 800px;\n  margin: 0 auto;\n}\n\n.vpm-cta-inner h2 {\n  color: #ffffff !important;\n  font-size: clamp(1.8rem, 4vw, 2.8rem);\n  font-weight: 800;\n  margin: 0 0 16px 0;\n}\n\n.vpm-cta-inner h2 span {\n  color: #F6820C;\n}\n\n.vpm-cta-inner p {\n  color: rgba(255,255,255,0.8);\n  font-size: 1.05rem;\n  line-height: 1.7;\n  margin: 0 0 36px 0;\n}\n\n.vpm-cta-buttons {\n  display: flex;\n  gap: 16px;\n  justify-content: center;\n  flex-wrap: wrap;\n}\n\n.vpm-btn-primary {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  background: #F6820C;\n  color: #ffffff !important;\n  padding: 16px 36px;\n  border-radius: 50px;\n  font-weight: 700;\n  font-size: 1rem;\n  text-decoration: none !important;\n  transition: all 0.3s ease;\n  box-shadow: 0 8px 30px rgba(246,130,12,0.4);\n}\n\n.vpm-btn-primary:hover {\n  background: #d96f08;\n  transform: translateY(-2px);\n  box-shadow: 0 12px 40px rgba(246,130,12,0.5);\n}\n\n.vpm-btn-outline {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  background: transparent;\n  color: #ffffff !important;\n  padding: 16px 36px;\n  border-radius: 50px;\n  font-weight: 700;\n  font-size: 1rem;\n  text-decoration: none !important;\n  border: 2px solid rgba(255,255,255,0.4);\n  transition: all 0.3s ease;\n}\n\n.vpm-btn-outline:hover {\n  background: rgba(255,255,255,0.1);\n  border-color: rgba(255,255,255,0.7);\n}\n\n\/* ===== RESPONSIVE ===== *\/\n@media (max-width: 768px) {\n  .vpm-section, .vpm-section-full { padding: 50px 20px; }\n  .vpm-hero-content { padding: 60px 20px; }\n  .vpm-hero-stats { gap: 24px; }\n  .vpm-leader-section { padding: 50px 20px; }\n  .vpm-stats-bg { padding: 50px 20px; }\n  .vpm-cta-section { padding: 50px 20px; }\n  .vpm-leader-badge-float { bottom: 10px; right: 10px; }\n  .vpm-gallery-item.featured { grid-column: span 1; }\n}\n<\/style>\n\n<div class=\"vpm-team-page\">\n\n<!-- ===== HERO SECTION ===== -->\n<section class=\"vpm-hero\" aria-label=\"Vacation Property Maids Team Hero\">\n  <div class=\"vpm-hero-bg\" role=\"img\" aria-label=\"Professional cleaning team in vacation rental\"><\/div>\n  <div class=\"vpm-hero-overlay\"><\/div>\n  <div class=\"vpm-hero-content\">\n    <div class=\"vpm-hero-badge\">\n      <svg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\/><\/svg>\n      VRMA Certified &amp; Award-Winning Team\n    <\/div>\n    <h1>Meet the <span>Expert Team<\/span> Behind<br>Southern California's Premier<br>Limpieza de alquileres vacacionales<\/h1>\n    <p class=\"vpm-hero-sub\">Our highly trained, background-checked, and certified cleaning professionals deliver hotel-quality results for Airbnb, VRBO, and short-term rental properties across San Diego, Los Angeles, and Orange County.<\/p>\n    <div class=\"vpm-hero-stats\">\n      <div class=\"vpm-hero-stat\">\n        <div class=\"vpm-hero-stat-num\">500+<\/div>\n        <div class=\"vpm-hero-stat-label\">Properties Served<\/div>\n      <\/div>\n      <div class=\"vpm-hero-stat\">\n        <div class=\"vpm-hero-stat-num\">5.0\u2605<\/div>\n        <div class=\"vpm-hero-stat-label\">Google Rating<\/div>\n      <\/div>\n      <div class=\"vpm-hero-stat\">\n        <div class=\"vpm-hero-stat-num\">100%<\/div>\n        <div class=\"vpm-hero-stat-label\">Satisfaction Guarantee<\/div>\n      <\/div>\n      <div class=\"vpm-hero-stat\">\n        <div class=\"vpm-hero-stat-num\">3<\/div>\n        <div class=\"vpm-hero-stat-label\">Counties Covered<\/div>\n      <\/div>\n    <\/div>\n    <a href=\"https:\/\/vacationpropertymaids.com\/es\/#quote\" class=\"vpm-hero-cta\">\n      <svg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"white\"><path d=\"M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z\"\/><\/svg>\n      Get a Free Quote Today\n    <\/a>\n  <\/div>\n<\/section>\n\n<!-- ===== WHY OUR TEAM SECTION ===== -->\n<section class=\"vpm-section-full vpm-why-bg\" aria-label=\"Why Choose Our Team\">\n  <div class=\"vpm-section\" style=\"padding-top:0;padding-bottom:0;\">\n    <div class=\"vpm-text-center vpm-animate\">\n      <span class=\"vpm-section-label\">Our Competitive Advantage<\/span>\n      <h2 class=\"vpm-section-title\">Why Our Team Stands Apart from<br><span>Every Other Cleaning Service<\/span><\/h2>\n      <p class=\"vpm-section-desc centered\">At Vacation Property Maids, we don't just clean \u2014 we deliver a systematized, hotel-quality experience that protects your investment, impresses your guests, and maximizes your rental income.<\/p>\n    <\/div>\n    <div class=\"vpm-why-grid\">\n      <div class=\"vpm-why-card vpm-animate vpm-delay-1\">\n        <div class=\"vpm-why-icon\">\n          <svg viewbox=\"0 0 24 24\"><path d=\"M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm-2 16l-4-4 1.41-1.41L10 14.17l6.59-6.59L18 9l-8 8z\"\/><\/svg>\n        <\/div>\n        <h3>Background-Checked &amp; Vetted Professionals<\/h3>\n        <p>Every team member undergoes a thorough background check, reference verification, and skills assessment before joining our roster. Your property and guests are always in safe, trusted hands.<\/p>\n      <\/div>\n      <div class=\"vpm-why-card vpm-animate vpm-delay-2\">\n        <div class=\"vpm-why-icon\">\n          <svg viewbox=\"0 0 24 24\"><path d=\"M19 3h-4.18C14.4 1.84 13.3 1 12 1c-1.3 0-2.4.84-2.82 2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 0c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm2 14H7v-2h7v2zm3-4H7v-2h10v2zm0-4H7V7h10v2z\"\/><\/svg>\n        <\/div>\n        <h3>Systematic 100-Point Cleaning Checklist<\/h3>\n        <p>Our proprietary 100-point inspection checklist ensures nothing is ever missed. From deep-cleaning appliances to restocking amenities and reporting damages \u2014 every detail is documented and verified.<\/p>\n      <\/div>\n      <div class=\"vpm-why-card vpm-animate vpm-delay-3\">\n        <div class=\"vpm-why-icon\">\n          <svg viewbox=\"0 0 24 24\"><path d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 14.5v-9l6 4.5-6 4.5z\"\/><\/svg>\n        <\/div>\n        <h3>VRMA &amp; Breezeway Certified<\/h3>\n        <p>We hold industry-recognized certifications from the Vacation Rental Management Association (VRMA) and Breezeway, demonstrating our commitment to the highest safety and quality standards in the STR industry.<\/p>\n      <\/div>\n      <div class=\"vpm-why-card vpm-animate vpm-delay-4\">\n        <div class=\"vpm-why-icon\">\n          <svg viewbox=\"0 0 24 24\"><path d=\"M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm.5-13H11v6l5.25 3.15.75-1.23-4.5-2.67V7z\"\/><\/svg>\n        <\/div>\n        <h3>Same-Day &amp; Emergency Turnovers<\/h3>\n        <p>Last-minute booking? No problem. Our team is available 7 days a week for same-day turnovers and emergency cleans, ensuring your property is always guest-ready regardless of your booking schedule.<\/p>\n      <\/div>\n      <div class=\"vpm-why-card vpm-animate vpm-delay-5\">\n        <div class=\"vpm-why-icon\">\n          <svg viewbox=\"0 0 24 24\"><path d=\"M17 12h-5v5h5v-5zM16 1v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2h-1V1h-2zm3 18H5V8h14v11z\"\/><\/svg>\n        <\/div>\n        <h3>Gerente de cuenta dedicado<\/h3>\n        <p>Every client is assigned a dedicated account manager who coordinates your cleaning schedule, communicates updates in real-time, and ensures seamless service delivery across all your properties.<\/p>\n      <\/div>\n      <div class=\"vpm-why-card vpm-animate vpm-delay-6\">\n        <div class=\"vpm-why-icon\">\n          <svg viewbox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\/><\/svg>\n        <\/div>\n        <h3>5-Star Guest Experience Focused<\/h3>\n        <p>Our team is trained to think like hospitality professionals. We stage properties to impress, arrange amenities hotel-style, and leave every space looking like it belongs in a magazine \u2014 driving 5-star reviews.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ===== STATS SECTION ===== -->\n<section class=\"vpm-stats-bg\" aria-label=\"Team Statistics\">\n  <div class=\"vpm-stats-inner\">\n    <div class=\"vpm-stat-item vpm-animate vpm-delay-1\">\n      <div class=\"vpm-stat-num\">500+<\/div>\n      <div class=\"vpm-stat-label\">Vacation Properties Served<\/div>\n    <\/div>\n    <div class=\"vpm-stat-item vpm-animate vpm-delay-2\">\n      <div class=\"vpm-stat-num\">10,000+<\/div>\n      <div class=\"vpm-stat-label\">Successful Turnovers Completed<\/div>\n    <\/div>\n    <div class=\"vpm-stat-item vpm-animate vpm-delay-3\">\n      <div class=\"vpm-stat-num\">5.0\u2605<\/div>\n      <div class=\"vpm-stat-label\">Average Google Review Rating<\/div>\n    <\/div>\n    <div class=\"vpm-stat-item vpm-animate vpm-delay-4\">\n      <div class=\"vpm-stat-num\">3<\/div>\n      <div class=\"vpm-stat-label\">Southern California Counties<\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ===== TEAM LEADER SECTION ===== -->\n<section class=\"vpm-leader-section\" aria-label=\"Team Leadership\">\n  <div class=\"vpm-leader-inner\">\n    <div class=\"vpm-leader-img-wrap vpm-animate-left\">\n      <img decoding=\"async\" src=\"https:\/\/vacationpropertymaids.com\/wp-content\/uploads\/sites\/4\/2026\/04\/team_leader.jpg\" \n           alt=\"Operations Director - Vacation Property Maids Leadership Team\" \n           loading=\"lazy\" width=\"600\" height=\"600\">\n      <div class=\"vpm-leader-badge-float\">\n        <div class=\"num\">5+<\/div>\n        <div class=\"label\">Years Leading<br>STR Cleaning<\/div>\n      <\/div>\n    <\/div>\n    <div class=\"vpm-leader-content vpm-animate-right\">\n      <span class=\"vpm-section-label\">Our Leadership<\/span>\n      <h2>Led by <span>Industry Experts<\/span> Who Understand Vacation Rentals<\/h2>\n      <p>Our operations leadership team brings years of hands-on experience in the short-term rental industry. We understand the unique demands of Airbnb, VRBO, and vacation property management \u2014 from rapid turnovers between same-day bookings to maintaining the pristine standards that earn 5-star reviews consistently.<\/p>\n      <p>We've built a team culture centered on accountability, attention to detail, and genuine pride in our work. Every team member is personally trained, regularly evaluated, and empowered to deliver excellence on every single visit.<\/p>\n      <div class=\"vpm-leader-qualities\">\n        <div class=\"vpm-leader-quality\">\n          <svg viewbox=\"0 0 24 24\"><path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\/><\/svg>\n          STR Industry Certified\n        <\/div>\n        <div class=\"vpm-leader-quality\">\n          <svg viewbox=\"0 0 24 24\"><path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\/><\/svg>\n          VRMA Member\n        <\/div>\n        <div class=\"vpm-leader-quality\">\n          <svg viewbox=\"0 0 24 24\"><path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\/><\/svg>\n          Breezeway Certified\n        <\/div>\n        <div class=\"vpm-leader-quality\">\n          <svg viewbox=\"0 0 24 24\"><path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\/><\/svg>\n          Multi-Property Expert\n        <\/div>\n        <div class=\"vpm-leader-quality\">\n          <svg viewbox=\"0 0 24 24\"><path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\/><\/svg>\n          Quality Control Specialist\n        <\/div>\n        <div class=\"vpm-leader-quality\">\n          <svg viewbox=\"0 0 24 24\"><path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\/><\/svg>\n          24\/7 Availability\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ===== TEAM MEMBERS SECTION ===== -->\n<section class=\"vpm-section\" aria-label=\"Our Cleaning Professionals\">\n  <div class=\"vpm-text-center vpm-animate\">\n    <span class=\"vpm-section-label\">The People Behind the Clean<\/span>\n    <h2 class=\"vpm-section-title\">Our <span>Professional Cleaning<\/span> Specialists<\/h2>\n    <p class=\"vpm-section-desc centered\">Each member of our team is carefully selected, thoroughly trained, and deeply committed to delivering the highest standard of vacation rental cleaning in Southern California.<\/p>\n  <\/div>\n  <div class=\"vpm-team-grid\">\n    <div class=\"vpm-team-card vpm-animate-scale vpm-delay-1\">\n      <div class=\"vpm-team-card-img\">\n        <img decoding=\"async\" src=\"https:\/\/vacationpropertymaids.com\/wp-content\/uploads\/sites\/4\/2026\/04\/team_member_1.jpg\" \n             alt=\"Maria - Lead Cleaning Specialist at Vacation Property Maids\" \n             loading=\"lazy\" width=\"400\" height=\"400\">\n        <div class=\"vpm-team-card-overlay\">\n          <div class=\"vpm-team-card-overlay-text\">\"I take pride in making every property feel like a 5-star hotel for every guest.\"<\/div>\n        <\/div>\n      <\/div>\n      <div class=\"vpm-team-card-body\">\n        <span class=\"vpm-team-card-role\">Lead Cleaning Specialist<\/span>\n        <h3>Maria R.<\/h3>\n        <p>With 4+ years of vacation rental cleaning experience, Maria leads our San Diego team with exceptional attention to detail and a passion for guest-ready perfection.<\/p>\n        <div class=\"vpm-team-card-skills\">\n          <span class=\"vpm-skill-tag\">Deep Cleaning<\/span>\n          <span class=\"vpm-skill-tag\">Linen Staging<\/span>\n          <span class=\"vpm-skill-tag\">Inspection<\/span>\n        <\/div>\n      <\/div>\n    <\/div>\n    <div class=\"vpm-team-card vpm-animate-scale vpm-delay-2\">\n      <div class=\"vpm-team-card-img\">\n        <img decoding=\"async\" src=\"https:\/\/vacationpropertymaids.com\/wp-content\/uploads\/sites\/4\/2026\/04\/team_member_2.jpg\" \n             alt=\"Marcus - Senior Cleaning Technician at Vacation Property Maids\" \n             loading=\"lazy\" width=\"400\" height=\"400\">\n        <div class=\"vpm-team-card-overlay\">\n          <div class=\"vpm-team-card-overlay-text\">\"Every property I clean is someone's vacation dream. I treat it that way.\"<\/div>\n        <\/div>\n      <\/div>\n      <div class=\"vpm-team-card-body\">\n        <span class=\"vpm-team-card-role\">Senior Cleaning Technician<\/span>\n        <h3>Marcus T.<\/h3>\n        <p>Marcus specializes in large luxury vacation properties and multi-bedroom homes across Los Angeles County, known for his speed, thoroughness, and professionalism.<\/p>\n        <div class=\"vpm-team-card-skills\">\n          <span class=\"vpm-skill-tag\">Luxury Properties<\/span>\n          <span class=\"vpm-skill-tag\">Restocking<\/span>\n          <span class=\"vpm-skill-tag\">Damage Reports<\/span>\n        <\/div>\n      <\/div>\n    <\/div>\n    <div class=\"vpm-team-card vpm-animate-scale vpm-delay-3\">\n      <div class=\"vpm-team-card-img\">\n        <img decoding=\"async\" src=\"https:\/\/vacationpropertymaids.com\/wp-content\/uploads\/sites\/4\/2026\/04\/team_member_3.jpg\" \n             alt=\"Sarah - Quality Control Supervisor at Vacation Property Maids\" \n             loading=\"lazy\" width=\"400\" height=\"400\">\n        <div class=\"vpm-team-card-overlay\">\n          <div class=\"vpm-team-card-overlay-text\">\"Quality isn't just a standard \u2014 it's a promise we keep on every single visit.\"<\/div>\n        <\/div>\n      <\/div>\n      <div class=\"vpm-team-card-body\">\n        <span class=\"vpm-team-card-role\">Quality Control Supervisor<\/span>\n        <h3>Sarah K.<\/h3>\n        <p>Sarah oversees quality control across all our Orange County properties, conducting post-clean inspections and ensuring every property meets our rigorous 100-point checklist standards.<\/p>\n        <div class=\"vpm-team-card-skills\">\n          <span class=\"vpm-skill-tag\">QC Inspections<\/span>\n          <span class=\"vpm-skill-tag\">Team Training<\/span>\n          <span class=\"vpm-skill-tag\">Client Relations<\/span>\n        <\/div>\n      <\/div>\n    <\/div>\n    <div class=\"vpm-team-card vpm-animate-scale vpm-delay-4\">\n      <div class=\"vpm-team-card-img\">\n        <img decoding=\"async\" src=\"https:\/\/vacationpropertymaids.com\/wp-content\/uploads\/sites\/4\/2026\/04\/team_member_4.jpg\" \n             alt=\"Kevin - Turnover Specialist at Vacation Property Maids\" \n             loading=\"lazy\" width=\"400\" height=\"400\">\n        <div class=\"vpm-team-card-overlay\">\n          <div class=\"vpm-team-card-overlay-text\">\"Fast turnovers without cutting corners \u2014 that's my specialty.\"<\/div>\n        <\/div>\n      <\/div>\n      <div class=\"vpm-team-card-body\">\n        <span class=\"vpm-team-card-role\">Turnover Specialist<\/span>\n        <h3>Kevin L.<\/h3>\n        <p>Kevin is our go-to specialist for rapid same-day turnovers and emergency cleans. His efficiency and reliability make him invaluable for property managers with tight booking schedules.<\/p>\n        <div class=\"vpm-team-card-skills\">\n          <span class=\"vpm-skill-tag\">Same-Day Turnover<\/span>\n          <span class=\"vpm-skill-tag\">Emergency Cleans<\/span>\n          <span class=\"vpm-skill-tag\">Scheduling<\/span>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ===== OUR PROCESS SECTION ===== -->\n<section class=\"vpm-section-full vpm-process-bg\" aria-label=\"Nuestro proceso de limpieza\">\n  <div class=\"vpm-section\" style=\"padding-top:0;padding-bottom:0;\">\n    <div class=\"vpm-text-center vpm-animate\">\n      <span class=\"vpm-section-label\">How We Work<\/span>\n      <h2 class=\"vpm-section-title\">Our <span>Systematic Cleaning Process<\/span><br>That Guarantees Consistent Results<\/h2>\n      <p class=\"vpm-section-desc centered\">Every clean follows our proven, step-by-step process developed specifically for vacation rental properties. No shortcuts. No inconsistencies. Just reliable, hotel-quality results every time.<\/p>\n    <\/div>\n    <div class=\"vpm-process-steps\">\n      <div class=\"vpm-process-step vpm-animate vpm-delay-1\">\n        <div class=\"vpm-process-num\">01<\/div>\n        <h3>Booking &amp; Scheduling<\/h3>\n        <p>We sync with your booking calendar (Airbnb, VRBO, etc.) and automatically schedule cleanings between guest checkouts and check-ins.<\/p>\n      <\/div>\n      <div class=\"vpm-process-step vpm-animate vpm-delay-2\">\n        <div class=\"vpm-process-num\">02<\/div>\n        <h3>Team Arrival &amp; Assessment<\/h3>\n        <p>Our team arrives on time, conducts a pre-clean walkthrough, and documents the property's condition with photos before beginning work.<\/p>\n      <\/div>\n      <div class=\"vpm-process-step vpm-animate vpm-delay-3\">\n        <div class=\"vpm-process-num\">03<\/div>\n        <h3>Deep Clean &amp; Staging<\/h3>\n        <p>We execute our comprehensive 100-point cleaning checklist \u2014 deep cleaning every surface, staging linens hotel-style, and restocking all amenities.<\/p>\n      <\/div>\n      <div class=\"vpm-process-step vpm-animate vpm-delay-4\">\n        <div class=\"vpm-process-num\">04<\/div>\n        <h3>Quality Inspection<\/h3>\n        <p>A supervisor conducts a thorough post-clean inspection, verifying every item on the checklist before marking the property as guest-ready.<\/p>\n      <\/div>\n      <div class=\"vpm-process-step vpm-animate vpm-delay-5\">\n        <div class=\"vpm-process-num\">05<\/div>\n        <h3>Report &amp; Confirmation<\/h3>\n        <p>You receive a detailed completion report with photos, any damage notes, and inventory updates \u2014 keeping you fully informed at all times.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ===== STANDARDS SECTION ===== -->\n<section class=\"vpm-section\" aria-label=\"Our Cleaning Standards\">\n  <div class=\"vpm-standards-grid\">\n    <div class=\"vpm-standards-img vpm-animate-left\">\n      <img decoding=\"async\" src=\"https:\/\/vacationpropertymaids.com\/wp-content\/uploads\/sites\/4\/2026\/04\/team_inspection.jpg\" \n           alt=\"Vacation Property Maids quality inspection process\" \n           loading=\"lazy\" width=\"700\" height=\"467\">\n      <div class=\"vpm-standards-img-badge\">\n        \u2713 100-Point Quality Checklist\n      <\/div>\n    <\/div>\n    <div class=\"vpm-animate-right\">\n      <span class=\"vpm-section-label\">Our Standards<\/span>\n      <h2 class=\"vpm-section-title\">The <span>Gold Standard<\/span> in Vacation Rental Cleaning<\/h2>\n      <div class=\"vpm-standard-item\">\n        <div class=\"vpm-standard-icon\">\n          <svg viewbox=\"0 0 24 24\"><path d=\"M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm-2 16l-4-4 1.41-1.41L10 14.17l6.59-6.59L18 9l-8 8z\"\/><\/svg>\n        <\/div>\n        <div class=\"vpm-standard-text\">\n          <h4>Hospital-Grade Disinfection<\/h4>\n          <p>We use EPA-approved, hospital-grade disinfectants on all high-touch surfaces \u2014 door handles, light switches, remotes, and appliances \u2014 ensuring a genuinely sanitized environment for every guest.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"vpm-standard-item\">\n        <div class=\"vpm-standard-icon\">\n          <svg viewbox=\"0 0 24 24\"><path d=\"M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 3c1.93 0 3.5 1.57 3.5 3.5S13.93 13 12 13s-3.5-1.57-3.5-3.5S10.07 6 12 6zm7 13H5v-.23c0-.62.28-1.2.76-1.58C7.47 15.82 9.64 15 12 15s4.53.82 6.24 2.19c.48.38.76.97.76 1.58V19z\"\/><\/svg>\n        <\/div>\n        <div class=\"vpm-standard-text\">\n          <h4>Hotel-Style Linen Staging<\/h4>\n          <p>Our team folds and stages all linens, towels, and bedding to hotel standards \u2014 creating that premium first impression that earns 5-star reviews and repeat bookings from guests.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"vpm-standard-item\">\n        <div class=\"vpm-standard-icon\">\n          <svg viewbox=\"0 0 24 24\"><path d=\"M20 6h-2.18c.07-.44.18-.88.18-1.36C18 2.06 15.94 0 13.36 0c-1.46 0-2.75.67-3.64 1.7L8 3.5 6.28 1.7C5.39.67 4.1 0 2.64 0 1.06 0 0 1.06 0 2.64c0 .48.11.92.18 1.36H0v14c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2z\"\/><\/svg>\n        <\/div>\n        <div class=\"vpm-standard-text\">\n          <h4>Complete Amenity Restocking<\/h4>\n          <p>We restock all guest supplies \u2014 toiletries, paper products, kitchen essentials, and welcome items \u2014 so your guests arrive to a fully stocked, welcoming property every time.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"vpm-standard-item\">\n        <div class=\"vpm-standard-icon\">\n          <svg viewbox=\"0 0 24 24\"><path d=\"M12 4.5C7 4.5 2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5s9.27-3.11 11-7.5c-1.73-4.39-6-7.5-11-7.5zM12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm0-8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z\"\/><\/svg>\n        <\/div>\n        <div class=\"vpm-standard-text\">\n          <h4>Damage &amp; Inventory Reporting<\/h4>\n          <p>After every clean, you receive a detailed photo report documenting the property's condition, any damage found, and inventory levels \u2014 keeping you fully informed and protected.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ===== GALLERY SECTION ===== -->\n<section class=\"vpm-section-full\" style=\"background:#f8f8f8;\" aria-label=\"Team in Action Gallery\">\n  <div class=\"vpm-section\" style=\"padding-top:0;padding-bottom:0;\">\n    <div class=\"vpm-text-center vpm-animate\">\n      <span class=\"vpm-section-label\">See Our Team in Action<\/span>\n      <h2 class=\"vpm-section-title\">Real Work. <span>Real Results.<\/span> Every Time.<\/h2>\n      <p class=\"vpm-section-desc centered\">Our team brings professionalism, precision, and pride to every property they clean. See for yourself the quality that keeps our clients coming back.<\/p>\n    <\/div>\n    <div class=\"vpm-gallery-grid\">\n      <div class=\"vpm-gallery-item featured vpm-animate vpm-delay-1\">\n        <img decoding=\"async\" src=\"https:\/\/vacationpropertymaids.com\/wp-content\/uploads\/sites\/4\/2026\/04\/team_together.jpg\" \n             alt=\"Vacation Property Maids team working together in luxury vacation rental\" \n             loading=\"lazy\" width=\"900\" height=\"600\">\n        <div class=\"vpm-gallery-item-overlay\">\n          <span>Team Coordination \u2014 Luxury Vacation Rental, San Diego<\/span>\n        <\/div>\n      <\/div>\n      <div class=\"vpm-gallery-item vpm-animate vpm-delay-2\">\n        <img decoding=\"async\" src=\"https:\/\/vacationpropertymaids.com\/wp-content\/uploads\/sites\/4\/2026\/04\/team_cleaning_action.jpg\" \n             alt=\"Professional cleaner making bed in vacation rental bedroom\" \n             loading=\"lazy\" width=\"450\" height=\"300\">\n        <div class=\"vpm-gallery-item-overlay\">\n          <span>Hotel-Style Bed Staging<\/span>\n        <\/div>\n      <\/div>\n      <div class=\"vpm-gallery-item vpm-animate vpm-delay-3\">\n        <img decoding=\"async\" src=\"https:\/\/vacationpropertymaids.com\/wp-content\/uploads\/sites\/4\/2026\/04\/team_kitchen.jpg\" \n             alt=\"Professional cleaner deep cleaning kitchen in vacation rental\" \n             loading=\"lazy\" width=\"450\" height=\"300\">\n        <div class=\"vpm-gallery-item-overlay\">\n          <span>Deep Kitchen Cleaning &amp; Sanitization<\/span>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ===== CERTIFICATIONS SECTION ===== -->\n<section class=\"vpm-section\" aria-label=\"Team Certifications and Training\">\n  <div class=\"vpm-text-center vpm-animate\">\n    <span class=\"vpm-section-label\">Credentials &amp; Training<\/span>\n    <h2 class=\"vpm-section-title\">Industry-Certified. <span>Professionally Trained.<\/span><br>Fully Insured.<\/h2>\n    <p class=\"vpm-section-desc centered\">Our team's credentials reflect our commitment to being the most trusted vacation rental cleaning service in Southern California. We invest heavily in training, certification, and professional development.<\/p>\n  <\/div>\n  <div class=\"vpm-certs-grid\">\n    <div class=\"vpm-cert-card vpm-animate vpm-delay-1\">\n      <div class=\"vpm-cert-icon\">\n        <svg viewbox=\"0 0 24 24\"><path d=\"M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm-2 16l-4-4 1.41-1.41L10 14.17l6.59-6.59L18 9l-8 8z\"\/><\/svg>\n      <\/div>\n      <h3>VRMA Certified<\/h3>\n      <p>Certified by the Vacation Rental Management Association in safety and operational standards for short-term rental properties.<\/p>\n    <\/div>\n    <div class=\"vpm-cert-card vpm-animate vpm-delay-2\">\n      <div class=\"vpm-cert-icon\">\n        <svg viewbox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\/><\/svg>\n      <\/div>\n      <h3>Breezeway Certified<\/h3>\n      <p>Recognized by Breezeway for excellence in short-term rental safety protocols and professional property care standards.<\/p>\n    <\/div>\n    <div class=\"vpm-cert-card vpm-animate vpm-delay-3\">\n      <div class=\"vpm-cert-icon\">\n        <svg viewbox=\"0 0 24 24\"><path d=\"M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm0 10.99L7.5 13.5l1.06-1.06L11 14.88V8h2v6.88l2.44-2.44L16.5 13.5 12 11.99z\"\/><\/svg>\n      <\/div>\n      <h3>Fully Background Checked<\/h3>\n      <p>Every team member undergoes comprehensive background verification, reference checks, and identity confirmation before joining our team.<\/p>\n    <\/div>\n    <div class=\"vpm-cert-card vpm-animate vpm-delay-4\">\n      <div class=\"vpm-cert-icon\">\n        <svg viewbox=\"0 0 24 24\"><path d=\"M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 3c1.93 0 3.5 1.57 3.5 3.5S13.93 13 12 13s-3.5-1.57-3.5-3.5S10.07 6 12 6zm7 13H5v-.23c0-.62.28-1.2.76-1.58C7.47 15.82 9.64 15 12 15s4.53.82 6.24 2.19c.48.38.76.97.76 1.58V19z\"\/><\/svg>\n      <\/div>\n      <h3>Ongoing Professional Training<\/h3>\n      <p>Our team participates in regular training sessions covering new cleaning techniques, hospitality standards, and safety protocols.<\/p>\n    <\/div>\n    <div class=\"vpm-cert-card vpm-animate vpm-delay-5\">\n      <div class=\"vpm-cert-icon\">\n        <svg viewbox=\"0 0 24 24\"><path d=\"M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z\"\/><\/svg>\n      <\/div>\n      <h3>Fully Licensed &amp; Insured<\/h3>\n      <p>We carry comprehensive general liability insurance and workers' compensation, protecting your property and giving you complete peace of mind.<\/p>\n    <\/div>\n    <div class=\"vpm-cert-card vpm-animate vpm-delay-6\">\n      <div class=\"vpm-cert-icon\">\n        <svg viewbox=\"0 0 24 24\"><path d=\"M17 12h-5v5h5v-5zM16 1v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2h-1V1h-2zm3 18H5V8h14v11z\"\/><\/svg>\n      <\/div>\n      <h3>Kindness Certified Company<\/h3>\n      <p>Recognized as a Kindness Certified Company, reflecting our commitment to treating every client, property, and guest with respect and care.<\/p>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ===== TESTIMONIALS SECTION ===== -->\n<section class=\"vpm-section-full vpm-testimonial-bg\" aria-label=\"Client Testimonials\">\n  <div class=\"vpm-section\" style=\"padding-top:0;padding-bottom:0;\">\n    <div class=\"vpm-text-center vpm-animate\">\n      <span class=\"vpm-section-label\">What Our Clients Say<\/span>\n      <h2 class=\"vpm-section-title\">Property Owners &amp; Managers<br><span>Trust Our Team<\/span><\/h2>\n    <\/div>\n    <div class=\"vpm-testimonial-grid\">\n      <div class=\"vpm-testimonial-card vpm-animate vpm-delay-1\">\n        <div class=\"vpm-stars\">\n          <span class=\"vpm-star\">\u2605<\/span><span class=\"vpm-star\">\u2605<\/span><span class=\"vpm-star\">\u2605<\/span><span class=\"vpm-star\">\u2605<\/span><span class=\"vpm-star\">\u2605<\/span>\n        <\/div>\n        <p>\"Vacation Property Maids has completely transformed how I manage my Airbnb portfolio. Their team is incredibly professional, thorough, and reliable. My guest ratings went from 4.6 to 5.0 stars within two months of switching to them.\"<\/p>\n        <div class=\"vpm-testimonial-author\">\n          <div class=\"vpm-testimonial-avatar\">B<\/div>\n          <div>\n            <div class=\"vpm-testimonial-name\">Bill M.<\/div>\n            <div class=\"vpm-testimonial-role\">Airbnb Host \u2014 San Diego, CA<\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n      <div class=\"vpm-testimonial-card vpm-animate vpm-delay-2\">\n        <div class=\"vpm-stars\">\n          <span class=\"vpm-star\">\u2605<\/span><span class=\"vpm-star\">\u2605<\/span><span class=\"vpm-star\">\u2605<\/span><span class=\"vpm-star\">\u2605<\/span><span class=\"vpm-star\">\u2605<\/span>\n        <\/div>\n        <p>\"As a property manager overseeing 12 vacation rentals, I needed a cleaning partner I could truly depend on. VPM delivers every single time \u2014 same-day turnovers, detailed reports, and a team that genuinely cares about quality.\"<\/p>\n        <div class=\"vpm-testimonial-author\">\n          <div class=\"vpm-testimonial-avatar\">M<\/div>\n          <div>\n            <div class=\"vpm-testimonial-name\">Matthew C.<\/div>\n            <div class=\"vpm-testimonial-role\">Property Manager \u2014 Los Angeles, CA<\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n      <div class=\"vpm-testimonial-card vpm-animate vpm-delay-3\">\n        <div class=\"vpm-stars\">\n          <span class=\"vpm-star\">\u2605<\/span><span class=\"vpm-star\">\u2605<\/span><span class=\"vpm-star\">\u2605<\/span><span class=\"vpm-star\">\u2605<\/span><span class=\"vpm-star\">\u2605<\/span>\n        <\/div>\n        <p>\"I've tried multiple cleaning services for my vacation rental, and none come close to Vacation Property Maids. Their attention to detail is unmatched \u2014 they stage the property beautifully and always leave it better than I expect.\"<\/p>\n        <div class=\"vpm-testimonial-author\">\n          <div class=\"vpm-testimonial-avatar\">P<\/div>\n          <div>\n            <div class=\"vpm-testimonial-name\">Peter A.<\/div>\n            <div class=\"vpm-testimonial-role\">VRBO Host \u2014 Orange County, CA<\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ===== CTA SECTION ===== -->\n<section class=\"vpm-cta-section\" aria-label=\"Get a Quote CTA\">\n  <div class=\"vpm-cta-inner vpm-animate\">\n    <span class=\"vpm-section-label\" style=\"color:#F6820C;\">Ready to Work With the Best?<\/span>\n    <h2>Let Our Expert Team <span>Elevate Your<br>Vacation Rental<\/span> to 5-Star Status<\/h2>\n    <p>Whether you manage one property or a portfolio of 50+, our professional team is ready to deliver consistent, reliable, and hotel-quality cleaning services that protect your investment and maximize your guest reviews.<\/p>\n    <div class=\"vpm-cta-buttons\">\n      <a href=\"https:\/\/vacationpropertymaids.com\/es\/#quote\" class=\"vpm-btn-primary\">\n        <svg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"white\"><path d=\"M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z\"\/><\/svg>\n        Get a Free Quote\n      <\/a>\n      <a href=\"tel:8886684146\" class=\"vpm-btn-outline\">\n        <svg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"white\"><path d=\"M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z\"\/><\/svg>\n        Call (888) 668-4146\n      <\/a>\n    <\/div>\n  <\/div>\n<\/section>\n\n<\/div><!-- end .vpm-team-page -->\n\n<script>\n\/\/ ===== SCROLL ANIMATION OBSERVER =====\n(function() {\n  'use strict';\n  \n  var animateEls = document.querySelectorAll('.vpm-animate, .vpm-animate-left, .vpm-animate-right, .vpm-animate-scale');\n  \n  if (!animateEls.length) return;\n  \n  var observer = new IntersectionObserver(function(entries) {\n    entries.forEach(function(entry) {\n      if (entry.isIntersecting) {\n        entry.target.classList.add('vpm-visible');\n        observer.unobserve(entry.target);\n      }\n    });\n  }, {\n    threshold: 0.1,\n    rootMargin: '0px 0px -50px 0px'\n  });\n  \n  animateEls.forEach(function(el) {\n    observer.observe(el);\n  });\n  \n  \/\/ ===== COUNTER ANIMATION =====\n  function animateCounter(el, target, suffix) {\n    var start = 0;\n    var duration = 2000;\n    var startTime = null;\n    \n    function step(timestamp) {\n      if (!startTime) startTime = timestamp;\n      var progress = Math.min((timestamp - startTime) \/ duration, 1);\n      var eased = 1 - Math.pow(1 - progress, 3);\n      var current = Math.floor(eased * target);\n      el.textContent = current.toLocaleString() + suffix;\n      if (progress < 1) {\n        requestAnimationFrame(step);\n      }\n    }\n    requestAnimationFrame(step);\n  }\n  \n  \/\/ Observe stat numbers for counter animation\n  var statNums = document.querySelectorAll('.vpm-stat-num');\n  var counterObserver = new IntersectionObserver(function(entries) {\n    entries.forEach(function(entry) {\n      if (entry.isIntersecting) {\n        var el = entry.target;\n        var text = el.textContent;\n        if (text.includes('500')) animateCounter(el, 500, '+');\n        else if (text.includes('10,000')) animateCounter(el, 10000, '+');\n        else if (text.includes('5.0')) { el.textContent = '5.0\u2605'; }\n        else if (text.includes('3')) animateCounter(el, 3, '');\n        counterObserver.unobserve(el);\n      }\n    });\n  }, { threshold: 0.5 });\n  \n  statNums.forEach(function(el) {\n    counterObserver.observe(el);\n  });\n  \n})();\n<\/script>\n\n\t\t<\/div>\n\t<\/div>\n<\/div><\/div><\/div><\/div><div class=\"vc_row-full-width vc_clearfix\"><\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"VRMA Certified &amp; Award-Winning Team Meet the Expert Team BehindSouthern California's PremierVacation Rental Cleaning Our highly trained, background-checked, and certified cleaning professionals deliver hotel-quality results for Airbnb, VRBO, and short-term rental properties across San Diego, Los Angeles, and Orange County. 500+ Properties Served 5.0\u2605 Google Rating 100% Satisfaction Guarantee 3 Counties Covered Get a Free<a href=\"https:\/\/vacationpropertymaids.com\/es\/our-team\/\">Continue reading <span class=\"sr-only\">\"Our Team\"<\/span><\/a>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"template-full.php","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-4010","page","type-page","status-publish","hentry"],"acf":[],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.8 - aioseo.com -->\n\t<meta name=\"description\" content=\"VRMA Certified &amp; Award-Winning Team Meet the Expert Team BehindSouthern California&#039;s PremierVacation Rental Cleaning Our highly trained, background-checked, and certified cleaning professionals deliver hotel-quality results for Airbnb, VRBO, and short-term rental properties across San Diego, Los Angeles, and Orange County. 500+ Properties Served 5.0\u2605 Google Rating 100% Satisfaction Guarantee 3 Counties Covered Get a Free\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/vacationpropertymaids.com\/es\/our-team\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.8\" \/>\n\t\t<meta property=\"og:locale\" content=\"es_MX\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Vacation Property Maids -\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Our Team - Vacation Property Maids\" \/>\n\t\t<meta property=\"og:description\" content=\"VRMA Certified &amp; Award-Winning Team Meet the Expert Team BehindSouthern California&#039;s PremierVacation Rental Cleaning Our highly trained, background-checked, and certified cleaning professionals deliver hotel-quality results for Airbnb, VRBO, and short-term rental properties across San Diego, Los Angeles, and Orange County. 500+ Properties Served 5.0\u2605 Google Rating 100% Satisfaction Guarantee 3 Counties Covered Get a Free\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/vacationpropertymaids.com\/es\/our-team\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/vacationpropertymaids.com\/wp-content\/uploads\/sites\/4\/2025\/11\/logo-vpm.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/vacationpropertymaids.com\/wp-content\/uploads\/sites\/4\/2025\/11\/logo-vpm.png\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2026-04-02T18:44:24+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-04-02T20:48:55+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Our Team - Vacation Property Maids\" \/>\n\t\t<meta name=\"twitter:description\" content=\"VRMA Certified &amp; Award-Winning Team Meet the Expert Team BehindSouthern California&#039;s PremierVacation Rental Cleaning Our highly trained, background-checked, and certified cleaning professionals deliver hotel-quality results for Airbnb, VRBO, and short-term rental properties across San Diego, Los Angeles, and Orange County. 500+ Properties Served 5.0\u2605 Google Rating 100% Satisfaction Guarantee 3 Counties Covered Get a Free\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/vacationpropertymaids.com\/wp-content\/uploads\/sites\/4\/2025\/11\/logo-vpm.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vacationpropertymaids.com\\\/es\\\/our-team\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/vacationpropertymaids.com\\\/es#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vacationpropertymaids.com\\\/es\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/vacationpropertymaids.com\\\/es\\\/our-team\\\/#listItem\",\"name\":\"Our Team\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/vacationpropertymaids.com\\\/es\\\/our-team\\\/#listItem\",\"position\":2,\"name\":\"Our Team\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/vacationpropertymaids.com\\\/es#listItem\",\"name\":\"Home\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/vacationpropertymaids.com\\\/es\\\/#organization\",\"name\":\"Vacation Property Maids\",\"url\":\"https:\\\/\\\/vacationpropertymaids.com\\\/es\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/vacationpropertymaids.com\\\/wp-content\\\/uploads\\\/sites\\\/4\\\/2025\\\/11\\\/logo-vpm.png\",\"@id\":\"https:\\\/\\\/vacationpropertymaids.com\\\/es\\\/our-team\\\/#organizationLogo\",\"width\":1920,\"height\":495},\"image\":{\"@id\":\"https:\\\/\\\/vacationpropertymaids.com\\\/es\\\/our-team\\\/#organizationLogo\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vacationpropertymaids.com\\\/es\\\/our-team\\\/#webpage\",\"url\":\"https:\\\/\\\/vacationpropertymaids.com\\\/es\\\/our-team\\\/\",\"name\":\"Our Team - Vacation Property Maids\",\"description\":\"VRMA Certified & Award-Winning Team Meet the Expert Team BehindSouthern California's PremierVacation Rental Cleaning Our highly trained, background-checked, and certified cleaning professionals deliver hotel-quality results for Airbnb, VRBO, and short-term rental properties across San Diego, Los Angeles, and Orange County. 500+ Properties Served 5.0\\u2605 Google Rating 100% Satisfaction Guarantee 3 Counties Covered Get a Free\",\"inLanguage\":\"es-MX\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vacationpropertymaids.com\\\/es\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vacationpropertymaids.com\\\/es\\\/our-team\\\/#breadcrumblist\"},\"datePublished\":\"2026-04-02T18:44:24+00:00\",\"dateModified\":\"2026-04-02T20:48:55+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vacationpropertymaids.com\\\/es\\\/#website\",\"url\":\"https:\\\/\\\/vacationpropertymaids.com\\\/es\\\/\",\"name\":\"Vacation Property Maids\",\"inLanguage\":\"es-MX\",\"publisher\":{\"@id\":\"https:\\\/\\\/vacationpropertymaids.com\\\/es\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Our Team - Vacation Property Maids","description":"VRMA Certified & Award-Winning Team Meet the Expert Team BehindSouthern California's PremierVacation Rental Cleaning Our highly trained, background-checked, and certified cleaning professionals deliver hotel-quality results for Airbnb, VRBO, and short-term rental properties across San Diego, Los Angeles, and Orange County. 500+ Properties Served 5.0\u2605 Google Rating 100% Satisfaction Guarantee 3 Counties Covered Get a Free","canonical_url":"https:\/\/vacationpropertymaids.com\/es\/our-team\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/vacationpropertymaids.com\/es\/our-team\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/vacationpropertymaids.com\/es#listItem","position":1,"name":"Home","item":"https:\/\/vacationpropertymaids.com\/es","nextItem":{"@type":"ListItem","@id":"https:\/\/vacationpropertymaids.com\/es\/our-team\/#listItem","name":"Our Team"}},{"@type":"ListItem","@id":"https:\/\/vacationpropertymaids.com\/es\/our-team\/#listItem","position":2,"name":"Our Team","previousItem":{"@type":"ListItem","@id":"https:\/\/vacationpropertymaids.com\/es#listItem","name":"Home"}}]},{"@type":"Organization","@id":"https:\/\/vacationpropertymaids.com\/es\/#organization","name":"Vacation Property Maids","url":"https:\/\/vacationpropertymaids.com\/es\/","logo":{"@type":"ImageObject","url":"https:\/\/vacationpropertymaids.com\/wp-content\/uploads\/sites\/4\/2025\/11\/logo-vpm.png","@id":"https:\/\/vacationpropertymaids.com\/es\/our-team\/#organizationLogo","width":1920,"height":495},"image":{"@id":"https:\/\/vacationpropertymaids.com\/es\/our-team\/#organizationLogo"}},{"@type":"WebPage","@id":"https:\/\/vacationpropertymaids.com\/es\/our-team\/#webpage","url":"https:\/\/vacationpropertymaids.com\/es\/our-team\/","name":"Our Team - Vacation Property Maids","description":"VRMA Certified & Award-Winning Team Meet the Expert Team BehindSouthern California's PremierVacation Rental Cleaning Our highly trained, background-checked, and certified cleaning professionals deliver hotel-quality results for Airbnb, VRBO, and short-term rental properties across San Diego, Los Angeles, and Orange County. 500+ Properties Served 5.0\u2605 Google Rating 100% Satisfaction Guarantee 3 Counties Covered Get a Free","inLanguage":"es-MX","isPartOf":{"@id":"https:\/\/vacationpropertymaids.com\/es\/#website"},"breadcrumb":{"@id":"https:\/\/vacationpropertymaids.com\/es\/our-team\/#breadcrumblist"},"datePublished":"2026-04-02T18:44:24+00:00","dateModified":"2026-04-02T20:48:55+00:00"},{"@type":"WebSite","@id":"https:\/\/vacationpropertymaids.com\/es\/#website","url":"https:\/\/vacationpropertymaids.com\/es\/","name":"Vacation Property Maids","inLanguage":"es-MX","publisher":{"@id":"https:\/\/vacationpropertymaids.com\/es\/#organization"}}]},"og:locale":"es_MX","og:site_name":"Vacation Property Maids -","og:type":"article","og:title":"Our Team - Vacation Property Maids","og:description":"VRMA Certified &amp; Award-Winning Team Meet the Expert Team BehindSouthern California's PremierVacation Rental Cleaning Our highly trained, background-checked, and certified cleaning professionals deliver hotel-quality results for Airbnb, VRBO, and short-term rental properties across San Diego, Los Angeles, and Orange County. 500+ Properties Served 5.0\u2605 Google Rating 100% Satisfaction Guarantee 3 Counties Covered Get a Free","og:url":"https:\/\/vacationpropertymaids.com\/es\/our-team\/","og:image":"https:\/\/vacationpropertymaids.com\/wp-content\/uploads\/sites\/4\/2025\/11\/logo-vpm.png","og:image:secure_url":"https:\/\/vacationpropertymaids.com\/wp-content\/uploads\/sites\/4\/2025\/11\/logo-vpm.png","article:published_time":"2026-04-02T18:44:24+00:00","article:modified_time":"2026-04-02T20:48:55+00:00","twitter:card":"summary_large_image","twitter:title":"Our Team - Vacation Property Maids","twitter:description":"VRMA Certified &amp; Award-Winning Team Meet the Expert Team BehindSouthern California's PremierVacation Rental Cleaning Our highly trained, background-checked, and certified cleaning professionals deliver hotel-quality results for Airbnb, VRBO, and short-term rental properties across San Diego, Los Angeles, and Orange County. 500+ Properties Served 5.0\u2605 Google Rating 100% Satisfaction Guarantee 3 Counties Covered Get a Free","twitter:image":"https:\/\/vacationpropertymaids.com\/wp-content\/uploads\/sites\/4\/2025\/11\/logo-vpm.png"},"aioseo_meta_data":{"post_id":"4010","title":null,"description":null,"keywords":null,"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"WebPage","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":{"faqs":[],"keyPoints":[],"titles":[],"descriptions":[],"socialPosts":{"email":[],"linkedin":[],"twitter":[],"facebook":[],"instagram":[]}},"created":"2026-04-02 18:45:44","updated":"2026-04-02 21:21:21","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/vacationpropertymaids.com\/es\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tOur Team\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/vacationpropertymaids.com\/es"},{"label":"Our Team","link":"https:\/\/vacationpropertymaids.com\/es\/our-team\/"}],"_links":{"self":[{"href":"https:\/\/vacationpropertymaids.com\/es\/wp-json\/wp\/v2\/pages\/4010","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vacationpropertymaids.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/vacationpropertymaids.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/vacationpropertymaids.com\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/vacationpropertymaids.com\/es\/wp-json\/wp\/v2\/comments?post=4010"}],"version-history":[{"count":21,"href":"https:\/\/vacationpropertymaids.com\/es\/wp-json\/wp\/v2\/pages\/4010\/revisions"}],"predecessor-version":[{"id":4031,"href":"https:\/\/vacationpropertymaids.com\/es\/wp-json\/wp\/v2\/pages\/4010\/revisions\/4031"}],"wp:attachment":[{"href":"https:\/\/vacationpropertymaids.com\/es\/wp-json\/wp\/v2\/media?parent=4010"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}