*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
    /* z-index: 2200; */
    border-bottom: 1px solid #EEEEEE;
}

.navbar .nav-link {
  margin-right: 20px;
  padding: 18px 0;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  transition: 0.3s;
}

/* FIXED ACTIVE */
.navbar .nav-link.active,
.navbar .nav-link:hover {
  color: #a71216 !important;
}

/* .navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
  } */

/* Mobile */
@media (max-width: 991px) {
  .navbar .nav-link {
    padding: 10px 0;
  }
}
@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 122%;
        opacity: 0;
        visibility: hidden;
        /* border: 1px solid #EEEEEE; */
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 122%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }

    .navbar .dropdown-item:hover {
        background-color: #a71216;
        color: #fff !important;
    }
  }
  

/* Offcanvas theme */
.offcanvas {
  background-color: #a71216;
    width: 70% !important;

}

.offcanvas .nav-link {
  color: #fff;
}

.offcanvas .nav-link:hover {
  color: #e0b139;
}
.btn-close {
  filter: invert(1);
}
.offcanvas-header h5 {
  color: #fff;
  font-weight: 600;
}
.offcanvas-body {
  padding: 20px;
}
.btnmenu{
  background-color: #a71216;
  color: #fff !important;
  border: none;
  font-size: 18px;
  padding: 8px 12px;

}


  .headrlinelink{
        font-size: 14px;
        margin-right: 15px;
        padding-right: 15px;
        color: #fff !important;
        font-weight: 600;
        text-decoration: none;
        border-right: 1px solid #dedede;
      }

.bg-theme{
  background-color: #a71216;
}
.mainbtn {
  background: linear-gradient(135deg, #a71216, #c81e24);
  color: #fff;
  padding: 10px 22px;
  border-radius: 30px;
  text-decoration: none;
  display: inline-block;
  
  font-weight: 600;
  transition: all 0.4s ease;
  /* box-shadow: 0 4px 15px rgba(1, 42, 111, 0.4); */
  position: relative;
  overflow: hidden;
}

/* Shine Effect */
.mainbtn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  transform: skewX(-25deg);
  transition: 0.5s;
}

/* Hover */
.mainbtn:hover {
  background: linear-gradient(135deg, #e0b139, #f5d76e);
  color: #000;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(224, 177, 57, 0.5);
}

/* Shine Move on Hover */
.mainbtn:hover::before {
  left: 125%;
}
.hero-since {
  background: linear-gradient(135deg, #a71216, #d32f2f);
  padding: 60px 0;
  text-align: center;
  color: #fff;
}

.abusec-para{
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 20px;
}

.product-card {
  background: #fff;
  border: 1px solid #eee;
  text-align: center;
  padding: 15px;
  transition: 0.3s;
  height: 100%;
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 8px;
}

.product-card img {
  width: 100%;
  height: 180px;
  object-fit: contain;
  transition: 0.3s;
}

.product-card p {
  margin: 10px 0 0;
  font-weight: 600;
  color: #a71216;
  font-size: 15px;
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.product-card:hover img {
  transform: scale(1.05);
}

/* Sevaiyaan */
.product-card.big {
  min-height: 200px;
}

.product-card.big img {
  height: 160px;
}

/* VIDEO */
.video-card {
  margin-bottom: 20px;
  background: #fff;
  padding: 12px;
   box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  border-radius: 8px;
}

.video-card video {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 5px;
}
.gstno{
  text-transform: uppercase;
}
.video-card p {
  margin-top: 8px;
  font-weight: 600;
  font-size: 14px;
}


.mini-footer {
  background: #111;
  color: #fff;
  padding: 35px 0;
}

.footer-links {
  margin-bottom: 10px;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  margin: 0 12px;
  font-size: 14px;
  transition: 0.3s;
}

.footer-links a:hover {
  color: #a71216;
}

.copyright {
  font-size: 13px;
  color: #aaa;
  margin: 0;
}

.since{
  font-size: 42px;
font-weight: 700;
letter-spacing: 1px;
}


.catalogue-sec {
  background: #f9f9f9;
}

.catalogue-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.catalogue-images img {
  width: 100%;
  height: 150px;
  object-fit: contain;
  background: #fff;
  padding: 10px;
  border: 1px solid #eee;
}
.catalogue-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.catalogue-list li {
  display: flex;
  gap: 10px; /* 🔥 spacing control */
  margin-bottom: 12px; /* thoda kam kiya */
  font-size: 16px;
  color: #444;
  line-height: 1.5;
}

.catalogue-list li i {
  color: #a71216;
  font-size: 16px;
  margin-top: 4px;
  flex-shrink: 0; /* 🔥 icon fix */
}

.catalogue-list li span {
  display: inline-block;
}

/* ===================spices======================== */
.spices-sec {
  background: #f9f9f9;
}

/* CARD */
.spice-card {
  background: #fff;
  border: 1px solid #eee;
  text-align: center;
  padding: 10px;
  transition: 0.3s;
}

.spice-card img {
  width: 100%;
  height: 200px;
  object-fit: contain;
}

.spice-card p {
  margin-top: 6px;
  font-size: 15px;
  font-weight: 600;
}

.spice-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

/* CONTENT */
.spice-content h3 {
  font-weight: 700;
  margin-bottom: 10px;
}

.spice-content p {
  font-size: 15px;
  color: #555;
  margin-bottom: 8px;
}



.product-detail {
  background: #f9f9f9;
}

/* IMAGE */
.main-img {
  border: 1px solid #eee;
  padding: 20px;
  background: #fff;
}

.main-img img {
  width: 100%;
  height: 350px;
  object-fit: contain;
}

.thumbs {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.thumbs img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  border: 1px solid #ddd;
  cursor: pointer;
}

/* CONTENT */
.product-info h2 {
  font-weight: 700;
  margin-bottom: 15px;
}

.label {
  font-weight: 600;
  margin-bottom: 5px;
}

.options span {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 5px 12px;
  margin-right: 8px;
  margin-bottom: 5px;
  font-size: 14px;
}

.desc {
  font-size: 14px;
  color: #555;
}

.points {
  margin-top: 10px;
  padding-left: 18px;
}

.points li {
  margin-bottom: 6px;
  font-size: 14px;
}

/* BUTTON */
.enquiry-btn {
  background: #a71216;
  color: #fff;
  padding: 10px 20px;
  margin-top: 15px;
  display: inline-block;
}

.enquiry-btn:hover {
  background: #7d0e11;
  color: #fff;
}

/*** Testimonial ***/

.testimonialsec{
  background: url(../img/aboutbgops.png);
  background-size: cover;
  background-position: top;
  /* opacity: 0.4; */
}



.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    transition: .5s;
    border-radius: 10px !important;
}
.testimonial-item {
    background: #fff !important;
    border-radius: 10px !important;
    padding: 20px;
    border: 1px solid #e0e0e0;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    height: 300px;
    margin: 10px;
}

 .testimonial-item p {
    font-size: 14px;
    color: #000;
     /* line-height: 1.6; */
 }
.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #a71216 !important;
    transition: .5s;
    border-radius: 3px;
}

.testimonial-carousel .owl-dot.active {
    background: #c81e24;
    border-color: #303030;
}

.stars i {
  color: #f4c542; /* golden color */
  font-size: 14px;
}

.testimonial-item {
  transition: 0.3s;
}

.testimonial-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}
/* =================for more responsive========== */
@media (max-width: 992px) {

}

