:root {
  --primary-color: #ff8000;
  --secondary-color: #7d4a17;
  --light-bg: #f9f9f9;
  --text-color: #333;
  --white: #fff;
}

.fancy-paragraph::first-letter {
  font-size: 1.4em;
  font-weight: bold;
  color: var(--primary-color);


}

html {
  scroll-behavior: smooth;
}

.more-text {
  display: none;
}

p {
  font-family: 'Merriweather', serif;
  font-size: 0.9rem;
  color: #333;

}

body {
  background: rgb(255, 253, 208, 0.09);
  font-family: Arial, sans-serif;
  color: var(--text-color);
}

.sticky-header {
  position: sticky;
  top: 0;
  z-index: 1020;
  background: var(--primary-color);
  color: var(--white);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.logo h2 {
  margin: 0;
  font-weight: 700;
}
.container-fluid{
  overflow: hidden;
}

.nav-link {
  color: var(--white) !important;
  font-weight: 600;
  padding: 0.5rem 1rem !important;
}

.nav-link:hover {
  text-decoration: underline;
}

.navbar-toggler {
  border: 1px solid var(--white);
}

.swiper-slide img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  border: 3px solid white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
}

.swiper {
  padding: 4px 0;
  background-color: #f8f9fa;
}
.content-section {
  overflow: hidden;
}

.content-section .paratext {
  text-indent: 20px;
}

.title-tabs {
  font-size: 1.4rem;
  color: #333333;
  margin-bottom: 20px;
  letter-spacing: 1px;
  font-weight: 700;
}

.title-tabs::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background: var(--primary-color);
  margin: 10px auto 0;
  border-radius: 2px;
}


/* Contact Box */
.blue-box {
  background: var(--primary-color);
  color: var(--white);
  padding: 1rem 1rem;
  text-align: center;
  border-radius: 15px;
}

.blue-box h5 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 0.5rem;
  border-radius: 20px;
}

.contact-info {
  border-radius: 30px;
  padding: 0.5rem;
  margin-bottom: 0.4rem;
  background:
    linear-gradient(white, white) padding-box,
    linear-gradient(to right, black, white) border-box;
  border: 4px solid transparent;
  color: black;
}

.contact-info strong {
  font-size: 1.1rem;
  color: black;
  border-bottom: 2px solid rgba(16, 16, 16, 0.3);

}

.contact-info a {
  font-size: 1.1rem;
  color: black;
  text-decoration: none;
  padding: 0px;

}

.contact-email p {
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
}

.contact-email p strong {
  font-weight: 700;
}

.contact-email p a {
  font-weight: 700;
  text-decoration: none;
  color: white;
}


/* manufacture */



.backgroundifno-banner {
  background: linear-gradient(135deg, #ff8000 0%, #b35a00 100%);
  padding: 10px 10px;
  position: relative;
  overflow: hidden;
  height: 300px;
}

@media (max-width: 767.98px) {
  .backgroundifno-banner {
    height: 450px;
  }
}

.backgroundifno-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('../image/img/bg.webp');
  background-size: cover;
  background-position: center;
  opacity: 1;
  z-index: 1;
}

.bg-content {
  position: absolute;
  z-index: 4;
  color: white;
}


.backgroundifno-content {
  position: relative;
  z-index: 2;
  color: white;
}

.progress-loop {
  height: 2rem;
  overflow: hidden;
  position: relative;

}

.progress-loop .progress-bar-loop {
  overflow: hidden;
  height: 100%;
  width: 100%;
  background: linear-gradient(100deg,
      rgba(44, 44, 184, 0.2) 0%,
      rgba(0, 123, 255, 0.6) 30%,
      #007bff 50%,
      rgba(0, 123, 255, 0.6) 70%,
      rgba(0, 123, 255, 0) 100%);
  animation: loop 3s linear infinite;
}

@keyframes loop {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(300%);
  }
}


.backgroundifno-title {
  font-weight: bold;
  font-size: 1.4rem;
  text-shadow: 2px 1px 3px rgba(0, 0, 0, 0.4);
}

.borderlg {
  border-radius: 1px;
  border-right: 10px solid var(--primary-color);
}

