
  .dkt-footer {
    padding-top: 2rem;
  }
  .dkt-footer-logo {
    max-width: 80px !important;
  }
  .social-icon {
    font-size: 24px;
    color: #d9d9d9;
    cursor: pointer;
  }
  .widget_blog_subscription input {
    outline: none;
  }
  .copyright {
    padding: 1rem 0;
  }
  .copyright p {
    margin: 0;
  }
  .copyright ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    gap: 1rem;
  }
  
  @media (max-width: 767.98px) {
    .copyright p {
      text-align: center;
      margin-bottom: 1rem;
    }
    .copyright ul {
      justify-content: center;
    }
    .widget_blog_subscription input {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }
    .widget_blog_subscription button {
      min-width: 100px;
    }
  }

  .social-icon {
    font-size: 24px !important;
    color: #d9d9d9 !important;
    cursor: pointer !important;
  }