.footer-dark {
  background: rgba(0, 0, 0, 0);
  color: rgba(255, 255, 255, 0.85);
}
.footer-dark a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
.footer-dark a:hover {
  color: #fff;
}
.footer-dark .footer-card {
  background: #14161a;
  border: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  border-radius: 8px !important;
  padding: 30px;
}
.footer-dark .footer-card .foo-strip-row {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .footer-dark .footer-card .foo-strip-row {
    gap: 40px;
  }
}
.footer-dark .footer-card .foo-strip-row .foo-strip-left .foo-strip-left--in {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.footer-dark .footer-card .foo-strip-row .foo-strip-left .foo-strip-left--in .office-address {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid rgba(91, 97, 108, 0.6980392157);
  opacity: 0.5;
}
@media (max-width: 992px) {
  .footer-dark .footer-card .foo-strip-row .foo-strip-left .foo-strip-left--in .office-address {
    margin-left: 0px;
    margin-top: 20px;
  }
}
.footer-dark .footer-logo {
  width: 200px;
  height: auto;
}
.footer-dark .subscribe .subscribe-input {
  gap: 15px;
}
.footer-dark .subscribe .form-control {
  background: #0e1013;
  border-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-radius: 45px !important;
  background-color: #343841;
}
.footer-dark .subscribe .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.45);
  font-size: 16px;
  font-weight: 400;
}
.footer-dark .subscribe .form-control::placeholder {
  color: rgba(255, 255, 255, 0.45);
  font-size: 16px;
  font-weight: 400;
}
.footer-dark .subscribe .btn-primary.sub-btn {
  border: 0;
  font-weight: 600;
  border-radius: 45px !important;
  background: linear-gradient(94.4deg, #4574ED 23.99%, #1045CD 95.95%);
  font-size: 16px;
  padding: 5px 40px !important;
}
.footer-dark .subscribe .form-text {
  color: #fff;
  opacity: 0.5;
}
.footer-dark .subscribe .form-text a {
  text-decoration: underline !important;
}
.footer-dark h6 {
  color: #e8e9ee;
  letter-spacing: 0.02em;
}
.footer-dark .footer-links li + li {
  margin-top: 0.5rem;
}
.footer-dark .footer-links a {
  display: inline-block;
  opacity: 0.7;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.footer-dark .footer-links a:hover {
  opacity: 1;
  transform: translateX(2px);
}
.footer-dark .socials {
  --size: 42px;
  gap: 10px;
}
.footer-dark .socials .nav-link {
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  opacity: 0.9;
  padding: 0 !important;
  transition: transform 0.2s ease, opacity 0.2s ease, background-color 0.2s ease;
}
.footer-dark .socials .nav-link img {
  width: 20px;
  height: 20px;
}
.footer-dark .socials .nav-link:hover {
  opacity: 1;
  transform: translateY(-2px);
}
.footer-dark .socials i {
  font-size: 1.1rem;
  line-height: 1;
}
.footer-dark hr {
  border-color: rgba(255, 255, 255, 0.07) !important;
}
@media (max-width: 991.98px) {
  .footer-dark .footer-card .d-flex {
    flex-direction: row;
  }
}

.cr-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  opacity: 0.8;
  gap: 10px;
}
@media (max-width: 991.98px) {
  .cr-row {
    justify-content: center;
  }
}
.cr-row .cr-row--left {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .cr-row .cr-row--left {
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .cr-row .cr-row--left {
    gap: 10px;
  }
}
.cr-row .cr-text {
  font-size: 14px;
}/*# sourceMappingURL=footer.css.map */