/** Shopify CDN: Minification failed

Line 23:13 Expected identifier but found whitespace
Line 23:15 Unexpected "{"
Line 23:24 Expected ":"
Line 54:8 Expected identifier but found whitespace
Line 54:10 Unexpected "{"
Line 54:19 Expected ":"
Line 63:8 Expected identifier but found whitespace
Line 63:10 Unexpected "{"
Line 63:19 Expected ":"
Line 93:8 Expected identifier but found whitespace
... and 2 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:rupee (INDEX:53) */
.rupee-font-section {
  padding: 60px 20px;
  background: {{ section.settings.bg_color }};
}

.rupee-font-wrapper {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.rupee-font-left {
  width: 38%;
  text-align: center;
}

.rupee-font-left img {
  width: 100%;
  max-width: 420px;
  display: block;
  margin: 0 auto;
}

.rupee-font-right {
  width: 62%;
}

.rupee-font-small-heading {
  font-size: 20px;
  font-weight: 700;
  color: {{ section.settings.heading_color }};
  margin-bottom: 18px;
  text-align: center;
}

.rupee-font-heading {
  font-size: 42px;
  line-height: 1.3;
  font-weight: 700;
  color: {{ section.settings.heading_color }};
  margin-bottom: 40px;
  text-align: center;
}

.rupee-steps {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.rupee-step {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.rupee-step-icon {
  width: 52px;
  min-width: 52px;
}

.rupee-step-icon img {
  width: 100%;
  display: block;
}

.rupee-step-text {
  font-size: 20px;
  line-height: 1.7;
  color: {{ section.settings.text_color }};
}

.rupee-download-btn-wrap {
  margin-top: 45px;
  text-align: center;
}

.rupee-download-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 38px;
  background: #6CBD45;
  color: black;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 10px;
  transition: 0.3s ease;
}

.rupee-download-btn:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

@media screen and (max-width: 990px) {
  .rupee-font-wrapper {
    flex-direction: column;
    gap: 40px;
  }

  .rupee-font-left,
  .rupee-font-right {
    width: 100%;
  }

  .rupee-font-left img {
    max-width: 260px;
  }

  .rupee-font-heading {
    font-size: 30px;
  }

  .rupee-step-text {
    font-size: 17px;
    line-height: 1.6;
  }

  .rupee-download-btn {
    width: 100%;
    font-size: 18px;
    padding: 16px 24px;
  }
}

@media screen and (max-width: 600px) {
  .rupee-font-section {
    padding: 45px 15px;
  }

  .rupee-font-heading {
    font-size: 24px;
    margin-bottom: 28px;
  }

  .rupee-font-small-heading {
    font-size: 18px;
  }

  .rupee-step {
    gap: 14px;
  }

  .rupee-step-icon {
    width: 40px;
    min-width: 40px;
  }

  .rupee-step-text {
    font-size: 15px;
  }
}
/* END_SECTION:rupee */