/* ================= About Us Premium Sections ================= */
.section-subheading {
  color: #e0b139;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 14px;
}



.company-detail-wrapper {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid #f0f0f0;
  overflow: hidden;
}

.icon-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}

.icon-feature-item .icon-wrapper {
  width: 50px;
  height: 50px;
  background: rgba(167, 18, 22, 0.08);
  color: #a71216;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.icon-feature-item:hover .icon-wrapper {
  background: #a71216;
  color: #fff;
  transform: scale(1.05);
}

.icon-feature-item h5 {
  font-weight: 700;
  margin-bottom: 5px;
  color: #222;
}

.icon-feature-item p {
  font-size: 14.5px;
  color: #666;
  margin-bottom: 0;
}

/* Financial Cards */
.fin-status-card {
  background: #fff;
  padding: 30px 20px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04);
  border: 1px solid #eaeaea;
  border-top: 4px solid #a71216;
  text-align: center;
  transition: all 0.4s ease;
  height: 100%;
}

.fin-status-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(167, 18, 22, 0.1);
  border-top-color: #e0b139;
}

.fin-status-card .metric-number {
  font-size: 42px;
  font-weight: 800;
  color: #a71216;
  margin-bottom: 10px;
  display: block;
}

.fin-status-card .metric-label {
  font-size: 17px;
  font-weight: 700;
  color: #333;
  margin-bottom: 8px;
}

.fin-status-card p {
  font-size: 14px;
  color: #777;
  margin-bottom: 0;
}

/* Manufacturing Cards */
.mfg-process-card {
  background: #fff;
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  border: 1px solid #f2f2f2;
  transition: 0.3s;
  height: 100%;
  position: relative;
  z-index: 1;
}

.mfg-process-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #ffffff, #fcfcfc);
  border-radius: 10px;
  z-index: -1;
  transition: 0.4s;
}

.mfg-process-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  border-color: #e0b139;
}

.mfg-process-card .process-icon {
  width: 70px;
  height: 70px;
  background: #fdf2f2;
  color: #a71216;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin-bottom: 20px;
  transition: 0.4s;
}

.mfg-process-card:hover .process-icon {
  background: #a71216;
  color: #fff;
  box-shadow: 0 5px 15px rgba(167, 18, 22, 0.3);
}

.mfg-process-card h5 {
  font-weight: 700;
  color: #111;
  margin-bottom: 10px;
}

.mfg-process-card p {
  font-size: 14px;
  color: #666;
  margin-bottom: 0;
}

/* ================= Sticky Call Button ================= */
.sticky-call-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  background-color: #a71216;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  box-shadow: 0 4px 15px rgba(167, 18, 22, 0.4);
  z-index: 9999;
  transition: all 0.3s ease;
  text-decoration: none;
  animation: pulse-call 2s infinite;
}

.sticky-call-btn:hover {
  background-color: #e0b139;
  color: #000;
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 8px 25px rgba(224, 177, 57, 0.6);
}

.sticky-call-btn i {
  transition: transform 0.3s ease;
}

.sticky-call-btn:hover i {
  transform: rotate(15deg) scale(1.1);
}

@keyframes pulse-call {
  0% {
    box-shadow: 0 0 0 0 rgba(167, 18, 22, 0.7);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(167, 18, 22, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(167, 18, 22, 0);
  }
}

/* Category Headers in Breakfast Division */
.row-category-title {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
}

.category-heading {
  font-weight: 700;
  font-size: 19px;
  color: #a71216;
  white-space: nowrap;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.category-divider {
  flex-grow: 1;
  height: 2px;
  background: linear-gradient(to right, #a71216, rgba(167, 18, 22, 0.05));
  border-radius: 2px;
}