.elementor-1994 .elementor-element.elementor-element-0f50fce{--display:flex;}.elementor-1994 .elementor-element.elementor-element-0f50fce:not(.elementor-motion-effects-element-type-background), .elementor-1994 .elementor-element.elementor-element-0f50fce > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}/* Start custom CSS for html, class: .elementor-element-b1297a6 *//* ====== GITANJALI EV - Compact Footer Design ====== */
.gitanjali-footer {
  background: #0a0a0a; /* dark theme */
  color: #ddd;
  padding: 40px 8%; /* ↓ yaha height kam ki gayi */
  font-family: 'Poppins', sans-serif;
  position: relative;
}

/* Footer Content Layout */
.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding-bottom: 25px; /* ↓ kam kiya */
}

/* Logo */
.footer-logo img {
  width: 130px; /* ↓ size chhota */
  height: auto;
  margin-bottom: 15px; /* ↓ gap kam */
}

/* Footer Columns */
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 60px; /* ↓ gap reduce */
}

.footer-column h4 {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px; /* ↓ margin kam */
  letter-spacing: 0.5px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 6px; /* ↓ spacing kam */
}

.footer-column ul li a {
  text-decoration: none;
  color: #ccc;
  font-size: 14px; /* ↓ text thoda chhota */
  transition: all 0.3s ease;
}

.footer-column ul li a:hover {
  color: #00aaff;
  padding-left: 4px;
}

/* Footer Bottom */
.footer-bottom-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
  padding-top: 15px;
  color: #aaa;
  font-size: 13px; /* ↓ smaller text */
}

/* Social Icons */
.social-icons a {
  color: #ddd;
  font-size: 17px;
  margin-left: 12px;
  transition: color 0.3s, transform 0.3s;
}

.social-icons a:hover {
  color: #00aaff;
  transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .footer-links {
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .footer-content {
    flex-direction: column;
    text-align: center;
  }

  .footer-links {
    flex-direction: column;
    gap: 30px;
    margin-top: 20px;
  }

  .footer-bottom-bar {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .social-icons a {
    margin: 0 10px;
  }
}

@media (max-width: 480px) {
  .gitanjali-footer {
    padding: 30px 5%; /* ↓ even smaller for mobile */
  }

  .footer-logo img {
    width: 110px;
  }

  .footer-column ul li a {
    font-size: 13px;
  }
}/* End custom CSS */