* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --primary-color: #f7921c;
  --secondary-color: #4b1416;
}
body {
  font-family: "Spline Sans", sans-serif;
  font-weight: 400;
}
h1 {
  font-family: "Spline Sans";
  font-weight: 700;
}
html {
  scroll-padding-top: 80px; /* Adjust this value based on your navbar height */
  scroll-behavior: smooth; /* Optional: for smooth scrolling */
}

@font-face {
  font-family: "Spline Sans";
  src: url("../fonts/SplineSans-Regular.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "Spline Sans";
  src: url("../fonts/SplineSans-Medium.ttf") format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: "Spline Sans";
  src: url("../fonts/SplineSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: "Spline Sans";
  src: url("../fonts/SplineSans-Bold.ttf") format("truetype");
  font-weight: 700;
}

/* menubar starting */

.nav-link {
  font-weight: 600;
  margin-right: 1rem;
}
/* .nav-link.active {
  color: #a13200;
  border-bottom: 2px solid orange;
} */
.nav-link:hover {
  color: #a13200;
  border-bottom: 2px solid orange;
}
.order-now {
  font-family: "Spline Sans";
  font-weight: 700;
  margin-right: 1rem;
}
.social-icons {
  display: flex;
  gap: 0.5rem;
}

.social-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.5rem;
  gap: 20px;
}
.close-icon {
  font-size: 1.5rem;
}

@media (max-width: 991.98px) {
  .navbar .social-icons {
    justify-content: center;
    gap: 1rem;
    margin-top: 1rem;
  }

  .navbar .order-now {
    text-align: center;
    margin-top: 1rem;
    font-weight: 500;
  }

  .navbar .navbar-collapse {
    text-align: center;
  }

  body.nav-open {
    overflow: hidden;
  }

  .navbar-collapse.show {
    position: fixed;
    top: 70px; /* match your navbar height */
    left: 0;
    right: 0;
    background-color: white;
    z-index: 9999;
    padding: 1rem;
  }

  .navbar-nav .nav-link {
    padding: 0.5rem 1rem;
  }

  .navbar-toggler {
    border: none;
    outline: none;
  }

  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%280, 0, 0, 0.7%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }

  .nav-link:hover {
    border-bottom: none;
  }
}

#mainNav a {
  font-family: "Spline Sans";
  color: #2d2d2d;
  font-size: 16px;
  font-weight: bold;
}

nav .order-now {
  font-family: "Spline Sans";
}

/* menubar ending */

/* about starting */
.about-section {
  /* background-image: url("/assets/images/about\ us\ bg\ image.png"); */
  background-image: url("../images/about\ us\ bg\ image.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  width: 100%;
}

.about-section h3 {
  font-family: "Spline Sans", sans-serif;
  color: var(--secondary-color);
  font-size: 32px;
  font-weight: bold;
}

.about-section p {
  font-family: "Spline Sans", sans-serif;
  font-size: 16px;
  color: black;
}

.about-img {
  max-width: 100%;
  height: auto;
  width: 100%;
  max-height: 534px;
  object-fit: cover;
  border-radius: 12px;
}

.about-section .text {
  font-family: "Spline Sans", sans-serif;
  color: var(--secondary-color);
  font-size: 24px;
  line-height: 48px;
  text-align: center;
  text-align: justify;
}

@media (max-width: 576px) {
  #about img {
    max-width: 200px;
    max-height: 200px;
  }

  .about-section .text {
    font-family: "Spline Sans", sans-serif;
    color: var(--secondary-color);
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    text-align: justify;
  }
}
/* about ending */

/* product starting */
#product {
  position: relative;
  background-color: #fff;
  padding-bottom: 150px;
  /* background-image: url("/assets/images/Product\ section\ Bg\ image.png"); */
  background-image: url("../images/Product\ section\ Bg\ image.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
}

#product h6 {
  font-family: "Spline Sans", sans-serif;
  font-size: 20px;
  color: var(--secondary-color);
}

.price-options {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1rem;
}

.price-box {
  background-color: var(--primary-color);
  color: white;
  padding: 0.75rem 0.75rem;
  border-radius: 5px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  min-width: 150px;
  min-height: 35px;
  font-size: 16px;
}

#product h3 {
  font-family: "Spline Sans", sans-serif;
  color: var(--secondary-color);
  font-size: 32px;
  font-weight: bold;
}

#product p {
  font-family: "Spline Sans", sans-serif;
  font-size: 16px;
  color: black;
}

.card img {
  object-fit: cover;
  height: 380px;
}

