/** Shopify CDN: Minification failed

Line 19:0 Unexpected "<"
Line 94:0 Unexpected "<"
Line 102:0 Unexpected "<"
Line 215:0 Unexpected "<"
Line 217:19 Expected identifier but found whitespace
Line 217:21 Unexpected "{"
Line 217:30 Expected ":"
Line 218:8 Expected identifier but found whitespace
Line 218:10 Unexpected "{"
Line 218:19 Expected ":"
... and 7 more hidden warnings

**/


/* CSS from section stylesheet tags */
<style>
.final-sale-banner {
  max-width: 1100px;
  margin: 40px auto;
  border: 2px solid #0075ff;
  border-radius: 20px;
  overflow: hidden;
  font-family: Arial, sans-serif;
}
.final-sale-banner.overlay {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 80px 20px;
  text-align: center;
  color: #fff;
}
.final-sale-banner.overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}
.final-sale-banner .overlay-content {
  position: relative;
  z-index: 2;
}
.final-sale-banner .overlay-content h2,
.final-sale-banner .overlay-content p {
  margin: 0 0 15px;
}
.final-sale-banner .overlay-content h2 {
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
}
.final-sale-banner .overlay-content p {
  font-size: 16px;
  line-height: 1.5;
}
.final-sale-banner .shop-btn {
  display: inline-block;
  background-color: #fff;
  color: #2c2734;
  padding: 12px 30px;
  border-radius: 999px;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s;
}
.final-sale-banner .shop-btn:hover {
  background-color: #f0f0f0;
  color: #1e1b27;
}

