/* Services Section Styles */
.services-section {
  background-color: #00b0cc; /* Strong Cyan */
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  padding-right: 40px;
}

.services-section h1 {
  color: #fed200; /* Pure Honey */
  text-align: left;
  margin-bottom: 10px;
}

.white-bg {
  background-color: #fff;
  width: 90%;
  margin: 0 auto 20px;
  display: block;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 5px;
}

.white-bg img {
  padding: 2px;
}

/* Grey box container for the two columns */
.services-container {
  background-color: #f0f0f0; /* Grey box background */
  display: flex;
  flex-wrap: wrap; /* Allows vertical stacking on mobile */
  border: 1px solid #ddd;
  border-radius: 8px;
}

/* Left column (67%) */
.services-left,
.services-right {
  padding: 20px;
  box-sizing: border-box;
}

.services-left {
  width: 67%;
}

/* Right column (33%) */
.services-right {
  width: 33%;
}

/* Section headers for both columns */
.service-header {
  color: #e50106; /* Vivid Red */
  font-size: 1.75em;
  margin-bottom: 20px;
}

#just-do-it {
  padding: 1rem 1rem 1rem 0.5rem; /* Adjust padding as needed */
  align-items: center;
  flex-direction: column;
  display: flex;
}

#low-pad {
  padding: 0.5rem;
}

.service-header-outer {
  color: #e50106; /* Vivid Red */
  font-size: 2.25rem;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-top: 10px;
}


/* Left column: image styling, caption, and table */
.services-left img {
  display: block;
  width: 100%;
  border-radius: 8px;
}

.services-left p {
  color: #000;
  margin-bottom: 20px;
  line-height: 1.6;
}

.services-right ul li {
  color: #000;
  line-height: 1.1;
  margin-bottom: 15px;
  font-size: 1.1rem;
}

.services-right h2 {
  color: #01b0cd;
  font-size: 1.5rem;
}

/* Simple table styling */
.services-left table {
  width: 100%;
  border-collapse: collapse;
}

.services-left table th,
.services-left table td {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: left;
}

.services-right li {
  padding-bottom: 10px;
  font-size: 1.25rem;
}

.services-text-container {
  background-color: #a0d4dc;
  border-radius: 8px;
  padding: 10px;
  width: 90%;
  margin-left: 5%;
}

.services-text-container li {
  font-size: 1.1rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}

.services-text-container p strong {
  color: #000;
}

.services-image-container {
  margin-top: 1rem;
  margin-left: 1.5rem;
}

.services-image-container img {
  max-width: 80%;
  max-height: 250px;
}

/* Iconized bullet styling */
.bullet-item {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  margin: 1rem 0;
}

.bullet-image-holder {
  padding: 3px;
  box-sizing: border-box;
  width: 10%;
  margin: auto;
}

.bullet-image-holder img {
  box-shadow: 0px 0px 0px;
}

.bullet-text-holder {
  padding: 3px;
  box-sizing: border-box;
  width: 90%;
  margin: auto;
}

.bullet-icon {
  max-width: 50px;
  max-height: 50px;
}


/* Workflow List Styling */
.workflow-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin: 1rem 0;
}

.workflow-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.workflow-item img {
  width: auto;
  box-shadow: 0px 0px 0px;
}

.workflow-icon {
  max-width: 80px;
  max-height: 80px;
}

.workflow-text {
  flex: 1;
}

.workflow-text h3 {
  margin: 0 0 0.5rem;
  font-size: 1.2rem;
  color: #e50106;
}

.workflow-text p {
  margin: 0;
  font-size: 0.95rem;
  color: #333;
}

.sec3hdr {
  font-size: 2.75rem
}

.order-button.long {
  visibility: hidden;
}

/* Responsive adjustments */
@media screen and (max-width: 1100px) {
  .services-left,
  .services-right {
    width: 100%;
  }


  .services-right h2 {
    font-size: 1.25rem;
  }
  
  .services-container {
    flex-direction: column;
  }

  .sec3hdr {
    font-size: 1.5rem;
  }

  .workflow-text h3 {
    font-size: 1rem;
  }


  .service-header-outer {
    font-size: 1.2rem;
  }

  .services-section {
    background-color: #00b0cc; /* Strong Cyan */
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .services-section h1 {
      font-size: 2rem;
      padding-top: 8px;
  }

  .order-button.long {
    visibility: visible;
    margin-top: 25px;
  }

}
