
    /*.navbar-brand img{*/
    /*        width: 100%;*/
    /*        height: 40px;*/
    /*}*/
    .shades img{
                width: 100%;
                height: 50px;
    }


/* Styles for the overlay */
.img-fill {
    position: relative;
  }
  
  .img-fill .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); /* Black overlay with 50% opacity */
    z-index: 1; /* Ensures the overlay is above the image but below the text */
  }
  
  .img-fill .text-content {
    position: relative;
    z-index: 2; /* Ensures the text is above the overlay */
    color: #fff; /* White text color */
  }
  
  .main-banner .item {
    position: relative;
  }
  
  /* .main-banner .item .img-fill {
    height: 100%;
    background-size: cover;
    background-position: center;
  } */


  .service-item{
    margin-bottom: 30px;
  }

  p{
    font-size: 18px;
  }


  /* page-header */

  .page-heading {
    position: relative;   
}

.page-heading::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Black with 50% opacity */
    z-index: 1;
}

.page-heading .container {
    position: relative;
    z-index: 2;
}

.page-heading h1, .page-heading span {
    color: #fff;
}


/* whtasapp and call buttons */

.call-button, .chat-button, .back-to-top {
  position: fixed;
  bottom: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #25D366;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  transition: background-color 0.3s ease;
  text-decoration: none;
}

.call-button:hover, .chat-button, .back-to-top:hover {
  background-color: #128C7E;
}

.call-button {
  left: 20px;
}

.chat-button {
  right: 20px;
}

.back-to-top {
  right: 50px;
  bottom: 90px;
  display: none;
  transform: translateX(50%);
}

.call-button i, .chat-button i, .back-to-top i {
  font-size: 28px;
}

@media screen and (max-width: 600px) {
  .call-button, .chat-button, .back-to-top {
      width: 50px;
      height: 50px;
      bottom: 15px;
      font-size: 18px;
  }

  .call-button i, .chat-button i, .back-to-top i {
      font-size: 20px;
  }

  .call-button {
      left: 15px;
  }

  .chat-button {
      right: 15px;
  }

  .back-to-top {
      right: 35px;
      bottom: 80px;
      transform: translateX(50%);
  }
}


/* Apperel section style */

  /* Custom Styles */
  .apparel-section {
    background-color: #f9f9f9;
    margin-bottom: 50px;
    /* padding: 60px 0; */
}

.apparel-section h2 {
    font-size: 36px;
    margin-bottom: 30px;
    color: #333;
}

.apparel-section h4 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #555;
}

.apparel-section p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}

.apparel-section .feature-list {
    list-style-type: none;
    padding: 0;
}

.apparel-section .feature-list li {
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}

.apparel-section .feature-list li:before {
    content: "\2714";
    color: #28a745;
    position: absolute;
    left: 0;
    top: 0;
}

.apparel-section .btn {
    background-color: #28a745;
    color: #fff;
    border-radius: 50px;
    padding: 10px 30px;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.apparel-section .btn:hover {
    background-color: #218838;
}

/* Responsive Design */
@media (max-width: 768px) {
    .apparel-section h2 {
        font-size: 28px;
    }

    .apparel-section h4 {
        font-size: 20px;
    }

    .apparel-section p {
        font-size: 14px;
    }
}

/* Handicrafts section */

 /* Custom Styles */
 .handicrafts-section {
  background-color: #f4f4f4;
  margin-bottom: 50px;
  /* padding: 60px 0; */
}

.handicrafts-section h2 {
  font-size: 36px;
  margin-bottom: 30px;
  color: #333;
}

.handicrafts-section h4 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #555;
}

.handicrafts-section p {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
}

.handicrafts-section .feature-list {
  list-style-type: none;
  padding: 0;
}

.handicrafts-section .feature-list li {
  font-size: 16px;
  color: #666;
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}

.handicrafts-section .feature-list li:before {
  content: "\2714";
  color: #28a745;
  position: absolute;
  left: 0;
  top: 0;
}

.handicrafts-section .btn {
  background-color: #28a745;
  color: #fff;
  border-radius: 50px;
  padding: 10px 30px;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

.handicrafts-section .btn:hover {
  background-color: #218838;
}

/* Responsive Design */
@media (max-width: 768px) {
  .handicrafts-section h2 {
      font-size: 28px;
  }

  .handicrafts-section h4 {
      font-size: 20px;
  }

  .handicrafts-section p {
      font-size: 14px;
  }
}

/* leather products styling */

 /* Custom Styles */
 .leather-products-section {
  background-color: #f7f7f7;
  margin-bottom: 50px;
  /* padding: 60px 0; */
}

.leather-products-section h2 {
  font-size: 36px;
  margin-bottom: 30px;
  color: #333;
}

.leather-products-section h4 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #555;
}

