/** Shopify CDN: Minification failed

Line 21:0 Unexpected "<"
Line 181:23 Expected identifier but found whitespace
Line 181:25 Unexpected "{"
Line 181:32 Expected ":"
Line 216:4 Unexpected "<"
Line 354:21 Expected identifier but found whitespace
Line 354:23 Unexpected "{"
Line 354:30 Expected ":"
Line 392:2 Unexpected "<"
Line 398:19 Expected identifier but found whitespace
... and 19 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:packages-bike-service (INDEX:62) */
<style>
    /* Main Section Styling */
    .three-packages-section h2 {
        text-align: center !important;
    }

    .three-packages-section {
        padding: 40px 0px 0px 0px !important;
    }
    .three-packages-section p {
      text-align: center;
      width: 50%;
      margin: 0px auto;
          font-family: 'IBM Plex Sans';
        font-weight: 500;
        line-height: 1.3;
    }
    @media(max-width:767px){
      .three-packages-section p {
      text-align: center;
      width: 100%;
        padding: 5px 20px;
        margin: 0px auto;
    }
    }

    @media(max-width:992px){
      .three-packages-section p {
      text-align: center;
      width: 80%;
        margin: 0px auto;
    }
    }

    /* Flexbox Grid for Packages */
    .package-grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 24px;
    }

    .package-box {
      flex: 1 1 300px;
      max-width: 100%;
    }
    .icon-svg img {
        width: 90px !important;
        height: 20px;
    }

    .package-features {
        color: white;
        font-family: 'IBM Plex Sans';
        letter-spacing: 0.01px;
        background: black;
        border-top: 1px solid white;
        border-bottom: 1px solid white;
        padding: 20px;
        min-height: 250px; /* optional: to keep uniform height across boxes */
    }

    .package-features ul li:before {
        content: "";
        background: url(/cdn/shop/files/tick-icon.png);
        height: 20px;
        width: 20px;
        background-size: cover;
        background-repeat: no-repeat;
        padding-right: 20px;
        position: relative;
        top: 0px;
        left: -10px;
    }
    .package-box {
        display: flex;
        flex-direction: column;
    }

    .package-features {
        flex-grow: 1;
    }
    .package-features ul li {
        padding-right: 20px;
        padding-left: 10px;
        font-size: 14px;
        font-weight: 500;
    }
    @media (min-width: 992px) {
      .package-box {
        max-width: 32%;
      }
    }
    @media (max-width: 991px) {
      .package-box {
        max-width: 48%;
      }
    }
    @media (max-width: 767px) {
      .package-box {
        max-width: 100%;
      }
    }
    /* .package-grid {
        padding: 70px 0px;
    } */

    .package-title {
        padding: 20px;
        background: #ff66c4;
    }

    .package-title h3 {
        text-align: left;
      font-size:28px !important;
    }

    .package-price {
        background: black;
        padding: 20px;
    }

    .package-price p {
        color: white;
        font-family: 'Bebas Neue';
        font-size: 25px;
        text-align: left;
    }

    .package-features {
        background: black;
        border-top: 1px solid white;
        border-bottom: 1px solid white;
    }

    .package-button {
        background: #000000;
        padding: 20px;
    }

    .package-button a {
        background: #76d6d6;
        width: 90%;
        padding: 10px;
        font-family: 'Bebas Neue';
        font-size: 20px;
        border-radius: 100px;
    }
    /* Title Styling */
    .package-title {
      text-align: center;
    }

    /* Price Styling */
    .package-price {
      text-align: center;
    }

    /* Features Styling */
    .package-features {
      background-color: {{ block.settings.features_bg_color }};
      padding: 20px;
    }

    .package-features ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .package-features li {
      display: flex;
      align-items: center;
      margin-bottom: 3px;
    }

    .package-features img,
    .package-features svg {
      width: 20px;
      height: 20px;
      margin-right: 10px;
    }

    .package-price p {
        width: 100%;
    }
      .package-grid {
        display: flex
    ;
        flex-direction: row !important;
    }
    h2.mb-3.h3 {
      font-size: 36px !important;
  }

    </style>
/* END_SECTION:packages-bike-service */

