.testimonials img {
  max-width: 100%!important;
}

.testimonials-guarantee {
  text-align: center;
}

/* navigation */

/* Navigation Link Styles */

/* Dropdown Item Hover Effects */
.dropdown-item {
  color: #000 !important;
  transition: color 0.3s ease;
}

.dropdown-item:hover {
  color: #f84619 !important;
  background-color: transparent !important;
}

/* Mobile specific styling */
@media (max-width: 767.98px) {
  .navbar-nav {
    background-color: rgba(61, 66, 78, 0.95);
    padding: 1rem;
    margin-top: 1rem;
    border-radius: 0.5rem;
  }

  .text-primary {
  color: white!important;
}
  
  .nav-link {
    color: white !important;
    font-size: 1.1rem;
    padding: 0.75rem 0 !important;
  }
  
  .nav-link:hover {
    color: #ffc107 !important;
  }
  
  .dropdown-item {
    color: #ffc107 !important;
    font-size: 0.95rem;
    padding-left: 1.5rem;
  }
  
  .dropdown-item:hover {
    color: white !important;
    background-color: rgba(255, 193, 7, 0.2) !important;
  }
  
  .dropdown-menu {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0;
  }
}

/* Desktop specific styling */
@media (min-width: 768px) {
  .navbar-nav {
    flex-direction: row !important;
  }

  .navbar-expand-md {
    flex-wrap: wrap!important; 
    padding-right: 90px!important;
  }
  
  .nav-item {
    margin-right: 1rem;
  }
  
  .dropdown-menu {
    min-width: 300px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  .text-primary {
  color: black!important;
}
}

/* Navbar toggler styling */
.navbar-toggler {
  padding: 0.5rem;
  font-size: 1.25rem;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

@media (min-width: 400px) {
  .navbar-expand-md {
    flex-wrap: wrap !important;
    /*padding-right: 400px !important;*/
  }
}
@media (min-width: 968px) {
  .navbar-expand-md {
    padding-right: 400px !important;
  }
}

.text-primary {
  /*color: black;*/
  font-size: 1.2rem;
  font-family: droid-sans;
}

.text-primary:hover {
  color: red !important;
}

/* end navigation */

/* Custom add to cart button */
.add-to-cart {
  background-color: #f26e20!important;
  color: white;
  border: none;
  padding: 12px 24px;
  font-size: 1.2em;
  font-weight: bold;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.add-to-cart:hover {
  background-color: #218838;
}

.km-font-1 {
  font-size: 2.7em;
}

.km-font-2 {
  font-size: 3em;
}

.bg-light {
  background-color: white!important;
}

/* Social Icon Styling */
.social-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.social-icon:hover {
  transform: scale(1.1);
}

.social-link {
  text-decoration: none;
}

/* Cart Notification Styling */
.remove-item {
  color: #dc3545;
  cursor: pointer;
  font-weight: bold;
  margin-left: 10px;
  padding: 2px 6px;
  border-radius: 3px;
  background-color: #f8f9fa;
}

.remove-item:hover {
  background-color: #dc3545;
  color: white;
}

/* Draggable element styling */
.draggable {
  cursor: move;
  user-select: none;
  touch-action: none;
}

/* Bounce animation */
.bounce-twice {
  animation: 2.8s ease-in-out forwards bounce;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}

/* Responsive disclaimer text */
@media (max-width: 768px) {
  .disclaimer-text {
    font-size: 0.875rem;
  }
}

.km-buy {
  max-width: 20em;
  margin-right: 35px;
  transition: transform 0.3s ease;
}

.km-buy:hover {
  transform: scale(1.05);
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: column!important;
  }
}

.strike-thru {
  text-decoration: line-through;
  font-size: 2em;
  font-weight: bold;
}

.price-gold {
  color: #eec873;
  font-size: 4.5em!important;
  font-weight: 700;
  filter: drop-shadow(1px 1px 1px #000);
}
.img-km {
  max-width: 60%;
}

@media (max-width: 555px) {
  .img-km {
    max-width: 80%;
  }
}

.stroked-text {
  -webkit-text-stroke: 2px white;
  text-stroke: 2px white;
}

.