.leather-products-section p {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
}

.leather-products-section .feature-list {
  list-style-type: none;
  padding: 0;
}

.leather-products-section .feature-list li {
  font-size: 16px;
  color: #666;
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}

.leather-products-section .feature-list li:before {
  content: "\2714";
  color: #28a745;
  position: absolute;
  left: 0;
  top: 0;
}

.leather-products-section .btn {
  background-color: #333;
  color: #fff;
  border-radius: 50px;
  padding: 10px 30px;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

.leather-products-section .btn:hover {
  background-color: #555;
}

/* Responsive Design */
@media (max-width: 768px) {
  .leather-products-section h2 {
      font-size: 28px;
  }

  .leather-products-section h4 {
      font-size: 20px;
  }

  .leather-products-section p {
      font-size: 14px;
  }
}

/* cotton nd bedsheets section style */

 /* Custom Styles */
 .cotton-products-section {
  background-color: #eef2f7;
  margin-bottom: 50px;
  /* padding: 60px 0; */
}

.cotton-products-section h2 {
  font-size: 36px;
  margin-bottom: 30px;
  color: #444;
}

.cotton-products-section h4 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #666;
}

.cotton-products-section p {
  font-size: 16px;
  color: #777;
  line-height: 1.8;
}

.cotton-products-section .feature-list {
  list-style-type: none;
  padding: 0;
}

.cotton-products-section .feature-list li {
  font-size: 16px;
  color: #777;
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}

.cotton-products-section .feature-list li:before {
  content: "\2714";
  color: #17a2b8;
  position: absolute;
  left: 0;
  top: 0;
}

.cotton-products-section .btn {
  background-color: #444;
  color: #fff;
  border-radius: 50px;
  padding: 10px 30px;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

.cotton-products-section .btn:hover {
  background-color: #666;
}

/* Responsive Design */
@media (max-width: 768px) {
  .cotton-products-section h2 {
      font-size: 28px;
  }

  .cotton-products-section h4 {
      font-size: 20px;
  }

  .cotton-products-section p {
      font-size: 14px;
  }
}

/* agricultural products section styling */

 /* Custom Styles */
 .agriculture-products-section {
  background-color: #f5f7f6;
  margin-bottom: 50px;
  /* padding: 60px 0; */
}

.agriculture-products-section h2 {
  font-size: 36px;
  margin-bottom: 30px;
  color: #2e3d49;
}

.agriculture-products-section h4 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #49595e;
}

.agriculture-products-section p {
  font-size: 16px;
  color: #5a6c6e;
  line-height: 1.8;
}

.agriculture-products-section .feature-list {
  list-style-type: none;
  padding: 0;
}

.agriculture-products-section .feature-list li {
  font-size: 16px;
  color: #5a6c6e;
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}

.agriculture-products-section .feature-list li:before {
  content: "\2714";
  color: #28a745;
  position: absolute;
  left: 0;
  top: 0;
}

.agriculture-products-section .btn {
  background-color: #28a745;
  color: #fff;
  border-radius: 50px;
  padding: 10px 30px;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

.agriculture-products-section .btn:hover {
  background-color: #218838;
}

/* Responsive Design */
@media (max-width: 768px) {
  .agriculture-products-section h2 {
      font-size: 28px;
  }

  .agriculture-products-section h4 {
      font-size: 20px;
  }

  .agriculture-products-section p {
      font-size: 14px;
  }
}

/* Engineering products section styling */

/* Custom Styles */
.engineering-products-section {
  background-color: #f9f9f9;
  margin-bottom: 50px;
  /* padding: 60px 0; */
}

.engineering-products-section h2 {
  font-size: 36px;
  margin-bottom: 30px;
  color: #2e3d49;
}

.engineering-products-section h4 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #49595e;
}

.engineering-products-section p {
  font-size: 16px;
  color: #5a6c6e;
  line-height: 1.8;
}

.engineering-products-section .feature-list {
  list-style-type: none;
  padding: 0;
}

.engineering-products-section .feature-list li {
  font-size: 16px;
  color: #5a6c6e;
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}

.engineering-products-section .feature-list li:before {
  content: "\2714";
  color: #007bff;
  position: absolute;
  left: 0;
  top: 0;
}

.engineering-products-section .btn {
  background-color: #007bff;
  color: #fff;
  border-radius: 50px;
  padding: 10px 30px;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

.engineering-products-section .btn:hover {
  background-color: #0056b3;
}

/* Responsive Design */
@media (max-width: 768px) {
  .engineering-products-section h2 {
      font-size: 28px;
  }

  .engineering-products-section h4 {
      font-size: 20px;
  }

  .engineering-products-section p {
      font-size: 14px;
  }
}