@import url('https://fonts.googleapis.com/css2?family=Anton&family=Antonio:wght@100..200&display=swap');

@import url('https://fonts.googleapis.com/css2?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');

 * {
      margin: 0;
      padding: 0;
      font-family: "Poppins", sans-serif;
      box-sizing: border-box;
    }

    .top-bar {
      background-color: #fef1c6; /* light beige */
      color: #21312C; /* dark green */
      font-size: 14px; /* Smaller text size */
      line-height: 1.4;
    }

    .top-bar a, .next-nav a {
      color: #21312C !important;
      text-decoration: none !important;
      transition: all 0.2s ease;
    }

    .top-bar a:hover {
      opacity: 0.8;
    }

    .top-bar i {
      font-size: 14px; /* Smaller icons */
      vertical-align: middle;
    }

    .divider {
      border-left: 1px solid rgba(33, 49, 44, 0.3); /* Lighter divider */
      height: 16px; /* Shorter divider */
      margin: 0 12px; /* Tighter spacing */
    }

    .dropdown-toggle::after {
      margin-left: 0.3em;
      vertical-align: middle;
    }

    .dropdown-menu {
        background-color: #fef1c6; 
      font-size: 14px; /* Match the small text size */
      min-width: fit-content;
    }
   .currency li a:hover{
        background-color: #FF679A !important;
    }

    
    /*navbar*/
    .next-nav i{
        color: #21312C !important;
         font-size: 16px !important; /* Smaller icons */
      vertical-align: middle;
    }
    
/*navbar*/
.next-nav{
    z-index: 9999999 !important;
}

.next-nav button.order-btn{
    background-color: #FF679A !important;
    border-radius: 35px !important;
    color: white !important;
    border: none !important;
    padding: 8px 25px !important;
    z-index: 1 !important;
}

.footer{
    background-color: #FF679A ;
    color: white !important;
}
.footer button.order-btn {
     background-color: #FFC935 !important;
    border-radius: 35px !important;
    color: white !important;
    border: none !important;
    padding: 8px 25px !important;
}
.app-buttons {
    gap: 10px; /* Space between app buttons */
}
.app-buttons  img{
    border-radius: 10px;
}
.app-btn {
    height: 40px; /* Fixed height */
    width: auto; /* Maintain aspect ratio */
    max-width: 120px; /* Maximum width */
    flex-shrink: 0; /* Prevents images from shrinking */
}

.footer h3, .blog h3, .flavour h3{
    font-family: 'Anton', Sans-Serif;
    font-size: 40px;
}
.leftborder {
    border-right: 3px dotted white;
}
.bottomborder {
     border-bottom: 3px dotted white;
}
@media screen and (max-width: 780px){
    .leftborder {
    border-right: none;
}
.bottomborder {
     border-bottom: 3px dotted white;
}
}


.footer a i {
    text-decoration: none;
    color: black;
    background-color: white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-flex; /* Changed from default */
    align-items: center; /* Vertical centering */
    justify-content: center; /* Horizontal centering */
    line-height: 1; /* Reset line height */
}

.next-nav-wrapper {
    width: 100%;
    background-color: #FFC935 !important;
}

.payment-methods {
    max-width: 400px; /* Adjust based on your image width */
    margin-left: auto; /* Pushes it to the right */
}

.payment-image {
    height: 40px; /* Adjust height as needed */
    width: auto;
    max-width: 100%;
}

/* For smaller screens */
@media (max-width: 768px) {
    /*.d-flex {*/
    /*    flex-direction: column;*/
    /*    gap: 15px;*/
    /*}*/
    
    .payment-methods {
        margin-left: 0;
        max-width: 100%;
    }
}




/* Main slider container */
.instagram-slider-container {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
}

/* Swiper container */
.swiper-container {
    width: 100%;
    overflow: hidden;
    padding: 30px 0; /* Extra padding for rotated elements */
}

/* Slide styling with DEFAULT rotation only */
.swiper-slide {
    width: calc(20% - 25px) !important;
    height: auto;
    z-index: 1;
    margin: 0 8px !important; /* Reduced margin for corner touch */
}

/* Alternate rotation directions by DEFAULT */
.swiper-slide:nth-child(odd) .image-container {
    transform: rotate(-10deg);
    transform-origin: bottom left;
}

.swiper-slide:nth-child(even) .image-container {
    transform: rotate(10deg);
    transform-origin: top right;
}

