/* @import url('http://example.com/example_style.css'); */

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

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
html {
/*scroll-padding-top: 210px!important;  */
  scroll-behavior:smooth;
}

/******************** Animation ********************/
.shift {
  transition: 0.3s;}

.shift:hover {
  transform: translate(0, -5px);
}

/******************** Modules & Layout ********************/

.page-center {
  max-width: 1340px;
  margin: 0 auto;
}

.shadow-card {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0px 0px 60px rgba(122, 188, 255, 0.2);
  box-shadow: 0 0 20px 0 rgba(122, 188, 255, 0.3);
}

.shadow {
  box-shadow: 0px 0px 60px rgba(122, 188, 255, 0.2);
  box-shadow: 0 0 20px 0 rgba(122, 188, 255, 0.3);
}

h2 {
    line-height: 1.2;
}
/******************** Blog ********************/

.blog-post__body a:hover, .blog-post__body a:focus {
    background: #f79a201f !important;
    color: #333 !important;
    text-decoration: none !important;
}
.blog-post__body a {
    color: #1d77ce !important;
    text-decoration: underline !important;
    text-underline-offset: 3px !important;
    padding: 1px;
}

.home-popular-blog-card a, ul.blog-category-counts a {padding:1px;}

.home-popular-blog-card a:hover, ul.blog-category-counts a:hover,
.home-popular-blog-card a:focus, ul.blog-category-counts a:focus {
    background: #f79a201f !important;
    color: #333 !important;
    text-decoration: none !important;
  text-underline-offset: 3px;
}


a.blog-listing__post-title-link:hover {
    /* background: red; */
    background: #f79a201f !important;
    color: #333 !important;
    text-decoration: none !important;
    text-underline-offset: 3px;
}


.blog-listing__post-tag {
    color: #1d77ce;
    text-decoration: underline;
    text-underline-offset: 3px;
}


/******************** Navigation *******************/

.header__container--left .header__logo-col {} 

/* Reset any existing header positioning */
.header {
  backdrop-filter: blur(10px);
  background: hsla(0, 0%, 100%, .95);
  border-radius: 50px;
  box-shadow: 0 0px 12px rgba(0,0,0,.05);
  left: 50%;
  padding: 12px 25px;
  position: fixed;
  top: 20px;
  transform: translateX(-50%);
  transition: all .3s ease;
  max-width: 1340px;
  z-index: 1000;
  width: 100%;
}

/* Alternative without backdrop blur for better browser support */
.header.no-blur {
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: none;
}
.header .menu__item--depth-1 {
    text-transform: none!important;
}


/* Navigation menu styling */

li.header__menu-item a {
  text-decoration: none;
  font-size: 16px;
  color: #202020;
  padding-top: 6px;
  padding-bottom: 6px;         /* pushes border further down */
  border-bottom: 2px solid transparent;
}

li.header__menu-item a:hover,
li.header__menu-item a:focus {
  border-bottom: 2px solid #ef6936;
}

.menu--desktop .menu__wrapper {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.header .menu__item .menu__link {
 text-decoration: none;
 font-weight: 500;
 font-size: 16px;
 padding: 8px 16px;
 transition: color 0.3s ease;
 cursor: pointer;
}

/* Logo styling */
header img.hs-image-widget {
  margin-left: 20px;
  max-width: 80%;
}

/* Navigation Button */
header a.button {
  border-radius: 100px;
  float: right;
}
/* Responsive adjustments */
@media (max-width: 768px) {
a.header__button.button {
    display: none;
}
}

/* Optional: Add scroll effect */
.header.scrolled {
  top: 10px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}


.header__bottom {
    padding: 0px!important;
}
/******************** Typography ********************/

hr {
    margin-bottom: 30px;
    /* color: red; */
    border-color: #ef6936;
}
 


.button, .hs-blog-post-listing__post-button, .hs-button, button {

    font-weight: 500;

}
h1 {   line-height: 1.2;!important}
a {
    text-underline-offset: 5px;
}
a:hover {text-decoration:none;}
a.button:hover {text-decoration:none;}

p.eyebrow {
  color: #1a334e;
  font-size: 16px !important;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
  border-left: 2px solid #ef6936;
  padding-left: 20px;
}

p.eyebrow.center {
  border-left: none;
  padding: 0px;
  text-align: center;
  padding-bottom: 15px;
  position: relative;
}

p.eyebrow.center::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 2px;
  background-color: #ef6936;
}

.hs_cos_wrapper_type_rich_text ul, .checklist ul {
  list-style: none !important;
}
.hs_cos_wrapper_type_rich_text ul li:before, .checklist ul li:before {
  display: inline-block;
  height: 0px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
  font-family: "FontAwesome";
  margin-right: 8px;
  color: #B60000;
  font-size: 18px;
  margin-left: -25px;
}
.checklist ul.arrowlist li:before {
  content: "\f061" !important;  /* Right arrow */
}
form {
    background: transparent;
}

/******************** Blog ********************/

  .body-container-wrapper .hs-search-field__bar--button-inline .hs-search-field__button {
    margin-left: 0px!important;}

/******************** Footer ********************/

p.footer-disc-links a {
    color: #f8931e;
}
p.footer-disc-links a:hover, p.footer-disc-links a:focus  {
    color: #363636;
}

/******************** Mobile ********************/


@media (max-width: 767px)
{
p.footer-disc-links {
    text-align: left !important;
}
  .eyebrow-grid.eyebrow {
    display: block;
}
  
  nav.header__menu.header__menu--mobile.header__menu--show {
    background: #f7f7f7;
    border-radius: 5px;
    padding-top: 22px;
}
  
  
  footer .social-links {
    justify-content: flex-start !important;
}
  
  .page-center {
    padding-left: 1rem!important;
    padding-right: 1rem!important;
  }

}