body {
  font-family: "Arial", sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f4f4f4;
}

.carousel-item {
  height: auto;
  background-size: cover;
}
.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-section {
  display: flex;
  align-items: center;
  padding: 40px;
  background-image: url("../img/download (3).jpeg");
  background-size: cover;
  background-position: center;
  color: white;
}
.content-section .text-content {
  flex: 1;
  font-size: 1.2rem;
  line-height: 1.8;
  color: black;
}
.content-section h2 {
  color: green;
  font-size: 2rem;
  margin-bottom: 20px;
}
.content-section .image-content {
  flex: 1;
}
.content-section .image-content img {
  width: 100%;
  max-width: 600px;
  height: auto;
  border-radius: 8px;
}
.content-section button {
  margin-top: 20px;
  background-color: #4a4a6a;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 1rem;
  border-radius: 4px;
  cursor: pointer;
}
.content-section button:hover {
  background-color: #333;
}
.product-section {
  text-align: center;
  padding: 20px;
  background-color: #f9f9f9;
}
.section-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  color: green;
}
.product-carousel {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.product-item img {
  max-width: 300px;
  max-height: 300px;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.product-item img:hover {
  transform: scale(1.1);
}
.view-products {
  margin-top: 20px;
}
.view-button {
  display: inline-block;
  background-color: #333;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.view-button:hover {
  background-color: #333;
}
.product-section {
  text-align: center;
  padding: 20px;
  background-color: #f9f9f9;
}
.section-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.product-carousel {
  display: flex;
  justify-content: center;
  gap: 100px;
  flex-wrap: wrap;
}
.product-item img {
  max-width: 250px;
  max-height: 250px;
  transition: transform 0.3s ease;
}
.product-item img:hover {
  transform: scale(1.1);
}
.view-products {
  margin-top: 20px;
}
.view-button {
  display: inline-block;
  background-color: #4a4a6a;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.view-button:hover {
  background-color: #333;
}
.dark-bg-area {
  display: flex;
  background-color: #f4f4f4;
  padding: 50px 20px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: black; /* Text color */
}
.left-column {
  width: 50%;
  background-image: url("../img/your-left-column-bg.jpg");
  background-size: cover;
  background-position: center;
  padding: 20px;
  border-radius: 8px;
}
.inner-content h2 {
  font-size: 36px;
  margin-bottom: 15px;
  color: green;
  font-weight: bold;
}
.inner-content h3 {
  font-size: 26px;
  margin-bottom: 20px;
  font-weight: bold;
}
.inner-content p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.right-column {
  width: 50%;
  background-image: url("../img/download\ (3\).jpeg");
  background-size: cover;
  background-position: center;
  height: 300px; /* Adjust height as needed */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
.right-column img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.section {
  position: relative;
  padding-left: 102.6px;
  padding-right: 102.4px;
  width: 100%;
  box-sizing: border-box;
  background-color: #efefef;
}
.header {
  color: green;
  font-weight: bold;
}
.section .header {
  text-align: center;
  margin-bottom: 50px;
}
.section h2 {
  font-size: 36px;
  color: green;
}
.client-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
.client-item {
  position: relative;
  width: 22%;
  height: 170px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
  background-color: white;
}
.cl {
  background-color: #282828;
}
.client-item:hover {
  transform: scale(1.05);
}
.client-item a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}
.client-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 768px) {
  .client-item {
    width: 45%;
  }
}
@media (max-width: 480px) {
  .client-item {
    width: 90%;
  }
}
.containerImg {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: url("../img/sustainibility.jpg") center/cover no-repeat;
  padding: 100px;
}
.text-sectionImg {
  background: white;
  padding: 20px 30px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  max-width: 600px;
}
.text-sectionImg h2 {
  color: green;
  font-weight: bold;
}
.text-sectionImg p {
  line-height: 1.6;
  color: #333;
}
.text-sectionImg .read-moreImg {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  background: #4a4a6a;
  color: white;
  text-decoration: none;
  border-radius: 5px;
}
.text-sectionImg .read-moreImg:hover {
  background: #333;
}
.image-sectionImg {
  flex-grow: 1;
  border-radius: 10px;
  height: 300px;
}
@media screen and (max-width: 768px) {
  .containerImg {
    flex-direction: column;
    padding: 20px;
  }
  .text-sectionImg {
    margin-bottom: 20px;
  }
  .image-sectionImg {
    height: 200px;
  }
}

button {
  background-color: #333;
  color: white;
  padding: 10px 15px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

footer {
  background-color: #333;
  color: #fff;
  padding: 20px 0;
  font-family: Arial, sans-serif;
}
.footer-container {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}
.footer-column {
  flex: 1;
  min-width: 200px;
  margin: 10px;
}
.footer-column h3 {
  font-size: 18px;
  margin-bottom: 10px;
  border-bottom: 2px solid #4caf50;
  display: inline-block;
  padding-bottom: 5px;
}
.footer-column p,
.footer-column li {
  margin: 5px 0;
  font-size: 14px;
}
.footer-column ul {
  list-style: none;
  padding: 0;
}
.footer-column ul li {
  cursor: pointer;
}
.footer-column ul li:hover {
  color: #4caf50;
}
.footer-bottom {
  text-align: center;
  margin-top: 20px;
  font-size: 12px;
  border-top: 1px solid #4caf50;
  padding-top: 10px;
}
.centered-bold {
  text-align: center;
  font-weight: bold;
  font-size: 34px;
  color: green;
  text-decoration: none;
}

.centered-bold:hover {
  color: #333;
  text-decoration: none;
  font-size: 37px;
}
.hero-section {
  position: relative;
  text-align: center;
  color: white;
  overflow: hidden;
}
.hero-section img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.hero-text {
  position: absolute;
  top: 60%;
  left: 70%;
  transform: translate(-50%, -50%);
  font-size: 2.1rem;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px 20px;
  border-radius: 5px;
}
/* Adjust for larger screens */
@media (min-width: 992px) {
  .hero-text {
    font-size: 2.3rem; /* Increase font size */
    top: 60%; /* Move it slightly down */
    left: 20%; /* Move it to the left */
  }
}
@media (max-width: 990px) and (min-width: 850px) {
  .hero-text {
    top: 60%; /* Move it slightly down */
    left: 20%;
  }
}

@media (max-width: 849px) {
  .hero-text {
    top: 60%; /* Move it slightly down */
    left: 20%;
  }
}

/* Responsive adjustments for small screens */
@media (max-width: 768px) {
  .hero-text {
    font-size: 1.8rem;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -45%);
  }
}
@media (max-width: 576px) {
  .hero-text {
    font-size: 1.2rem;
    top: 40%; /* Further adjust for very small screens */
  }
}
.img2 {
  width: 100%;
  height: auto;
}

.category-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.categories-list {
  list-style: none;
  padding-left: 0;
}

.categories-list li {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.categories-list input {
  margin-right: 10px;
}

.product-card {
  transition: transform 0.3s ease;
}

.product-card:hover {
  transform: scale(1.05);
}

.product-img {
  height: 200px;
  object-fit: cover;
}

.enquiry-btn {
  margin-top: 20px;
}

/* Media Queries for responsiveness */
@media (max-width: 950px) {
  .col-lg-3 {
    display: flex;
    justify-content: center;
  }

  .p-3.bg-white.shadow.rounded {
    width: 60%;
    text-align: center;
  }

  .category-title {
    font-size: 1.25rem;
  }

  .categories-list {
    text-align: center;
  }

  .enquiry-btn {
    width: 50%;
    padding: 10px;
  }
}

@media (max-width: 750px) {
  .p-3.bg-white.shadow.rounded {
    width: 80%;
  }

  .category-title {
    font-size: 1.1rem;
  }

  .categories-list li {
    font-size: 0.9rem;
  }

  .enquiry-btn {
    width: 50%;
    font-size: 0.9rem;
    padding: 8px;
  }
}

.product-card .product-img {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card .product-img:active {
  transform: scale(1.05);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}
.modal-dialog.custom-modal {
  max-width: 60%;
}
/* Adding fade and slide-in animation */
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.modal.fade .modal-dialog {
  animation: bounceIn 0.8s ease-out;
}

.modal-body {
  animation: shake 0.5s ease-in-out;
}

/* ////////////form//////////////////////////////////////////////////// */
/* Container styling */
.container2 {
  display: flex;
  width: 90%;
  margin: 5% auto; /* Center container */
  align-items: center;
  justify-content: space-between; /* Space between two divs */
  min-height: 70vh;
  background: url("../img/digital-art-neon-mountains-lake-wallpaper-thumb.jpg");
  background-size: cover;
  background-position: center;
  border-radius: 3%;
  padding: 20px;
}

/* Form container for each div */
.form-container {
  flex: 1;
  margin: 0 10px; /* Space around each div */
  /* font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; */
  font-size: medium;
}

/* Form styling */
.form {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.form h2 , h5 {
  margin-bottom: 20px;
  font-size: 1.5rem;
  color: green;
}

.form p {
  font-size: 1rem;
  line-height: 1.5;
  color: #555;
}

.form input,
.form textarea {
  margin-bottom: 15px;
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.form button {
  width: 100%;
  padding: 10px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.form button:hover {
  background-color: #0056b3;
}

/* Responsive styling */
@media (max-width: 768px) {
  .container2 {
    flex-direction: column; /* Stack divs vertically */
  }

  .form-container {
    margin-bottom: 20px;
  }
}

/* /////////////////// form end/////////// */

.carousel-inner img {
  height: auto;
  object-fit: cover;
}

/* Media query for mobile devices */
@media (max-width: 576px) {
  .carousel-inner img {
    height: auto;
    object-fit: contain;
  }

  .carousel-caption {
    font-size: 12px;
    padding: 10px;
  }

  .carousel-caption h5 {
    font-size: 16px;
  }

  .carousel-caption p {
    font-size: 14px;
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 30px;
    height: 30px;
  }
}
.social-icons a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: white;
  background-color: black;
  text-align: center;
  line-height: 40px;
  margin-right: 10px;
  transition: all 0.3s ease;
}
.social-icons a:hover {
  background-color: #007bff;
  color: white;
  transform: scale(1.2);
}

.carousel-img {
  height: auto;
  max-height: 80vh;
  object-fit: cover;
}

.carousel-caption {
  border-radius: 5px;
  padding: 10px;
}
.carousel-caption {
  color: aliceblue;
}
/* navbar */
.offcanvas {
  width: 50%;
}
#offcanvasNavbar {
  width: 80%;
}
.nav-link {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

.nav-link:hover {
  color: #007bff;
}
/* ////////////////////////////// */
.sub-had{
color: green;
}
/* inquary form css */
.modal-content {
    border-radius: 15px;
    text-align: center;
}
.modal-header {
    background-color:#007bff;
    color: white;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.modal-body {
    font-size: 18px;
    padding: 20px;
}
/* ////////////////css end  */
/* /////////////////index.html form popap */
  .popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
  }
  .popup-content {
    background: white;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  }
  .popup-content p {
    font-size: 18px;
    color: #333;
  }
  .btn-success {
    background: #28a745;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
  }
  .btn-success:hover {
    background: #218838;
  }
