:root {
  --king-green: #1f8f3a;
  --king-dark: #123c25;
}

.header__logo img { width: 106px; height: 88px; object-fit: contain; }
.mobilelogo img { width: 125px; height: 100px; object-fit: contain; }
.header__topcontent .text p { text-transform: none; }
.header__cart { display: none !important; }
.banner__rightimg img { width: 560px; height: 560px; object-fit: cover; border-radius: 50%; }
.service__rightimg img { width: 100%; min-height: 620px; object-fit: cover; }
.project__thumb img,
.project__item img { width: 100%; height: 430px; object-fit: cover; }
.servicesingle__thumb img { width: 100%; max-height: 510px; object-fit: cover; }
.filterproject__thumb img { width: 100%; height: 360px; object-fit: cover; }
.natureplant__innerimg > img,
.skill__thumb img,
.question__thumb img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }
.website-field { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
#form-result { margin-top: 18px; font-weight: 600; }
#form-result.success { color: #167b31; }
#form-result.error { color: #b42318; }
.footer__link li span { color: #24352b; }
.footer__link li a[href^="mailto:"] { white-space: nowrap; }
@media (min-width: 992px) {
  .footer__top .row > :nth-child(1) { width: 30%; }
  .footer__top .row > :nth-child(2) { width: 25%; }
  .footer__top .row > :nth-child(3) { width: 45%; }
}
.whatsapp-float {
  position: fixed; left: 24px; bottom: 24px; z-index: 9999;
  display: grid; place-items: center; width: 62px; height: 62px;
  border-radius: 50%; color: #fff; background: #25d366;
  font-size: 34px; box-shadow: 0 10px 28px rgba(0,0,0,.22);
  animation: kingWhatsappPulse 2s infinite;
  text-decoration: none !important;
  border: 0 !important;
  line-height: 1;
}
.whatsapp-float i { display: block; line-height: 1; text-decoration: none !important; }
.whatsapp-float:hover { color: #fff; transform: translateY(-3px); }
@keyframes kingWhatsappPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(37,211,102,.42), 0 10px 28px rgba(0,0,0,.22); }
  50% { box-shadow: 0 0 0 14px rgba(37,211,102,0), 0 10px 28px rgba(0,0,0,.22); }
}
@media (max-width: 767px) {
  .banner .swiper-slide-active .banner__content h3,
  .banner .swiper-slide-active .banner__content p,
  .banner .swiper-slide-active .bannerbtn { transform: none !important; }
  .banner__rightimg img { width: 320px; height: 320px; }
  .project__thumb img, .project__item img { height: 320px; }
  .whatsapp-float { left: 16px; bottom: 16px; width: 56px; height: 56px; font-size: 30px; }
}
@media (prefers-reduced-motion: reduce) { .whatsapp-float { animation: none; } }
.feedback::after {
    background-image: url("../img/king/o-6.jpg") !important;
    background-position: center !important;
    background-size: cover;
}

.pageheader {
  background-position: center;
  background-size: cover;
}
.pageheader--about {
  background-image: linear-gradient(rgba(12, 37, 22, .7), rgba(12, 37, 22, .7)), url("../img/king/o-3.jpg");
}
.pageheader--services {
  background-image: linear-gradient(rgba(12, 37, 22, .68), rgba(12, 37, 22, .68)), url("../img/king/Imagen-de-WhatsApp-2025-06-26-a-las-09.00.46_8b0bdd4b.jpg");
  background-position: center 58%;
}
.pageheader--service-details {
  background-image: linear-gradient(rgba(12, 37, 22, .7), rgba(12, 37, 22, .7)), url("../img/king/o-10.jpg");
}
.pageheader--gallery {
  background-image: linear-gradient(rgba(12, 37, 22, .7), rgba(12, 37, 22, .7)), url("../img/king/o-11.jpg");
}
.pageheader--contact {
  background-image: linear-gradient(rgba(12, 37, 22, .7), rgba(12, 37, 22, .7)), url("../img/king/o-12.jpg");
}
