/* style.css */
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed: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&family=Gayathri:wght@100;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Geist:wght@100..900&family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap');

h1,
h2,
h3,
h4 {
  font-family: "Gayathri", sans-serif !important;
  padding: 0 !important;
}

p,
li {
  font-family: "Geist", sans-serif !important;
  font-size: 16px !important;
  line-height: 31px !important;
}

a {
  font-family: "Instrument Sans", sans-serif !important;
  font-size: 16px !important;
  text-decoration: none !important;
  line-height: 31px !important;
}

h1 {
  font-size: 53px;
  font-style: normal;
  font-weight: 700;
  line-height: 73px;
  /* 137.736% */
}

h2 {
  font-size: 36px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 137%;
  /* 49.32px */
}

h3 {
  font-size: 25px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 160% */
}

h4 {
  font-size: 24px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 24px */
}

ul#menu-header-menu a {
  color: #000;
}

ul#menu-header-menu {
  padding: 0;
  list-style: none;
  display: flex;
  gap: 28px;
  margin: 0;
}

nav.navbar {
  padding: 20px 0 !important;
}

.topBtn {
  padding: 10px 23px !important;
}

section {
  padding: 110px 0 !important;
}

.top-bar {

  font-size: 16px;
  color: #fff;
}

.container {
  max-width: 1200px !important;
  width: 100% !important;
}
a.cr-link {
    font-size: 13px !important;
    color: #fff;
}


/*.hero-section {
  background: url('https://spiceelite.com/wp-content/uploads/2025/06/banner-home.webp') no-repeat center center/cover;
  padding: 0px 0 !important;
  position: relative;
}*/
.hero-section {
  position: relative !important;
  height: 100vh; /* adjust as needed */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

header#header1 {
  position: absolute;
  width: 100%;
  z-index: 99;
}

.powder {
  width: 100%;
  overflow: hidden;
}



.about-section {
  background: #fff;
}





.btn-danger {
  background-color: #c0392b !important;
  border: none !important;
}

.btn-danger:hover {
  background-color: #992d22;
}



nav.navbar {
  position: relative;
  font-size: 16px;
  padding: 16px 0 !important
}

.logo1 {
  position: absolute;
  left: 50%;
}

.display-5 {
  text-align: start !important;
  padding-top: 202px;
  padding-bottom: 36px;
  width: 60%;
}

.centerlogo {
    width: 150px;
}
.home .logo-img {
  position: absolute;
  top: -32px;
  left: 47%;
}
.logo-img {
    position: absolute;
    top: -48px;
    left: 45.2%
}

.custom-hover {
  padding: 12px 20px !important;
border: 2px solid white;
}



.product-section {
  background-color: #fff5f5;
  padding: 109px 40px !important;
  font-family: sans-serif;
}

.section-header {
  text-align: center;
  margin-bottom: 40px;
}

.section-header h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 8px;
}

.section-header p {
  color: #555;
}

.product-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 46px;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}

.product-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0px 0px 22.1px 0px rgba(0, 0, 0, 0.08);
  padding: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1 1 45%;
  max-width: 45%;
}

.product-info {
  max-width: 60%;
}

.display-5 p {
  width: 100%;
}

.product-info h3 {
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.product-info p {
  color: #444;
  margin-bottom: 12px;
}

.product-button {
  background-color: #d7261e;
  color: #fff;
  border: none;
  padding: 12px 20px !important;
  border-radius: 75px;
  cursor: pointer;

}

.top-bar a,
.social-icons a {
  color: #fff !important;
}

.product-card img {
  object-fit: contain;
  max-width: 45% !important;
}



.spice-strip {
  background-color: #fff;
  /* Optional background */

}

img.imgQpaper:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  overflow: hidden !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.spice-container {
  display: flex;
  justify-content: center;
  gap: 2px;
  /* No gap between images */
  overflow-x: hidden;
}

.spice-container img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}




.why-choose-us {
  background-color: #F9F9F9;
  /* light background */
  padding: 60px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.why-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  flex-wrap: wrap;
  gap: 40px;
}

.why-text {
  flex: 1 1 50%;
}

.why-text h5 {
  color: #d12a2a;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.why-text h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
}

.why-point {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}

.why-point .icon {
  font-size: 24px;
  line-height: 1;
  margin-top: 4px;
}

