/* [Master Stylesheet] */
/* ----------------------------------------------------------
    :: Template 
    :: Author: Turbo
    :: Author URL:www.boo-code.com 
    :: Version: 1.0
    :: Created: 02 2025
    :: Last Updated: 02 2025
    ---------------------------------------------------------- */
/* -------------------------------------------------
    ============ PLACE YOUR CUSTOM CSS HERE ============
    ------------------------------------------------- */
@font-face {
  font-family: "lama";
  src: url("../fonts/LamaSans-Light.ttf");
}
@font-face {
  font-family: "lama-bold";
  src: url("../fonts/LamaSans-SemiBold.ttf");
}
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "lama", sans-serif;
  overflow-x: hidden;
  background: #EFEFF1;
}

a {
  text-decoration: unset;
}

/* Responsive */
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .hero-content {
    background-position: center center !important;
  }
  .navbar-brand img {
    max-height: 40px;
  }
}
/* galaxy S5 */
/* iphone x, 6/7/8 */
/* iphone 6/7/8 plus */
/* ipad */
/*  large screen  */
/* 17 inch */
/* Most Purchased Products Carousel Styles */
.most-purchased-section .carousel-nav button {
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.most-purchased-section .carousel-nav button:hover {
  transform: scale(1.05);
}
.most-purchased-section .product-card {
  transition: all 0.3s ease;
}
.most-purchased-section .product-card:hover {
  transform: translateY(-5px);
}
.most-purchased-section .owl-carousel .owl-stage-outer {
  padding: 10px 0;
}
.most-purchased-section .owl-carousel .owl-item {
  padding: 0 10px;
}

/* Owl Carousel Custom Styles */
/* Testimonials Section Styles */
.testimonials-section .testimonials-header h2 {
  color: #1545B3;
  font-family: "lama-bold", sans-serif;
}
.testimonials-section .testimonials-header p {
  color: #FDD264;
  font-family: "lama", sans-serif;
}
.testimonials-section .testimonial-card {
  transition: all 0.3s ease;
  border: 1px solid #f0f0f0;
}
.testimonials-section .testimonial-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.testimonials-section .testimonial-card .profile-picture img {
  transition: all 0.3s ease;
}
.testimonials-section .testimonial-card .profile-picture img:hover {
  transform: scale(1.1);
}
.testimonials-section .testimonial-card .rating i {
  transition: all 0.2s ease;
}
.testimonials-section .testimonial-card .rating i:hover {
  transform: scale(1.2);
}
.testimonials-section .testimonial-card .testimonial-content p {
  font-family: "lama", sans-serif;
  line-height: 1.8;
}

/* Responsive adjustments for testimonials */
@media only screen and (max-width: 768px) {
  .testimonials-section .testimonials-header h2 {
    font-size: 2.5rem !important;
  }
  .testimonials-section .testimonials-header p {
    font-size: 1.5rem !important;
  }
  .testimonials-section .testimonial-card {
    margin-bottom: 2rem;
  }
}/*# sourceMappingURL=style.css.map */