.elementor-161 .elementor-element.elementor-element-524fb0d{--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;}/* Start custom CSS for html, class: .elementor-element-50fd236 *//* === HERO SERVICES === */
.hero-services {
  background: linear-gradient(to right, rgba(28,28,28,0.75) 0%, rgba(28,28,28,0.50) 60%, rgba(28,28,28,0.35) 100%),
              url('/wp-content/uploads/2026/04/mark-kats-oj1zW_PNI4k-unsplash-scaled.jpg') center/cover no-repeat;
  color: #FFFFFF;
  padding: calc(90px + 5rem) 0 4rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
  margin-top: -40px;
}

.hero-services-content {
  position: relative;
  z-index: 1;
}

.hero-services h1 {
  font-family: 'Montserrat', sans-serif;
  color: #FFFFFF;
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 1rem;
  line-height: 1.15;
}

.hero-services p {
  font-family: 'Inter', sans-serif;
  font-size: 1.1rem;
  line-height: 1.7;
  opacity: 0.9;
  max-width: 600px;
  margin: 0 auto;
}

/* === SERVICES === */
.services {
  padding: 5rem 0;
}

.services-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

.service-card {
  background: #FFFFFF;
  border: 1px solid #E5E8EB;
  border-top: 3px solid #B5452A;
  border-radius: 10px;
  padding: 2rem 1.5rem;
  transition: all 0.3s ease;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.service-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #B5452A, #D4593A);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  box-shadow: 0 4px 12px rgba(181, 69, 42, 0.25);
}

.service-icon svg {
  width: 34px;
  height: 34px;
}

.service-card h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: #1C1C1C;
  margin-bottom: 0.75rem;
}

.service-card p {
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #6B7280;
}

/* === CTA === */
.services-cta {
  text-align: center;
  margin-top: 3rem;
}

.btn-primary {
  display: inline-block;
  padding: 1rem 2.25rem;
  background: #B5452A;
  color: #FFFFFF;
  font-family: 'Inter', sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  border: 2px solid #B5452A;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background: #D4593A;
  border-color: #D4593A;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(181, 69, 42, 0.4);
}

/* === RESPONSIVE === */
@media (min-width: 768px) {
  .hero-services h1 { font-size: 2.8rem; }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .services-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}/* End custom CSS */