  .footer {
  background: linear-gradient(to bottom, #c1e6f9, #dcecf4);
  padding: 40px 40px;
    font-family: Ambit, sans-serif;
  text-align: center;
  border-radius: 3% 3% 0 0;
  color: black;
}

.footer h2 {
  color: #1d2b5b;
}
.footer-img {
  width: 120px;
  height: auto;
  margin-bottom: 15px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.search-box {
position: relative;
  margin: 20px auto;
  display: flex;
  justify-content: center;
  width: 400px;
}

.search-box input {
  width: 100%;
  padding: 12px 45px 8px 15px;
  border-radius: 25px;
  border: none;
  outline: none;
}

.search-box button {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: none;
  background: #007bff;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.card {
  background: #ffff;
  padding: 20px;
  border-radius: 12px;
  text-align: left;
}

.card button {
  margin-top: 10px;
  padding: 6px 15px;
  border-radius: 20px;
  border: 1px solid #007bff;
  background: white;
  cursor: pointer;
}

.card .phone {
  color: #007bff;
  font-weight: bold;
  font-size: 18px;
}

.social .icons span {
  margin-right: 10px;
  font-size: 20px;
}

.check-sub {
  border-radius: 10px; 
  padding: 8px 12px;
  border: 1px solid #ccc;
  outline: none;
}
.footer-bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
  text-align: left;
  padding-top: 20px;
}

.footer-col p {
  margin: 6px 0;
  cursor: pointer;
  color: #333;
}

.footer-col p:hover {
  color: #007bff;
}

.text-a {
    margin-top: 10px;
    padding: 6px 15px;
    border-radius: 20px;
    border: 1px solid #007bff;
    background: white;
    cursor: pointer;
}

.text-a-logos {
    margin-top: 10px;
    padding: 6px 15px;
    border-radius: 20px;
    border: 1px solid #007bff;
    background: white;
    cursor: pointer;
}