/* Footer Styles */
.footer {
  background: #f8fafc;
  padding: 25px 0 20px;
  border-top: 1px solid #e2e8f0;
}

.footer-logo {
  height: 130px;
  width: auto;
  margin-bottom: 100px;
}

.footer-logo-container {
  /* This margin creates the vertical gap you requested */
  margin-bottom: 3rem; /* Adjust this value as needed for more or less space */
}

.footer-brand-info {
  /* margin-bottom: 1.5rem; */
}

.footer-description {
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 0;
}

.footer-links,
.footer-contact {
  margin-bottom: 1.5rem;
}

.footer-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 1rem;
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-list li {
  margin-bottom: 0.5rem;
}

.footer-list a {
  color: #64748b;
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 0.95rem;
}

.footer-list a:hover {
  color: #4318d1;
}

.footer-bottom {
  text-align: right;
  /* padding-top: 1.5rem; */
  /* margin-top: 2rem; */
}

.footer-bottom{
  margin-top: 280px;
}

.copyright {
  color: #64748b;
  font-size: 0.9rem;
  margin: 0;
}
/* Responsive Design */
@media (max-width: 992px) {
  .footer-logo-container {
    margin-bottom: 1.5rem;
    text-align: center;
  }
  .footer-brand-info,
  .footer-bottom {
    text-align: center;
    align-items: center;
  }
  .footer .col-lg-6.d-flex.flex-column {
    align-items: center !important;
    text-align: center !important;
  }
}

@media (max-width: 768px) {
  .footer-logo {
    height: 90px;
  }
  .footer-title {
    font-size: 1rem;
  }
  .footer-description {
    font-size: 0.9rem;
  }
  .footer-bottom{
    margin-top: 100px;
  }
}

@media (max-width: 576px) {
  .footer-logo {
    height: 60px;
  }
  .footer-title {
    font-size: 0.95rem;
  }
  .footer-description {
    font-size: 0.85rem;
  }
  .copyright {
    font-size: 0.8rem;
  }
  .footer-bottom{
    margin-top: 100px;
  }
}