.story-box {
  /* width: 400px; */
  text-align: left;
}

.story-img {
  width: 100%;
  height: 250px;
  border-radius: 10px;
  object-fit: cover;
}

.story-title {
  font-size: 22px;
  font-weight: bold;
  margin-top: 10px;
}

.story-text {
  font-size: 16px;
  margin-top: 10px;
  color: #555;
  line-height: 1.6;
  cursor: pointer;
  position: relative;
}

.more-text {
  display: none;
}

.read-more {
  color: #007bff;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  display: inline;
  margin-left: 5px;
}

.read-more:hover {
  text-decoration: underline;
}
/* testimonals */
.carousel-container {
  width: 600px;
  overflow: hidden;
  position: relative;
  margin-top: 30px;
}

.carousel-track {
  display: flex;
  transition: transform 0.6s ease-in-out;
}

.review-box {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  min-width: 280px;
  text-align: center;
  margin: 0 10px;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}

.visible {
  opacity: 1;
}

.review-name {
  font-weight: bold;
  color: #333;
  margin-bottom: 8px;
  font-family: cursive;
  font-size: large;
}

.review-text {
  font-size: 15px;
  color: #555;
}

.prev,
.next {
  background-color: rgba(0, 0, 0, 0.2);
  color: white;
  border: none;
  padding: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 22px;
  border-radius: 50%;
}
.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.row > * {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.prev {
  left: 10px;
}
a:not([href]) {
  cursor: default !important;
}
.next {
  right: 10px;
}
.product-icons {
  top: 20% !important;
  transform: translateY(0%) !important;
}

.footer-block__heading {
  margin-top: 20px !important;
}
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.5);
}


.swiper {
  cursor: default !important;
}

/* Responsive */
@media (max-width: 768px) {
  .carousel-container {
    width: 90%;
  }
}

@media (max-width: 480px) {
  .review-box {
    min-width: 100%;
  }
}

.product-form__submit {
  background-color: #00617b !important;
  color: white !important;
}
.add-wishlist {
  background-color: #00617b !important;
  color: white !important;
}
.button--secondary {
  background-color: #00617b !important;
  color: white !important;
}
.shopify-payment-button__button {
  background-color: #00617b !important;
  color: white !important;
}

/* changing the colour when the text hover */
.full-unstyled-link:hover {
  color: #00617b !important;
}
.list-menu__item--link:hover {
  color: #00617b !important;
}
.footer-block__heading:hover {
  color: #00617b !important;
}

body {
  margin: 0;
  padding-bottom: 60px;
  font-family: Arial, sans-serif;
}
.mobile-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: white;
  display: flex;
  justify-content: space-around;
  padding: 10px 0;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.mobile-nav .nav-item img {
  width: 28px; /* Adjust size for icons */
  height: auto;
}

/* Hide on larger screens */
@media (min-width: 1024px) {
  .mobile-nav {
    display: none;
  }
}

@media (max-width: 768px) {
  a:hover {
    color: #006175 !important;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  a:hover {
    color: #006175 !important;
  }
}

/* .wishlist-icon {
    position: relative;
    display: inline-block;
  }
  
  .wishlist-count-badge {
    position:absolute;
    top: -5px;
    right: -5px;
    background: red;
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 50%;
    display: none;
  } */

