/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4
Updated: 2025-07-04 19:56:04
*/


/* ====== SERVICE PAGE TEMPLATE STYLES ====== */
.single-service .service-wrapper {
  max-width: 1024px;
  margin: 0 auto;
  background-color: #fff;
}

.single-service .service-title {
  max-width: 1024px;
  margin: 40px auto 20px auto;
  padding: 0 20px;
  font-size: 2.75rem;
  font-weight: 800;
  line-height: 1.2;
  color: #0d1a26;
  text-align: left;
}

.single-service .service-subtitle {
  max-width: 1024px;
  margin: 0 auto 2rem auto;
  padding: 0 20px;
  font-size: 1.25rem;
  color: #444;
}

.single-service .service-featured-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 2rem;
}

.single-service .service-content {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 20px 60px 20px;
  font-size: 1.125rem;
  line-height: 1.85;
  color: #222;
}

.single-service .service-content h2 {
  margin-top: 3rem;
  margin-bottom: 1rem;
  font-size: 1.75rem;
  color: #0d1a26;
  border-bottom: 2px solid #eee;
  padding-bottom: 0.5rem;
}

.single-service .service-content h3 {
  margin-top: 2.5rem;
  margin-bottom: 0.75rem;
  font-size: 1.5rem;
  color: #0d1a26;
}

.single-service .service-content p {
  margin-bottom: 1.5rem;
}

.single-service .service-content ul,
.single-service .service-content ol {
  margin: 1.5rem 0 2rem 0;
  padding-left: 1.5rem;
}

.single-service .service-content ul li,
.single-service .service-content ol li {
  margin-bottom: 0.75rem;
}

.single-service .service-content a {
  color: #002f6c;
  text-decoration: underline;
}

.single-service .service-cta {
  max-width: 1024px;
  margin: 3rem auto 0 auto;
  text-align: center;
  padding: 0 20px;
}

.single-service .service-cta a {
  display: inline-block;
  background-color: #002f6c;
  color: #fff;
  padding: 0.75rem 1.5rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .single-service .service-title {
    font-size: 2rem;
    margin: 30px auto 15px auto;
  }
  .single-service .service-content {
    padding: 0 15px 40px 15px;
  }
  .single-service .service-cta {
    padding: 0 15px;
  }
}