.elementor-1961 .elementor-element.elementor-element-3354465{--display:flex;}/* Start custom CSS for html, class: .elementor-element-de6cdc9 *//* ====================================
   EXACT SAME FOOTER STYLES
   ==================================== */
.custom-site-footer {
  width: 100vw !important;
  position: relative !important;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  background-color: #0b72be !important; /* Exact Vibrant Blue Color */
  color: #ffffff !important;
  font-family: Arial, sans-serif !important;
  padding: 50px 0 25px 0 !important;
  box-sizing: border-box !important;
}

.footer-inner-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

/* 5 Column Grid Layout */
.footer-main-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.8fr 1.1fr 1.2fr 1.2fr;
  gap: 25px;
  align-items: flex-start;
}

/* Logo Column Styling */
.footer-logo img {
  max-height: 80px;
  width: auto;
  filter: brightness(0) invert(1); /* Makes the logo text pure white like image */
  margin-bottom: 15px;
  display: block;
}

.company-details p {
  margin: 0 0 6px 0;
  font-size: 13px;
  line-height: 1.4;
  color: #ffffff;
  opacity: 0.95;
}

/* Headings */
.footer-heading {
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 22px 0;
  letter-spacing: 0.2px;
}

/* Menus */
.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-menu li {
  margin-bottom: 12px;
}

.footer-menu a {
  color: #ffffff;
  opacity: 0.9;
  text-decoration: none;
  font-size: 14px;
  transition: opacity 0.2s ease;
}

.footer-menu a:hover {
  opacity: 1;
  text-decoration: underline;
}

/* Contact Column */
.contact-info p {
  margin: 0 0 10px 0;
  font-size: 14px;
  color: #ffffff;
  opacity: 0.9;
  word-break: break-word;
}

.contact-info a {
  color: #ffffff;
  text-decoration: none;
}

.contact-info a:hover {
  text-decoration: underline;
}

.bbb-badge {
  margin-top: 15px;
}

.bbb-badge img {
  height: 40px;
  width: auto;
  background: #ffffff;
  padding: 2px 6px;
  border-radius: 4px;
}

/* Horizontal Line Divider */
.footer-divider {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  margin: 35px 0 20px 0;
}

/* Bottom Bar */
.footer-bottom-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #ffffff;
  flex-wrap: wrap;
  gap: 15px;
}

.privacy-link a {
  color: #ffffff;
  text-decoration: none;
}

.privacy-link a:hover {
  text-decoration: underline;
}

.social-links {
  display: flex;
  align-items: center;
  gap: 10px;
}

.facebook-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: rgba(255, 255, 255, 0.35);
  color: #ffffff;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.facebook-icon:hover {
  background-color: rgba(255, 255, 255, 0.55);
}

/* ====================================
   RESPONSIVE LAYOUT (Mobile & Tablet)
   ==================================== */
@media screen and (max-width: 992px) {
  .footer-main-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}

@media screen and (max-width: 768px) {
  /* Mobile Center Alignment Rules */
  .custom-site-footer {
    text-align: center !important;
  }

  .footer-main-grid {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
    justify-items: center !important;
  }

  .footer-col {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    width: 100% !important;
  }

  .footer-logo img {
    margin: 0 auto 15px auto !important;
  }

  .company-details p {
    text-align: center !important;
  }

  .footer-heading {
    margin: 0 0 15px 0 !important;
    text-align: center !important;
  }

  .footer-menu {
    text-align: center !important;
    padding: 0 !important;
  }

  .contact-info {
    text-align: center !important;
  }

  .bbb-badge img {
    margin: 0 auto !important;
  }

  .footer-bottom-bar {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    gap: 12px !important;
  }

  .social-links {
    justify-content: center !important;
  }
}/* End custom CSS */