.logo img,
.footerlogo {
  width: 200px;
}
.slider-vh {
  height: 90vh;
}
.brand-slide {
  background-color: #f5f6f7;
  padding: 20px 0px;
  border-radius: 20px;
}
.setting-main {
  display: none;
}
footer {
  background-color: #fcbb0229;
  padding-top: 25px;
  padding-bottom: 1px;
}
.footer_span {
  color: #fcbb02;
}
.footer_img svg {
  color: #fdbc02;
  height: 40px;
  width: 40px;
}
.add-map {
  width: 250px;
}
.mv-box svg {
  width: 70px;
  height: 70px;
  color: #fcbb02;
}

.client_box {
  height: 100px;
  border-radius: 0px;
  margin: 10px 0px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.client_box img {
  width: 100%;
  height: 100%;
}
.client-box img {
  height: 100%;
  width: 100%;
  border-radius: 0px;
}
/* .work_box {
    height: 300px;
} */
.work_box img {
  height: 100% !important;
  width: auto;
}
.service-dtl-icon svg {
  width: 70px;
  height: 70px;
  color: #fcbb02;
}
.down-broch svg {
  width: 30px;
  height: 30px;
  color: #fcbb02;
}
.sidebar_logo img {
  width: 160px;
}

.whatsapp-float {
  position: fixed;
  bottom: 115px;
  right: 40px;
  width: 60px;
  height: 60px;
  background: #25d366;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 34px;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  z-index: 9999;
  transition: all 0.3s ease;
}

.whatsapp-float::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(37, 211, 102, 0.6);
  animation: whatsappPulse 2s infinite;
  z-index: -1;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  background: #1ebe5d;
  color: #fff;
}

@keyframes whatsappPulse {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  70% {
    transform: scale(1.8);
    opacity: 0;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}

.whatsapp-float i {
  line-height: 1;
}

/* Mobile */
@media (max-width: 768px) {
  .whatsapp-float {
    width: 55px;
    height: 55px;
    font-size: 30px;
    bottom: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .add-map {
    width: 100%;
  }
  .footer_row {
    margin-top: 10px;
  }
}
@media screen and (max-width: 800px) {
  .footer_grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
  }
  .footer_grid > div:last-child {
    grid-column: auto;
  }
}
@media screen and (max-width: 500px) {
  .footer_grid {
    display: grid !important;
    grid-template-columns: 1fr;
  }
  .about_flex {
    flex-direction: column;
  }
}

.top-header {
  background-color: beige;
  padding: 5px 0px;
}
.phnmail ul {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0px;
}
.phnmail ul li {
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 5px;
}
.phnmail ul li a {
  text-decoration: none;
  color: #111;
}
.social-top {
  display: flex;
  align-items: center;
  gap: 5px;
}
.social-top .footer_icon {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 500px) {
  .top-header .container {
    flex-direction: column;
  }
  .phnmail ul {
    flex-direction: column;
    margin-bottom: 10px;
  }
}
