/** Shopify CDN: Minification failed

Line 138:0 All "@import" rules must come first
Line 220:0 All "@import" rules must come first

**/


/* CSS from section stylesheet tags */
.cta-image-wrapper {
    background: #755a8f;
  }
  .cta-section {
    background-color: #3b1e54;
    color: #fff;
    padding: 80px 20px 60px;
    text-align: center;
    position: relative;
    border-radius: 24px;
    max-width: 1000px;
    margin: 60px auto 0;
  }
  .cta-section h2,
  .cta-section h3 {
    color: #fff;
  }

  .cta-image-wrapper {
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    background: #3b1e54;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .cta-image-wrapper img {
    max-width: 80px;
    height: auto;
  }

  .cta-section h3 {
    margin-top: 80px;
    font-size: 20px;
    font-weight: 500;
  }

  .cta-section h2 {
    font-size: 28px;
    font-weight: 700;
    margin: 10px 0 30px;
  }

  .cta-icons {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
  }

  .cta-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    justify-content: flex-end;
    width: 30%;
  }

  .cta-item img {
    width: 32px;
    margin-bottom: 8px;
  }

  /* Responsive */
  @media (max-width: 768px) {
    .cta-section h2 {
      font-size: 22px;
    }

    .cta-section h3 {
      font-size: 16px;
    }

    .cta-image-wrapper {
      width: 100px;
      height: 100px;
      top: -50px;
    }

    .cta-image-wrapper img {
      max-width: 65px;
    }
  }

  @media (max-width: 480px) {
    .cta-icons {
      flex-direction: column;
      gap: 20px;
    }

    .cta-section h2 {
      font-size: 20px;
    }
  }

  .cta-item:nth-child(1) img {
    width: 80px;
    height: 40px;
  }

  .cta-item:nth-child(2) img,
  .cta-item:nth-child(3) img {
    width: 60px;
    height: 60px;
  }

  .cta-item span {
    font-size: 18px;
    font-weight: bolder;
  }

  section.cta-section h3 {
    font-size: 20px;
  }
  .cta-section h2 {
    font-size: 42px;
  }

  .cta-image-wrapper {
    background: #755a8f;
  }
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

  .res-section * {
    font-family: 'Poppins', sans-serif;
  }
  .res-section {
    padding: 0px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 50px;
  }
  .res-heading-area {
    padding: 30px 0;
    text-align: center;
  }
  .res-heading-area h2 {
    font-size: 35px;
    color: #3b1e54;
    font-weight: bold;
  }
  .res-heading-area p {
    font-size: 14px;
    color: #111;
  }
  .res-cd-area {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
  }
  .res-cd {
    background: #3b1e54;
    padding: 20px;
    display: flex;
    gap: 15px;
    flex-direction: column;
    width: calc(100% / 3 - 15px);
  }
  .res-ico {
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .res-ico img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 50%;
  }
  .res-cd-heading h4,
  .res-cd-heading p {
    color: #fff;
  }
  .res-cd-heading p {
    font-size: 14px;
    margin: 10px 0;
  }
  @media (max-width: 768px) {
    .res-cd {
      width: calc(100% / 2 - 15px);
    }
    .res-cd:last-child {
      width: 100%;
    }
  }
  @media (max-width: 540px) {
    .res-cd {
      width: 100%;
    }
    .res-heading-area h2 {
      font-size: 22px;
    }
    .res-heading-area p {
      font-size: 13px;
    }
  }
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');

  .pd-info-section {
    background: #391e52;
    padding: 100px 30px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
  }

  .pd-text-area {
    width: 100%;
    max-width: 500px;
    padding-right: 20px;
  }

  .pd-text-area h3 {
    color: #fff;
    font-weight: bolder;
    font-family: 'Poppins', sans-serif;
    font-size: 45px;
    text-transform: uppercase;
    line-height: 44px;
  }

  @media (max-width: 620px){
    
  .pd-text-area h3 {
    color: #fff;
    font-weight: bolder;
    font-family: 'Poppins', sans-serif;
    font-size: 45px;
    text-transform: uppercase;
    line-height: 44px;
  }
  }

  .pd-text-area p {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    margin-top: 10px;
  }

  .pd-image-area {
    width: 100%;
    max-width: 400px;
    text-align: center;
  }

  .pd-image-area img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }

  @media (min-width: 768px) {
    .pd-text-area,
    .pd-image-area {
      width: 50%;
    }
  }
.sup-side-image img {
    object-fit: cover;
  }
  .sup-hidden-image {
    display: none;
  }

  .supple-heading {
    padding: 20px;
  }
  .supple-info-parent {
    display: flex;
    justify-content: space-between;
    margin: auto;
    width: 100%;
    padding: 20px 100px;
    background: #391e52;
  }
  .supple-cards-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .supple-heading {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    padding: 20px 0px;
    flex-direction: column;
  }
  .supple-heading h4 {
    color: #fff;
    margin-bottom: 0px;
    font-family: 'Poppins', sans-serif;
    font-size: 25px !important;
    text-align: center;
    line-height: 40px;
    font-weight: 600;
  }
  .supple-heading p {
    color: #fff;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
  }
  .sp-card h5 {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    margin: 0;
  }
  .sp-card p {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    font-size: 10px;
  }
  .sp-card {
    width: calc(100% / 3 - 20px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .sp-card .sup-ico {
    width: 80px;
  }
  .sp-card .sup-ico img {
    width: 100%;
  }
  @media (max-width: 1500px) {
    .sp-card {
      width: calc(100% / 2 - 20px);
    }
    .supple-heading h4 {
      font-size: 20px;
      line-height: 32px;
    }
    .supple-heading p {
      font-size: 14px;
    }
    .sp-card h5 {
      font-size: 16px;
    }
    .sp-card p {
      font-size: 14px;
    }
  }
  @media (max-width: 1200px) {
    .sup-side-image {
      display: none;
    }
    .sup-hidden-image {
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .sp-card {
      width: calc(100% / 3 - 20px);
    }
  }
  @media (max-width: 991px) {
    .supple-info-parent {
      padding: 20px 50px;
    }
  }
  @media (max-width: 768px) {
    .sp-card {
      width: calc(100% / 2 - 20px);
    }
    .sup-hidden-image {
      width: 100%;
    }
    .sup-hidden-image img {
      width: 100%;
    }
  }
  @media (max-width: 640px) {
    .sp-card {
      width: 100%;
    }
  }