.elementor-412 .elementor-element.elementor-element-ca9cefd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-3c7a374 *//* ===============================
   LBSTI FOOTER – FULL CSS
================================ */

.lbsti-footer {
  background: linear-gradient(135deg, #0b2c4d, #06203a);
  color: #ffffff;
  padding: 60px 20px 0;
  font-family: Poppins, Arial, sans-serif;
}

/* GRID */
.footer-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 30px;
}

/* BOX */
.footer-box h3 {
  color: #ffd24c;
  font-size: 20px;
  margin-bottom: 15px;
}

.footer-box p {
  font-size: 14px;
  line-height: 1.7;
  color: #dbe6f3;
}

/* LINKS */
.footer-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-box ul li {
  margin-bottom: 8px;
}

.footer-box ul li a {
  color: #dbe6f3;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
}

.footer-box ul li a:hover {
  color: #ffd24c;
  padding-left: 6px;
}

/* SOCIAL ICONS */
.social-icons {
  display: flex;
  gap: 14px;
  margin-top: 10px;
}

.social {
  width: 42px;
  height: 42px;
  background: rgba(255,255,255,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  color: #ffffff;
  transition: all 0.4s ease;
}

.social:hover {
  background: #ffd24c;
  color: #06203a;
  transform: translateY(-6px) scale(1.1);
  box-shadow: 0 0 15px rgba(255, 210, 76, 0.9);
}

/* ENQUIRY BUTTON */
.enquiry-btn {
  display: inline-block;
  margin-top: 18px;
  padding: 12px 26px;
  background: linear-gradient(135deg, #ffd24c, #ffb703);
  color: #06203a;
  font-size: 14px;
  font-weight: 600;
  border-radius: 30px;
  text-decoration: none;
  animation: glow 2s infinite;
}

.enquiry-btn:hover {
  background: #ffffff;
  transform: scale(1.08);
}

/* BUTTON GLOW */
@keyframes glow {
  0% {
    box-shadow: 0 0 8px rgba(255,210,76,0.5);
  }
  50% {
    box-shadow: 0 0 20px rgba(255,210,76,0.9);
  }
  100% {
    box-shadow: 0 0 8px rgba(255,210,76,0.5);
  }
}

/* FOOTER BOTTOM */
.footer-bottom {
  margin-top: 40px;
  padding: 16px;
  text-align: center;
  background: #041a30;
  font-size: 13px;
  color: #cfd8e3;
}

.footer-bottom a {
  color: #ffd24c;
  text-decoration: none;
  font-weight: 500;
}

.footer-bottom a:hover {
  text-decoration: underline;
}

/* WHATSAPP FLOAT */
.whatsapp-float {
  position: fixed;
  right: 25px;
  bottom: 25px;
  width: 55px;
  height: 55px;
  background: #25d366;
  color: #ffffff;
  font-size: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  animation: whatsappPulse 1.8s infinite;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

/* WHATSAPP ANIMATION */
@keyframes whatsappPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37,211,102,0.7);
  }
  70% {
    box-shadow: 0 0 0 18px rgba(37,211,102,0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37,211,102,0);
  }
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .footer-container {
    text-align: center;
  }

  .social-icons {
    justify-content: center;
  }
}
.phone-icon {
  color: #ff3b3b; /* RED */
  margin-right: 6px;
  font-size: 15px;
}/* End custom CSS */