/* Image container styling */
.image-container {
    position: relative;
    overflow: hidden;
    border: 2px solid white;
    height: 100%;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    background: #fff;
    transition: transform 0.2s ease; /* Smooth appearance */
}

/* Image styling */
.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Instagram overlay */
.instagram-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(225, 48, 108, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.instagram-overlay i {
    color: white;
    font-size: 30px;
}

/* Hover effects - only overlay (no rotation change) */
.image-container:hover .instagram-overlay {
    opacity: 1;
}

/* Hide scrollbar */
.swiper-container::-webkit-scrollbar {
    display: none;
}



/*testimonila*/
/*.wave-top path {*/
/*  fill: #ff6a00 !important;*/
/*}*/
.wave-top {
  position: absolute;
  top: -99px; /* Adjust this to position correctly */
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.wave-top svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 100px;
}


.wave-bottom svg {
  display: block;
  width: 100%;
  height: 100px;
  margin-bottom: -1px;
}

.map-container {
  position: relative;
  z-index: 0;
  overflow: hidden;
}


.testimonial-section {
  position: relative; /* Add this to make sure waves position correctly */
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px;
  background-color: #ff6a00;
  flex-wrap: wrap;
 
  color: white;
}
.testimonial-content {
  flex: 1 1 55%;
  max-width: 800px;
}

.testimonial-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}

.testimonial-content h2 {
  font-size: 60px;
  font-weight: 900;
  margin: 0;
  font-family: 'Anton', Sans-Serif;
  flex-grow: 1;
}

.comma-icon {
  width: 60px;
  height: 60px;
  fill: #fff;
  margin-left: 20px;
  transition: all 0.3s ease;
}

