.elementor-4947 .elementor-element.elementor-element-cf0abdf{--display:flex;}.elementor-4947 .elementor-element.elementor-element-84e2d26{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4947 .elementor-element.elementor-element-bb6ef82{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4947 .elementor-element.elementor-element-ac96ce8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-56eb4c6 */#pps-services-grid {
  display: block;
  font-family: 'Inter', sans-serif, system-ui;
  background: #f8fafc; 
  color: #1e293b;
  text-align: center;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 80px 20px;
  box-sizing: border-box;
}

#pps-services-grid * { box-sizing: border-box; }

.pps-grid-container { max-width: 1200px; margin: 0 auto; }

.pps-grid-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 50px;
}

/* pps-grid-kicker style removed from here */

.pps-grid-title {
  font-size: clamp(2rem, 4vw, 2.5rem);
  font-weight: 800;
  color: #0f3360 !important;
  margin: 0;
}

.pps-emergency__features {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 25px;
}

.pps-emergency__chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    font-weight: 700;
    color: #0f3360;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    padding: 8px 16px;
    box-shadow: 0 2px 8px rgba(15, 51, 96, 0.05);
}

.pps-emergency__chip-ic svg {
    width: 18px;
    height: 18px;
    stroke: #0f3360;
    display: block;
}

.pps-grid-divider {
  width: 60px;
  height: 4px;
  background: #facc15; 
  margin: 25px auto 0;
  border-radius: 2px;
}

.pps-grid-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 25px;
}

