/*
Theme Name: Sensfrx Theme
Author: Your Name
Version: 1.0
*/
/* body{
background-color: #f8faff;
} */
.font-lato {
  font-family: "Lato", sans-serif !important;
}
.text-color-primary { color: #03060b; }
.text-color-secondary { color: #4f5258; }
.text-brand{
    color: #0254ff;
}
.bg-brand{
    color: #0254ff;
}
  /* Base */
  .container,
  .container-bs {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    /* padding-left: 32px;
    padding-right: 32px; */
  }

  /* ≥576px */
  @media (min-width: 576px) {
    .container,
    .container-bs {
      max-width: 540px;
    }
  }

  /* ≥782px */
  @media (min-width: 782px) {
    .container,
    .container-bs {
      max-width: 720px;
    }
  }

  /* ≥992px */
  @media (min-width: 992px) {
    .container,
    .container-bs {
      max-width: 980px;
    }
  }

  /* ≥1200px */
  @media (min-width: 1200px) {
    .container,
    .container-bs {
      max-width: 1200px;
    }
  }

  /* ≥1400px */
  @media (min-width: 1400px) {
    .container,
    .container-bs {
      max-width: 1296px;
      padding-left: 0;
      padding-right: 0;
    }
  }

  /* Small container variant */
  @media (min-width: 782px) {
    .container.is-small,
    .container-bs.is-small {
      padding-left: 15px;
      padding-right: 15px;
    }
  }

  @media (min-width: 992px) {
    .container.is-small,
    .container-bs.is-small {
      max-width: 960px;
    }
  }

  @media (min-width: 1200px) {
    .container.is-small,
    .container-bs.is-small {
      max-width: 1080px;
      padding-left: 0;
      padding-right: 0;
    }
  }

  /* Nested container rule */
  .container .container,
  .container .container-bs,
  .container-bs .container,
  .container-bs .container-bs {
    padding-left: 0;
    padding-right: 0;
    max-width: none;
  }

  .dropdown-icon {
    margin-left: .25rem;
    font-size: .75rem;
    line-height: 1rem;
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
}

.as-bottom-btn {
  border: 1px solid #cddbf8;
  border-radius: 60px;
  background-image: url(../images/download.svg),
    linear-gradient(rgba(0, 86, 224, 0.8), rgba(0, 86, 224, 0.8));
  background-blend-mode: multiply;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding: 90px 100px 60px;
  position: relative;
  opacity: 1;
  border: 1px solid #CDDBF8;
}

/* custom style */

.blog-content p {
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 16px;
  color: #4F5258;
  font-family: "Lato";
}

.blog-content h1 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: "Lato";
}

.blog-content h2 {
  font-size: 30px;
  font-weight: 600;
   margin-bottom: 20px;
   color: #03060B;
   font-family: "Lato";
}

.blog-content h3 {
  font-size: 22px;
  font-weight: 600;
   color: #03060B;
   font-family: "Lato";
    margin-bottom: 20px;
}
/* H4 */
.blog-content h4 {
  font-size: 20px;
  font-weight: 600; 
  color: #03060B;
  font-family: "Lato";
   margin-bottom: 20px;
}

/* H5 */
.blog-content h5 {
  font-size: 18px;
  font-weight: 600;
  color: #374151;
  font-family: "Lato";
   margin-bottom: 20px;
}

/* H6 */
.blog-content h6 {
  font-size: 16px;
  font-weight: 600;
  color: #6B7280;
  font-family: "Lato";
}

.blog-content ul {
  padding-left: 20px;
   margin-bottom: 18px;
  list-style: disc;
  font-family: "Lato";
}

.blog-content ol {
  padding-left: 20px;
   margin-bottom: 18px;
  font-family: "Lato";
}

.blog-content li {
  margin-bottom: 8px;
  font-family: "Lato";
  font-size: 18px;
}

.blog-content a {
  color: #0254ff;
  text-decoration: none;
  font-family: "Lato";
  font-size: 20px;
}

.blog-content a:hover {
  text-decoration: underline;
  font-family: "Lato";
}

p > strong{
  color: #03060B;
}

.border-btn{
  border: 1px solid #0254FF;
}

.mobile-toc ul{
  list-style: none;
}
.schema-faq{
  margin: 26px 0 30px;
}
.schema-faq-question{
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: #f0f2f8!important;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    border-radius: 10px !important;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 500;
    font-family: "Lato";
}
.schema-faq-answer{
  font-size: 18px !important;
    font-weight: 500;
    font-family: "Lato";
   padding: 10px 15px;
    background: #fff;
    border-radius: 10px;
}
.wp-block-embed{
  margin-bottom: 20px;
}


.wp-block-code code{
  padding: 20px;
  background-color: #f9f9f9;
}