/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.atbs-accordion .faq-paragraph__text a, .atbs-accordion .faq-paragraph__text a:active, .atbs-accordion .faq-paragraph__text a:focus, .atbs-accordion .faq-paragraph__text a:hover {
    color: #4AA79C !important;
}
.site-footer__top .subscribe-form form .legal-consent-container{
  grid-column: 1 / -1 !important;
  line-height: 1.7;
    opacity: 0.95;
}
.atbs-block.section-module-11 .price-card-background .price__image {
    border-radius: 50%;
    width: 60%;
  height: auto;
    aspect-ratio: 1 / 1;
    max-width: 200px;
    margin: 30px auto 50px;
    object-fit: cover;
}
@media (max-width: 1199px) {
  .related-posts .posts-list> .list-item:last-child {
    display: none; 
  }
}
  .single-entry-thumb .box-background-image {
      background-attachment: local !important;
  }
@media (max-width: 1199px) and (min-width: 681px) {
    .atbs-block.section-module-11 .section-main .flex-box>:first-child:nth-last-child(3) {
        width: 33.33333%;
    }
     .atbs-block.section-module-11 .section-main .flex-box>:first-child:nth-last-child(3) .price-card__description {
      display: block;
    }
    .atbs-block.section-module-11 .section-main .flex-box>:first-child:nth-last-child(3) .price-card__description>* {
        width: 100%;
        padding: 0;
    }
    .atbs-block.section-module-11 .section-main .flex-box>:first-child:nth-last-child(3) .price-card-background .paragraph-description:not(:last-child) {
        margin-bottom: 30px;
      padding: 0;
    }
    .atbs-block.section-module-11 .section-main .flex-box>:first-child:nth-last-child(3) .price-card-background .price__image {
        border-radius: 50%;
        width: 60%;
      height: auto;
        aspect-ratio: 1 / 1;
        max-width: 200px;
        margin: 30px auto 50px;
        object-fit: cover;
    }
  .atbs-block.section-module-11 .section-main .flex-box>* {
        width: 33.33333%;
    }
}
.section-module-1 .section-main:before {
  background-position-y: 0px !important;
}
.btn-read-more {
  background-color: #4AA79C;
  color: #fff;
  padding: 10px 20px;
  border-radius: 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
.site-footer__middle .column-width-50 {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
  .people-card .stars-list {
    display: none !important;
  }
 .people-card__author .box-background-image {
    width: 150px !important;
    height: 150px !important;
  }
.section-module-12 .section-main:before {
background-position-y: 0px !important;
}
.atbs-accordion ol {
  padding-left: 30px;
}

.atbs-accordion ul {
  padding-left: 30px;
}
</style>
<style>
.atbs-accordion li {
  margin-bottom: 0.5em;
}
 table {
    width: 100%;
    border-collapse: collapse;
  }

  th, td {
    padding: 0.75rem;
    text-align: left;
    border: 1px solid #ddd;
  }

  /* Style the full-width section rows (1 year, 3-year package) on desktop */
  tr.package-row td {
    background-color: #4aa79c;
    color: #ffffff;
    font-weight: bold;
    text-align: left;
    padding: 0.75rem;
  }

  @media screen and (max-width: 600px) {
    table, thead, tbody, th, td, tr {
      display: block;
      width: 100%;
    }

    thead {
      display: none;
    }

    tr {
      margin-bottom: 1rem;
      border-bottom: 2px solid #ccc;
    }

    td {
      position: relative;
      padding-left: 50%;
      border: none;
      border-bottom: 1px solid #ddd;
      background-color: #fafafa;
      text-align: left;
    }

    td::before {
      content: attr(data-label);
      position: absolute;
      left: 0;
      top: 0;
      width: 45%;
      padding: 0.75rem 15px;
      font-weight: bold;
      white-space: nowrap;
    }

    /* Make the full-width rows also left-aligned and padded on mobile */
    tr.package-row td {
      padding: 0.75rem 15px;
      text-align: left;
    }
  }
.section-module-12 .section-main:before {
background-position-y: 0px !important;
}
.section-module-12 .section-main:before {
background-position-y: 0px !important;
}
</style>
<style>
  @media (min-width: 992px) {
    .custom-wide-form-padding {
      padding-left: 250px;
      padding-right: 250px;
    }
  }
 .form-wrapper {
    max-width: 700px;  /* You can increase this to 800px or whatever suits */
    margin: 0 auto;     /* This centres it */
    padding: 1rem;
  }

  @media screen and (max-width: 600px) {
    .form-wrapper {
      max-width: 100%;  /* Full width on mobile */
      padding: 1rem;
    }
  }
  /* Default styling for larger screens */
  .content-container {
    max-width: 620px; /* Adjust as needed */
    margin: 0 auto;
    padding: 0 1rem;
  }

  /* Mobile-specific adjustments */
  @media screen and (max-width: 768px) {
    .content-container {
      max-width: 100%;
      padding: 0 2rem; /* Increased horizontal padding on mobile */
    }
  }
.section-module-12 .section-main:before {
background-position-y: 0px !important;
}
 @media (min-width: 992px) {
    .custom-wide-form-padding {
      padding-left: 250px;
      padding-right: 250px;
    }
  }
 .form-wrapper {
    max-width: 700px;  /* You can increase this to 800px or whatever suits */
    margin: 0 auto;     /* This centres it */
    padding: 1rem;
  }

  @media screen and (max-width: 600px) {
    .form-wrapper {
      max-width: 100%;  /* Full width on mobile */
      padding: 1rem;
    }
  }
 /* Default styling for larger screens */
  .content-container {
    max-width: 620px; /* Adjust as needed */
    margin: 0 auto;
    padding: 0 1rem;
  }

  /* Mobile-specific adjustments */
  @media screen and (max-width: 768px) {
    .content-container {
      max-width: 100%;
      padding: 0 2rem; /* Increased horizontal padding on mobile */
    }
  }
.section-module-12 .section-main:before {
background-position-y: 0px !important;
}
.section-module-12 .section-main:before {
background-position-y: 0px !important;
}
.atbs-accordion ol {
  padding-left: 30px;
}

.atbs-accordion ul {
  padding-left: 30px;
}
.atbs-accordion li {
  margin-bottom: 0.5em;
}

@media (max-width: 680px) {
  .site-footer .site-footer__middle .box-space-100 {
    display: flex;
    gap: 30px;
  }

  .site-footer .site-footer__middle .box-space-100 > * {
    width: 45%;
  }
}

@media (max-width: 480px) {
  .site-footer .site-footer__middle .box-space-100 {
    flex-direction: column;
    gap: 30px;
  }

  .site-footer .site-footer__middle .box-space-100 > * {
    width: 100%;
    gap: 0;
  }
}

@media (max-width: 1300px) {
  .site-footer__top .subscribe-form > :nth-child(2) {
    padding: 50px 40px; /* fixed syntax from "50px; 40px;" */
  }
}

@media (min-width: 992px) {
  .site-footer__top .subscribe-form form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 20px 0;
  }

  .site-footer__top .subscribe-form .hs-form-field + .hs-form-field {
    margin: 0 !important;
  }

  .site-footer__top .subscribe-form form .hs_submit {
    grid-column: 1 / -1;
    width: 200px;
    justify-self: left;
    border: 0;
    margin-top: 10px;
  }

  .site-footer__top .subscribe-form form .hs_submit input {
    border: 0;
  }
}

/* Footer links */
.site-footer a {
  color: inherit;
  text-decoration: none;
}

.site-footer a:hover {
  color: #4AA79C;
  text-decoration: underline;
}

/* Prevent mobile overflow */
@media screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
}
/* Offcanvas menu toggle – only show on mobile */
a.offcanvas-menu-toggle.js-atbs-offcanvas-toggle {
  display: none;
  text-transform: none !important; /* Prevent automatic capitalisation */
}

@media screen and (max-width: 767px) {
  .sticky-header a.offcanvas-menu-toggle.js-atbs-offcanvas-toggle.hidden-xs {
      display: none !important;
  }
  a.offcanvas-menu-toggle.js-atbs-offcanvas-toggle {
    display: flex !important;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: auto !important;
    height: auto !important;
    text-transform: none !important; /* Ensure sentence case on mobile */
  }
}
  .hs-richtext a {
    color: white !important;
  }
  .hs-richtext a:hover {
    text-decoration: underline;
  }
/* Full-width background, centred content */
.hs-richtext:has(a[href*="privacy"]) {
  position: relative;
  background-color: #4AA79C;
  color: white;
  padding: 1rem 0;
  margin-top: 1rem;
  width: 100%;
  box-sizing: border-box;
}
.site-footer .navigation .hs-menu-wrapper>ul>li a:hover {
 color: #4AA79C;
}