.bg-gold {
  background: #d4af37 none repeat scroll 0 0;
}

.bg-green1 {
  background: #00743f none repeat scroll 0 0;
}

.bg-green2 {
  background: #284b4f none repeat scroll 0 0;
}


.text-white{
  color:#ffffff;
}

.text-beige{
  color:#f5f5dc;
}

.text-beige a{
  color:#f5f5dc;
}

.text-beige a:hover{
  color:#d4af37  !important;
}

.hmProduct{
    max-height: 111px;
    margin-bottom: 22px;
}

.mgntop44{
    margin-top: 44px;
}

.mgnBottom44{
    margin-bottom: 44px;
}

.mgnBottom120{
  margin-bottom: 120px;
}

  .client-thumb {
    width: 300px;
    height: 200px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .client-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* Pagination Styling */
  .pagination-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    gap: 10px;
  }

  .pagination-controls button, .pagination-controls span {
    padding: 8px 14px;
    border: none;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
  }

  .pagination-controls button {
    background-color: #ff4450;
    color: white;
  }

  .pagination-controls button:hover {
    background-color: #ff4450;
  }

  .pagination-controls button:disabled {
    background-color: #cccccc;
    cursor: not-allowed;
  }

  .pagination-controls .page-number {
    background-color: #f8f9fa;
    color: grey;
    font-weight: bold;
    cursor: pointer;
  }

  .pagination-controls .page-number:hover {
    background-color: #ff4450;
    color: white;
  }

  .pagination-controls .active {
    background-color: #ff4450;
    color: white;
  }

  .pagination-controls .dots {
    background: none;
    color: black;
    cursor: default;
  }
/* Add View (Eye) Icon on Image Hover */
.client-thumb a {
  position: relative;
  display: block;
}

.client-thumb a::after {
  content: "\f055"; /* Unicode for Font Awesome Eye Icon */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 24px;
  color: white;
  width: 111px;
  height: 111px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}

.client-thumb a:hover::after {
  opacity: 1;
}

.text-toqxcel p{
  color: black;
}

/*# Go to whatsapp */
.wapIcn{
  position:fixed;
  bottom:150px;
  left:15px;
  z-index:999999999;
}