@media (max-width: 992px) {
  .testimonial-content h2 {
    font-size: 50px;
  }
  .comma-icon {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 768px) {
  .testimonial-heading {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .comma-icon {
    margin: 15px 0 0 0;
    align-self: center; /* Center the comma below the text */
    width: 45px;
    height: 45px;
  }
  
  .testimonial-content h2 {
    font-size: 42px;
    text-align: center;
    width: 100%;
  }
}


.testimonial-content p {
  font-size: 22px;
  line-height: 1.7;
  color: #fff;
  margin-bottom: 30px;
}

.author {
  font-size: 24px;
  font-weight: bold;
}

.author span {
  font-weight: normal;
  font-size: 18px;
  margin-left: 10px;
  color: #fff4c2;
}

.dots {
  margin-top: 30px;
  display: flex;
  gap: 15px;
  align-items: center;
}

.dot {
  width: 18px;
  height: 18px;
  background-color: white;
  border-radius: 50%;
  opacity: 0.7;
  cursor: pointer;
  transition: 0.3s;
}

.dot.active {
  width: 40px;
  border-radius: 25px;
  background-color: #ffd966;
  opacity: 1;
}

.testimonial-image {
  position: relative;
  flex: 1 1 35%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.circle-frame {
  width: 260px;
  height: 260px;
  background: #ffca2c;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}

.circle-frame img {
  width: 220px;
  height: auto;
  border-radius: 50%;
}

.berry {
  position: absolute;
  width: 150px;
  bottom: 0;
  left: 80px;
  z-index: 66;
}



/*blogs*/
.blog-card {
  padding: 15px;
  background: transparent;
  transition: transform 0.3s ease;
}
.blog-card:hover {
  transform: translateY(-5px);
}
.img-wrap {
  position: relative;
  height: 240px;
  margin-bottom: 20px;
  overflow: hidden;
}
.juice-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.blog{
    background-color: #fef1c6; /* light beige */
}
.blog-card:hover .juice-img {
  transform: scale(1.05);
}
.brush-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('https://www.transparentpng.com/thumb/brush-stroke/brush-stroke-png-transparent-21.png') no-repeat;
  background-size: 100% 100%;
  opacity: 0.9;
  pointer-events: none;
  mix-blend-mode: multiply;
}
.blog-date {
  position: absolute;
  left: 15px;
  bottom: 15px;
  background: rgba(255,255,255,0.8);
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 600;
  color: #222;
  border-radius: 20px;
  z-index: 2;
}
.blog-title {
  font-size: 1.25rem;
  font-weight: 800;
  color: #0d2b3e;
  margin-bottom: 10px;
  line-height: 1.3;
}
.blog-desc {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 15px;
  line-height: 1.5;
}
.btn-read {
  background: #FF679A;
  color: #fff !important;
  border: none;
  padding: 8px 25px;
  border-radius: 30px;
  font-weight: 500;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 1px;
  z-index: 99;
}
.btn-read:hover {
  background-color: #e34793 !important;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(253, 93, 168, 0.3);
}

/*juice offer*/
.juice-offer {
  background: url('https://faryita.wpengine.com/wp-content/uploads/2024/03/h2-bg-patton.png') no-repeat center center;
  background-size: cover;
  background-color: #87A143;
  min-height: 100vh;
  padding: 60px 20px;
}

.icon-img {
  width: 70px;
  filter: invert(100%) brightness(200%);
}

.btn-offer {
  background-color: #ff5e96;
  color: white;
  border-radius: 50px;
  font-size: 18px;
  transition: 0.3s ease;
}

.btn-offer:hover {
  background-color: #ff3e7d;
  color: white;
}


/*juice category*/
 .category-buttons {
      text-align: center;
      margin-top: 40px;
      margin-bottom: 40px;
    }

    .category-buttons .btn {
      border-radius: 30px;
      padding: 10px 25px;
      margin: 10px;
      font-size: 18px;
      font-weight: 500;
      border: 2px solid white;
      background-color: transparent;
      color: white;
    }

    .category-buttons .btn.active {
      background-color: #ffd54f;
      color: #000;
      border: none;
    }

    .juice-card {
      text-align: center;
      margin-bottom: 30px;
    }
.juice-img-wrapper {
    width: 350px;
    height: 350px;
    border-radius: 50%;
    padding: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-mask-image: url('https://faryita.wpengine.com/wp-content/themes/faryita/assets/images/category-msk-imgs.png');
    -webkit-mask-size: 100% 100%;
    -webkit-mask-position: center;
    mask-image: url('https://faryita.wpengine.com/wp-content/themes/faryita/assets/images/category-msk-imgs.png');
    mask-size: 100% 100%;
    background-color: #ffca28; 
    mask-position: center;
}

/* Apply colors to the frame */
.slider-item:nth-child(1) .juice-img-wrapper,
.slider-item:nth-child(4) .juice-img-wrapper {
    background-color: #FC6901; /* Orange */
}

.slider-item:nth-child(2) .juice-img-wrapper,
.slider-item:nth-child(5) .juice-img-wrapper {
    background-color: #87A143; /* Green */
}

.slider-item:nth-child(3) .juice-img-wrapper,
.slider-item:nth-child(6) .juice-img-wrapper {
    background-color: #FF679A; /* Pink */
}

/* Product image (unchanged) */
.juice-img-wrapper img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    transition: transform 0.3s ease;
    z-index: 1;
}
.juice-img-wrapper:hover img {
    transform: scale(1.05);
}


.juice-name {
    white-space: normal; /* Allow text to wrap */
    text-align: center;
    width: 100%; /* Take full width of parent */
    margin-top: 15px; /* Add some spacing below the image */
    display: block; /* Make it a block element */
    padding: 0 10px; /* Add some padding if needed */
    box-sizing: border-box; /* Include padding in width */
    font-family: 'Anton', sans-serif;
    font-size: 30px;
}

.price {
    font-weight: light;
}
    
    
    
   
    .product-actions {
        opacity: 0;
        transition: opacity 0.3s ease;
    }
    
    .juice-card:hover .product-actions {
        opacity: 1;
    }
    
    .action-btn {
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, 0.8) !important;
        transition: all 0.2s ease;
    }
    
    .action-btn:hover {
        background: #fff !important;
        transform: scale(1.1);
    }
    
    .action-btn i {
        font-size: 14px;
    }
    /*SLIDER*/
    .slider-wrapper {
      overflow-x: auto;
      overflow-y: hidden;
      white-space: nowrap;
      scroll-behavior: smooth;
      -webkit-overflow-scrolling: touch;
      cursor: grab;
    }

    .slider-wrapper::-webkit-scrollbar {
      display: none;
    }

.slider-item {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    width: 240px;
    margin: 0 85px;
    vertical-align: top;
}
    




/*scrolle*/
       #scrollToTopBtn {
            display: none; /* Hidden by default */
            position: fixed;
            bottom: 20px;
            right: 20px;
            z-index: 99;
           
            outline: none;
         
            cursor: pointer;
            padding: 15px;
            border-radius: 50%;
            font-size: 18px;
           
        }

        #scrollToTopBtn.show {
            display: block;
            opacity: 1;
        }


