/* Footer Base */

.footer {
  background-color: #161619;
  color: #fff;
  padding: 80px 0 0;
}
.call-box {
  background-color: #ffffff;
  padding: 20px;
  width: 210px;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  & .icon {
    width: 36px;
    height: 36px;
    background: #393939;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .call-text {
    flex: 1;
    display: inline-flex;
    color: #000000;
    margin-left: 15px;
    flex-wrap: wrap;
    font-size: 16px;
    & span {
      display: block;
      width: 100%;
    }
    & a {
      font-weight: 600;

      &:hover {
        text-decoration: underline;
        text-underline-offset: 5px;
      }
    }
  }
}

.footer-left-column {
  width: 550px;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  margin-bottom: 90px;
}
.contact-list {
  list-style-type: none;
  margin-left: 0;
  column-gap: 30px;
  column-count: 2;
  color: #c2c3c5;
  margin: 0 0 20px 0;
  & li {
    & address,
    p,
    a {
      font-size: 16px;
      color: #c2c3c5;
      --site-font-family: "Jost", sans-serif;
      font-weight: normal;
      line-height: 30px;
      letter-spacing: 0.32px;
    }
    & label {
      font-size: 14px;
      font-weight: bold;
      color: #ffffff;
      display: block;
      margin-bottom: 10px;
    }
  }
}
.social-title {
  letter-spacing: 0.28px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 15px;
}
.contact-list li a {
  text-decoration: none;
}
.contact-list li address {
  max-width: 230px;
}
.ft-logo {
  margin-bottom: 25px;
  display: inline-block;
}
.footer-links-column {
  width: calc(100% - 550px);
  padding-left: 100px;
  display: flex;
  flex-wrap: wrap;
}
.footer-title {
  font-size: 18px;
  color: var(--white);
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.footer-link li a {
  font-size: 16px;
  color: #c2c3c5;
  text-decoration: none;
}
.social-links a {
  width: 40px;
  height: 40px;
  background-color: #393939;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--white);
  &:hover {
    background-color: var(--themecolor);
  }
}
.social-links a:not(:last-child) {
  margin-right: 10px;
}
.footer-menu-col {
  width: 33.33%;
}
.footer-link > li {
  margin-bottom: 12px;
}
/* Top Section */
.key-feature-slider {
  display: flex;
  justify-content: space-between;
  & .feature-box {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    color: var(--white);

    &::after {
      content: none;
    }
  }
}
/* Middle Section */

/* ----------------- Bottom Section ------------------ */
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 23px 0;
  text-align: center;
  p,
  span {
    font-size: 16px;
    font-weight: normal;
    color: #c2c3c5;
    line-height: 1.2;
    font-family: var(--sitefonts);
    letter-spacing: 0.3px;
    margin-bottom: 0;
    display: inline-block;
  }
  & span:nth-child(2) {
    padding-left: 5px;
  }
}
.footer-top-wrap {
  padding: 30px 0;
  background-color: #0f0f11;
  border-top: 2px solid var(--themecolor);
}

.header-tag {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  color: var(--themecolor);
  text-transform: uppercase;
}

/* ------------------------ Responsive Css ------------------------ */

/* ------------------------pop-up------------------------ */

/* input feild */

.fileinputs > span {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 14px;
}

div.fileinputs {
  position: relative;
  width: 100%;
  border-radius: 5px;
  height: 40px;
  text-align: left;
  background: #fff;
  border: 1px solid #bfc1d3;
  margin-bottom: 20px;
}

div.fileinputs input.file {
  display: block;
}

div.fakefile {
  background: transparent;
  border-radius: 0px;
  position: absolute;
  top: -4px;
  width: 100%;
  height: 40px;
}

#filevalue {
  color: #707274;
  font-size: 14px;
  line-height: 46px;
  z-index: -1;
  font-style: normal;
  padding-left: 38px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  padding-right: 20px;
}

input.file {
  cursor: pointer;
  line-height: 46px;
  opacity: 0;
  position: relative;
  text-align: left;
  width: 100%;
  z-index: 2;
  color: #4c4c4c;
}

.fileinputs span.uploadtxt {
  font-size: 12px;
  line-height: 100%;
  display: block;
  font-weight: 300;
  position: relative;
  color: #fff;
  top: 12px;
}

.fancybox-close-small {
  min-height: auto;
  border-radius: 100% !important;
}

/* ------------------------pop-up ------------------------ */

@media (max-width: 1599.98px) {
}

@media (max-width: 1439.98px) {
  .footer-left-column {
    width: 500px;
    margin-bottom: 70px;
  }
  .footer-links-column {
    width: calc(100% - 500px);
    padding-left: 70px;
  }
}

@media (max-width: 1199.98px) {
  .footer {
    padding-top: 60px;
  }
  .footer-left-column {
    width: 100%;
    margin-bottom: 40px;
    border-right: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .ft-logo {
    margin-bottom: 15px;
  }
  .contact-list {
    order: 3;
    column-count: 3;
    margin-bottom: 0;
    & li {
      break-inside: avoid-column;
      margin: 0;
      line-height: 1.2;
    }
  }
  .call-box {
    order: 2;
    margin-left: 30px;
  }
  .footer-links-column {
    width: 100%;
    padding-left: 0;
  }
}

@media (max-width: 991.98px) {
  .footer {
    padding-top: 40px;
  }
}

@media (max-width: 767.98px) {
  .contact-list {
    column-count: 2;
  }
}

@media (max-width: 575.98px) {
  .footer-menu-col {
    width: 100%;
    & .social-links {
      margin-bottom: 30px;
    }
    & .footer-link {
      display: none;
      margin-bottom: 15px;
    }
    & .footer-title {
      position: relative;
      font-size: 16px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.06);
      padding-bottom: 20px;
      margin-bottom: 15px;
      cursor: pointer;
      &::after,
      &::before {
        position: absolute;
        content: "";
        cursor: pointer;
        top: 50%;
        right: 0;
        margin: 0 0 -10px;
        background: var(--white);
      }
      &::before {
        right: 15px;
        width: 2px;
        height: 16px;
        transition: all 300ms;
        margin-top: -7px;
        background: var(--white);
        margin-left: 11px;
        transform: translateY(-50%);
      }
      &::after {
        right: 8px;
        width: 16px;
        height: 2px;
        margin-top: -8px;
        background: var(--white);
        transition: all 0.3s linear;
      }
    }
  }
  .call-box {
    margin-left: 2%;
    width: 48%;
    margin-bottom: 20px;
    padding: 10px 5px;
    & .icon {
      width: 30px;
      height: 30px;
    }
    & .call-text {
      line-height: 1.2;
      margin-left: 10px;
      flex-wrap: wrap;
      flex-direction: column;
    }
  }
  .footer-menu-col {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    .ft-social {
      order: 1;
    }
  }
  .footer-menu-col:first-of-type .footer-title {
    order: 2;
  }
  .footer-menu-col:first-of-type .footer-link {
    order: 3;
  }
  .footer-left-column {
    justify-content: space-between;
  }
  .ft-logo {
    width: 45%;
  }
  .contact-list {
    column-count: 1;
  }
  .footer-left-column,
  .contact-list li {
    margin-bottom: 10px;
  }
  .contact-list {
    & li {
      & address,
      p,
      a {
        line-height: 1.2;
      }
    }
  }
  .footer-title.showhide + .footer-link {
    display: block;
  }
  .footer-title.showhide::before {
    content: none;
  }
  .footer-links-column .footer-menu-col:last-of-type .footer-title {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 15px;
  }
}

.quick-call-panel .button.button-border:hover img {
  filter: none;
}
