.elementor-249 .elementor-element.elementor-element-15891c0{--display:flex;}/* Start custom CSS for html, class: .elementor-element-60491f2 */.cds-footer {
  background-color: #0d1b2a; /* Deep navy blue */
  color: #ffffff;
  padding: 3rem 1rem;
  font-family: 'Segoe UI', sans-serif;
}

.cds-footer-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
}

.cds-footer-section {
  flex: 1 1 300px;
}

.cds-footer-section h3 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.cds-footer-section p {
  margin-bottom: 1rem;
  line-height: 1.6;
}

.cds-form-shortcode {
  margin-top: 1rem;
}

.cds-footer-links {
  list-style: none;
  padding: 0;
  line-height: 2;
}

.cds-footer-links a {
  color: #ffffff;
  text-decoration: none;
}

.cds-footer-links a:hover {
  text-decoration: underline;
}

/* Bottom Strip */
.cds-footer-bottom {
  text-align: center;
  margin-top: 2rem;
  font-size: 0.9rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 1rem;
  position: relative;
}

/* Social Icons */
.cds-footer-icons {
  display: inline-flex;
  gap: 0.8rem;
  margin-left: 0.5rem;
  vertical-align: middle;
  align-items: center;
}

.cds-footer-icons a {
  position: relative;
  display: inline-block;
}

.cds-footer-icons img {
  transition: transform 0.2s ease-in-out;
  width: 24px;
  height: 24px;
}

.cds-footer-icons img:hover {
  transform: scale(1.2);
}

/* Tooltip Style */
.cds-footer-icons a::after {
  content: attr(title);
  position: absolute;
  bottom: 130%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  color: #0d1b2a;
  padding: 4px 8px;
  font-size: 0.7rem;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 1;
}

.cds-footer-icons a:hover::after {
  opacity: 1;
}

/* Responsive Icons on Mobile */
@media (max-width: 600px) {
  .cds-footer-container {
    flex-direction: column;
    align-items: center;
  }

  .cds-footer-section {
    text-align: center;
  }

  .cds-footer-icons {
    display: block;
    margin-top: 0.5rem;
  }

  .cds-footer-icons a {
    display: inline-block;
    margin: 0 0.5rem;
  }
}/* End custom CSS */