/* Reset and base styles */

/* Footer Styles */
.footer {
  background-color: #0c3c6a;
  color: #ffffff;
  /* border-top: 5px solid #0C3C6A; */
  /* padding: 4rem 2rem 2rem; */
  overflow: hidden;
}

.footer-container {
  /* margin-bottom: -60px; */
  justify-content: center;
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: space-between;
  /* margin-bottom: 3rem; */
}

.footer-column {
  flex: 1;
  padding-top: 60px;
  /* padding-right: 30px; */
  min-width: 200px;
}

.brand-column {
  flex: 1.5;
  /* min-width: 300px; */
}

.footer-logo {
  display: flex;
  /* align-items: center; */
  margin-bottom: 1.5rem;
  border-radius: 80px;
  background-color: white;
  padding: 40px;
  /* margin-left: -100px;
            margin-top: -63px; */
  /* padding-right: 60px; */
}

.footer-logo-icon {
  background-color: #4f46e5;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-right: 10px;
}

.footer-logo-text {
  font-size: 1.5rem;
  font-weight: 700;
}

.footer-description {
  color: #ffffff;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.social-links {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}

.social-link {
  background-color: #1f2937;
  color: #f9fafb;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.social-link:hover {
  background-color: #e93d3b;
  color: white;
  transform: translateY(-3px);
}

.footer-heading {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
  color: #f9fafb;
}

.footer-linksss {
  list-style: none;
  margin-left: -30px;
}

.footer-link {
  margin-bottom: 0.75rem;
}

.footer-link a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 0.9rem;
  font-size: 15px;
}

.footer-link a:hover {
  color: #e93d3b;
}

.divider {
  height: 1px;
  background-color: #374151;
  margin: 2rem 0;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  color: #9ca3af;
  font-size: 0.875rem;
  padding: 10px;
  /* text-align: ; */
}

.footer-bottom-links {
  display: flex;
  gap: 1.5rem;
}

.footer-bottom-links a {
  color: #9ca3af;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-bottom-links a:hover {
  color: #e93d3b;
}

.newsletter-form {
  display: flex;
  margin-top: 1rem;
}

.newsletter-input {
  background-color: #1f2937;
  border: 1px solid #374151;
  color: #f9fafb;
  padding: 0.75rem 1rem;
  border-radius: 6px 0 0 6px;
  flex-grow: 1;
  outline: none;
  transition: border-color 0.3s ease;
}

.newsletter-input:focus {
  border-color: #4f46e5;
}

.newsletter-button {
  background-color: #4f46e5;
  color: #f9fafb;
  border: none;
  padding: 0.75rem 1rem;
  border-radius: 0 6px 6px 0;
  cursor: pointer;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.newsletter-button:hover {
  background-color: #4338ca;
}
.felx-mobfotter {
  display: flex;
  gap: 200px;
  padding-right: 160px;
}
/* Responsive footer */
@media screen and (max-width: 768px) {
  .footer-top {
    flex-direction: column;
  }
  .brand-column {
    display: none;
  }
  /* .footer-logo {
    display: none;
  } */
  .footer-column,
  .brand-column {
    flex: 1 1 100%;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }

  .footer-bottom-links {
    justify-content: center;
    flex-wrap: wrap;
  }

  .brand-column {
    flex: 1;
    min-width: 200px;
    background: transparent;
    /* padding: 40px 80px; */
    padding-top: 60px;
    /* padding-left: -40px; */
    position: relative;
    z-index: 2;
    /* display: flex; */
    /* justify-content: center;
    align-items:center; */
  }
  .footer {
    background-color: #0c3c6a;
    color: #ffffff;
    /* border-top: 5px solid #0C3C6A; */
    /* padding: 4rem 2rem 2rem; */
    overflow: hidden;
    border: none;
  }
  .footer-column {
    padding-left: 30px;
    padding-right: 60px;
  }
  .felx-mobfotter {
    display: flex;
    gap: 0px;
    /* padding-right: 160px; */
  }
}
