.all-twitter-replies-banner {
    padding: 60px 0;
}

.all-twitter-replies-content h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 60px;
    line-height: 62px;
    letter-spacing: -0.02em;
    color: #000000;
}

.twitter-ratings {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px 12px;
    gap: 8px;
    height: 56px;
    background: #FFFFFF;
    border: 1px solid rgba(136, 150, 166, 0.4);
    border-radius: 16px;
    max-width: max-content;
}

.all-twitter-replies-content h1 span {
    color: #0C84C8;
}

.all-twitter-replies-content p {
    font-weight: 400;
    font-size: 16.5px;
    line-height: 25.5px;
    letter-spacing: 0%;
}

.new-site-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 24px;
    height: 44px;
    background: #2E363F;
    border-radius: 12px;
    width: fit-content;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.015em;
    color: #FFFFFF;
}

.new-site-btn:hover {
    background: #0b84c7;
    color: #fff;
    text-decoration: none;
}

.all-twitter-replies-content {
    display: flex;
    flex-flow: column;
    gap: 20px;
}
.twitter-ratings img {
    max-width: 100px;
}
.twitter-replies-users {
    box-sizing: border-box;
    border-width: 1px 0px;
    border-style: solid;
    border-color: rgba(46, 54, 63, 0.2);
    padding: 30px 0;
}
.new-box-design-banner {
    box-sizing: border-box;
    background: #F6F6F6;
    border: 1px solid #DCDFE4;
    border-radius: 20px;
    padding: 25px;
    display: grid;
    align-items: center;
    gap: 20px;
    grid-template-columns: 2fr 1fr;
}

.new-box-design-banner p {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    display: flex;
    align-items: center;
    color: #1F2937;
}
.why-delete-replies-head {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 40px;
    flex-flow: column;
}
.why-delete-replies-head h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 77px;
    text-align: center;
    letter-spacing: -2px;
    color: #111827;
}
.why-delete-replies-head p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #0C0E0F;
    margin: 0;
}
.outdated-information {
    box-sizing: border-box;
    background: #EBF8FF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 24px;
    padding: 20px;
    height: 100%;
}

.outdated-information span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 100px;
    transition: transform 0.3s ease, color 0.3s ease;
    animation: pulse-span 2s ease-in-out infinite;
}

.outdated-information span svg {
    height: 35px;
    width: 35px;
    transition: transform 0.3s ease, stroke 0.3s ease;
    animation: rotate-scale-svg 2s ease-in-out infinite;
}

.outdated-information p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    display: flex;
    align-items: flex-start;
    color: #1F2937;
    flex-flow: column;
    margin: 20px 0 0;
}
@keyframes pulse-span {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.85;
  }
}
p.p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #4B5563;
    justify-content: center;
}

.why-delete-replies {
    padding: 70px 0 0;
}
.why-delete-replies-content {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 32px;
    gap: 12px;
    background: #EBF8FF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 24px;
}
.site-button-parent {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}
.why-delete-replies-content p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #1F2937;
}
.take-step-content {
    background: #40ABE8;
    border-radius: 25px;
    padding: 40px 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.take-step-content span {
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -2px;
    color: #FFFFFF;
    display: block;
}
.take-step-content-inner p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    line-height: 24px;
    margin: 10px 0 20px;
}

.take-step-content-inner a span {
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}

.take-step-content-inner a {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    gap: 5px;
    width: max-content;
    margin: 10px 0 0;
}

.take-step-content-image {
    position: absolute;
    right: 0px;
    bottom: 0;
}

.take-step-content-image img {
    max-width: 750px;
    width: 100%;
}
.take-first-step {
    padding: 70px 0;
}
footer.site-footer.white {
    border-top: 9px solid #40ABE8;
    background: #FFF;
    padding: 50px 0;
}
img.desktop-hidden {
    display: none;
}
.banifits-using-td-content {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    background: #F9FAFB;
    border: 1px solid #DCDFE4;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}

.banifits-td-inner-head {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    color: #212636;
    padding: 20px 20px 0px;
}

.banifits-using-td-content p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 157%;
    color: #667085;
    margin: 10px 0;
    padding: 0 20px;
}

