.product-head {
  padding: 60px 0;
}

.product-head .smica-logo {
  width: 200px;
  height: auto;
}

.product-section {
  padding: 40px 0;
}

.product-section .product {
  margin-bottom: 30px;
  position: relative;
  padding: 0 40px;
}

.product-section .product img {
  width: 100%;
  height: auto;
  transition: transform 0.4s ease;
  cursor: pointer;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
}

.product-section .product:hover img {
  transform: scale(1.02);
}

.product-section .product .product-text {
  margin-top: 15px;
}

.product-section .product .product-text p {
  color: #6e6e6e;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Chat With US Section
--------------------------------------------------------------*/

.smica-download-section {
  padding: 60px 0;
  background: #f6f6f6;
}

.smica-download-section h3 {
  font-weight: 800;
  font-size: 50px;
  text-transform: uppercase;
}

.image-smica {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.image-smica img {
  margin: 0 auto;
  height: 300px;
  width: 250px;
  cursor: pointer;
  transition: transform 0.4s ease;
  box-shadow: 0 1px 1px hsl(0deg 0% 0% / 0.075),
    0 2px 2px hsl(0deg 0% 0% / 0.075), 0 4px 4px hsl(0deg 0% 0% / 0.075),
    0 8px 8px hsl(0deg 0% 0% / 0.075), 0 16px 16px hsl(0deg 0% 0% / 0.075);
}

.image-smica img:hover {
  transform: scale(1.05);
}

.smica-download-section .btn-smica {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 10px 28px;
  transition: all 0.5s ease;
  background-color: transparent;
  border: 2px solid #67b5b8;
  color: #67b5b8;
  width: fit-content;
  border-radius: 20px;
}

.smica-download-section .btn-smica:hover {
  background: #67b5b8;
  border-color: #67b5b8;
  color: #fff;
  border-radius: 20px;
  cursor: pointer;
}

/* Responsive Styles */
@media (max-width: 991.98px) {
  .smica-download-section .order-lg-1,
  .smica-download-section .order-lg-2 {
    order: 1;
  }

  .smica-download-section .content {
    margin-top: 30px;
    text-align: center;
  }

  .smica-download-section .content h3 {
    margin-top: 0;
    font-size: 30px;
  }

  .smica-download-section .image-smica img {
    height: 180px;
    width: 150px;
  }

  .smica-download-section .btn-smica {
    margin: 0 auto;
  }
}