.backgroundifno-list {
  list-style: none;
  padding-left: 0;
  margin-top: 15px;
  color: white;
  z-index: 6;
}

.row-s {
  border-radius: 1px;
  border-right: 3px solid white;
}

.backgroundifno-list {
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 12px;
  padding: 10px;
  margin-bottom: 5px;
  font-size: 0.86rem;
  backdrop-filter: blur(20px);
  text-align: start;

}


/* ending */
.service-box {
  border-radius: 5px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 0px;
  text-align: justify;

}

.service-box p {
  font-size: 0.80rem;
}

.service-box img {
  width: 120px;
  height: 90px;
  object-fit: cover;
  float: left;
  margin-right: 10px;
  border-radius: 4px;
}

.service-box a {
  color: #007bff;
  font-size: 13px;
  text-decoration: none;
}

.service-box a:hover {
  text-decoration: underline;
}

.more-link {
  color: #007bff;
  font-weight: bold;
  text-decoration: none;
}

.more-link:hover {
  text-decoration: underline;
}

.bulk-order-btn {
  background: linear-gradient(45deg, #007bff, #00aaff);
  color: white;
  border: none;
  padding: 12px 25px;
  font-weight: bold;
  border-radius: 50px;
  box-shadow: 0 4px 10px rgba(0, 123, 255, 0.4);
  transition: all 0.3s;
}

.bulk-order-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 15px rgba(0, 123, 255, 0.6);
}

.quality-products {
  background-color: #e9f7ff;
  padding: 20px;
  padding-top: 0px;
  border-radius: 10px;
  /* border-left: 13px solid #007bff; */
  /* border-right: 10px solid #007bff; */
  border-top: 4px solid #7074773a;
  margin-top: -30px;

}

.quality-products img {
  /* max-width: 125px; */

}

.quality-products a{
    text-decoration:none;
    color:#000;
    font-size:15px;
}

.bulk-ordere-anchor {
  text-decoration: none;
  font-size: 1rem;
}

.bulk-ordere-anchor:hover {
  font-size: 1rem;
}


/* Product Box */

.product-box {
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  padding: 1rem;
  background: var(--light-bg);
}

/* Sidebar → now the tab navigation */
.sidebar {
  background: var(--primary-color);
  color: var(--white);
  padding: 1.5rem;
  border-radius: 0.5rem;
  height: 780px;
}

.sidebar .nav-link {
  color: var(--white);
  text-decoration: none;
  display: block;
  padding: 0.35rem 0;
  background-color: none;
}

.sidebar .nav-link:hover,
.sidebar .nav-link.active {
  color: var(--white);
  font-weight: bold;
  text-decoration: underline;
  background-color: none;
}

.sidebar h6 {
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 1.5rem;
}

/* Product Card */
.product-card {
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  padding: 1rem;
  text-align: center;
  background: var(--white);
  transition: 0.3s;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.product-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 0.5rem;
}

.product-card a {
  font-weight: bold;
  color: var(--primary-color);
  text-decoration: none;
}

.product-card a:hover {
  text-decoration: underline;
}



/* Footer */
footer {
  overflow: hidden;
  background: var(--primary-color);
  color: var(--lighter);
  padding: 0rem 0 1rem;
  position: relative;
  overflow: hidden;
}



.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.footer-column {
  position: relative;
  z-index: 1;
}

.footer-column h3 {
  color: white;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  position: relative;
  display: inline-block;
  text-align: center;
}

.footer-column h3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 50px;
  height: 3px;
  background: white;
  border-radius: 3px;
  text-align: center;
}

.footer-column p {
  color: whitesmoke;
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
}

.footer-links {
  list-style: none;
}

.footer-links li {
  margin-bottom: 0.75rem;
}

.footer-links a {
  color: white;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  display: inline-block;
  transition: var(--transition);
  position: relative;
  padding-left: 1rem;
}

.footer-links a::before {
  content: '→';
  position: absolute;
  left: -5px;
  opacity: 0;
  transition: var(--transition);
  color: wheat;
}