.banifits-td-img {
    margin: 0 auto;
    height: 315px;
    overflow: hidden;
}

.banifits-td-img img {
    width: 100%;
    position: relative;
}
.banifits-td-img.border-img {
    box-shadow: 0px 0px 0px 1.08879px rgba(0, 0, 0, 0.06), 0px 5.44396px 23.9534px rgba(0, 0, 0, 0.04);
    border-radius: 21.7758px;
    height: auto;
    padding: 0;
    margin: 0 auto;
    max-width: 90%;
    position: relative;
    bottom: -80px;
}
.get-started-btn a {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.015em;
    color: #4B4B4B;
    background: #fff;
    border-radius: 10px;
    padding: 15px 30px;
    justify-content: center;
    width: max-content;
}

.get-started-btn {
    margin: 50px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tweetdelete-new-faq {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}
.tweetdelete-new-faq .faq-item {
  border-top: 1px solid #e0e0e0;
}
.tweetdelete-new-faq .faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 15px 0px;
    font-size: 18px;
    color: #1a1a1a;
    transition: color 0.2s ease;
    gap : 10px;
}
.tweetdelete-new-faq .faq-question:hover, .tweetdelete-new-faq .faq-item.active .faq-question {
  color: #0C84C8;
}
.tweetdelete-new-faq .faq-answer {
    overflow: hidden;
    padding: 0 0px 15px;
    font-size: 16px;
    color: #667085;
    line-height: 1.6;
    display: none;
}

.tweetdelete-new-faq .faq-item.active .faq-answer {
  display:block;
}

.tweetdelete-new-faq .faq-toggle-icon {
    width: 24px;
    height: 24px;
    border: 2px solid #0C84C8;
    border-radius: 50%;
    position: relative;
    flex: 0 0 24px;
}

.tweetdelete-new-faq .faq-toggle-icon::before,
.tweetdelete-new-faq .faq-toggle-icon::after {
  content: "";
  position: absolute;
  background: #0C84C8;
}

.tweetdelete-new-faq .faq-toggle-icon::before {
  top: 50%;
  left: 5px;
  width: 10px;
  height: 2px;
  transform: translateY(-50%);
}

.tweetdelete-new-faq .faq-toggle-icon::after {
  left: 50%;
  top: 5px;
  width: 2px;
  height: 10px;
  transform: translateX(-50%);
}

.tweetdelete-new-faq .faq-item.active .faq-toggle-icon::after {
  display: none;
}
.tweetdelete-new-faq .faq-item:first-child {
    border-top: 0;
}
.new-faq-section {
    padding: 0px 0 70px;
}

.new-faq-head {
    margin: 0 0 50px;
}

.new-faq-head h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 77px;
    text-align: center;
    letter-spacing: -2px;
    color: #111827;
}
.new-faq-head p {
    max-width: 524px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #0C0E0F;
    margin: 0 auto;
}

/* Animation Keyframes */
@keyframes scrollMarquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.delete-all-tweets-certain {
    padding: 70px 0px;
}
.delete-all-tweets-certain-content h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 60px;
    line-height: 72px;
    letter-spacing: -0.02em;
    color: #1F2937;
}

.delete-all-tweets-certain-content p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    display: flex;
    align-items: center;
    color: #4B5563;
    margin: 20px 0 0;
}
.delete-tweets-steps-inner {
    box-sizing: border-box;
    background: #F9FAFB;
    border: 1px solid #DCDFE4;
    border-radius: 20px;
    height: 100%;
    padding: 30px;
    display: flex;
    flex-flow: column;
    gap: 30px;
}