.why-point h4 {
  font-size: 18px;
  margin: 0 0 5px;
}

.why-point p {
  margin: 0;
  color: #555;
}

.why-image {
  flex: 1 1 45%;
  text-align: center;
}

.why-image img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}


.testimonial {
  text-align: center;
  padding: 80px 20px;
  background: #ffffff;
  font-family: 'Segoe UI', sans-serif;
}

.testimonial-container {
  max-width: 900px;
  margin: 0 auto;
}

.testimonial h2 {
  font-size: 32px;
  margin-bottom: 10px;
  font-weight: 600;
}

.testimonial .subtext {
  color: #777;
  font-size: 14px;
  margin-bottom: 40px;
}

.testimonial blockquote {
  font-size: 20px;
  line-height: 1.6;
  color: #111;
  margin-bottom: 25px;
}

.testimonial cite {
  display: block;
  font-weight: 500;
  font-size: 18px;
  color: #e84b4f;
}

.testimonial cite span {
  font-weight: normal;
  color: #e84b4f;
}

.testimonial-dots {
  margin-top: 25px;
}

.dot {
  height: 10px;
  width: 10px;
  margin: 0 5px;
  display: inline-block;
  background-color: #ddd;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

.dot.active {
  background-color: #e84b4f;
}

.features-section {
  background-color: #fef7f6;
  padding: 60px 20px;
  font-family: 'Segoe UI', sans-serif;
}


.feature-box {
  text-align: center;

}

.feature-box img {
  height: 80px;
  margin-bottom: 20px;
}

.feature-box h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.feature-box p {
  color: #555;
  font-size: 14px;
  line-height: 1.5;
}


.footer {
  background-color: #111;
  color: #fff;
  padding: 122px 123px 30px;
  font-family: 'Segoe UI', sans-serif;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1200px;
  margin: auto;
}

.footer-box {
  flex: 1;
  min-width: 250px;
}

.footer-box h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.footer-box p,
.footer-box li {
  font-size: 14px;
  line-height: 1.6;
  color: #ddd;
}

.footer-box ul {
  list-style: none;
  padding: 0;
}

.footer-box li {
  margin-bottom: 10px;
}

.footer-box li a {
  text-decoration: none;
  color: #ddd;
  transition: color 0.3s;
}

.footer-box li a:hover {
  color: #fff;
}

.social-icons a {
  display: inline-block;
  margin-right: 10px;

}

.social-icons img {

  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}

.footer hr {
  border-color: rgba(255, 255, 255, 0.1);
  margin: 40px 0 20px;
}

.footer-bottom {
  text-align: center;
  font-size: 13px;
  color: #aaa;
}

.footer {
  background-image: url('https://spiceelite.com/wp-content/uploads/2025/06/footer-spice.webp');
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  background-color: #111;
  /* Fallback color */
  color: #fff;
  padding: 60px 20px 30px;
  font-family: 'Segoe UI', sans-serif;
}

.footer-box2 {
  display: flex;

  flex-direction: column;
  padding-inline: 100px !important;

}

.footer-box2 a {
  color: #fff;
  text-decoration: none;

}

.footer-box2 li {
  list-style: none;
}

a {
  color: #fff;
}

.text-dark {
  /*   --bs-text-opacity: 1; */
  color: rgb(255 255 255) !important;
}




.testimonial-section {
  text-align: center;
  padding: 60px 20px;
  max-width: 900px;
  margin: auto;
}

.testimonial-section h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

.testimonial-section .subheading {
  font-size: 16px;
  color: #666;
  margin-bottom: 30px;
}

.testimonial-container .swiper-slide {
  font-size: 20px;
  line-height: 1.6;
  color: #111;
  padding: 0 20px;
}

.testimonial-container .swiper-slide h4 {
  color: #f44336;
  margin-top: 20px;
  font-weight: 500;
  font-size: 18px;
}

/* Swiper bullets */
.swiper-pagination-bullet {
  background-color: #e0e0e0;
  opacity: 1;
  margin: 0 6px;
}

.swiper-pagination-bullet-active {
  background-color: #f44336;
}

section.spice-strip {
  padding: 0 !important;
}

.testimonial-container {
  height: 135px;
}

.footer-box2 ul {
  padding: 0;
}

.topcontact {
  display: flex;
  gap: 20px;
}

p.lead {
  line-height: 30px;
}


.product-card {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.product-card.visible {
  opacity: 1;
  transform: translateY(0);
}


.spice-container {
  display: flex;
  justify-content: center;
  padding: 0rem 0;
  overflow: hidden;
}

.spice-container img {
  max-width: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.spice-container img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}


/*.hero-overlay {
  background: rgba(0, 0, 0, 0.5);
  padding: 6rem 1rem;
  overflow: hidden;
}*/


.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4); /* Adjust darkness if needed */
  z-index: 1;
}

