/* .footer start here */
.footer {
  background: #000;
}

.inner-footer-wrapper {
  padding-block: 95px;
}


.copy-right {
  text-align: center;
  background-color: #F65425;
  color: #fff;
  margin: 0;
  padding-block: 10px;
}

.footer-contact {
  .footer-logo {
    display: block;
    width: 100%;
    max-width: 138px;
  }

  .footer-heading {
    font-size: 22px;
    color: #fff;
    margin-bottom: 10px;
  }

  h3 {
    font-size: 21px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.5em;
    letter-spacing: 0.3em;
    color: #FFFFFF;
    margin-bottom: 15px
  }

  a {
    color: #fff;
    text-decoration: none;

    &:hover {
      color: #ffaf80;
    }
  }

  p {
    color: #fff;
    margin-top: 20px;
  }
}

.footer-media-icon-list {
  margin-top: 20px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;

  .media-icon-link {
    background-color: transparent;
    border: 1px solid #fff;
    height: 40px;
    width: 40px;
  }
}

.footer-page-list {
  margin-top: 20px;

  li {
    margin-bottom: 15px;
  }
}

/* .footer start here */
@media (max-width: 767px) {
  .footer {
    padding: 20px 0 0;
  }

  .footer-contact {
    margin-bottom: 30px;
  }

  .inner-footer-wrapper {
    padding-block: 50px;
  }
}