.delete-tweets-steps-inner span {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 9.30302px 17.2959px;
    width: 86.59px;
    height: 40.61px;
    background: #F5F5F5;
    border: 1.31021px solid rgba(0, 0, 0, 0.16);
    box-shadow: 0px 5.24082px 5.24082px rgba(0, 0, 0, 0.04), 0px 2.62041px 2.62041px rgba(0, 0, 0, 0.04), 0px 1.31021px 1.31021px rgba(0, 0, 0, 0.12), inset 0px 2.62041px 6.55103px 1.31021px #FFFFFF;
    border-radius: 20.9633px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.732405px;
    text-transform: uppercase;
    color: #0C0E0F;
    justify-content: center;
}

.delete-tweets-steps-inner p {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    color: #212636;
}
.easy-delete-guide {
    background: rgba(251, 207, 48, 0.1);
    border-radius: 10px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 30px;
}

.easy-delete-guide p {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 42px;
    display: flex;
    align-items: center;
    color: #4B5563;
}
.delete-tweets-steps {
    padding-bottom: 70px;
}
.banifits-td-img.border-img img {
    filter: grayscale(1);
}
.make-twitter-account {
    background: #40ABE8;
    outline: 6px solid rgba(64, 171, 232, 0.44);
    border-radius: 24px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    text-align: center;
    gap: 20px;
    padding: 30px;
    margin: 0 auto;
    max-width: 900px;
}

.make-twitter-account p {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    display: flex;
    align-items: center;
    color: #FDFDFD;
    justify-content: center;
}

.make-twitter-account .new-site-btn {
    margin: 0 auto;
}
.banifits-using-td {
    padding-bottom: 70px;
}
@media (max-width: 992px){
  .all-twitter-replies-content h1 {
      font-size: 32px;
      line-height: 42px;
  }
  p {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  h2 {
    font-size: 30px !important;
    line-height: 45px !important;
    letter-spacing: normal !important;
  }
  .take-step-content span {
      font-size: 30px;
      line-height: 40px;
  }
  .take-step-content {
      grid-template-columns: 1fr;
      padding: 20px;
  }
  .take-step-content-image {
      position: static;
      display: flex;
      align-items: center;
      justify-content: center;
      height: auto;
      margin-top: -80px;
      margin-bottom: -20px;
  }
  .take-step-content-inner {
      position: relative;
      z-index: 1;
  }
  .take-step-content-inner a {
      margin: 20px auto 20px;
  }
  .take-step-content span {
      text-align: center;
  }
  .take-step-content-image {
      position: static;
      display: flex;
      align-items: center;
      justify-content: center;
      height: auto;
      margin-top:-190px;
      margin-bottom: -20px;
  }
  img.mobile-hidden {
      display: none;
  }
  img.desktop-hidden {
      display: block;
  }
  .banifits-using-td-content {
      height: auto;
      margin-bottom: 30px;
  }

  .row.mt-4 {
      margin-top: 0 !important;
  }
  .banifits-td-img.border-img {
    margin: 0 auto;
}
.get-started-btn a {
    font-size: 15px;
}
.new-box-design-banner {
    grid-template-columns: 1fr;
    justify-content: center;
    text-align: center;
}

.new-box-design-banner .new-site-btn {
    margin: 0 auto;
}
.outdated-information {
    height: auto;
    margin-bottom: 30px;
}
.delete-tweets-by-date .row.mt-5 {
    margin: 0 !important;
}
.delete-tweets-steps-inner {
    height: auto;
    margin-bottom: 30px;
    padding: 20px;
    gap: 20px;
}

.delete-tweets-steps, .banifits-using-td {
    padding-bottom: 40px;
}

.why-delete-replies-head h2 br {
    display: none;
}

.make-twitter-account {
    padding: 20px;
}

.banifits-using-td .rwo.mt-5.justify-content-center {
    margin: 0 !important;
}

.banifits-td-img.border-img {
    bottom: -13px;
}
}
@media (max-width: 767px){
  .all-twitter-replies-content {
      margin: 0 0 30px;
  }
  .take-step-content-image {
      margin-top:-80px;
  }
  .banifits-td-img {
    height: auto;
    margin: 0 auto;
}
.all-twitter-replies-banner {
    padding: 30px 0;
}

}
