.elementor-4619 .elementor-element.elementor-element-a5b0a0d{--display:flex;--min-height:100vh;--overlay-opacity:0.5;--margin-top:-80px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4619 .elementor-element.elementor-element-a5b0a0d::before, .elementor-4619 .elementor-element.elementor-element-a5b0a0d > .elementor-background-video-container::before, .elementor-4619 .elementor-element.elementor-element-a5b0a0d > .e-con-inner > .elementor-background-video-container::before, .elementor-4619 .elementor-element.elementor-element-a5b0a0d > .elementor-background-slideshow::before, .elementor-4619 .elementor-element.elementor-element-a5b0a0d > .e-con-inner > .elementor-background-slideshow::before, .elementor-4619 .elementor-element.elementor-element-a5b0a0d > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#0F1C3F;--background-overlay:'';}.elementor-4619 .elementor-element.elementor-element-2a31e84{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-4619 .elementor-element.elementor-element-c6ecc40{--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-4619 .elementor-element.elementor-element-f5504fd{--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-4619 .elementor-element.elementor-element-f5504fd.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-4619 .elementor-element.elementor-element-36a1100{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}@media(max-width:767px){.elementor-4619 .elementor-element.elementor-element-f5504fd{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}@media(min-width:768px){.elementor-4619 .elementor-element.elementor-element-f5504fd{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-2a31e84 *//* Desktop - Buttons on same line */
@media (min-width: 769px) {
  .button-container {
    flex-direction: row !important;
    gap: 1.5rem !important;
  }
}

/* Mobile - Stack stats 2x2 and adjust text */
@media (max-width: 768px) {
  .stats-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1rem !important;
  }
  
  /* Prevent text cutoff on mobile */
  h1 {
    letter-spacing: 0.2em !important;
  }
  
  /* Adjust subtitle on mobile */
  p {
    letter-spacing: 0.02em !important;
    padding: 0 0.5rem;
  }
}

/* Hover effects for buttons */
.cta-button:hover {
  transform: scale(1.05);
  opacity: 0.9;
}

/* Hover effects for stats */
section > div > div > div:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  transform: scale(1.05);
  border-color: rgba(150, 0, 24, 0.5) !important;
}

/* Animation for scroll button */
section > div:last-child a {
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(-10px); }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-36a1100 *//* Services Section */
.services-section {
  padding: 80px 20px;
  background: #ffffff;
}

.services-container {
  max-width: 1280px;
  margin: 0 auto;
}

/* Header */
.services-header {
  text-align: center;
  margin-bottom: 64px;
}

.services-badge {
  display: inline-block;
  background: rgba(153, 27, 27, 0.1);
  border: 1px solid rgba(153, 27, 27, 0.2);
  padding: 8px 24px;
  border-radius: 50px;
  margin-bottom: 24px;
}

.services-badge span {
  color: #991b1b;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.services-title {
  font-size: 48px;
  font-weight: 300;
  color: #111827;
  margin: 24px 0;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.services-divider {
  width: 128px;
  height: 4px;
  background: linear-gradient(to right, transparent, #991b1b, transparent);
  margin: 32px auto;
}

.services-subtitle {
  font-size: 18px;
  color: #4b5563;
  font-weight: 300;
  line-height: 1.6;
  max-width: 768px;
  margin: 0 auto;
}

/* Services Grid */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 32px;
  margin-bottom: 64px;
}

.service-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.5s ease;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  border-color: rgba(153, 27, 27, 0.3);
}

.service-image {
  position: relative;
  height: 256px;
  overflow: hidden;
}

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.service-card:hover .service-image img {
  transform: scale(1.1);
}

.service-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent);
}

.service-content {
  padding: 32px;
}

.service-content h3 {
  font-size: 24px;
  font-weight: 500;
  color: #111827;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
}

.service-content > p {
  color: #4b5563;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 24px;
}

.service-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-content ul li {
  display: flex;
  align-items: center;
  color: #374151;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 12px;
}

.bullet {
  width: 6px;
  height: 6px;
  background: #991b1b;
  border-radius: 50%;
  margin-right: 12px;
  flex-shrink: 0;
}


/* Responsive */
@media (max-width: 768px) {
  .services-title {
    font-size: 32px;
  }
  
  .services-grid {
    grid-template-columns: 1fr;
  }/* End custom CSS */