/* =====================
   OZZY'S HOMEPAGE FIXES
   ===================== */

/* --- Consistent Section Padding --- */
.vc_row {
  clear: both;
}

/* About Us Section */
.vc_custom_1597913491597 {
  padding-top: 80px;
  padding-bottom: 80px;
}

/* Vertically centre About Us text against image */
.vc_custom_1597913491597 .vc_column-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* About Us image — remove bottom gap */
.vc_custom_1597739757665 {
  margin-bottom: 0px;
}

/* --- Services Section --- */
/* Grey background for entire services block */
.vc_custom_1597735737376 {
  padding-top: 80px;
  padding-bottom: 20px;
  background-color: #f7f7f7;
}

.vc_custom_1597735727994 {
  padding-top: 30px;
  padding-bottom: 80px;
  background-color: #f7f7f7;
}

/* Service cards — equal height, consistent padding, border radius */
.vc_custom_1597735727994 .vc_column-inner {
  background: #ffffff;
  border-radius: 8px;
  padding: 24px;
  margin: 0 10px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Remove the extra empty space between cards on mobile */
.vc_custom_1597735727994 .vc_empty_space {
  display: none;
}

/* --- Pick Up & Delivery Section --- */
.vc_custom_1597738208120 {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #ffffff;
}

/* Centre and pad each step column evenly */
.vc_custom_1597738208120 .vc_column_inner {
  text-align: center;
  padding: 20px;
}

/* Equal spacing between step images and text */
.vc_custom_1597738208120 .vc_single_image-wrapper {
  margin-bottom: 16px;
}

/* --- Contact / How Can We Help Section --- */
.vc_custom_1597742280620 {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f7f7f7;
}

/* Vertically centre the contact info block */
.vc_custom_1597742280620 .vc_column-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Contact info text box — consistent padding */
.vc_custom_1669185644897 {
  padding: 40px;
  border-radius: 6px;
}

/* --- Testimonials / Reviews Section --- */
.vc_custom_1597735800508 {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #ffffff;
}

/* --- General Typography Consistency --- */
.hsection-title h1,
.hsection-title h2 {
  margin-top: 0;
  margin-bottom: 16px;
  line-height: 1.2;
}

.hsection-sub {
  margin-bottom: 8px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
}

/* --- Mobile Fixes --- */
@media (max-width: 768px) {
  .vc_custom_1597913491597 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .vc_custom_1597735737376,
  .vc_custom_1597735727994 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .vc_custom_1597738208120 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .vc_custom_1597742280620 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .vc_custom_1597735727994 .vc_column-inner {
    margin: 0 0 20px 0;
  }

  .vc_custom_1669185644897 {
    padding: 24px;
  }
}