.btn-viewall {
  background: linear-gradient(to right, #fba94d, #f9902e);
  color: white !important;
  font-family: "Spline Sans", sans-serif !important;
  font-weight: 600;
  padding: 10px 28px;
  font-size: 16px;
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.btn-viewall:hover {
  background: linear-gradient(to right, #ff9025, #fa7a11);
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
}

/* product ending */

/* Our Standards & Testimonials section starting */
.bg-wrapper {
  /* background-image: url("/assets/images/Testimonial\ &\ quality&purity\ bg.jpg"); */
  background-image: url("../images/Testimonial\ &\ quality&purity\ bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  background-attachment: fixed;
}

#our_standards h3 {
  font-family: "Spline Sans", sans-serif;
  color: var(--secondary-color) !important;
  font-size: 32px;
  font-weight: bold;
}

#our_standards p {
  font-family: "Spline Sans", sans-serif;
  font-size: 16px;
  color: black !important;
}

#our_standards .cards p {
  font-family: "Spline Sans", sans-serif;
  font-size: 20px;
}

/* Our Standards & Testimonials section ending */

/* Testimonials starting */
#testimonials h3 {
  font-family: "Spline Sans", sans-serif;
  color: var(--secondary-color) !important;
  font-size: 32px;
  font-weight: bold;
}
#testimonials p {
  font-family: "Spline Sans", sans-serif;
  font-size: 16px;
  color: black !important;
}

.testimonial-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 400px;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6));
  cursor: pointer;
  transition: transform 0.3s ease;
  z-index: 0;
}

.testimonial-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 1;
  pointer-events: none;
}

.testimonial-card:hover .testimonial-bg {
  transform: scale(1.05);
  transition: transform 0.5s ease;
}

.testimonial-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  color: white;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  z-index: 2;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #333;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  z-index: 2;
}

.play-btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
  background: white;
}

.customer-name {
  font-family: "Spline Sans", sans-serif;
  color: white;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

.customer-title {
  font-family: "Spline Sans", sans-serif;
  color: white !important;
  font-size: 13px;
  opacity: 0.9;
  margin-bottom: 0;
}

.section-title {
  color: #8b4513;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.section-subtitle {
  color: #666;
  font-size: 1.1rem;
  margin-bottom: 50px;
}

/* .carousel-control-prev,
.carousel-control-next {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.8;
}

.carousel-control-prev {
  left: -25px;
}

.carousel-control-next {
  right: -25px;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  opacity: 1;
  background: white;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 20px;
  height: 20px;
  background-size: 100%;
  filter: invert(1);
} */

@media (max-width: 768px) {
  .testimonial-card {
    height: 300px;
    margin-bottom: 20px;
  }

  .section-title {
    font-size: 2rem;
  }

  .carousel-control-prev,
  .carousel-control-next {
    display: none;
  }
}

/* Testimonials ending */

/* Footer starting */
footer.footer {
  background-color: #fcfcfc;
  /* background-image: url("/assets/images/Mobile Mockup bg.png"); */
  background-image: url("../images/Mobile Mockup bg.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto 100%;
  padding: 100px 0 50px;
  position: relative;
}

@media (max-width: 767.98px) {
  footer.footer {
    background-image: none;
  }
}

.footer .logo img {
  width: 156px;
  height: 153px;
  object-fit: contain;
}

.footer .contact h5 {
  font-family: "Spline Sans", sans-serif;
  color: var(--secondary-color);
  font-size: 20px;
  font-weight: bold;
}

.footer .contact p strong {
  font-family: "Spline Sans", sans-serif;
  color: black;
  font-size: 16px;
  font-weight: bold;
}

.footer .contact p {
  font-family: "Spline Sans", sans-serif;
  color: black;
  font-size: 16px;
  font-weight: 400;
}

.footer .online_platforms h5 {
  font-family: "Spline Sans", sans-serif;
  color: var(--secondary-color);
  font-size: 20px;
  font-weight: bold;
}

.footer .online_platforms h4 {
  font-family: "Spline Sans", sans-serif;
  color: var(--secondary-color);
  font-size: 24px;
  font-weight: bold;
}

.footer .online_platforms p {
  font-family: "Spline Sans", sans-serif;
  color: black;
  font-size: 16px;
  font-weight: 400;
}

/* Footer ending */

/* Product list page starting */
#product h5 {
  font-family: "Spline Sans", sans-serif;
  color: black;
  font-size: 20px;
  font-weight: bold;
}

#product hr {
  border: none;
  border-top: 3px solid #4b1416;
}

.price-options {
  width: 100% !important;
  display: flex !important;
  justify-content: space-between !important;
}

.price-options {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1rem;
}

.all-price-box {
  background-color: var(--primary-color);
  color: white;
  padding: 0.75rem 0.75rem;
  border-radius: 5px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  min-width: 150px;
  min-height: 35px;
  font-size: 16px;
}
/* Product list page ending */
