/** Shopify CDN: Minification failed

Line 833:10 Unexpected "}"

**/


/* CSS from section stylesheet tags */
.testimonial-section {
                position: relative;
                background-image: url("/cdn/shop/files/Untitled-3.png?v=1751679967");
                background-size: cover;
                background-position: center;
                background-repeat: no-repeat;
                min-height: 100vh;
                padding: 12rem 1rem 6rem;
                text-align: center;
                top: -480px;
              }

              .testimonial-section h6 {
                font-size: 48px;
                margin-bottom: -40px;
                margin-top: 80px;
                font-weight:900;
                font-family: 'Akshar';
              }

              .testimonial-section h2 {
                font-size: 50px;
                font-weight: 700;
                margin-bottom: 40px;
                font-weight: 700;
                font-family: 'Akshar';
              }

              .swiper-main-div {
                background: url('/cdn/shop/files/Layer_645.png?v=1751673198') no-repeat center center;
                background-size: contain;
                width: 100%;
                max-width: 1200px;
                height: 600px;
                margin: 0 auto;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 60px 20px;
                box-sizing: border-box;
                position: relative;
              }

              .swiper {
                width: 100%;
                height: 100%;
              }

              .swiper-slide {
                display: flex;
                justify-content: center;
                align-items: center;
                height: 100%;
              }

              .testimonial-card {
                /* background: rgba(255, 255, 255, 0.95); */
                padding: 30px;
                border-radius: 20px;
                max-width: 250px;
                width: 100%;
                text-align: center;
                /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); */
              }

              .testimonial-card .stars {
                color: #f5b942;
                font-size: 14px;
              }

              .testimonial-card h4 {
                font-size: 18px;
                font-weight: 700;
                margin-bottom: 20px;
              }

              .testimonial-card p {
                font-size: 14px;
                line-height: 1.4;
                color: #555;
              }

              .testimonial-card .date {
                margin-top: 15px;
                font-size: 13px;
                color: #888;
              }


            .swiper-main-div .swiper-pagination {
              position: absolute !important;
              top: 430px !important;
              bottom: auto !important;
              left: 48% !important;
              transform: translateX(-50%);
              z-index: 10;
            }


  @media (max-width: 480px) {
     .swiper-main-div .swiper-pagination {
              top: 226px !important;
            }
  }

              .swiper-pagination {
                top: 0px;
                position: absolute;
              }

              .swiper-pagination-bullet {
                background: #000 !important;
                opacity: 1;
              }

              .swiper-pagination-bullet-active {
                background: #555 !important;
              }

              .testimonial-button {
                display: inline-block;
                background: #000;
                color: #fff;
                padding: 15px 60px;
                border-radius: 30px;
                font-weight: 800;
                text-decoration: none;
                margin-top: 30px;
                border: 2px solid transparent;
                transition: all 0.3s ease;
                box-sizing: border-box;

              }

              .testimonial-button:hover {
                background-color: transparent !important;
                color: #000000 !important;
                border: 2px solid #000000;
              }

              @keyframes wobble {
                0%, 100% { transform: rotate(-3deg); }
                50% { transform: rotate(3deg); }
              }

              .testimonial-rocket {
                position: absolute;
                bottom: 80px;
                left: 200px;
                width: 280px;
                z-index: 3;
                pointer-events: none;
                animation: wobble 2.5s infinite ease-in-out;
              }

              .testimonial-astronaut {
                position: absolute;
                bottom: 300px;
                right: 150px;
                width: 350px;
                z-index: 3;
                pointer-events: none;
              }

              @media (max-width: 1024px) {
                .swiper-main-div {
                  height: auto;
                  padding: 40px 10px;
                }

                .testimonial-card {
                  max-width: 90%;
                }
              }

            @media screen and (max-width: 768px) {
            .swiper-main-div {
              background-size: cover;
              background-position: center top;
              height: auto;
              padding: 15px 15px;
            }
          }

    @media (max-width: 1024px) {
        .testimonial-card {
            max-width: 90%;
        }
    }
    .testimonial-card {
        /* background: rgba(255, 255, 255, 0.95); */
        padding: 30px;
        border-radius: 20px;
        max-width: 250px;
        width: 100%;
        text-align: center;
        /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); */
    }
    *, *:before, *:after {
        box-sizing: inherit;
    }
    user agent stylesheet
    div {
        display: block;
        unicode-bidi: isolate;
    }
    .swiper-slide {
        flex-shrink: 0;
        width: 100%;
        height: 100%;
        position: relative;
        transition-property: transform;
        list-style: none;
    }
    .swiper {
        margin-left: auto;
        margin-right: auto;
        /* position: relative; */
        list-style: none;
        padding: 0;
        z-index: 1;
        display: block;
    }
    @media (max-width: 767px) {
    .testimonial-section h2 {
        font-size: 26px;
        font-weight: 500;
        margin-top: 40px;
        margin-bottom: 40px;
        font-family: 'Akshar';
    }
}
@media (max-width: 767px) {
    .testimonial-section h6 {
        font-size: 25px;
        margin-top: 80px;
        margin-bottom: -40px;
        font-weight: 800;
        font-family: 'Akshar';
    }
}
@media (max-width: 768px) {
  .testimonial-rocket, .testimonial-astronaut {
    display: none !important;
  }

  .testimonial-card {
    text-align: center;
  }

  .testimonial-section {
    position: relative;
    background-image: url("/cdn/shop/files/Untitled-3.png?v=1751679967");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    padding: 12rem 1rem 6rem;
    text-align: center;
    top: -420px;
  }
}