/* Split layout */
.final-sale-banner.split {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.final-sale-banner.split .image-side {
  flex: 1 1 50%;
}
.final-sale-banner.split .image-side img {
  width: 100%;
  height: auto;
  display: block;
}
.final-sale-banner.split .text-side {
  flex: 1 1 50%;
  padding: 40px;
  text-align: left;
}
</style>
<style>
  @media(max-width:1199.98px){
    .container {
    width: unset !important;
}
  }

</style>
<style>
.roadmap-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 15px;
}
.roadmap-cards-wrapper {
    justify-content: space-between;
    gap: 50px 20px;
    margin: 40px auto;
    max-width: 1344px;
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
}
.roadmap-card {
    flex: 1 1 calc(20% - 10px);
    background: white;
    border-radius: 10px;
    padding: 40px 50px 0px 50px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.roadmap-circle {
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto 10px;
    border-radius: 50%;
    color: white;
    font-weight: bold;
    margin-top: -70px;
}
.roadmap-card h3 {
    font-size: 24px;
    margin: 10px 0 5px;
    text-transform: uppercase;
    font-family: poppins;
    line-height: 28px;
    font-weight: 300 !important;
    color: #2c2c6c;
}
.roadmap-card p {
    font-size: 18px;
    font-weight: 400 !important;
    font-family: 'Poppins' !important;
    color: #000;
}
.icon-boxs a {
    display: inline-block;
    margin-bottom: 30px;
    background: #263059 !important;
    color: #fff;
    padding: 10px 50px !important;
    border-radius: 25px;
    font-weight: 600 !important;
    font-size: 18px !important;
    text-decoration: none;
}
  .icon-boxs {
    padding-top: 40px;
}
  .icon-boxs h2 {
    text-align: center;
    font-size: 42px !important;
    font-weight: 300 !important;
    color: #263059 !important;
    margin-bottom: 10px;
    line-height: 62px !important;
    padding-bottom: 30px;
}
  @media(max-width:1199.98px){
    .icon-boxs {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
}
    .icon-boxs h2 {
    padding-bottom: 0px;
}
    .roadmap-card {
    padding: 40px 30px 0px 30px;
}
  }
@media (max-width: 1024px) {
  .roadmap-card {
    flex: 1 1 calc(50% - 10px);
  }
}
@media(max-width:991.98px){
  .roadmap-card {
    padding: 40px 20px 0px 20px;
}
}
  @media(max-width:767.98px){
    .roadmap-cards-wrapper {
    grid-template-columns: repeat(1, 1fr) !important;
}
    .icon-boxs h2 {
    text-align: center;
    font-size: 36px !important;
    font-weight: 300 !important;
    color: #263059 !important;
    line-height: 41px !important;
    padding-bottom: 30px !important;
}
  }
  
@media (max-width: 600px) {
  .roadmap-card {
    flex: 1 1 100%;
  }
}
</style>
.charity-counter-wrapper {
  background-color: {{ section.settings.background_color }};
  color: {{ section.settings.text_color }};
  text-align: center;
  padding: 50px 20px;
}
.charity-counter-container {
    max-width: 1320px;
    margin: auto;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.charity-counter-heading {
    font-size: 62px !important;
    font-weight: 400 !important;
    font-family: 'Poppins';
    color: #fff;
    line-height: 52px;
    text-transform: uppercase;
    text-align: center;
    width: 80%;
    line-height: 74px;
    margin-bottom: 20px;
}
.counter-class {
    background: #263059;
    padding: 50px 20px;
}

.charity-counter-button {
    background: white;
    color: {{ section.settings.background_color}};
    padding: 10px 25px;
    border-radius: 6px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 40px;
    display: inline-block;
    text-decoration: none;
}
.charity-counter-numbers {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.charity-counter-number-box span{
    width: 110px;
    height: 180px;
    background: white;
    color: #263059;
    font-size: 72px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}
.charity-counter-subheading {
    margin-top: 20px;
    font-size: 28px;
    color: #fff;
}
  @media(max-width:767.98px){
    .charity-counter-number-box span {
    width: 41px;
    height: 67px;
      font-size:54px;
    }
  }
<style>
.roadmap-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 15px;
}
.roadmap-cards-wrapper {
    justify-content: space-between;
    gap: 50px 20px;
    margin: 40px auto;
    max-width: 1344px;
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
}
.roadmap-card {
    flex: 1 1 calc(20% - 10px);
    background: white;
    border-radius: 10px;
    padding: 40px 50px 0px 50px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.roadmap-circle {
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto 10px;
    border-radius: 50%;
    color: white;
    font-weight: bold;
    margin-top: -70px;
}
.roadmap-card h3 {
    font-size: 24px;
    margin: 10px 0 5px;
    text-transform: uppercase;
    font-family: poppins;
    line-height: 28px;
    font-weight: 300 !important;
    color: #2c2c6c;
}
.roadmap-card p {
    font-size: 18px;
    font-weight: 400 !important;
    font-family: 'Poppins' !important;
    color: #000;
        line-height: 20px;
}
.icon-boxs a {
    display: inline-block;
    margin-bottom: 30px;
    background: #263059 !important;
    color: #fff;
    padding: 10px 50px !important;
    border-radius: 25px;
    font-weight: 600 !important;
    font-size: 18px !important;
    text-decoration: none;
}
  .icon-boxs {
    padding-top: 40px;
}
  .icon-boxs h2 {
    text-align: center;
    font-size: 42px !important;
    font-weight: 300 !important;
    color: #263059 !important;
    margin-bottom: 10px;
    line-height: 62px !important;
    padding-bottom: 30px;
}
  @media(max-width:1199.98px){
    .icon-boxs {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
}
    .icon-boxs h2 {
    padding-bottom: 0px;
}
    .roadmap-card {
    padding: 40px 30px 0px 30px;
}
  }
@media (max-width: 1024px) {
  .roadmap-card {
    flex: 1 1 calc(50% - 10px);
  }
}
@media(max-width:991.98px){
  .roadmap-card {
    padding: 40px 20px 0px 20px;
}
}
  @media(max-width:767.98px){
    .roadmap-cards-wrapper {
    grid-template-columns: repeat(1, 1fr) !important;
}
    .icon-boxs h2 {
    text-align: center;
    font-size: 36px !important;
    font-weight: 300 !important;
    color: #263059 !important;
    line-height: 41px !important;
    padding-bottom: 30px !important;
}
  }
  
@media (max-width: 600px) {
  .roadmap-card {
    flex: 1 1 100%;
  }
}


</style>
<style>
  .video-wrapper {
    position: relative;
    cursor: pointer;
  }

  .video-wrapper .thumbnail {
    display: block;
    width: 100%;
    height: auto;
  }

  .video-wrapper iframe {
    display: none;
    width: 100%;
    height: 100%;
  }

  .video-wrapper.active iframe {
    display: block;
  }

  .video-wrapper.active .thumbnail,
  .video-wrapper.active .play-button {
    display: none;
  }

  .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 80px;
    height: 59px;
    cursor: pointer;
  }

  .video-heading {
    margin-top: 0px;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    color: #ffffff;
    background-color: #263059;
    padding: 10px 0;
    border-radius: 0px 0px 5px 5px;
  }

  .video-block {
    margin-bottom: 40px;
  }
</style>
<style>
/* .why-choose-section {
  text-align: center;
  padding: 60px 20px;
  width: 100%;
}
.why-choose-container {
  max-width: 1320px;
  margin: 0 auto;
}
.why-choose-section h2 {
  font-size: 28px;
  font-weight: bold;
  color: #2c2734;
}
.why-choose-section p {
  color: #333;
  margin-bottom: 40px;
}
.why-choose-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.why-choose-card {
  background: #f5f7fa;
  padding: 24px;
  border-radius: 12px;
  text-align: left;
}
.card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.card-header img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.why-choose-card p {
  font-size: 14px;
  color: #444;
  margin: 0;
}

/* Responsive Layout for Mobile */
@media (max-width: 768px) {
  .why-choose-grid {
    grid-template-columns: 1fr;
  }
} */
</style>