body {
  /* background-color: #e5e5e5; */
}
nav {
  /* left: 0; */
  /* right: 0; */
  /* margin-left: auto; */
  /* margin-right: auto; */
  border-radius: 50px;
  background-color: #044f53;
  padding: 0 15px;
}
nav ul {
  justify-content: space-evenly;
  margin: 0;
  padding: 5px 0px;
}
h1 {
  border-bottom: 4px solid #044f53;
}
.text-primary-self {
  color: #044f53;
}
/* .bg-image {
  height: 100vh;
  width: 100%;
  background-image: url("/assets/bg-home.png");
  position: absolute;
  z-index: -2;
}
.bg-image::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #0000005e;
  display: block;
  top: 0;
  left: 0;
  z-index: -1;
} */
.nav-link {
  text-decoration: none;
  color: black;
  font-size: 14px;
  font-weight: bold;
  transition: all 0.1s ease-in;
  /* margin: 15px; */
  padding: 5px 15px;
}
.nav-link:hover {
  background-color: white;
  text-decoration: none;
  color: #044f53;
  border-radius: 15px;
}
.nav-link a {
  color: white;
  text-decoration: none;
  /* margin: 80px 7px; */
  /* border-radius: 15px; */
}
/* .nav-link a:hover {
  text-decoration: none;
  color: #044f53;
} */
.nav-link:hover > a {
  color: #044f53;
  border-radius: 15px;
}
.product-info {
  width: 23%;
}
.border-color-green{
  border-bottom: #044f53 solid 3px;
}
.active {
  /* background-color: #044f53; */
  text-decoration: none;
  color: #044f53;
  border-radius: 50px;
}
.padding-1{
  padding: 1px;
}
.logo {
  padding: 50px;
  height: 250px;
  width: 330px;
  margin-left: 730px;
  margin-top: 240px;
  position: relative;
  background: #dbeff0bd;
  border-radius: 25px;
}
.product{
  background-color: #044f53;
}
.about{
  background-color: rgba(0, 0, 0, 0.719);
}
.w-18{
  width: 18rem;
}
.subheading {
  font-size: 25px;
}
.fs-12{
  font-size: 12px;
}
.section3-left {
  height: 300px;
  width: 220px;
  border: 10px solid #044f53;
  position: relative;
  margin: auto;
}
.section3-left::before {
  content: "Why choose Siddhi industries?";
  position: absolute;
  width: 150px;
  font-size: 25px;
  font-weight: 600;
  background: #e5e5e5;
  top: 59px;
  left: -64px;
  padding: 28px 0px;
}
.list-data::marker {
  color: #044f53;
}

.footer-list {
  text-decoration: none;
  list-style: none;
  line-height: 25px;
}

.footer-list a {
  text-decoration: none;
  color: #044f53;
}

.section {
  margin-bottom: 20px;
}

.section h2 {
  color: #007bff;
  border-bottom: 2px solid #007bff;
  padding-bottom: 5px;
}

.section p {
  margin: 0;
  color: #555;
}

.section a {
  color: #007bff;
  text-decoration: none;
}

.section a:hover {
  text-decoration: underline;
}
.certificate-text {
  transform: translate(20%, 0);
}
.certificate {
  height: 250px;
  width: 250px;
  background-color: #f0f4f9;
  transition: 0.3s all ease-in;
}

.certificate:hover {
  background-color: #c2e7ff;
  cursor: pointer;
}
.certificate-container {
  width: 25%;
}
.menu-button {
  display: none;
}
.offcanvas-nav {
  /* text-align: center; */
  line-height: 25px;
}
.offcanvas-ul {
  list-style: none;
  padding: 0;
}

.offcanvas-nav a {
  text-decoration: none;
  font-weight: 600;
  color: #044f53;
}

/* General styles */
.container {
  padding: 0 15px;
}

.text-primary-self {
  color: #044f53;
}

.text-center {
  text-align: center !important;
}

/* Responsive styles */

.footer-logo img {
  max-width: 100%;
  height: auto;
}

.footer-products {
  max-width: 25%;
  /* text-align: center; */
}

.footer-products ul {
  padding: 0;
  list-style: none;
}

.footer-products li {
  margin-bottom: 10px;
}

.footer-products a {
  text-decoration: none;
  color: #044f53;
}

.footer-products a:hover {
  text-decoration: underline;
}
.home-height{
  height: 100vh;
}

.certificate {
  cursor: pointer;
  border: 1px solid #ddd; /* Optional: Add a border for better visual separation */
  transition: transform 0.3s ease; /* Smooth scaling effect */
}

.certificate img {
  object-fit: cover; /* Ensures the image covers the container without distortion */
}

.certificate:hover {
  transform: scale(1.05); /* Slightly scale up the certificate on hover */
}

.img-fluid::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: black;
}

.footer-products span {
  border-bottom: #044f53 3px solid;
}

.catalog-div {
  width: 100%;
}

.catalog {
  flex-direction: column;
}

.carousel-item img{
  object-fit: cover;
}

.why-choose{
  z-index: -1;
}

.why-choose div{
  background-color: rgba(0, 0, 0, 0.543);
}

@media only screen and (max-width: 1200px) {
  .col-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  
}

@media only screen and (max-width: 992px) {
  .vh-100 {
    height: auto !important;
  }

  .carousel-item img {
    height: 75%;
  }

  .col-lg-6 {
    width: 100% !important;
  }

  .mb-4 {
    margin-bottom: 1.5rem !important;
  }
  .col-3 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .product-info {
    width: 45%;
  }
}
@media only screen and (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-top: black 1px solid;
  }
  .footer-products {
    text-align: center;
    margin: 0;
    padding: 0;
    max-width: 100%;
  }

  .footer-products span {
    margin: 0;
  }
  .certificate img {
    height: auto; /* Adjust height to auto on smaller screens */
  }
  .col-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .product-info {
    width: 45%;
  }

  .card {
    width: 100%;
  }

  .position-absolute {
    font-size: 1.25rem;
  }
  /* .product-info {
    width: 45%;
  } */
}

@media only screen and (max-width: 576px) {
 
  .carousel-item img {
    height: 25%;
  }

  .container h1 {
    font-size: 1.5rem !important;
  }

  .container h2 {
    font-size: 1.25rem !important;
  }
  /* .col-3 {
    flex: 0 0 100%;
    max-width: 100%;
  } */
  /* .product-info {
    width: 80%;
  }
  .card {
    width: 100%;
  } */

  .position-absolute {
    font-size: 1rem;
  }
  .certificate-container {
    width: 100%;
  }
  nav {
    display: none;
  }
  .menu-button {
    z-index: 2;
    height: 50px;
    width: 50px;
    position: absolute;
    display: inline;
    right: 0;
    top: 10vh;
    background-color: #044f53;
    border-radius: 100px;
    color: white;
  }
  .footer-products-1 {
    display: none;
  }

  .product-info {
    width: 80%;
  }
}

.container-height{
  height: 100%;
}

/* Media query for Realme GT Neo (1080x2400 pixels) */
@media only screen and (min-device-width: 1080px) and (max-device-width: 1080px) and (min-device-height: 2400px) and (max-device-height: 2400px) and (-webkit-device-pixel-ratio: 3), (resolution: 192dpi) {
  /* Your specific styles here */
 .container-height{
  height: 25%;
 }

  /* Add more styles as needed */
}

