      /* Main Content Container */
.service-main {
    color: #333333;
   font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
   line-height: 1.6;
   margin:20px;
   border-radius:20px;
   padding:1% 1% !important;
}


/* Content Wrapper (1200px max width) */
.service-container {
   margin: 0 auto;
   padding: 0 10px;
}



/* Post Title */
h1.wp-block-post-title {
   color: #222222;
   line-height: 1.2;
   margin-bottom: 20px !important;
}

/* Featured Image */
.wp-block-post-featured-image.alignwide {
   margin-bottom: 40px;
   border-radius: 8px;
   overflow: hidden;
}

.wp-block-post-featured-image.alignwide img {
   width: 100%;
   height: auto;
   display: block;
   border:4px solid #d8613c ;
   transition: transform 0.3s ease;
}



/* Post Content */
.wp-block-post-content {
   font-size: 18px;
 }

.wp-block-post-content p {
   margin-bottom: 1.5em;
}

.wp-block-post-content h2 {
   font-size: 32px;
   margin: 1.5em 0 0.8em;
   color: #222222;
}

.wp-block-post-content h3 {
   font-size: 26px;
   margin: 1.3em 0 0.7em;
   color: #222222;
}

/* Related Projects Section */
.related-projects-section {
   padding: 0;
   border-bottom: 1px solid #eaeaea;
}

.related-projects-section h2 {
   font-size: 32px;
   margin-bottom: 30px;
   color: #222222;
}

/* Bottom Section */
.service-bottom-section {
   display: flex;
   flex-wrap: wrap;
   gap: 40px;
   margin:0px!important;
   
}

/* CTA Section */
.service-cta {
   background-color: #f8f9fa;
   padding: 40px;
   border-radius: 8px;
   flex: 1;
   min-width: 300px;
}

.service-cta h3 {
   font-size: 24px;
   margin-bottom: 15px;
   color: #222222;
}

.service-cta p {
   margin-bottom: 25px;
   font-size: 16px;
}

.service-cta .wp-block-button__link {
   padding: 14px 28px;
   border-radius: 6px;
   font-weight: 600;
   background:#d8613c;
   transition: all 0.3s ease;
}

.service-cta .wp-block-button__link:hover {
   transform: translateY(-2px);
   box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
   .service-main {
      margin:5px;
   }
   .wp-block-post-featured-image.alignwide img {
  
   border:2px solid #d8613c ;
 
}

   h1.wp-block-post-title {
       font-size: 36px !important;
   }
   
   .wp-block-post-content {
       font-size: 16px;
   }
   
   .service-cta {
       min-width: 100%;
   }
   
   .service-bottom-section {
       flex-direction: column;
   }
}