/*contact form*/
   .contact-title {
      font-family: 'Anton', sans-serif;
      font-size: 3rem;
      color: #1e1e1e;
    }

    .form-label {
      font-weight: bold;
    }

    .form-control {
      border-radius: 12px;
      padding: 14px 20px;
      font-size: 1.1rem;
    }

    .btn-send {
      background-color: #ff6699;
      color: white;
      font-size: 1.2rem;
      padding: 12px 32px;
      border-radius: 40px;
      border: none;
    }

    .btn-send:hover {
      background-color: #ff3366;
    }

    .business-hours h5 {
      font-family: 'Anton', sans-serif;
      font-size: 1.8rem;
      margin-bottom: 20px;
    }

    .business-hours ul {
      list-style-type: disc;
      padding-left: 20px;
    }

    .business-hours li {
      font-size: 1.2rem;
      margin-bottom: 10px;
    }

    .business-hours span {
      float: right;
    }

    @media (max-width: 767px) {
      .contact-title {
        font-size: 2.2rem;
      }
    }
    
    
    
    /*subscribe*/
  .subscribe-section {
    border: 4px dashed white;
    border-radius: 30px;
    padding: 60px 30px;
    position: relative;
    margin: 50px auto;
    background-color: transparent;
}

.subscribe-title {
    font-size: 48px;
    font-weight: 800;
    color: #ffcc29;
    text-align: center;
}

.subscribe-text {
    font-size: 20px;
    color: white;
    text-align: center;
    max-width: 800px;
    margin: 20px auto 40px auto;
}

.subscribe-form {
    max-width: 700px;
    margin: 0 auto;
}

.subscribe-form .input-group {
    display: flex;
    width: 100%;
}

.subscribe-form input[type="email"] {
    border: none;
    border-radius: 50px 0 0 50px;
    padding: 20px 30px;
    font-size: 18px;
    flex: 1;
    min-width: 0; /* Prevent input from overflowing */
}

.subscribe-form button {
    border-radius: 0 50px 50px 0;
    padding: 20px 30px;
    font-size: 18px;
    font-weight: 600;
    background-color: #ff9600 !important;
    border: none;
    color: white;
    white-space: nowrap;
}

.fruit-left, .fruit-right {
    position: absolute;
    bottom: -30px;
    z-index: 1;
}

.fruit-left {
    left: -60px;
    width: 160px;
}

.fruit-right {
    right: -60px;
    width: 200px;
}

@media (max-width: 768px) {
    .subscribe-title {
        font-size: 32px;
    }

    .subscribe-text {
        font-size: 16px;
    }

    .fruit-left, .fruit-right {
        display: none;
    }
    
    .subscribe-form input[type="email"],
    .subscribe-form button {
        padding: 15px 20px;
        font-size: 16px;
    }
}


/*sortig*/
.product-sorting-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 20px;
}

.results-count {
    font-size: 14px;
    color: #666;
}

.sorting-options {
    display: flex;
    align-items: center;
    gap: 20px;
}

.view-options {
    display: flex;
   
    overflow: hidden;
}

.view-option {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    font-size: 14px;
    cursor: pointer;
   color: #666;
  border: 1px solid #666; 
    transition: all 0.2s;
    border-radius: 10px;
    margin: 10px;
}

.view-option.active {
     border: 1px solid #FF679A; 
    color: #FF679A;
    font-weight: 500;
}

.view-option:not(.active):hover {
    background: #f9f9f9;
}

.sort-dropdown {
    position: relative;
    min-width: 200px;
     color: #666;
  border: 1px solid #666; 
  background: transparent !important;
    border-radius: 10px;
  background-color:  transparent !important;
}

.sort-select {
    appearance: none;
    padding: 8px 35px 8px 12px;
   border: 1px solid #666;
      border-radius: 10px;
    font-size: 14px;
    color: #333;
     background: transparent !important;
  background-color:  transparent !important;
    width: 100%;
    cursor: pointer;
}

.select-arrow {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .product-sorting-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    
    .sorting-options {
        width: 100%;
        justify-content: space-between;
    }
    
    .sort-dropdown {
        min-width: 160px;
    }
}



  .page-item.active .page-link {
    background-color: #ff679a !important;
    border-color: #ff679a !important;
    color: #fff !important;
    font-weight: bold;
  }
  
  .page-link {
    color: #6c757d;
    transition: all 0.3s ease;
  }
  
   .page-item:hover .page-link {
   background-color: #ff679a !important;
    border-color: #ff679a !important;
    color: #fff !important;
  }
  
  
  
  /*feature*/
 .features-section {
  padding: 50px 20px;
  text-align: center;
}