.pps-service-card {
  background: #ffffff;
  padding: 40px;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.pps-service-card:hover {
  transform: translateY(-5px);
  border-color: #facc15;
  box-shadow: 0 10px 30px rgba(15, 51, 96, 0.08);
}

.pps-card-icon {
  width: 50px;
  height: 50px;
  background: rgba(15, 51, 96, 0.05);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: #0f3360;
}

.pps-card-icon svg { width: 28px; height: 28px; stroke: #0f3360; }

.pps-service-card h3 { font-size: 1.4rem; font-weight: 700; margin: 0 0 12px 0; color: #0f3360 !important; }
.pps-service-card p { font-size: 1rem; line-height: 1.6; color: #64748b !important; margin: 0; }

.pps-special-card { background: #0f3360 !important; color: #fff !important; border: none; justify-content: center; }
.pps-special-card h3 { color: #fff !important; }
.pps-special-card p { color: rgba(255,255,255,0.8) !important; margin-bottom: 20px; }

.pps-card-link { color: #facc15 !important; text-decoration: none !important; font-weight: 800; font-size: 1.1rem; border-bottom: 2px solid transparent; transition: all 0.2s; }
.pps-card-link:hover { opacity: 0.9; border-bottom-color: #facc15; }

@media (max-width: 768px) {
  #pps-services-grid { padding: 60px 15px; }
  .pps-grid-wrapper { grid-template-columns: 1fr; }
  .pps-service-card { padding: 30px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-39e0cb0 *//* 1. SECTION WRAPPER */
#pps-service-areas {
  display: block;
  font-family: 'Inter', sans-serif, system-ui;
  background: #0f3360; /* Dark Blue Background */
  text-align: center;
  
  /* FULL WIDTH LOGIC */
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  
  padding: 80px 20px;
  box-sizing: border-box;
}

#pps-service-areas * { 
  box-sizing: border-box; 
}

/* 2. CONTAINER */
.pps-areas-container {
  max-width: 1200px;
  margin: 0 auto;
}

.pps-areas-header {
  margin-bottom: 50px;
}

/* 3. PIN ICON */
.pps-areas-icon {
  color: #ef4444; 
  margin-bottom: 15px;
}

.pps-areas-icon svg {
  width: 40px;
  height: 40px;
}

/* 4. MAIN TITLE */
.pps-areas-title {
  font-size: clamp(1.8rem, 3.5vw, 2.2rem);
  font-weight: 800;
  /* We use !important here because Elementor often forces global font colors */
  color: #ffffff !important; 
  line-height: 1.2;
  max-width: 800px;
  margin: 0 auto;
}

.pps-text-yellow {
  color: #facc15 !important; 
}

/* 5. DIVIDER */
.pps-areas-divider {
  width: 50px;
  height: 3px;
  background: #facc15; 
  margin: 20px auto 0;
  border-radius: 2px;
}

/* 6. GRID LAYOUT */
.pps-areas-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 30px;
}

/* 7. CITY BOXES (REGULAR) */
.pps-city-item {
  display: block;
  text-decoration: none !important;
  padding: 12px 15px;
  background: rgba(255, 255, 255, 0.05); 
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  font-size: 0.95rem;
  font-weight: 500;
  /* CRITICAL FIX: Explicitly set text color to white with !important to defeat Elementor defaults */
  color: #ffffff !important; 
  transition: all 0.2s ease;
}

/* 8. CITY BOXES (HOVER STATE) */
.pps-city-item:hover {
  background: #facc15; 
  border-color: #facc15;
  /* Turns blue on yellow background for contrast */
  color: #0f3360 !important; 
  transform: scale(1.02);
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}

/* 9. CRITICAL FIX: SAN CARLOS HIGHLIGHT */
/* We update this specifically for high legibility on the dark blue background */
.pps-city-highlight {
  /* Subtle light blue tint on the background */
  background: rgba(15, 51, 96, 0.4); 
  border-color: #facc15;
  /* Turn the text to the brand yellow for high contrast visibility */
  color: #facc15 !important;
  font-weight: 700;
}

/* 10. RESPONSIVE BREAKPOINTS (Elementor often resets grids) */
@media (max-width: 1024px) {
  .pps-areas-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 768px) {
  .pps-areas-grid { grid-template-columns: repeat(2, 1fr); }
  #pps-service-areas { padding: 60px 15px; }
}

@media (max-width: 480px) {
  .pps-areas-grid { grid-template-columns: 1fr; }
  .pps-areas-title { font-size: 1.6rem; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-aafd621 *//* 1. SECTION WRAPPER - Full Width Logic */
#pps-faq-section {
  display: block;
  font-family: 'Inter', sans-serif, system-ui;
  background: #f8fafc;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 80px 20px;
  box-sizing: border-box;
}

#pps-faq-section * { box-sizing: border-box; }

.pps-faq-container {
  max-width: 800px;
  margin: 0 auto;
}

.pps-faq-header {
  text-align: center;
  margin-bottom: 40px;
}

.pps-faq-kicker {
  display: block;
  color: #0f3360 !important;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.pps-faq-title {
  font-size: clamp(2rem, 4vw, 2.5rem);
  font-weight: 800;
  color: #1e293b !important;
  margin: 0;
}

.pps-faq-divider {
  width: 50px;
  height: 4px;
  background: #facc15;
  margin: 20px auto 0;
  border-radius: 2px;
}

/* 2. FAQ ITEMS */
.pps-faq-item {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  margin-bottom: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
  text-align: left;
}

.pps-faq-item[open] {
  border-color: #0f3360;
  box-shadow: 0 4px 12px rgba(15, 51, 96, 0.05);
}

.pps-faq-question {
  padding: 20px 25px;
  font-weight: 700;
  font-size: 1.1rem;
  color: #0f3360 !important;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pps-faq-question::after {
  content: '+';
  font-size: 1.5rem;
  color: #facc15 !important;
  transition: transform 0.3s ease;
}

.pps-faq-item[open] .pps-faq-question::after {
  content: '−';
}

.pps-faq-answer {
  padding: 0 25px 20px 25px;
  color: #64748b !important;
  line-height: 1.6;
}

/* 3. FOOTER & CTA DESIGN MATCH */
.pps-faq-footer {
  text-align: center;
  margin-top: 40px;
}

.pps-faq-footer p {
  color: #64748b;
  margin-bottom: 15px;
  font-weight: 500;
}

.pps-faq-cta {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  background: #facc15 !important; /* Yellow Background */
  color: #0f3360 !important;      /* Dark Blue Text */
  text-decoration: none !important;
  padding: 14px 25px;
  border-radius: 12px;
  font-weight: 800;
  font-size: 1.15rem;
  transition: all 0.2s;
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

.pps-faq-cta-icon-box {
  width: 38px;
  height: 38px;
  background: #ffffff !important; /* White circle background */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.pps-faq-cta-icon-box svg {
  width: 20px;
  height: 20px;
  stroke: #0f3360 !important;
  fill: none;
}

.pps-faq-cta:hover {
  background: #facc15 !important;
  opacity: 0.95;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}

/* Hide default markers */
.pps-faq-question::-webkit-details-marker { display: none; }

/* Mobile Adjustments */
@media (max-width: 480px) {
  .pps-faq-cta { font-size: 1rem; padding: 12px 18px; gap: 10px; }
  .pps-faq-cta-icon-box { width: 32px; height: 32px; }
}/* End custom CSS */
/* Start custom CSS *//* Hide Bing */
.btn[href*="tel:+16508996145"] {
    display: none !important;
}

/* Hide Get a Quote button */
.pps-mobile-top-cta__btn--navy {
    display: none !important;
}

/* Stretch call button */
.pps-mobile-top-cta__btn--yellow {
    width: 100% !important;
    font-size: 16px !important; 
}

@media (max-width: 980px) {
  .cta-group {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
  }
  .cta-group .btn {
    flex: 1;
    font-size: 11px !important;
  }
}/* End custom CSS */