  /*
        Theme Name: Hello Elementor Child
        Theme URI: https://elementor.com/
        Description: Child theme for Hello Elementor
        Author: Ammar
        Template: hello-elementor
        Version: 1.0.0
        */
  /*GENERATED TAILWIND PASTE BELOW*/
  /* Add your custom styles below */
  footer span {
      color: #4a4d5e !important;
      font-size: 20px !important;
      font-weight: 700 !important;
      display: block !important;
  }
  .footer-cta::before {
      background: none !important;
  }
  .footer-cta {
      padding-left: 10px !important;
      padding-right: 10px !important;
      overflow: hidden;
  }
  .footer-cta .row {
      margin-right: 0px !important;
      margin-left: 0px !important;
  }
  .footer-cta h2 {
      padding-left: 15px !important;
  }
  .footer-cta p {
      padding-left: 15px !important;
  }
  .footer-cta a {
      margin-right: 15px !important;
  }
  .footer-cta .btn {
      padding: 16px 37px !important;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
      font-family: Ubuntu, sans-serif !important;
  }
  h2 {
      font-size: 32px !important;
      position: static !important;
      display: inline-block !important;
      line-height: 40px !important;
      z-index: 0 !important;
      padding-bottom: 0px !important;
  }
  h2::before {
      display: none;
  }
  .prose p {
      font-family: Ubuntu, sans-serif;
      color: #000 !important;
      font-size: 16px !important;
      margin-bottom: 10px !important;
  }
  .prose h1 {
     font-size: 39px !important;
    line-height: 46px !important;
    font-weight: 700 !important;
    max-width: 100% !important;
  }
  .prose h2 {
   color: #ff7850 !important;
  }
  .prose a {
    color: #FF8600;
    font-weight: 600;
    font-size: 14px;
  }
  .single-content h2 {
      color: #000 !important;
      font-size: 32px !important;
  }
  .single-content h3 {
      color: #000 !important;
      font-size: 26px !important;
  }
  .single-content h4 {
      color: #000 !important;
      font-size: 22px !important;
  }
  .single-content h5 {
      color: #000 !important;
      font-size: 20px !important;
  }
  .single-content h6 {
      color: #000 !important;
      font-size: 18px !important;
  }
  .single-content p {
      font-family: Ubuntu, sans-serif;
      color: #000 !important;
      font-size: 16px !important;
      margin-bottom: 10px !important;
  }
  .wp-block-heading {
      color: #000 !important;
      margin-bottom: 10px !important;
      font-family: Ubuntu, sans-serif !important;
  }
  .wp-block-table {
      margin-bottom: 10px !important;
  }
  .wp-block-image {
      margin-bottom: 10px !important;
  }
  .single-content a {
      color: #5458f9 !important;
      font-size: 15px !important;
      display: inline !important;
      font-weight: bold !important;
  }
  .wp-block-list {
      list-style: disc;
      list-style-position: inside;
      margin-left: 10px;
      margin-bottom: 10px;
      padding: 0;
      color: #000000 !important;
  }
  @media (max-width: 1090px) {
      .footer-cta .btn {
          padding: 16px 18px !important;
      }
  }
  .card {
      backdrop-filter: blur(5px);
  }
  .blog-search-section {
      overflow: hidden;
      position: relative;
      z-index: 1;
  }
  .blog-search-section::after {
      content: "";
      position: absolute;
      top: -190px;
      left: -300px;
      border: 2px solid #ea764d;
      width: 740px;
      height: 740px;
      z-index: -1;
      border-radius: 50%;
  }
  .blog-search-section::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      background: url(https://www.trademarkswyft.com/assets/images/vector-bg1.png) no-repeat -130px -100px;
      width: 850px;
      height: 801px;
      z-index: -1;
  }
  .blog-head {
      color: #2c2e3a;
  }
  button.google-cta.btn.blog-search-btn.btn-blue {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px;
  }
  #search-field {
      border-top-left-radius: 0px;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
      border-top-right-radius: 0px;
  }
  .border-top-bottom-2px {
      border-top: 2px solid #801C0F;
      border-bottom: 2px solid #801C0F;
  }
  .custom-hover {
      text-decoration: underline;
      text-decoration-color: #000;
      font-weight: 700 !important;
      color: #000;
      background-color: #fff;
  }
  .custom-hover:hover {
      background-color: #5458f9;
      /* hover background black */
      color: #fff;
      /* hover text white */
      text-decoration-color: #fff;
      /* underline color white */
      transition: all 0.5s ease-in-out;
  }
  .card-title {
      color: #000;
  }
  .author-details {
      column-gap: 10px;
      row-gap: 4px;
      z-index: 1;
  }
  .author-details-inner {
      column-gap: 3px;
      row-gap: 4px;
  }
  .nav-blog {
      background: #313131;
      padding: 22px 0 !important;
  }
  .card-author {
      column-gap: 10px;
      row-gap: 4px;
  }
  .card-author-details {
      column-gap: 3px;
      row-gap: 4px;
      color: #000 !important;
  }
  .bg-ab-post {
      z-index: -1;
  }
  .custom-scrollbar {
      overflow-y: scroll;
  }
  /* Custom Scrollbar */
  .custom-scrollbar::-webkit-scrollbar {
      width: 3px;
  }
  .custom-scrollbar::-webkit-scrollbar-thumb {
      background-color: #ff7850;
      border: 0px;
  }
  .custom-scrollbar::-webkit-scrollbar-track {
      background: #313131;
      border: 0px;
      margin-left: 10px;
  }
  /* TOC Link Hover */
  .toc-link:hover {
      text-decoration: underline;
      color: #fff;
  }
  /* Form Button Hover */
  .btn-custom-hover:hover {
      background-color: #000;
      color: #fff;
      transition: all 0.3s ease-in-out;
  }
  .toc {
      display: flex;
      flex-direction: column;
      height: 100%;
      position: sticky !important;
      top: 80px;
  }
  @media (max-width: 767px) {
      .toc {
          display: flex;
          flex-direction: column;
          height: 100%;
          position: static !important;
          top: 0px;
      }
  }
  .wp-block-table th {
    color: #000 !important;
    font-weight: 800 !important;
    font-size: 17px;
    font-family: Ubuntu, sans-serif !important;
}
  .wp-block-table td {
    color: #000 !important;
}