/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 02 2026 | 04:21:56 */
/* ==========================================================
   MOBILE OPTIMISATION
   Page ID: 5143
   ========================================================== */

.page-id-5143 {
  overflow-x: hidden;
}

/* Ensure images never overflow */
.page-id-5143 img {
  max-width: 100% !important;
  height: auto !important;
  display: block;
}

/* ===============================
   Tablet & Small Desktop
   =============================== */
@media (max-width: 900px) {

  /* Stack all 2-column grid sections */
  .page-id-5143 div[style*="display: grid"][style*="grid-template-columns: 1fr 1fr"] {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
    align-items: stretch !important;
  }

  /* Reduce large section spacing */
  .page-id-5143 div[style*="max-width: 1200px"][style*="margin: 60px auto"] {
    margin: 30px auto !important;
  }

  /* Reduce left border padding blocks */
  .page-id-5143 div[style*="border-left: 4px solid"] {
    padding-left: 16px !important;
  }

  /* Prevent buttons and links from overflowing */
  .page-id-5143 a,
  .page-id-5143 button,
  .page-id-5143 input[type="submit"] {
    max-width: 100% !important;
  }
}

/* ===============================
   Mobile
   =============================== */
@media (max-width: 768px) {

  /* Phone number grid: 3 columns -> 1 */
  .page-id-5143 div[style*="grid-template-columns: repeat(3, 1fr)"] {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  /* Reset forced middle column */
  .page-id-5143 div[style*="grid-column: 2"] {
    grid-column: auto !important;
  }

  /* Improve heading sizing */
  .page-id-5143 h2 {
    font-size: 1.7rem !important;
  }

  .page-id-5143 h3 {
    font-size: 1.35rem !important;
  }

  .page-id-5143 p {
    font-size: 1.05rem !important;
    line-height: 1.6 !important;
  }

  /* Phone links sizing */
  .page-id-5143 a[href^="tel:"] {
    font-size: 1.2rem !important;
    word-break: break-word;
  }
}

/* ===============================
   Small Phones
   =============================== */
@media (max-width: 480px) {

  /* Reduce big section padding */
  .page-id-5143 div[style*="padding: 60px 20px"] {
    padding: 36px 16px !important;
  }

  /* Reduce phone tile padding */
  .page-id-5143 div[style*="background-color: #fff"][style*="padding: 25px"] {
    padding: 16px !important;
  }
}


/* ==========================================================
   REMOVE OUTER PAGE WRAPPER SPACING (Mobile Only)
   Page ID: 5143
   ========================================================== */

@media (max-width: 768px) {

  .page-id-5143 .site-content,
  .page-id-5143 .content-area,
  .page-id-5143 .container,
  .page-id-5143 #primary,
  .page-id-5143 #post-5143,
  .page-id-5143 .entry-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

}