.textprimary {
  --bs-border-opacity: 1;
  border-color: rgb(4 182 188) !important;
  border-color: #04b6bc !important;
  --bs-text-opacity: 1;
  color: rgb(4 182 188) !important;
}

/* .bg-gridiant{
    background-image: linear-gradient(to top, #e7e7e7 0%, #d1e5ea 100%);
} */



.contact-sidebar {
  position: fixed;
  top: 30%;
  right: 0;
  z-index: 9999;
}

.contact-sidebar {
  position: fixed;
  top: 30%;
  right: 0;
  z-index: 9999;
}

.contact-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-sidebar ul li {
  background: #04b6bc;
  color: white;
  width: 50px;
  height: 50px;
  margin: 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: 0.4s ease;
  border-radius: 5px 0 0 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.contact-sidebar ul li a {
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 10px;
}

.contact-sidebar ul li i {
  font-size: 22px;
  margin-right: 10px;
  flex-shrink: 0;
}

.contact-sidebar ul li span {
  opacity: 0;
  white-space: nowrap;
  overflow: hidden;
  transition: 0.4s ease;
}

.contact-sidebar ul li.wechat span {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.contact-sidebar ul li:hover {
  width: 250px;
}

.contact-sidebar ul li:hover span {
  opacity: 1;
  margin-left: 5px;
}

.footerbg {
  background-image: linear-gradient(to top, #032c56 0%, #2d2b46 100%) !important;
}

.custombtn {
  background: #04b6bc !important;
  border: #04b6bc !important;
  color: #fff !important;
}

.custombtn:hover {
  background: #0a98c0 !important;
  cursor: pointer;
}
/* Body ke liye default overflow-x disable */
body {
  margin: 0;
  overflow-x: hidden;
}

/* Side Menu Styling (Fixed Position) */
.side-menu {
  height: 100%;
  width: 0;
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  overflow-x: hidden;
  transition: width 0.3s ease;
  z-index: 9999;
  padding-top: 60px;
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.3);
}

.side-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.side-menu ul li {
  padding: 12px 20px;
}

.side-menu ul li a {
  text-decoration: none;
  color: #000;
  font-size: 18px;
  display: block;
}

.side-menu ul li a:hover {
  color: #007bff;
}

/* Close button */
.close-btn {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 28px;
  cursor: pointer;
}
.custompadding{
  padding: 60px 0 !important;
}

.hover-card {
  position: relative;
  overflow: hidden;
}

.hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.9); /* halka sa background */
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}

.hover-overlay img {
  max-width: 80%;
  max-height: 80%;
}

.hover-card:hover .hover-overlay {
  opacity: 1; /* full image dikhega on hover */
}
.subtag{
  color: #04b6bc !important;
    font-weight: 600;
    font-size: 22px;
    
}
/* Hide hamburger on desktop */
@media (min-width: 992px) {
  .mobile-nav-toggle {
    display: none !important;
  }
}