@media screen and (max-width: 430px) {
  .testimonial-section {
    margin-top: -150px !important;
  }
}
.custom-contact-section {
            background: #dd5781 !important;
            position: relative;
             padding: 100px 20px 60px 20px;
            padding-top: 100px;
            padding-left: 160px;
            padding-right: 20px;
            padding-bottom: 60px;
            text-align: center;
            overflow: hidden;
            clip-path: polygon(0 100px, 100% 0, 100% 100%, 0% 100%);
          }

          .contact-card {
            position: relative;
            background: url('/cdn/shop/files/56712.png?v=1752800031')  no-repeat center center;
            background-size: cover;
            max-width: 1280px;
            min-height: 850px;
            margin: 0 auto;
            padding-top: 320px;
            padding-right: 260px;
            padding-left: 100px;
            z-index: 2;
          }


          .contact-card .heading {
            font-size: 2.5rem;
            color: white !important;
            font-weight: 800;
            position: absolute;
            top: -16px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 3;
          }

          .contact-card .heading h2 {
            font-size: 48px;
            font-weight: 900;
            margin-bottom: 0;
            color: white !important;
            margin-left: -200px;
            margin-top: 10px;
            font-family: 'Akshar';
            padding-bottom: 5px;
          }

          .contact-card .heading p {
            font-size: 50px;
            font-weight: 700;
            color: white !important;
            margin-top: -10px;
            margin-left: -200px;
            font-family: 'Akshar';
          }

          /* .contact-form {
            z-index: 4;
            position: relative;
          } */

          .form-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
          }

          .contact-form input,
          .contact-form textarea {
            width: 100%;
            padding: 15px;
            border-radius: 12px;
            border: none;
            background-color: #e3e3e3;
            font-size: 1.5rem;
            color: #000 !important;
          }

          .contact-form textarea {
            grid-column: span 2;
            height: 150px;
          }

        .contact-form button {
          background-color: #ec407a;
          color: white;
          padding: 18px 28px;
          border-radius: 30px;
          font-weight: 800;
          cursor: pointer;
          grid-column: span 2;
          width: 200px;
          justify-self: center;
          font-size: 16px;

          /* ✅ Add the following to prevent shaking and enable hover styles */
          border: 2px solid transparent;
          transition: all 0.3s ease;
          box-sizing: border-box;
          font-family: 'Poppins', sans-serif;
        }


          ::placeholder {
            color: black;
            opacity: 1;
          }

          .contact-img-left {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 580px;
            z-index: 10 !important;
            pointer-events: none;
          }

          @media (max-width: 768px) {
            .form-grid {
              grid-template-columns: 1fr;
            }

            .contact-form textarea,
            .contact-form button {
              grid-column: span 1;
            }

            .contact-card {
              background-size: 100% auto;
              padding: 130px 20px 80px;
            }

            .contact-card .heading h2,
            .contact-card .heading p {
              font-size: 28px;
            }

            .contact-img-left {
              display: none;
            }

          }
          .contact-form button:hover {
  background-color: transparent;
  color: #dd5780;
  border: 2px solid #dd5780;
}
        .wave-divider-top {
        width: 100%;
        overflow: hidden;
        line-height: 0;
        position: relative;
        z-index: 1;
      }
      @media screen and (max-width: 768px) {
      .contact-card {
        background: none !important;
        padding: 60px 16px 40px !important;
        margin: 0 auto !important;
        min-height: auto !important;
        max-width: 100% !important;
        box-sizing: border-box;
      }

      .contact-card .heading h2 {
        font-size: 28px;
        font-weight: 700;
        margin-top: 0;
        margin-bottom: 10px;
        text-align: center;
        color: white !important;
        margin-left: -140px;
        
      }

      .contact-card .heading p {
        font-size: 22px;
        font-weight: 600;
        margin-top: 0;
        margin-bottom: 20px;
        text-align: center !important;
        color: white !important;
        margin-right: -65px;
      }

      .contact-card form input,
      .contact-card form textarea {
        width: 100% !important;
        max-width: 100%;
        margin: 10px 0;
        font-size: 16px;
        padding: 12px;
        border-radius: 12px;
      }

      .contact-card button {
        width: 100%;
        padding: 14px;
        font-size: 16px;
        font-weight: 700;
        border-radius: 30px;
        margin-top: 20px;
      }
    }
    @media (max-width: 768px) {
      .form-grid {
          grid-template-columns: 1fr;
          width: 300px;
          margin-top: 100px;
          margin-left: -140px;
                  padding-bottom: 40px;
      }
  }
  /* Responsive adjustment for mobile devices */