.features-container {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  transition: transform 0.3s ease-in-out;
}

.feature-box {
  flex: 1 1 300px;
  background: transparent;
  padding: 20px;
  border-radius: 10px;
  min-height: 200px;
  display: flex;
  gap: 20px;
  text-align: left;
}

.feature-icon {
  flex: 0 0 60px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
 
  
 
}

.feature-icon svg {
  width: 100%;
  height: 100%;
}

.feature-content {
  flex: 1;
}

.feature-title {
  font-size: 20px;
  font-weight: 800;
  color: #1e1e1e;
  margin-bottom: 10px;
}

.feature-desc {
  font-size: 18px;
  color: #3a3a3a;
  line-height: 1.4;
}

.slider-buttons {
  margin-top: 0;
  display: none;
  justify-content: center;
  gap: 20px;
}

.slider-button {
  background-color: #ff5f95;
  color: white;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 24px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.slider-button:hover {
  background-color: #ff2e78;
}

@media (max-width: 768px) {
  .features-container {
    overflow: hidden;
    flex-wrap: nowrap;
    transform: translateX(0%);
  }

  .feature-box {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .slider-buttons {
    display: flex;
  }
}


/*viderr*/



    .video-container {
      position: relative;
      overflow: hidden;
      border-top-left-radius: 540px;
      border-top-right-radius: 540px;
      border-bottom-left-radius: 540px;
      border-bottom-right-radius: 540px;
    }

    .video-container video {
      width: 100%;
      height: 100%;
      object-fit: cover;
    
    }

    .orange-img {
      position: absolute;
      bottom: 0px;
      left: 0px;
      width:100%;
      z-index: 2;
    }

    .top-orange {
      width: 120px;
      /*position: absolute;*/
      /*top: 0px;*/
      /*left: 0;*/
    }

   
    .feature-icon {
      width: 40px;
      margin-bottom: 10px;
      
    }

    .feature h5 {
      font-family: 'Anton', sans-serif;
     
      margin-top: 10px;
      margin-bottom: 5px;
    }

    .round-btn {
      width: 40px;
      height: 40px;
      background: #ff629d;
      color: white;
      font-size: 18px;
      border-radius: 50%;
      border: none;
      cursor: pointer;
    }

    .discover-btn {
      background: #ffcd31;
      border: none;
      padding: 0.8rem 1.5rem;
      font-weight: bold;
      font-size: 16px;
      border-radius: 25px;
      cursor: pointer;
    }

    @media (max-width: 768px) {
  

      .top-orange {
        left: 50%;
        transform: translateX(-50%);
      }

      .orange-img {
        display: none;
      }
    }
    
    
    .refreshing-text {
     text-decoration: default;
    background-image: url(https://faryita.wpengine.com/wp-content/uploads/2024/04/text-bg-patton.jpg);
    background-position: center;
    background-size: contain;
    background-repeat: repeat;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.emoji {
  font-size: 60px;
  color: #f59e0b;
  margin: 0 10px;
}

.juice-icon {
  width: 60px;
  margin-left: 10px;
  vertical-align: middle;
}



video-thumbnail-wrapper {
  border-radius: 20px;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffa500;
  border: none;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: transform 0.2s ease;
}

.play-btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

.cart-empty-title, .wishlist-empty-title{
    background-color: white;
    border-top: 2px solid lightblue;
    padding: 20px;
}


/*login*/
.login-wrapper {
  background: #f5f5f5;
  padding: 40px;
  border-radius: 24px;
 
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.login-form label {
  display: block;
  font-weight: 500;
  margin-bottom: 8px;
  color: #333;
}

.icon {
  color: #f06292;
  margin-right: 5px;
}

.required {
  color: red;
}

.form-group {
  margin-bottom: 20px;
}

input[type="text"],
input[type="password"],
input[type="email"]{
  width: 100%;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid #ccc;
  font-size: 16px;
  box-sizing: border-box;
}

.password-wrapper {
  position: relative;
}

.password-wrapper input {
  padding-right: 40px;
}

.toggle-password {
  position: absolute;
  right: 12px;
  top: 12px;
  cursor: pointer;
  font-size: 18px;
  color: #333;
}

.form-remember {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.form-remember label {
  margin-left: 8px;
  font-size: 15px;
}

.login-button {
  width: 100%;
  padding: 14px;
  background-color: #ff5ca2;
  border: none;
  border-radius: 28px;
  font-size: 16px;
  color: white;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
}

.login-button:hover {
  background-color: #e94e8f;
}

.lost-password {
  text-align: center;
  margin-top: 16px;
}

.lost-password a {
  color: #003b49;
  text-decoration: underline;
  font-size: 15px;
}



/*faq section*/
.faq-section {
      padding: 50px 0;
    }


    .faq-title {
      font-size: 36px;
      font-weight: 800;
      margin-bottom: 30px;
    }
.accordion-header{
    font-family: 'Anton', Sans-Serif !important; 
    font-size: 30px !important; 
  
}
   .accordion, .accordion-item, .accordion-header, .accordion-button {
       background-color: transparent !important;
       border: none !important;
       box-shadow: none !important;
       color: white !important;
       padding: 10px 0 !important;
   }
   .accordion-body{
        padding: 0 !important;
   }
.accordion-item{
    border-bottom: 1px solid white !important;
    margin: 7px 0;
}
/* Hide Bootstrap's default arrow */
.accordion-button::after,
.accordion-button.collapsed::after {
  background-image: none !important;
  transform: none !important;
}
.icon-toggle{
    font-size: 19px !important;
}

    .image-col {
      background-image: url('https://faryita.wpengine.com/wp-content/uploads/2024/03/Blog-Detail-Image-1.jpg');
      background-size: cover;
      background-position: center;
      height: 100%;
      min-height: 600px;
      border-radius: 15px;
    }
    .image-col1{
        background-image: url('https://faryita.wpengine.com/wp-content/uploads/2024/03/h3-faq-off-img.png');
      background-size: cover;
      background-position: center;
      height: 100%;
      min-height: 600px;
      border-radius: 15px;
    }
.faq-section1 {
      padding: 50px 0;
      color: black !important;
    }

   .faq-section1 .accordion, .faq-section1 .accordion-item,.faq-section1 .accordion-header,.faq-section1 .accordion-button {
       background-color: transparent !important;
       border: none !important;
       box-shadow: none !important;
       color: black !important;
       padding: 10px 0 !important;
   }
      .faq-section1 .accordion-item{
    border-bottom: 1px solid black !important;
    margin: 7px 0;
}
    @media (max-width: 768px) {
      .image-col {
        height: 300px;
      }
    }
    
    
    
    
    /*home section*/
    .smoothie-hero {
  background: linear-gradient(to right, #ff4fa1 70%, #00d1e0 30%);
  /*min-height: 100vh;*/
  position: relative;
  overflow: hidden;
  padding-bottom: 100px ;
  color: #fff;
}

h1 {
  font-size: 4rem;
  font-weight: 800;
}

.text-yellow {
 
       color: #feda49;
    font-family: "Fraunces", Sans-serif;
    font-weight: 900;
    font-style: italic;
    line-height: 1.4em;
    text-shadow: 6px 0px 0px #FFFEFE;
}

.text-blue {
  color: #3596C9;
    font-family: "Fraunces", Sans-serif;
    font-weight: 900;
    font-style: italic;
    line-height: 1.4em;
    text-shadow: 6px 0px 0px #FFFEFE;
}

.smoothie-glass {
  max-width: 100px;
  margin-bottom: 20px;
}

/* Fruits and Decoration */
.fruit-img {
  position: absolute;
  width: 80px;
  z-index: -1;
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px); /* Adjust this value for more/less movement */
  }
}

.blueberry {
  top: 20%;
  left: 5%;
  width: 60px;
}

.mango {
  bottom: 5%;
  left: 0%;
  width: 180px;
  
}

.orange {
  bottom: 5%;
  right: 0%;
  width: 180px;
 
}

.watermelon {
  top: 0;
  right: 0;
  width: 90px;
}

.ice {
  top: 35%;
  right: 12%;
  width: 70px;
}

ul li {
  font-size: 1rem;
  margin-bottom: 10px;
}

.lead {
  max-width: 700px;
  margin: 0 auto;
  color: #fff;
}

.wave-divider {
  position: absolute;
  top: 0;
  left: calc(70% - 190px); /* Matches the 70/30 gradient split minus half the wave width */
  height: 100%;
  width: 200px;
  overflow: hidden;
  pointer-events: none; /* Ensures it doesn't interfere with clicks */
}
.wave-divider svg {
  height: 100%;
  width: 100%;
  display: block;
}

/* 
    
    
    /*sidenave*/
    /* Right Sidebar styles */
.right-sidebar {
    height: 100vh;
    width: 300px;
    position: fixed;
    top: 0;
    right: -300px;
    background-color: #FFF0CA;
    z-index: 1000;
    transition: right 0.3s ease;
    box-shadow: -2px 0 5px rgba(0,0,0,0.1);
    overflow: hidden;
}

.right-sidebar.open {
    right: 0;
}

.sidebar-page {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: transform 0.3s ease;
    background-color: #FFF0CA;
}

.sidebar-page:not(.active) {
    transform: translateX(100%);
}

.sidebar-header {
    padding: 15px 20px;
    display: flex;
    align-items: center;
    background-color: rgba(255,255,255,0.2);
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.close-btn {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    margin-left: auto;
    color: #333;
    transition: color 0.2s;
}

.close-btn:hover {
    color: #FF679A;
}

.back-btn {
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
    color: #333;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: color 0.2s;
}

.back-btn:hover {
    color: #FF679A;
}

.sidebar-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-menu li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
    color: #333;
    text-decoration: none;
    transition: all 0.2s ease;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

/* Hover State */
.sidebar-menu li a:hover {
    background-color: #FF679A;
    color: white;
}

/* Active State */
.sidebar-menu li a.active {
    background-color: #FF679A;
    color: white;
  
}

.sidebar-menu li a.active:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #FFF0CA;
}

.has-submenu {
    font-weight: 500;
}

.has-submenu i {
    font-size: 12px;
    opacity: 0.7;
    transition: transform 0.2s;
}

.has-submenu:hover i {
    transform: translateX(3px);
}

/* Overlay styles */
.sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 999;
    display: none;
}

.sidebar-overlay.open {
    display: block;
}
/* Desktop Navigation Styles */
.main-nav ul {
    gap: 5px;
}

.main-nav a {
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
}

.main-nav a:hover {
    color: yellow !important;
}

/* Dropdown Styles */
.main-nav .dropdown {
    position: relative;
}

.main-nav .dropdown:hover .dropdown-menu {
    display: block !important;
}

.main-nav .dropdown-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 1000;
}

.main-nav .dropdown-item {
    color: #333;
    text-decoration: none;
    transition: all 0.2s;
    display: block;
}

.main-nav .dropdown-item:hover {
    background-color: #FF679A;
    color: white !important;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    .main-nav {
        display: none;
    }
}

    .cart-dropdown {
        position: relative;
        display: inline-block;
    }
    .cart-dropdown-content {
        display: none;
        position: absolute;
        right: 0;
        background-color: white;
        min-width: 300px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
        padding: 1rem;
        text-align: center;
        color: black;
    }
    .cart-dropdown:hover .cart-dropdown-content {
        display: block;
    }
    
    
    /*blog detais*/
        .blog-main-wrapper {
      padding: 50px 0;
    }

    .blog-post-image {
      width: 100%;
      border-radius: 20px;
      object-fit: cover;
    }

    .blog-meta {
      font-size: 14px;
      color: #555;
      margin: 15px 0;
    }

    .blog-title {
      font-weight: 800;
      font-size: 24px;
      margin-top: 30px;
    }

    .blog-section-title {
      font-weight: 700;
      font-size: 22px;
      margin-top: 30px;
    }

    .blog-emoji-list li {
      list-style: none;
      font-size: 15px;
      margin: 6px 0;
    }

    .blog-customer-rating {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-top: 20px;
    }

    .blog-customer-rating img {
      width: 40px;
      border-radius: 50%;
    }

    .blog-comment-section {
      margin-top: 40px;
      border-top: 1px solid #ccc;
      padding-top: 30px;
    }

    .blog-comment-user {
      display: flex;
      align-items: center;
      gap: 15px;
    }

    .blog-comment-user img {
      width: 50px;
      height: 50px;
      border-radius: 50%;
    }

    .blog-post-nav {
      border: 1px solid #ccc;
      border-radius: 10px;
      margin-top: 40px;
      padding: 20px;
      /*display: flex;*/
      /*justify-content: space-between;*/
      /*flex-wrap: wrap;*/
    }

    .blog-post-nav a {
      text-decoration: none;
      font-weight: bold;
      color: #000;
    }


   .blog-sidebar {
  background-color: #146334;
      color: white;
      padding: 30px 20px;
      border-radius: 10px;
     
      position: sticky;
      top: 0;
}

.blog-sidebar h5,
.blog-sidebar h6 {
  font-weight: bold;
}

.blog-search-input {
  border-radius: 5px 0 0 5px;
  border-right: none;
  font-size: 14px;
}

.input-group-text {
  border-radius: 0 5px 5px 0;
  border-left: none;
  color: #126943;
}

.blog-recent-posts li {
  font-size: 13px;
}

.recent-thumb {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 5px;
}

.blog-tags span {
  font-size: 12px;
  cursor: pointer;
}

.blog-gallery img.gallery-thumb {
  width: 75px;
  height: 75px;
  object-fit: cover;
  border-radius: 5px;
}

.blog-sidebar-ad {
  width: 100%;
  border-radius: 8px;
  margin-top: 20px;
}





    .cart-header {
      background-color: transparent;
      font-weight: bold;
      font-size: 1.2rem;
      padding: 1rem;
      border-bottom :2px solid #d4c3a1;
    }

    /*.cart-item {*/
    /*  background-color: white;*/
    /*  padding: 1rem;*/
    /*  display: flex;*/
    /*  align-items: center;*/
    /*  border-top: 1px solid #ccc;*/
    /*}*/

    .cart-item img {
      width: 100px;
      height: auto;
      border-radius: 10px;
    }

    .product-name {
      margin-left: 20px;
      font-weight: 500;
      font-size: 1.2rem;
    }

    .price, .quantity, .subtotal {
      text-align: center;
      font-weight: 500;
      font-size: 1.1rem;
    }

    .remove-icon {
      color: #ff4d6d;
      font-size: 1.5rem;
      cursor: pointer;
    }

    .update-btn {
      background-color: #ff679a;
      border: none;
      padding: 12px 30px;
      color: white;
      font-size: 1rem;
      border-radius: 50px;
      transition: 0.3s;
    }

    .update-btn:hover {
      background-color: #ff4d6d;
    }


/*wishlist*/
   .product-listing-container {
      border: 2px solid #d4c3a1 !important;
      border-radius: 20px;
      padding: 20px;
      background-color: #fdf0cc;
    }

    .product-listing-header,
    .product-listing-row {
      display: grid;
      grid-template-columns: 50px 80px 1.5fr 1fr 1fr 1fr 50px;
      align-items: center;
      gap: 15px;
      padding: 10px 0;
    }

    .product-listing-header {
      font-weight: bold;
      color: #1f2c1f;
      border-bottom: 1px solid #d4c3a1;
    }

    .product-listing-image {
      width: 70px;
      height: 70px;
      border-radius: 15px;
      object-fit: cover;
    }

    .product-listing-btn-pink {
      background-color: #fd5fa6;
      color: white;
      border: none;
      border-radius: 40px;
      padding: 10px 25px;
      font-size: 14px;
    }

    .product-listing-btn-pink:hover {
      background-color: #e14c90;
    }

    .product-listing-icon-btn {
      background: none;
      border: none;
      font-size: 1.5rem;
      color: #fd5fa6;
    }

    .product-listing-actions {
     
      border-top: 1px solid #d4c3a1;
      margin-top: 10px;
    }

    .product-listing-select {
      width: 150px;
    }

    .product-listing-stock {
      font-weight: 500;
      color: #198754;
    }
    
    
    
    /*veriety*/
     .promo-card {
      background-color: white;
      border-radius: 2rem;
      overflow: hidden;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    }
    /*.promo-left {*/
    /*  padding: 3rem;*/
    /*}*/
    .promo-left h1 {
      font-weight: 800;
      font-size: 2rem;
      color: #1a1a1a;
      font-family: "Fraunces", Sans-serif;
    }
    .promo-left h4 {
      font-weight: 500;
      color: #1a1a1a;
      margin-top: 1rem;
    }
    .promo-left p {
      color: #555;
      margin-top: 1rem;
      line-height: 1.6;
    }
    .promo-btn {
      background-color: #ff5fa2;
      color: white;
      border: none;
      border-radius: 2rem;
      padding: 0.75rem 2rem;
     
      font-size: 1.1rem;
    }
    .promo-image img {
      width: 100%;
      /*height: 100%;*/
      /*object-fit: cover;*/
      border-radius: 2rem;
    }

    /*@media (max-width: 768px) {*/
    /*  .promo-image img {*/
    /*    border-radius: 0 0 2rem 2rem;*/
    /*  }*/
    /*  .promo-left {*/
    /*    padding: 2rem;*/
    /*  }*/
    /*}*/