/* Service page specific styles */
body.service-page .hero_area {
  height: auto !important;
  min-height: auto !important;
}

/* Fix spacing between sections */
.service_section.layout_padding {
  padding-top: 45px;
  padding-bottom: 45px;
}

/* Ensure proper spacing for service details */
#service-details {
  padding-top: 0;
}

/* Fix distributor section spacing */
.distributor-section {
  padding-top: 0;
}

/* Fix potential padding issues */
body.service-page {
  padding-top: 0 !important;
  margin-top: 0 !important;
  overflow-x: hidden;
}

/* Ensure smooth transition */
body.service-page .service_section {
  margin-top: 0;
  padding-top: 60px;
}

/* Fix potential spacing issues */
body.service-page .serviceimg {
  padding-top: 60px !important;
} 