body {
margin: 0;
font-size: 16px;
font-family: "Poppins", sans-serif;
font-weight: 400;
line-height: 1.2;
color: #000;
}

h2 {
	font-size: 42px;
}

h1 {
  font-size: 50px;
  line-height: 50px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin-bottom: 20px;
    letter-spacing: 0.03em;
}


img {
	max-width: 100%;
}

.btn {
    background: #000;
    color: #fff;
    font-size: 15px;
    height: 48px;
    display: inline-flex;
    min-width: 200px;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    transition: 0.3s all;
}	

/*.btn:hover {
	background: #ffd700;
}
*/
.btn:hover {
    color: #fff;
}
.navbar {
background: #000;
}

.navbar-nav .nav-link {
  color: #fff;
  font-weight: 500;
  padding: 0.75rem 1rem;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
  color: #ffd700;
}

.navbar-nav li.nav-item {
    margin: 0 15px;
}

.dropdown-menu {
  border-radius: 0;
  border: none;
}


.products-block .spices-section {
    padding-top: 60px;
}

.products-block .spices-section .spices-content p {
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 50px;
}

.media-right-text-left .row {
    flex-direction: row-reverse;
}

.ptb-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.detail-page-wrap p {
    margin: 25px 0 45px;
}

.detail-page-wrap h2 {
    margin:0;
}

.products-block .spices-section .spices-content h2 {
    text-transform: uppercase;
}

.plain-text-block p {
	margin-bottom: 50px;
}

.legacy-box {
      padding: 40px 30px;
      text-align: center;
      height: 100%;
    }

.legacy-number {
  font-size: 46px;
  font-weight: 400;
  color: #e41e26;
  margin-bottom: 15px;
}

.legacy-text {
  font-size: 15px;
  line-height: 1.6;
  color: #000;
  max-width: 260px;
  margin: 0 auto;
}

/* Borders */
.border-right {
  border-right: 1px solid #dcdcdc;
}

.border-bottom {
  border-bottom: 1px solid #dcdcdc;
}

.legacy-section h2 {
	margin-bottom: 60px;
}


.newsletter-section {
  position: relative;
  padding: 100px 0;
  background-size: cover;
}

/* Dark overlay */
.newsletter-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.newsletter-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
}

.newsletter-title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 30px;
}

.newsletter-form {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}

.newsletter-input {
  height: 56px;
  background: rgba(255, 255, 255, 0.25);
  border: none;
  border-radius: 0;
  color: #fff;
  padding-right: 60px;
}

.newsletter-input::placeholder {
  color: #eee;
}

.newsletter-btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 56px;
  width: 60px;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 22px;
}

.newsletter-btn:hover {
  background: rgba(255, 255, 255, 0.15);
}


.newsletter-form input:focus {
	background: rgba(255, 255, 255, 0.25);
	outline: none;
}

.footer {
      background: #000;
      color: #fff;
      padding: 60px 0 30px;
      font-size: 14px;
    }

    .footer-logo img {
      height: 45px;
      margin-bottom: 20px;
    }

    .footer p,
    .footer a {
      color: #ccc;
      text-decoration: none;
    }

    .footer a:hover {
      color: #fff;
    }

    .footer-nav a {
      margin-right: 25px;
      font-weight: 500;
      color: #fff;
    }

    .footer-nav a:last-child {
      margin-right: 0;
    }

    .footer-icons a {
      color: #fff;
      font-size: 18px;
      margin-left: 15px;
    }

    .footer-bottom {
      border-top: 1px solid #222;
      margin-top: 40px;
      padding-top: 20px;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      color: #777;
    }

    footer .navbar-nav {
    flex-direction: row;
    flex-wrap: wrap;
	}

	.footer-icons img {
	    max-width: 25px;
	}


	.hero-slider {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.vertical-swiper {
  height: 100vh;
}

.slide-bg {
  background-size: cover;
  background-position: center;
  position: relative;
}

.slide-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  /*background: rgba(0,0,0,0.35);*/
}

.swiper-slide .container {
  position: relative;
  z-index: 2;
}

/* Right pagination dots */
.swiper-pagination {
  right: 30px !important;
  left: auto !important;
}

.swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
  width: 10px;
  height: 10px;
  margin: 12px 0 !important;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}


.three-col-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px 25px;
}


.contact-hero {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0 260px;
  position: relative;
}
.contact-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
}
.contact-hero-content {
  position: relative;
  color: #fff;
}
.contact-title {
  font-size: 48px;
  font-weight: 700;
  text-align: center;
}
.breadcrumb-custom {
  font-size: 14px;
}

/* MAIN CARD */
.contact-card {
  margin-top: -220px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,.15);
  z-index: 1;
  position: relative;
  margin-bottom: 50px;
}

/* FORM */
.form-control, .form-select {
  height: 52px;
  border-radius: 6px;
}
textarea.form-control {
  height: 100px;
}
.submit-btn {
  background: #000;
  color: #fff;
  padding: 12px 40px;
  border-radius: 0;
}

/* RIGHT PANEL */
.contact-info {
  background: #000;
  color: #fff;
  height: auto;
}
.contact-info h5 {
  font-weight: 600;
  margin-bottom: 25px;
}
.info-item {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  margin-bottom: 25px;
}
.info-item i {
  font-size: 20px;
}


.prodcut-card .media img {
    max-width: 133px;
    margin-bottom: 35px;
}

.prodcut-card h5 {
    font-weight: 400;
}

.prodcut-card h3 {
    margin-bottom: 20px;
}

.blog-card .media img {
    object-fit: cover;
    width: 100%;
}

footer .navbar-nav li:last-child {
    margin-right: 0;
}



/* Responsive tweaks */
@media (max-width: 991px) {
  .border-right {
    border-right: none;
  }

  header .navbar-collapse {
    position: absolute;
    background: #000;
    width: 100%;
    left: 0;
    padding-bottom: 15px;
    top: 65px;
}

  .legacy-title {
    font-size: 32px;
    text-align: center;
  }

  header .navbar-nav .nav-link {
    padding-left: 0;
  }

  .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
  }
}



/* Optional hover dropdown for desktop */
@media (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }

  .blog-card .media img {
    height: 225px;
  }
}


@media (max-width: 767px) {
  h2 {
  font-size: 28px;
  line-height: 30px;
}

h1 {
  font-size: 36px;
  line-height: 36px;
}

.email-row {
    word-break: break-all;
}

footer .navbar-nav li.nav-item {
    margin: 0;
}

footer .navbar-nav {
    margin-bottom: 15px;
}

footer .navbar-nav .nav-link {
    padding: 5px 15px 5px 0;
}

  .border-bottom {
    border-bottom: none;
  }

  .three-col-grid {
    grid-template-columns: 1fr;
	}

  .legacy-box {
    border-bottom: 1px solid #e5e5e5;
  }

  .legacy-box:last-child {
    border-bottom: none;
      }

   .newsletter-section {
        padding: 70px 20px;
      }   
        .hero-slider {
    position: relative;
    height: 65vh;
    overflow: hidden;
  }

  .vertical-swiper {
    height: 65vh;
  }  
}

button.navbar-toggler img {
    max-width: 25px;
}

.product-info .package-row {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding-top: 25px;
    margin-top: 25px;
    padding-bottom: 15px;
}