@media (max-width: 768px) {
    .contact-img-left {
        width: 50%; /* or any specific value like 90vw */
        max-width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .contact-card .heading h2 {
        font-size: 25px;
        font-weight: 700;
        margin-top: 40px;
        margin-bottom: -5px;
        text-align: center;
        color: white !important;
        margin-left: -140px;
        font-family: 'Akshar';
    }
}
@media screen and (max-width: 768px) {
    .contact-card .heading p {
        font-size: 26px;
        font-weight: 500;
        margin-top: 0;
        /* margin-bottom: -39px; */
        text-align: center !important;
        color: white !important;
        margin-right: -65px;
        font-family: 'Akshar';
    }
}
.testimonial-carousel-section {
            /* padding: 60px 20px; */
            text-align: center;
            background-color: #FFF4E4;
            margin-top: -430px !important;
            position: relative;
          }

          .testimonial-carousel-section h2 {
            font-size: 48px;
            font-weight: 900;
            color: #000;
            font-family: 'Akshar';
            margin-bottom: -50px !important;
          }

          .testimonial-carousel-section h4 {
            font-size: 50px;
            margin-bottom: 40px;
            color: #222;
            font-weight: 700;
            font-family: 'Akshar';
          }

          .testimonial-carousel-layout {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 40px;
            flex-wrap: wrap;
            margin-top: -100px;
          }

          .character-img {
            margin-top: 18rem;
            width: 300px;
            height: auto;
          }

          .testimonial-swiper {
            /* display: flex; */
            align-items: center;
            max-width: 700px;
            width: 100%;
            position: relative;
          }

          .swiper {
            overflow: hidden;
          }

          .swiper-wrapper {
            display: flex;
          }

          .swiper-slide {
            display: flex;
            justify-content: center;
          }

          .testimonial-wrapper {
            display: flex;
            justify-content: center;
            align-items: flex-end;
            gap: 10px;
            font-family: sans-serif;
          }

          .testimonial-left,
          .testimonial-right {
            width: 300px;
            overflow: hidden;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
            background: white;
          }

          .testimonial-left {
            height: 500px;
            border-top-left-radius: 500px;
          }

          .testimonial-left img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            border-top-left-radius: 500px;
          }

          .testimonial-right {
            height: 350px;
            border-top-right-radius: 500px;
            display: flex;
            align-items: center;
            justify-content: center;
          }

          .testimonial-content {
            padding: 20px;
            text-align: left;
          }

          .stars {
            color: #f5b942;
            font-size: 1rem;
            margin-bottom: 10px;
          }

          .testimonial-content h4 {
            margin: 0 0 10px;
            font-weight: bold;
          }

          .testimonial-content p {
            padding-right: 20px;
            font-size: 1.5rem;
            color: #444;
            line-height: 1.4;
          }

          .custom-buttons {
            display: flex;
            justify-content: center;
            gap: 20px;
            margin-top: 180px;
          }

          .custom-buttons a {
            padding: 15px 50px;
            border-radius: 30px;
            font-weight: 800;
            /* font-size: 18px; */
            text-decoration: none;
            min-width: 180px;
            text-align: center;
          }

          .custom-buttons a:first-child {
            background-color: #E95494;
            color: white;
          }

          .custom-buttons a:last-child {
            background-color: black;
            color: white;
          }

          /* Clean minimalist arrows */
        .swiper-button-prev,
        .swiper-button-next {
          background: transparent;
          color: #000;
          font-size: 12rem;
          font-weight: light;
          width: auto;
          height: auto;
          text-align: center;
          border-radius: 0;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          z-index: 10;
          cursor: pointer;
          user-select: none;
          transition: transform 0.2s ease, opacity 0.2s ease;

          /* Remove unwanted artifacts */
          outline: none;
          border: none;
          appearance: none;
          -webkit-tap-highlight-color: transparent;
        }

        .swiper-button-prev:hover,
        .swiper-button-next:hover {
          transform: translateY(-50%) scale(1.15);
          opacity: 0.85;
          color: blue;
        }

        /* Kill any generated content like dots or icons */
        .swiper-button-prev::after,
        .swiper-button-next::after {
          display: none !important;
          content: none !important;
        }

        .swiper-button-prev {
          left: -30px;
        }

        .swiper-button-next {
          right: -30px;
        }
      @media screen and (max-width: 749px) {
        .testimonial-carousel-section {
          /* margin-top: 0 !important; */
          padding: 40px 15px !important;

        }
        

        .testimonial-carousel-section h2 {
          font-size: 25px;
          margin-bottom: -20px !important;
                  font-family: 'Akshar';
        font-weight: 700;
        }

        .testimonial-carousel-section h4 {
          font-size: 26px;
          margin-bottom: 130px;
          font-family: 'Akshar';
        font-weight: 500;
        }

        .testimonial-carousel-layout {
          flex-direction: column;
          gap: 30px;
          align-items: center;
        }

        .character-img {
          margin-top: 0;
          width: 180px;
        }

        .testimonial-wrapper {
          flex-direction: column;
          align-items: center;
          margin-bottom: 15px;
        }

        .testimonial-left,
        .testimonial-right {
          width: 65%;
          border-radius: 0;
          height: auto;
        }

        .testimonial-left img {
          height: auto;
          border-radius: 0;
        }

        .testimonial-content {
          padding: 20px;
          text-align: center;
        }

        .testimonial-content p {
          padding: 0;
          font-size: 1rem;
        }

        .custom-buttons {
          flex-direction: column;
          gap: 15px;
          margin-top: 40px;
        }

        .custom-buttons a {
          padding: 12px 30px;
          font-size: 16px;
          width: 100%;
          max-width: 300px;
          margin: 0 auto;
        }

        .swiper-button-prev,
        .swiper-button-next {
          font-size: 4rem;
          left: 10px;
          right: 10px;
        }
      }
     @media screen and (max-width: 749px) {
    .banner__media img {
      display: block !important;
      max-width: 100% !important;
      height: auto !important;
      margin-top: 100px !important;
    }
  }
  @media (max-width: 768px) {
    .footer-nav {
        list-style: none;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
        justify-content: center;
        margin-top: -40px !important;
           margin-bottom: 0px !important;
    }
}
@media (max-width: 768px) {
    .character-img {
        display: none;
    }
}
 @media screen and (max-width: 749px) {
    .custom-buttons a {
        padding: 12px 30px;
        font-size: 16px;
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
        margin-top: 10px;
    }
}         }
.shaped-testimonials-section {
      position: relative;
      background-image: url("/cdn/shop/files/BG.png?v=1751409749");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      /* min-height: 100vh !important; */
      /* padding: 12rem 1rem; */
      text-align: center;
      top: -100px;
    }


    .testimonials-wrapper {
      position: relative;
      max-width: 1200px;
      margin: 0 auto;
      z-index: 2;
    }

   .paper-background {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
    max-width: 1200px;
    pointer-events: none;
  }


    .testimonials-content {
      position: relative;
      z-index: 2;
      padding: 4rem 1rem;
    }

    .testimonials-header h2 {
      font-size: 36px;
      font-weight: 700;
      margin-bottom: 10px;
    }

    .testimonials-header h3 {
      font-size: 22px;
      margin-bottom: 40px;
    }

    .testimonials-list {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 30px;
      margin-top: 30px;
    }

    .testimonial-item {
      flex: 1 1 30%;
      max-width: 330px;
      margin: 0 auto;
      text-align: center;
      background: transparent;
    }

    .testimonial-stars {
      color: #ffb703;
      font-size: 18px;
      margin-bottom: 10px;
    }

    .testimonial-title {
      font-weight: bold;
      font-size: 18px;
      margin-bottom: 10px;
    }

    .testimonial-text {
      font-size: 15px;
      color: #333;
      margin-bottom: 10px;
    }

    .testimonial-date {
      font-size: 13px;
      color: #666;
    }

    .button-wrapper {
      margin-top: 40px;
    }

    .button-wrapper a {
      background: #000;
      color: #fff;
      padding: 12px 30px;
      border-radius: 30px;
      text-decoration: none;
      font-weight: 600;
      display: inline-block;
    }

    @media (max-width: 768px) {
      .testimonials-list {
        flex-direction: column;
        align-items: center;
      }

      .testimonials-header h2 {
        font-size: 28px;
      }

      .testimonials-header h3 {
        font-size: 18px;
      }

      .testimonial-title {
        font-size: 16px;
      }

      .testimonial-text {
        font-size: 14px;
      }
    }