/* ===============================
   Footer start
================================= */
footer {
  background-color: #663999;
  color: var(--color-white);
  padding-top: 80px;
}
.connect img {
  width: 24px;
}
#footer-placeholder .row {
  --bs-gutter-x: 28px;
}

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

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

.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: 42px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 33px;
  font-size: 18px;
  font-weight: 400;
  opacity: 1;
  border: 1px solid #fff;
  transition: 0.5s;
}
.send-request.mt-4 {
  color: #000;
}

.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: #fff !important;
  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 p {
  color: #fff !important;
  font-size: 14px !important;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.send-request.mt-4:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
ul.list-unstyled li a:hover {
  color: #bdbdbd !important;
}

.locationCard img {
  background-color: #ffffff00 !important;
  border-radius: 6px !important;
  padding: 6px !important;
  width: 53px !important;
  filter: brightness(4.5);
}
div#footer-placeholder {
  overflow-x: hidden !important;
}

/* ===============================
   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: 767px) {
  .flex-row {
    flex-direction: row !important;
  }
}

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

  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;
    padding: 0px 0px 40px !important;
  }
  .footer-col {
    margin-top: 10px;
  }
  .footer-info {
    padding: 0px !important;
  }
  .contact-flex {
    margin: 0px;
  }
  footer .border-secondary {
    margin: 30px 0px !important;
  }
  h5 {
    color: #ffffff !important;
  }
}

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

/* Changed by Bhavya ~DFI */

/* .locationCard img {
  height: 40px;
  width: auto;
  display: block;
  margin: 0 auto;
}

.locationCard h5 {
  margin-top: 10px;
} */
