/* Footer style 4: matches the index-2.html "Footer-nine" design. */
.footer-nine {
  background-color: #111827;
}

.footer-nine .footer-top {
  padding: 60px 0;
}

@media (max-width: 991.98px) {
  .footer-nine .footer-top {
    padding: 50px 0;
  }
}

.footer-nine .footer-about {
  background-color: rgba(33, 46, 71, 0.2);
  padding: 40px;
  border-radius: 10px;
}

@media (max-width: 991.98px) {
  .footer-nine .footer-about {
    padding: 20px;
  }
}

.footer-nine .footer-about .footer-about-text {
  margin-bottom: 43px;
}

.footer-nine .footer-about .home-nine-title {
  color: #fff;
  padding-bottom: 4px;
  position: relative;
  margin-bottom: 15px;
}

.footer-nine .footer-about .home-nine-title::after {
  position: absolute;
  content: "";
  width: 38px;
  height: 2px;
  background-color: #cf3425;
  left: 0;
  bottom: 0;
  border-radius: 30px;
}

.footer-nine .footer-input .wpcf7-not-valid-tip {
  display: none !important;
}

.footer-nine .footer-input .wpcf7-response-output {
  margin: 12px 0 0 !important;
}

.footer-nine .footer-about .footer-widget {
  padding-left: 30px;
}

@media (max-width: 767.98px) {
  .footer-nine .footer-about .footer-widget {
    padding-left: 0;
    padding-top: 20px;
  }
}

.footer-nine .footer-about .footer-widget .footer-menu li {
  margin-bottom: 12px !important;
}

.footer-nine .footer-about .footer-widget .footer-menu li a {
  color: #fff !important;
  padding-left: 12px;
  position: relative;
}

.footer-nine .footer-about .footer-widget .footer-menu li a::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50px;
  left: 0;
  top: 8px;
}

.footer-nine .footer-about .footer-widget .footer-menu li a:hover {
  color: #cf3425 !important;
}

.footer-nine .footer-about .footer-widget .footer-menu li a:hover::before {
  background-color: #cf3425;
}

.footer-nine .footer-image {
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}

@media (max-width: 575.98px) {
  .footer-nine .footer-image {
    padding: 20px;
  }
}

.footer-nine .footer-image .footer-content {
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  backdrop-filter: blur(14px);
  max-width: 394px;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 991.98px) {
  .footer-nine .footer-image .footer-content {
    max-width: unset;
  }
}

@media (max-width: 575.98px) {
  .footer-nine .footer-image .footer-content {
    padding: 20px;
  }
}

.footer-nine .footer-image .footer-content h2 {
  color: #fff;
  font-size: 28px;
  margin-bottom: 20px;
}

@media (max-width: 991.98px) {
  .footer-nine .footer-image .footer-content h2 {
    font-size: 24px;
  }
}

@media (max-width: 575.98px) {
  .footer-nine .footer-image .footer-content h2 {
    font-size: 20px;
  }
}

.footer-nine .footer-bottom {
  background-color: #111827;
  border-top: 1px solid #242b3a;
  padding: 20px 0;
}

.footer-nine .footer-bottom .copy-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

@media (max-width: 991.98px) {
  .footer-nine .footer-bottom .copy-right {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}

.footer-nine .footer-bottom .copy-right a {
  color: #fff;
}

.footer-nine .footer-bottom .copy-right a:hover {
  color: #cf3425;
}

.footer-nine .footer-bottom p {
  color: #fff;
  margin-bottom: 0;
}

.footer-nine .footer-bottom .social-icon {
  margin-bottom: 0;
}

.footer-nine .footer-bottom .social-icon li {
  padding-right: 0;
}

.footer-nine .footer-bottom .social-icon li::after {
  display: none;
}

.footer-nine .footer-bottom .social-icon li a {
  width: 32px;
  height: 32px;
  background-color: #fff;
  color: #111827;
  font-size: 16px;
  border-radius: 10px 0 10px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-nine .footer-bottom .social-icon li a:hover {
  background-color: #cf3425;
  color: #fff;
}

.footer-nine .footer-bottom .policy-links {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer-nine .footer-bottom .policy-links li a {
  color: #fff;
}

.footer-nine .footer-bottom .policy-links li a:hover {
  color: #cf3425;
}
