/* ===============================
   Footer start
================================= */
footer {
  background-color: var(--color-bg-gray);
  color: var(--color-white);
  padding-top: 81px;
}

#footer-placeholder .row {
  --bs-gutter-x: 28px;
}

.logo-footer {
  margin-bottom: 56px;
  width: 92.438px;
  height: 29.96px;
  aspect-ratio: 92.44/29.96;
}

footer h5,
footer h6 {
  font-weight: 600;
  margin-bottom: 1rem;
}

footer p {
  margin: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  color: var(--color-white);
  opacity: 0.7;
}

.list-unstyled li a {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.list-unstyled li a:hover {
  color: var(--color-primary);
}

.send-request {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 232px;
  height: 44px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--color-primary);
  border-radius: 33px;
  font-size: 20px;
  font-weight: 400;
  opacity: 1;
  border: 1px solid var(--color-primary);
  transition: 0.5s;
}

.send-request:hover {
   background-color: var(--color-hover-bg);
}

.outline-button {
  background-color: transparent;
  border: 1px solid var(--color-white);
}

footer ul {
  padding-left: 0;
  list-style: none;
}

footer ul li {
  margin-bottom: 0.5rem;
}

footer a {
  color: var(--color-white);
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

footer a:hover {
  color: var(--color-white);
}

footer .border-secondary {
  border-color: var(--color-white) !important;
  margin: 48px 0;
}

footer .small {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 400;
  line-height: 18px;
  padding-bottom: 48px;
  padding-top: 32px;
  text-align: center;
}

footer h5,
footer h6 {
  color: var(--color-white);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 24px;
}

.connect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 22px;
}

.footer-info {
  margin-inline: -18px;
}

.footer-info [class*="col-"] {
  padding: 0 18px;
}

.contact-flex img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

/* ===============================
   Footer end
================================= */

/* media-css */
@media (max-width: 1299px) {
  .footer-info {
    row-gap: 28px;
    padding-bottom: 28px;
  }
}

@media (max-width: 1080px) {
  footer .footer-content p {
    max-width: 208px;
  }

  footer .call-info {
    margin-bottom: 36px;
  }

  .contact-flex a {
    margin: 0 !important;
    width: 100%;
  }

  .contact-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 28px;
  }

  .footer-info {
    row-gap: 28px;
  }
}

@media (max-width: 700px) {
  footer {
    padding-top: 60px;
  }

  footer h5,
  footer h6 {
    margin-bottom: 12px;
    font-size: 16px;
  }

  #footer-placeholder .row {
    --bs-gutter-x: 0px;
    --bs-gutter-y: 28px;
    gap: 0;
  }

  .send-request {
    font-size: 16px;
  }

  footer .col-6,
  .col-12 {
    width: 100%;
    text-align: left;
  }

  .contact-flex {
    display: block;
  }

  .contact-flex a {
    margin-bottom: 20px !important;
  }

  footer .small {
    text-align: left;
  }
}

@media (min-width: 1025px) and (max-width: 1280px) {
footer p {
    margin: 0;
    font-size: 14px !important;

}
}
