.hero-4 {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 100% 50%;
}

.client-slider3 .client-card {
  filter: unset !important;
  -webkit-filter: unset !important;
  height: 130px;
}

.client-slider3 .client-card img {
  padding: 10px;
}

.client-slider3 .client-card img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.insta-box img {
  height: 273px;
  object-fit: cover;
  object-position: center;
}

.header-default .header-logo img, .th-menu-wrapper .mobile-logo img, .about-logo img {
  max-width: 190px;
  max-height: 56px;
}

.make-dark {
  filter: brightness(0);
  max-width: 190px;
  max-height: 56px;
}

@media (max-width: 1500px) {
  .hero-4 {background-image: none !important;}
}

.page-img img {
  max-height: 300px;
  object-fit: cover;
  object-position: center;
}

div.image-gallery {
  margin-top: 30px;
}

div.image-gallery .image-item {
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
  padding: 5px;
  cursor: pointer;
}

div.image-gallery .image-item img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
}

div.image-gallery .image-item video {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
}

.video-box1 img {
  max-height: 800px;
  width: 100%;
}

/* Sticky WhatsApp Button Styles */
.sticky-whatsapp-btn {
  position: fixed;
  bottom: 100px;
  right: 30px;
  z-index: 9999;
  transition: all 0.3s ease;
  justify-content: center;
}

.sticky-whatsapp-btn:hover {
  transform: scale(1.05);
}

.whatsapp-link {
  display: flex;
  align-items: center;
  background: #25D366;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  text-align: center;
  line-height: 50px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
  transition: all 0.3s ease;
  font-weight: 600;
  font-size: 14px;
}

.whatsapp-link:hover {
  background: #128C7E;
  color: white;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
}

.whatsapp-link i {
  font-size: 20px;
}

.whatsapp-text {
  display: none;
}

.header-default {
  background-color: #fff !important;
}

.header-default .header-logo img {
  filter: brightness(0);
}

.main-menu a {
  color: #000;
}

.sidebar-btn .line {
  background: #000;
}

.sticky-wrapper.sticky {
  background-color: #fff !important;
}