/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

body {
    font-family: 'LT Sans', sans-serif;
    color: #53535B;
    font-size: 16px;
    font-weight: 400; /* Ensures the regular weight is used */
    line-height: 24px;
    word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/****************************************/
/*              Paragraphs             */
/****************************************/
p {
    font-family: 'LT Sans', sans-serif;
    color: #53535B;
    font-size: 16px;
    font-weight: 400; /* Ensures the regular weight is used */
    line-height: 24px;
    word-break: break-word;
}

strong {
  font-weight: 700;
}

/****************************************/
/*              Anchors             */
/****************************************/
a {
  color: #6E41E2;
  cursor: pointer;
  text-decoration: none;
}

a:hover, a:focus, a:active {
  text-decoration: none;
}

/****************************************/
/*              Headings             */
/****************************************/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0E1133;
  font-weight: 400; 
  margin: 0 0 20px;
}

h1 {
  font-size: 64px;
  font-weight: 800;
  line-height: 84px;
}

h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

h3 {
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
}

h4 {
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}

h5 {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

h6 {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

/****************************************/
/*              Lists             */
/****************************************/
ul,
ol {
  margin: 0 0 1.5rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

.no-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul li::marker {
  color: ;
}

/****************************************/
/*             Code blocks             */
/****************************************/
code {
  vertical-align: bottom;
}

/****************************************/
/*             Footer            */
/****************************************/
.dnd-section {
    /* padding:40px 20px; */
}
.footer-row-0-padding {
  /* padding-top: 40px !important; */
  /* padding-bottom: 40px !important; */
  /* padding-left: 40px !important; */
  /* padding-right: 40px !important; */
}


/****************************************/
/*              Blockquotes             */
/****************************************/
blockquote {
  border: 0;
  border-radius: 16px;
  margin: 0 auto 2.5rem;
  max-width: 767px;
  position: relative;
  background: #313131;
  padding: 45px;
  z-index: 0;
}

blockquote,
blockquote p {
  color: #444444;
}

blockquote:before {
  background-image: url();
  content: "";
  display: block;
  height: 41px;
  left: 6px;
  position: absolute;
  top: 22px;
  width: 50px;
  z-index: -1;
}


/****************************************/
/*        Horizontal rules           */
/****************************************/
hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

/****************************************/
/*      Subscripts and superscripts     */
/****************************************/
sup,
sub {
  font-size: 12px;
  line-height: 20px;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/****************************************/
/*            Focus styles             */
/****************************************/
:focus {
  outline: auto;
  outline-color: #00ff00;
}

.disable-focus-styles :focus {
  outline: none;
}

/****************************************/
/*         Media Queries             */
/****************************************/
@media only screen and (max-width: 767px) {
  body, html {
    font-size: 16px;
  }
  
  h1 {
    font-size: 32px;
    line-height: 40px;
  }
  
  h2 {
    font-size: 28px;
    line-height: 36px;
  }
  
  h3 {
    font-size: 22px;
    line-height: 30px;
  }
  
  h4 {
    font-size: 20px;
    line-height: 28px;
  }
  
  h5 {
    font-size: 18px;
    line-height: 26px;
  }
  
  h6 {
    font-size: 16px;
    line-height: 24px;
  }
}

.header .menu__link {
    font-family: LT Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none
      
.header .menu__item--depth-1:hover>.menu__link 
    color: #444;
    font-family: LT Sans;
    font-weight: 400;
  }

.ac-title-content__subtitle {
  display: inline-block;
  line-height: 4.2;
  }

/* Example: Increasing specificity to avoid overrides */
.ac-icon-box__img {
    text-align: center !important;
    margin-top: 13px !important;
}
  
.ac-button {
  border-radius: 8px;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  height: auto;
  line-height: 24px;
  margin: 0;
  padding: 20px 20px;  
  text-align: center;
  text-decoration: none;
  transition: 0.3s linear all;
  white-space: normal;
  width: auto;
  word-break: break-word;
  width: 80%
}

.header-dnd-area2 {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000; /* Ensures it stays above other elements */
  background-color: #fff; /* Ensures the header is visible with a background color */
}

.container-fluid.content-wrapper {
  padding-top: 10px; /* Adjust this value to match the header height, creating space to avoid content overlap */
}

/****************************************/
/*         Blog Edits Start            */
/****************************************/
.ac-blog-post--featured-img-center {
  background-position: center;
  background-repeat: no-repeat;
}
  
.blog-post__featured-img {
  background-size: auto;
  height: 500px;
  margin: 40px 0;
}

.blog-post__featured-img--mobile {
  padding: 0 0 20px;
}

.blog-post__featured-img--mobile img {
  display: block;
  width: 100%;
}

.blog-post__featured-img {
  display: none;
}

@media screen and (min-width: 768px) {
  .blog-post__featured-img {
    display: block;
  }

  .blog-post__featured-img--mobile {
    display: none;
  }

  .post-pagination {
    margin-top: 50px;
  }

  .blog-post__featured-img {
    margin: 70px 0;
  }