.hero-section .container {
  z-index: 2;
  position: relative;
}

/* .hero-section h1 {
  opacity: 0;
  transform: translateX(-100px);
  animation: slideInLeft 1s ease forwards;
  animation-delay: 0.3s;
}

.hero-section p {
  opacity: 0;
  transform: translateX(100px);
  animation: slideInRight 1s ease forwards;
  animation-delay: 0.6s;
}

.hero-section a.btn {
  opacity: 0;
  transform: translateY(30px);
  animation: slideInUp 1s ease forwards;
  animation-delay: 0.9s;
} */



.display-5 {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease, transform 1s ease;
}

.display-5.fade-in {
  opacity: 1;
  transform: translateY(0);
}

.link li {
  padding-bottom: 10px;

}

.custom-hover {
  transition: background-color 0.3s ease, color 0.3s ease;
}

.custom-hover:hover {
  background-color: #f0f0f0;
  /* slightly darker than white */
  color: #000;
  /* switch text to dark */
}


.link li a {
  position: relative;
  display: inline-block;
  color: #ffffff;
  /* or your preferred link color */
  text-decoration: none;
  padding-bottom: 2px;
  /* spacing for the underline */
  transition: color 0.3s ease;
}

.link li a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  /* underline color */
  transition: width 0.3s ease;
}

.link li a:hover::after {
  width: 100%;
}

.custom-hover {
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.custom-hover:hover {
 background-color: #000000 !important;
  /* Lighter or themed hover background */
  color: #ffffff;
  /* Change text color on hover */
  transform: translateY(-3px);
  /* Slight lift */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
	border: 2px solid;
  /* More prominent shadow */
}



.btns-hover {
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    
}

.btns-hover:hover {
    background-color: #000000 !important;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.custom-header-menu li.menu-item {
    transition: all 0.3s ease;
}
.custom-header-menu li.menu-item:hover{
 transform: translateY(-3px);

}
.custom-header-menu li.menu-item:hover a {
    font-weight: 500;
    color: #c42414 !important;
}
li.menu-item.current-menu-item a {
    color: #c42414 !important;
    font-weight: 500;
}

/* #navbarNavmobile{
  display: none;
} */
@media screen and (max-width: 999px) {
  .display-5 {
    width: 100% !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .product-info {
    max-width: 100% !important;
  }

  .col-md-6 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .why-text {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  img.logo-img {
    position: absolute;
    top: -52px;
  }

  .spice-container {
    display: flex;
    justify-content: center;

    flex-direction: column;
  }

  .navbar-collapse {
    padding-top: 40px;
  }

  .logo-img {
    left: 52px;
    top: -36px;
  }

  .footer-box2 {
    display: flex;
    flex-direction: column;
    padding-inline: 0 !important;
  }

  ul#menu-header-menu {
    flex-direction: column !important;
    margin-bottom: 14px !important;
    padding: 14px !important;
  }
}





@media screen and (max-width: 700px) {
  h1 {
    font-size: 40px;

  }

  .product-card,
  .product-grid {
    flex-direction: column;
  }

  .product-card img {
    margin-top: 10px;
    max-width: 100% !important;
  }

  .topcontact {
    display: flex;
    gap: 20px;
    flex-direction: column;
  }


  .product-card {

    display: block;
    max-width: 100%;
    width: 100%;

  }


}

@media screen and (max-width: 549px) {
  h2 {
    font-size: 28px !important;
  }
}

@media screen and (max-width: 549px) {

  .testimonial-container {
    height: 185px;
  }

  img.logo-img {
    position: absolute;
    top: -32px;
    left: 10px;
    width: 29%;
  }

  .display-5 {
    padding: 203px 0 0 0 !important;
  }

  h1 {
    line-height: 49px;
  }

}