body {
  background-color: white;
  background-size: cover;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center center;
  font-family: 'Frank Ruhl Libre', serif;
  margin: 0;
  padding: 0;
}

.top-header {
  background-color: white;
  color: black;
  padding: 15px 30px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 25px;
  font-size: 18px;
  font-weight: bold;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.top-header a {
  color: black;
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 0.9rem;
}

.top-header a:hover {
  color: #ffb4a2;
}

.top-header img {
  max-height: 50px;
  width: auto;
  object-fit: contain;
  margin-right: auto;
}

.header-image-block {
  text-align: center;
  padding: 20px 0;
}

.header-image-block img {
  max-width: 100%;
  height: auto;
}

.header-banner {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../Images/truck.jpg');
  background-size: cover;
  background-position: center;
  padding: 100px 20px;
  text-align: center;
  margin-bottom: 0;
  border-radius: 4px;
}

.header-banner p {
  color: #ffffff;
  margin: 0;
}

h1 {
  color: #ffffff;
  font-family: 'Frank Ruhl Libre', serif;
  margin: 0;
  font-size: 50px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

p {
  color: rgb(76, 137, 215);
  text-align: center;
  font-size: 35px;
  margin: 0 0 18px;
}

.image-container {
  text-align: left;
  margin: 135px 20px 20px;
}

.image-container img,
.gas-requests img {
  display: block;
  margin: 0 auto;
  width: 220px;
  height: auto;
  max-width: 100%;
}

.large-image {
  width: 260px;
  max-width: 100%;
  height: auto;
}

.image-container a {
  display: inline-block;
  margin-top: 8px;
  /* Space between image and link */
  text-decoration: none;
  color: white;
  font-weight: bold;
  padding: 10px 18px;
  border: none;
  border-radius: 8px;
  background-color: rgba(16, 108, 145, 0.08);
}

.image-container a:hover {
  text-decoration: underline;
}

.services-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin: 50px auto 20px;
  flex-wrap: wrap;
  max-width: 900px;
}

.gas-requests {
  text-align: center;
  margin: 20px;
}

.gas-requests a {
  display: block;
  margin: 12px auto 0;
  width: fit-content;
  padding: 10px 20px;
  background-color: rgba(17, 165, 223, 0.1);
  color: white;
  text-decoration: none;
  font-weight: bold;
  border-radius: 6px;
}

.gas-requests a:hover {
  text-decoration: underline;
}

.peach-block {
  background-color: #ffe5cc;
  padding: 40px 20px;
  text-align: center;
  margin: 0 0 20px 0;
  border-radius: 4px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
}

.peach-block h2 {
  color: #333;
  margin-bottom: 15px;
  font-size: 24px;
  display: inline-block;
  text-align: center;
  border-bottom: 3px solid #dd22a8;
  padding-bottom: 5px;
}

.peach-block p {
  color: #444;
  font-size: 22px;
  text-align: center;
}

.main-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px;
}

.peach-block,
.image-blocks {
  flex: 1 1 300px;
  /* Sit side by side, wrap on small screens */
}

.image-blocks {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}

.image-blocks img {
  width: 60%;
  height: auto;
  object-fit: cover;
  transform: rotate(-2deg);
}

.image-blocks img:first-child {
  margin-left: -90px;
}

.image-blocks img:nth-child(even) {
  width: 55%;
  transform: rotate(9deg);
  margin-top: -15px;
  margin-left: 200px;
  position: relative;
  z-index: 1;
}

.site-footer {
  text-align: center;
  padding: 20px;
  color: #666;
  margin-top: 40px;
  border-top: 1px solid #e0e0e0;
}

.site-footer p {
  margin: 0;
  font-size: 16px;
  color: #666;
}

.pipe-drain-section {
  background-color: #ffe5cc;
  padding: 1px 0;
  /* Prevents margin collapse for inner elements */
  margin: 40px 0;
}

.section-title {
  text-align: center;
  margin: 60px 0 30px;
}

.section-title h2 {
  font-size: 2.5rem;
  color: #333;
  display: inline-block;
  border-bottom: 3px solid #dd22a8;
  padding-bottom: 5px;
  margin: 0;
}

.blocks-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto 60px;
  padding: 0 20px;
}

.pipe-service-container {
  background-color: white;
  border: 1px solid #e0e0e0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 30px;
  border-bottom: 5px solid #dd22a8;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.pipe-image-wrapper {
  width: 100%;
  height: 220px;
  margin-bottom: 20px;
  border-radius: 6px;
  overflow: hidden;
}

.pipe-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.pipe-service-container:hover .pipe-image-wrapper img {
  transform: scale(1.08);
}

.pipe-service-container h3 {
  color: #333;
  margin: 0;
  font-size: 24px;
}

.member-container {
  background-color: #ffe5cc;
  border: 1px solid #e0e0e0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 30px;
  border-bottom: 5px solid #dd22a8;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.member-image-wrapper {
  width: 150px;
  height: 150px;
  margin-bottom: 20px;
  border-radius: 50%;
  border: 3px solid #dd22a8;
  overflow: hidden;
}

.member-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.member-container h3 {
  color: #333;
  margin: 0 0 10px 0;
  font-size: 24px;
  border-bottom: 3px solid #dd22a8;
  padding-bottom: 5px;
  display: inline-block;
}

.member-container p {
  color: #666;
  margin: 0;
  font-size: 18px;
}

.member-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 5px;
}

.member-facebook,
.member-website {
  color: #dd22a8;
  font-size: 32px;
  font-weight: bold;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  transition: color 0.3s;
}

.member-container p.member-description {
  margin-top: 15px;
  font-size: 16px !important;
  line-height: 1.5;
}

.member-facebook:hover,
.member-website:hover {
  color: #c01b91;
}

/* Smaller Members and Testimonials */
.smaller-members {
  max-width: 900px;
  margin: 0 auto;
}

.smaller-members .member-image-wrapper {
  width: 100px;
  height: 100px;
}

.smaller-members .member-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 10px;
  box-sizing: border-box;
  background-color: white;
}

.smaller-members h3 {
  font-size: 1.2rem;
}

.smaller-members p {
  font-size: 14px !important;
}

.testimonials-section {
  padding: 40px 20px;
  text-align: center;
}

.testimonials-grid {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  max-width: 900px;
  margin: 20px auto 0;
}

.testimonial-card {
  background-color: #f8f9fa;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  flex: 1;
  min-width: 200px;
  border: 1px solid #e0e0e0;
}

.testimonial-card p {
  font-style: italic;
  color: #444;
  line-height: 1.6;
  font-size: 14px;
}

.testimonial-card .stars {
  color: #f39c12;
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.testimonial-author {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 15px;
}

.testimonial-author img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 0;
  margin-right: 15px;
  border: 2px solid #dd22a8;
}

.testimonial-author h4 {
  margin: 0;
  color: #dd22a8;
  font-size: 1rem;
}

.testimonial-author h6 {
  margin: 5px 0 0 0;
  color: #666;
  font-size: 0.8rem;
  font-weight: 500;
}