.footer-links a:hover {
  color: whitesmoke;
  padding-left: 1.5rem;
}

.footer-links a:hover::before {
  left: 0;
  opacity: 1;
}




/* Social Links */
.social-links {
  display: flex;
  gap: 0.8rem;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.social-link {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--lighter);
  transition: var(--transition);
  font-size: 1.1rem;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}

.social-link::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, var(--primary), var(--primary-dark));
  opacity: 0;
  transition: var(--transition);
}

.social-link:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.social-link:hover::after {
  opacity: 1;
}

.social-link i {
  position: relative;
  z-index: 1;
}


/* Copyright */
.copyright {
  text-align: center;
  padding-top: 2rem;
  /* margin-top: 3rem; */
  /* border-top: 2px solid rgba(255, 255, 255, 0.8); */
  color: var(--light-bg);
  font-size: 0.85rem;
}

.copyright a {
  color: var(--primary-light);
  text-decoration: none;
  transition: var(--transition);
}

.copyright a:hover {
  color: var(--primary);
  text-decoration: underline;
}



/* Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.footer-column {
  animation: fadeIn 0.6s ease forwards;
}

.footer-column:nth-child(1) {
  animation-delay: 0.1s;
}

.footer-column:nth-child(2) {
  animation-delay: 0.2s;
}

.footer-column:nth-child(3) {
  animation-delay: 0.3s;
}

.footer-column:nth-child(4) {
  animation-delay: 0.4s;
}


@media (max-width: 768px) {
  footer {
    padding: 3rem 0 2rem;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .newsletter-form {
    flex-direction: column;
  }

  .newsletter-input,
  .newsletter-btn {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-column h3::after {
    width: 40px;
  }
}

.floating-icon{
  position:fixed;
  bottom:25px;
  left: 25px;
}

@media (max-width: 600px) {
    .khatu-shym{
      display: none !important;
    }
}

.pay-btn{
    background-color: #ffd700;
    color: #333;
    border: none;
    padding: 0.65rem 1.5rem;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
  }

/* contact-us-section */

  .contact-page-wrapper {
      min-height: 60vh;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 30px;
  }

  .contact-form-wrapper {
      background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 800"><defs><pattern id="wireframe" x="0" y="0" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M0 0L100 100M100 0L0 100" stroke="rgba(0,150,200,0.1)" stroke-width="1"/></pattern></defs><rect width="1200" height="800" fill="url(%23wireframe)"/></svg>') no-repeat center;
      background-size: cover;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
      max-width: 800px;
      width: 100%;
  }

  .contact-grid-container {
      display: grid;
      /* grid-template-columns: 1fr 1fr; */
      gap: 0;
      /* min-height: 600px; */
  }

  .contact-left-section {
      background: #2b2a28;
      padding: 60px 50px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      position: relative;
  }

  .contact-left-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 500 500"><g opacity="0.05"><path d="M0 100 Q 125 50 250 100 T 500 100" stroke="rgba(0,150,200,0.5)" stroke-width="2" fill="none"/><path d="M0 200 Q 125 150 250 200 T 500 200" stroke="rgba(0,150,200,0.5)" stroke-width="2" fill="none"/><path d="M0 300 Q 125 250 250 300 T 500 300" stroke="rgba(0,150,200,0.5)" stroke-width="2" fill="none"/></g></svg>');
      pointer-events: none;
  }

  .contact-left-section > * {
      position: relative;
      z-index: 1;
  }

  .contact-title-section {
      margin-bottom: 40px;
  }

  .contact-label-text {
      color: #e3ac1f;
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 2px;
      text-transform: uppercase;
      margin-bottom: 10px;
      display: block;
  }

  .contact-title-section span {
      color: #ffffff;
      font-size: 42px;
      font-weight: 700;
      line-height: 1.2;
      margin-bottom: 20px;
  }

  .contact-sub-head{
      color: #fff;
      font-size: 2.5rem;
      font-weight: 700;
  }
  .contact-left-section p{
      color:#fff;
  }
  .contact-title-section p {
      color: #a0a8c0;
      font-size: 14px;
      line-height: 1.6;
  }

  .contact-details-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
      margin-top: 40px;
  }

  .contact-detail-card {
      display: flex;
      gap: 15px;
  }

  .contact-detail-icon {
      width: 40px;
      height: 40px;
      min-width: 40px;
      background: rgba(0, 184, 212, 0.1);
      border: 2px solid #876916;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #00b8d4;
      font-size: 18px;
  }

  .contact-detail-content span {
      color: #ffffff;
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 8px;
  }

  .contact-detail-content p {
      color: #ffffff;
      font-size: 13px;
      line-height: 1.5;
  }

  .contact-detail-content p a{
      color: #ffffff;
      font-size: 13px;
      line-height: 1.5;
      text-decoration: none;
  }

  .contact-form-right-section {
      background: linear-gradient(135deg, #FF9933 0%, #be5f00 100%);
      padding: 20px 50px;
      display: flex;
      flex-direction: column;
      justify-content: center;
  }

  .contact-form-header {
      margin-bottom: 35px;
  }

  .contact-form-header span {
      color: #ffffff;
      font-size: 32px;
      font-weight: 700;
      margin-bottom: 15px;
  }

  .contact-form-header p {
      color: rgba(255, 255, 255, 0.85);
      font-size: 13px;
      line-height: 1.5;
  }

  .contact-form-group {
      margin-bottom: 18px;
  }

  .contact-form-group input,
  .contact-form-group textarea {
      width: 100%;
      padding: 14px 16px;
      border: none;
      border-bottom: 2px solid rgba(255, 255, 255, 0.3);
      background: rgba(255, 255, 255, 0.15);
      color: #ffffff;
      font-size: 13px;
      font-family: inherit;
      transition: all 0.3s ease;
      resize: none;
  }

  .contact-form-group input::placeholder,
  .contact-form-group textarea::placeholder {
      color: rgba(255, 255, 255, 0.6);
  }

  .contact-form-group input:focus,
  .contact-form-group textarea:focus {
      outline: none;
      background: rgba(255, 255, 255, 0.25);
      border-bottom-color: rgba(255, 255, 255, 0.8);
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }

  .contact-form-group textarea {
      height: 100px;
  }

  .contact-btn-send {
      background: #000000;
      color: #ffffff;
      border: none;
      padding: 12px 35px;
      font-size: 14px;
      font-weight: 600;
      cursor: pointer;
      transition: all 0.3s ease;
      margin-top: 10px;
      width: fit-content;
  }

  .contact-btn-send:hover {
      background: #1a1f35;
      transform: translateY(-2px);
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  }

  @media (max-width: 768px) {
      .contact-grid-container {
          grid-template-columns: 1fr;
          min-height: auto;
      }

      .contact-left-section,
      .contact-form-right-section {
          padding: 40px 30px;
      }

      .contact-title-section span {
          font-size: 28px;
      }

      .contact-page-wrapper{
          padding:20px;
      }

      .contact-form-header span {
          font-size: 24px;
      }

      .contact-details-grid {
          grid-template-columns: 1fr;
          gap: 30px;
      }
      .contact-sub-head{
          color: #fff;
          font-size: 1.5rem;
          font-weight: 700;
      }
  }


  /* Breadcrumb Banner Section */
        .breadcrumb-banner {
            background: linear-gradient(135deg, rgba(43, 42, 40, 0.7) 0%, rgb(37 37 37 / 50%) 100%), url(../image/img/inrbnr.webp) center / cover no-repeat;
            padding: 50px 20px;
            margin-bottom: 40px;
            position: relative;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
        }

        .breadcrumb-content {
            max-width: 800px;
            z-index: 2;
        }

        .page-title {
            font-size: 3.5rem;
            font-weight: 700;
            color: #ffffff;
            margin-bottom: 20px;
            text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
            letter-spacing: -1px;
        }

        .page-subtitle {
            font-size: 1.2rem;
            color: #f0f0f0;
            margin-bottom: 30px;
            text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
        }

        /* Breadcrumb Navigation */
        .breadcrumb {
            background-color: transparent;
            padding: 0;
            margin: 0;
            flex-wrap: wrap;
            justify-content: center;
        }

        .breadcrumb-item {
            color: #d59e06;
            font-weight: 500;
        }

        .breadcrumb-item a {
            color: #ffffff;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .breadcrumb-item a:hover {
            color: #d59e06;
        }

        .breadcrumb-item.active {
            color: #d59e06;
        }

        .breadcrumb-item + .breadcrumb-item::before {
            color: #d59e06;
            font-weight: bold;
        }

        /* Responsive Design */
        @media (max-width: 992px) {
            

            .breadcrumb-banner {
                padding: 60px 20px;
                min-height: 350px;
            }

            .page-title {
                font-size: 2.5rem;
            }

            .page-subtitle {
                font-size: 1rem;
            }
        }

        @media (max-width: 768px) {
            .breadcrumb-banner {
                padding: 50px 20px;
                min-height: 300px;
            }

            .page-title {
                font-size: 2rem;
                margin-bottom: 15px;
            }

            .page-subtitle {
                font-size: 0.95rem;
                margin-bottom: 20px;
            }

            .nav-link {
                margin: 5px 0;
            }

            .breadcrumb-item {
                font-size: 0.9rem;
            }
        }

        @media (max-width: 576px) {
            .breadcrumb-banner {
                padding: 40px 15px;
                min-height: 250px;
            }

            .page-title {
                font-size: 1.8rem;
            }

            .navbar-brand {
                font-size: 1.2rem;
            }

            .breadcrumb {
                font-size: 0.85rem;
            }
        }


        /* about-page-css */

        .about-section{text-align: center;}

        .section-title span{
            font-size:40px;
        }
        
        .section-subtitle span{
            font-size:25px;
        }

        .floating-image {
            float: left;
            width: 45%;
            margin: 0 30px 20px 0;
        }
        
        .floating-image img {
            width: 100%;
            height: auto;
            border-radius: 8px;
        }
        
        .content-text p{
            text-align: justify;
            line-height: 1.8;
            color: #333;
            font-size: 16px;
        }
        
        .highlight {
            color: #000;
            font-weight: 600;
        }
        
        .content-text::after {
            content: "";
            display: table;
            clear: both;
        }
        
        @media (max-width: 768px) {
            .floating-image {
                float: none;
                width: 100%;
                margin: 0 0 20px 0;
            }
        }


            /* sitemap-section */

        .sitemap-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 15px;
        }
        
        .sitemap-title {
            color: #2b2a28;
            text-align: center;
            margin-bottom: 50px;
            font-size: 2.5rem;
            font-weight: 700;
            letter-spacing: -0.5px;
        }
        
        .sitemap-card {
            background-color: white;
            border: 2px solid #d59e06;
            border-radius: 8px;
            padding: 10px;
            margin-bottom: 20px;
            transition: all 0.3s ease;
            cursor: pointer;
            text-decoration: none;
            display: block;
            color: #2b2a28;
        }
        
        .sitemap-card:hover {
            background-color: #d59e06;
            color: white;
            transform: translateY(-5px);
            box-shadow: 0 8px 15px rgba(213, 158, 6, 0.3);
            text-decoration: none;
        }
        
        .card-label {
            font-size: 1.1rem;
            font-weight: 600;
            margin-bottom: 5px;
        }
        
        .card-description {
            font-size: 0.9rem;
            opacity: 0.8;
        }
        
        .sitemap-card:hover .card-description {
            opacity: 1;
        }
        
        .category-section {
            margin-bottom: 40px;
        }
        
        .category-header {
            color: #d59e06;
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 3px solid #d59e06;
        }
        
        .main-links {
            margin-bottom: 50px;
        }
        
        @media (max-width: 768px) {
            .sitemap-title {
                font-size: 1.8rem;
                margin-bottom: 30px;
            }
            
            .category-header {
                font-size: 1.2rem;
                margin-bottom: 15px;
            }
            
            .sitemap-card {
                padding: 15px;
            }
            
            .card-label {
                font-size: 1rem;
            }
        }
        .pay-btn{
    background-color: #ffd700;
    color: #333;
    border: none;
    padding: 0.65rem 1.5rem;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
  }