/* START_SECTION:packages (INDEX:63) */
<style>
  /* Main Section Styling */

  .three-packages-section h2 {
    text-align: center;
    margin-bottom: 40px;
  }

  /* Flexbox Grid for Packages */
  .package-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
  }

  .package-box {
    flex: 1 1 300px;
    max-width: 100%;
  }
  .icon-svg img {
      width: 90px !important;
      height: 20px;
  }

  .package-features {
      color: white;
      font-family: 'IBM Plex Sans';
      letter-spacing: 0.01px;
      background: black;
      border-top: 1px solid white;
      border-bottom: 1px solid white;
      padding: 20px;
      min-height: 250px; /* optional: to keep uniform height across boxes */
  }

  .package-features ul li:before {
      content: "";
      background: url(/cdn/shop/files/tick-icon.png);
      height: 20px;
      width: 20px;
      background-size: cover;
      background-repeat: no-repeat;
      padding-right: 20px;
      position: relative;
      top: 0px;
      left: -10px;
  }
  .package-box {
      display: flex;
      flex-direction: column;
  }

  .package-features {
      flex-grow: 1;
  }
  .package-features ul li {
      padding-right: 20px;
      padding-left: 10px;
     font-size: 14px;
      font-weight: 500;
  }
  @media (min-width: 992px) {
    .package-box {
      max-width: 32%;
    }
  }
  @media (max-width: 991px) {
    .package-box {
      max-width: 48%;
    }
  }
  @media (max-width: 767px) {
    .package-box {
      max-width: 100%;
    }
  }
  .package-grid {
      padding: 0px 0px 80px 0px;
  }

  .package-title {
      padding: 20px;
      background: #ff66c4;
  }

  .package-title h3 {
      text-align: left;
    color:#000 !important;
  }

  .package-price {
      background: black;
      padding: 20px;
  }

  .package-price p {
      color: white;
      font-family: 'Bebas Neue';
      font-size: 25px;
      text-align: left;
  }

  .package-features {
      background: black;
      border-top: 1px solid white;
      border-bottom: 1px solid white;
  }

  .package-button {
      background: #000000;
      padding: 20px;
  }

  .package-button a {
      background: #76d6d6;
      width: 90%;
      padding: 10px;
      font-family: 'Bebas Neue';
      font-size: 20px;
      border-radius: 100px;
  }
  /* Title Styling */
  .package-title {
    text-align: center;
  }

  /* Price Styling */
  .package-price {
    text-align: center;
  }

  /* Features Styling */
  .package-features {
    background-color: {{ block.settings.features_bg_color }};
    padding: 20px;
  }

  .package-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .package-features li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }

  .package-features img,
  .package-features svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }

  /* Button Styling */
  .package-button {
    text-align: center;
  }

  .package-button a {
    padding: 12px 25px;
    text-decoration: none;
    display: inline-block;
  }

  .package-button a:hover {
    opacity: 0.8;
  }

  </style>
/* END_SECTION:packages */

/* START_SECTION:run-bait (INDEX:92) */
<style>
.three-packages-section {
  background-color: {{ section.settings.section_bg_color }};
  padding-top: {{ section.settings.section_padding_top }}px;
  padding-bottom: {{ section.settings.section_padding_bottom }}px;
  padding-left: {{ section.settings.section_padding_left }}px;
  padding-right: {{ section.settings.section_padding_right }}px;
}

.three-packages-section h2 {
  text-align: center;
  margin-bottom: 40px;
}

.package-grid {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 95%;
  margin: 0 auto;
}

.package-box {
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  display: flex;
  flex-direction: column;
}

.package-title {
  background-color: #ff66c4;
  padding: 20px;
  text-align: center;
}

.package-title h3 {
  margin: 0;
  font-size: 20px;
  color: #fff;
}

.package-features {
  background: black;
  color: white;
  text-align: center;
  padding: 20px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  flex-grow: 1;
}

.package-features ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 500px;
  text-align: left;
}

.package-features ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
}

.package-features ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  background: url(/cdn/shop/files/tick-icon.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.package-title h3 {
    text-align: left;
}

</style>
/* END_SECTION:run-bait */

/* START_SECTION:section-12-days (INDEX:95) */
/* Grid styles */
.day-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(150px,1fr)); gap: 20px; }
.day-tile { position: relative; text-align: center; }
.ribbon {
  position: absolute;
  top: 10px; left: -5px;
  background: #e74c3c;
  color: white;
  padding: 5px 10px;
  font-weight: bold;
  transform: rotate(-15deg);
  font-size: 12px;
  z-index: 2;
}
.day-tile img { width: 100%; display: block; border-radius: 8px; }
/* END_SECTION:section-12-days */