/*================================================
Footer Area CSS
=================================================*/
.footer-area {
    /* background-color: #f9f9f9; */
    background: url(../images/footer/footer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    overflow: hidden;

  }

  .footer-top-box {
    border-bottom: 1px solid #f2f1f1;
    padding-bottom: 100px;
    margin-bottom: 100px;
  }

  .footer-top-box .footer-widget-social {
    padding: 0;
    margin-bottom: 0;
  }

  .footer-top-box .footer-widget-social li {
    display: inline-block;
    list-style-type: none;
    margin-right: 20px;
  }

  .footer-top-box .footer-widget-social li:last-child {
    margin-right: 0;
  }

  .footer-top-box .footer-widget-social li a i {
    font-size: 30px;
    color: var(--black-color);
    -webkit-transition: var(--transition);
    transition: var(--transition);
    position: relative;
    top: 2px;
  }

  .footer-top-box .footer-widget-social li a i:hover {
    color: var(--main-color);
  }

  .single-footer-widget {
    margin-bottom: 25px;
    position: relative;
  }

  .single-footer-widget p {
    margin-bottom: 0;
  }

  .single-footer-widget .widget-signature {
    margin-top: 20px;
    margin-bottom: 25px;
  }

  .single-footer-widget .widget-info h4 {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .single-footer-widget .widget-info span {
    font-size: var(--font-size);
    color: var(--paragraph-color);
    font-weight: 400;
  }

  .single-footer-widget .widget-shape {
    position: absolute;
    right: 0;
    bottom: 20px;
  }

  .single-footer-widget h3 {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 600;
  }

  .single-footer-widget .quick-links {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
  }

  .single-footer-widget .quick-links li {
    color: var(--paragraph-color);
    font-weight: 400;
    font-size: var(--font-size);
    margin-bottom: 15px;
  }

  .single-footer-widget .quick-links li a {
    display: inline-block;
    color: var(--paragraph-color);
    font-weight: 400;
    font-size: var(--font-size);
  }

  .single-footer-widget .quick-links li a:hover {
    color: var(--main-color);
    letter-spacing: 1px;
  }

  .single-footer-widget .quick-links li:last-child {
    margin-bottom: 0;
  }

  .single-footer-widget .quick-links li span {
    color: var(--black-color);
  }

  .single-footer-widget .footer-information {
    position: relative;
    padding: 5px 30px 5px 70px;
    margin-top: 25px;
    border: 1px solid #2caac1;
    background-color: #2caac1;
    cursor: pointer;
    border-radius: 25px;
  }
  .single-footer-widget .footer-information:hover{
    border: 1px solid #27a22d;
    background-color:#27a22d;
  }

  .single-footer-widget .footer-information i {
    display: inline-block;
    height: 45px;
    width: 45px;
    line-height: 45px;
    /* background-color: var(--main-color); */
    color: #000;
    text-align: center;
    font-size: 30px;
    border-radius: 50px;
    position: absolute;
    left: 15px;
    top: 51%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }

  .single-footer-widget .footer-information span {
    font-size: var(--font-size);
    font-weight: 400;
    color: #000;
    display: block;
    margin-bottom: 10px;
  }

  .single-footer-widget .footer-information a {
    font-size: 18px;
    font-weight: bold;
    font-family: var(--heading-font-family);
  }

  .single-footer-widget .footer-information:hover a {
    color: #fff;
  }

  .single-footer-widget .footer-information:hover i {
    background-color: #fff;
  }

  .footer-shape-1 {
    position: absolute;
    left: 25px;
    bottom: 30px;
    z-index: -1;
  }

  .footer-shape-2 {
    position: absolute;
    right: 30px;
    bottom: 60px;
    z-index: -1;
  }

  .copyright-area {
    margin-top: 15px;
    padding-bottom: 35px;
  }

  .copyright-area .copyright-area-content {
    border-top: 1px solid #f2f1f1;
    padding-top: 30px;
    text-align: center;
  }

  .copyright-area .copyright-area-content p {
    font-weight: 400;
  }

  .copyright-area .copyright-area-content p a {
    display: inline-block;
    font-weight: bold;
    color: var(--main-color);
  }

  .copyright-area .copyright-area-content p a:hover {
    color: var(--optional-color);
  }

  @media only screen and (max-width: 767px) {
    .footer-widget-logo a img{
        width: 128px !important;
        height: auto;
    }
    .footer-top-box {
      padding-bottom: 45px;
      margin-bottom: 45px;
    }
    .footer-top-box .footer-widget-social li {
      margin-right: 5px;
    }
    .footer-top-box .footer-widget-social li a i {
      font-size: var(--font-size);
    }
    .single-footer-widget.ps-5 {
      padding-left: 0 !important;
    }
    .single-footer-widget.ps-3 {
      padding-left: 0 !important;
    }
    .single-footer-widget .widget-info h4 {
      font-size: 18px;
    }
    .single-footer-widget .widget-info span {
      font-size: 14px;
    }
    .single-footer-widget h3 {
      font-size: 20px;
    }
    .single-footer-widget .widget-shape {
      display: none;
    }
    .copyright-area {
      margin-top: 25px;
    }
    .footer-shape-1 {
      display: none;
    }
    .footer-shape-2 {
      display: none;
    }
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-top-box {
      padding-bottom: 70px;
      margin-bottom: 70px;
    }
    .single-footer-widget.ps-5 {
      padding-left: 0 !important;
    }
    .single-footer-widget.ps-3 {
      padding-left: 0 !important;
    }
    .single-footer-widget .widget-info span {
      font-size: 14px;
    }
    .single-footer-widget .widget-shape {
      display: none;
    }
    .copyright-area {
      margin-top: 45px;
    }
    .footer-shape-1 {
      max-width: 85px;
    }
  }

  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-footer-widget .widget-shape {
      display: none;
    }
    .single-footer-widget .footer-information a {
      font-size: 15px;
    }
  }
