/* ******************************************************************************
*********************************************************************************
Use this file to override any of the CSS styles preset in the themed
stylesheets or you can add your own custom styles.
*********************************************************************************
****************************************************************************** */

/* Test */
















.dnd-section {
  padding-bottom: 80px;
  padding-top: 80px;
}

.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #333;
} 

@media screen and (min-width: 36em){
  .page-center,
  .dnd-section > .row-fluid,
  .content-wrapper {
    width: 33.75rem; 
  } 
}

@media screen and (min-width: 48em){
  .page-center,
  .dnd-section > .row-fluid,
  .content-wrapper {
    width: 43.74rem; 
  } 
}

@media screen and (min-width: 62em){
  .page-center,
  .dnd-section > .row-fluid,
  .content-wrapper {
    width: 58.32rem; 
  } 
}

@media screen and (min-width: 75em){
  .page-center,
  .dnd-section > .row-fluid,
  .content-wrapper {
    width: 73.53rem; 
  }
}

@media screen and (min-width: 91em){
  .page-center,
  .dnd-section > .row-fluid,
  .content-wrapper {
    width: 90rem; 
  }
}






body {
  color: #4a4a4a;
  font-family: Lexend Deca;
  font-weight: 400;
  font-size: 16px;
}

p {
  font-family: Lexend Deca;
  font-weight: 400
}

a {
  font-family: Lexend Deca;
  color: rgba(107, 190, 231, 1.0);
}

a:hover,
a:focus {
  color:#6bbee7;
}

a:active {
  color: rgba(147, 230, 255, 1.0);
}

h1 {
  color: #1f2a44;
  font-family: Lexend Deca;
  font-size: 40px;
  font-weight: 400;
}

@media(max-width: 767px) {
  h1 {
    font-size: 34.0px;
  }
}

h2 {
  color: #1f2a44;
  font-family: Lexend Deca;
  font-size: 38px;
  font-weight: 400;
}

@media(max-width: 767px) {
  h2 {
    font-size: 32.3px;
  }
}

h3 {
  color: #1f2a44;
  font-family: Lexend Deca;
  font-size: 36px;
  font-weight: 400;
}

@media(max-width: 767px) {
  h3 {
    font-size: 30.599999999999998px;
  }
}

h4 {
  color: #1f2a44;
  font-family: Lexend Deca;
  font-size: 30px;
  font-weight: 400;
}

@media(max-width: 767px) {
  h4 {
    font-size: 25.5px;
  }
}

h5 {
  color: #1f2a44;
  font-family: Lexend Deca;
  font-size: 28px;
  font-weight: 400;
}

h6 {
  color: #1f2a44;
  font-family: Lexend Deca;
  font-size: 24px;
  font-weight: 400;
}






form,
.submitted-message {
  border-color: rgba(#null, 0.0) ;
  font-family: Lexend Deca;
}

form,
.submitted-message{
  background-color: rgba(242, 242, 242, 0.0) ; 
}


h3.form-title {
  background-color: rgba(244, 244, 244, 1.0);
  color: rgba(31, 42, 68, 1.0);
}

.hs-button,
.button--primary {
  background-color: rgba(251, 225, 34, 1.0);
  border-color: rgba(251, 225, 34, 1.0);
  border-radius: 40px;
  border-width: 0px;
  color: rgba(0, 0, 0, 1.0);
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: #fbe122;
  border-color: #fbe122;
  color: #000;
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(255, 255, 74, 1.0);
  border-color: rgba(255, 255, 74, 1.0);
  color: rgba(0, 0, 0, 1.0);
}

.hs-form .field > label,
.hs-form-field > label{
  color: rgba(31, 42, 68, 1.0);
}

.hs-form legend {
  color: rgba(31, 42, 68, 0.5);
}

form input,
form select,
form textarea,
.hs-input,
input#hs-pwd-widget-password{
  border-color: rgba(118, 118, 118, 1.0);
  color: ;
  border-radius: 0px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus,
input#hs-pwd-widget-password:focus{
  border-color: rgba(118, 118, 118, 1.0);
}

.fn-date-picker .pika-table thead th {
  color: rgba(255, 255, 255, 0.0);
}

.hs-input:-moz-placeholder,
.hs-input::-webkit-input-placeholder,
.hs-field-desc,
.hs-dateinput:before,
.hs-richtext {
  color: #4a4a4a;
}

.hs-richtext {
  font-size: 16;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lexend Deca;
}

.fn-date-picker td.is-today .pika-button {
  color: #1f2a44;
}

.fn-date-picker td.is-selected .pika-button {
  background: #1f2a44;
}

.fn-date-picker td .pika-button:hover {
  background-color: #333 !important;
}





th,
td {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(26, 25, 25, 1.0);
  color: rgba(26, 25, 25, 1.0);
}

thead th,
thead td {
  background-color: rgba(26, 25, 25, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

tfoot td {
  background-color: rgba(26, 25, 25, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(26, 25, 25, 1.0);
}





.header .head_inner {
  display: flex;
  align-items: left;
  justify-content: space-between; /* or space-around depending on layout */
}

/* Shared: Always apply logo size */
.cstm_logo img,
.cstm_logo_mob img,
.hs-logo img {
  width: 150px !important;
  max-width: 100% !important;
  height: auto !important;
  display: block;
}

/* Desktop: logo offset 200px from left */
.cstm_logo {
  margin-left: 200px;
  flex-shrink: 0;
}

/* Mobile: center logo */
@media (max-width: 767px) {
  .mobile-logo-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw; /* force full width of the screen */
    padding: 20px 0; /* add space top and bottom */
    box-sizing: border-box;
  }

  .mobile-logo-wrapper img {
    width: 200px;
    max-width: 100%;
    height: auto;
    display: block;
  }

  .cstm_logo_mob {
    margin: 0;
    padding: -20;
    width: 100%;
  }
  
  @media (max-width: 767px) {
  .mob_header {
    padding: 20px 0; /* Maintain vertical spacing */
    background-color: white; /* Optional: ensure background persists */
  }

  .mob_header.scrolled {
    padding: 20px 0 !important; /* Override any scroll-based class that might remove it */
  }
}
}
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: ;
}

.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: ;
}

body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li a:active {
  color: ;
} 
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li:active {
  background-color: ;
} 
body .header__language-switcher .lang_list_class li:hover,
body .custom-menu-primary .submenu.level-2 .triangle-container.level-2.hover .triangle {
  background-color: ;
  color: ;
} 

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Lexend Deca;
}


.head_inner,
.cstm_logo,
.custom-menu-primary .hs-menu-wrapper>ul,
.mob_header{
  background-color: rgba(255, 255, 255, 1.0);
}


.custom-menu-primary .hs-menu-wrapper>ul>li>a{
  color : rgba(121, 127, 143, 1.0);
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover{
  color : rgba(121, 127, 143, 1.0);
}

.custom-menu-primary .hs-menu-wrapper>ul>li:hover >a{
  background-color : rgba(255, 255, 255, 0.0);
}	

.custom-menu-primary .hs-menu-wrapper>ul>li.active,
.custom-menu-primary .hs-menu-wrapper>ul>li.active-branch{
  background-color : rgba(255, 255, 255, 0.0);
  color : rgba(121, 127, 143, 1.0);
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul {
  background-color : rgba(255, 255, 255, 1.0);
}

.custom-menu-primary .hs-menu-wrapper  ul ul li a {
  color : rgba(31, 42, 68, 1.0);
}

.custom-menu-primary .hs-menu-wrapper  ul ul li a:hover {
  color : rgba(165, 170, 180, 1.0);
}

.custom-menu-primary .hs-menu-wrapper  ul ul li:hover > a {
  background-color : rgba(255, 255, 255, 0.0);
}

.custom-menu-primary .hs-menu-wrapper  ul ul li.active-branch > a,
.custom-menu-primary .hs-menu-wrapper  ul ul li.active > a {
  background-color : rgba(255, 255, 255, 0.0);
  color : rgba(31, 42, 68, 1.0); 
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-menu-item>a:after,
.custom-menu-primary .hs-menu-wrapper>ul>li.signup>a:after{
  background-color : rgba(251, 225, 34, 1.0);
}

.seperator_sctn:after{
  background-color : rgba(210, 212, 218, 1.0);
}

.custom-menu-primary .hs-menu-wrapper>ul>li.signin>a{
  background-color : rgba(255, 255, 255, 0.0);
  border : 1px solid  rgba(165, 170, 180, 1.0);
}


.custom-menu-primary .hs-menu-wrapper>ul>li.signin>a:hover{
  background-color : rgba(243, 245, 248, 1.0);
}

.custom-menu-primary .hs-menu-wrapper>ul>li.findabusiness>a{
  background-color : rgba(251, 225, 34, 1.0);
  color : rgba(121, 127, 143, 1.0);
}

.custom-menu-primary .hs-menu-wrapper>ul>li.findabusiness>a:hover{
  background-color : rgba(31, 42, 68, 1.0);
  color : rgba(255, 255, 255, 1.0);
}


.custom-menu-primary ul ul>.submenu_wrpr>li>a,
.custom-menu-primary ul ul>.submenu_wrpr>li>a:hover{
  color : rgba(31, 42, 68, 1.0);
}

/* .custom-menu-primary .hs-menu-wrapper>ul>li>ul{
  border-bottom:1px solid rgba(231, 231, 231, 1.0);
} */







.footer {
  background-color: rgba(31, 42, 68, 1.0);
  color:rgba(255, 255, 255, 1.0);
}

.top_ftr a,
.mid_ftr a{
  color:rgba(255, 255, 255, 1.0);
}

.top_ftr a:hover,
.mid_ftr a:hover{
  color:rgba(255, 255, 255, 1.0);
}

.top_ftr .hs-menu-wrapper>ul>li>a,
.top_ftr .hs-menu-wrapper>ul>li>a:hover{
  color:rgba(255, 255, 255, 1.0);
}

.ftr_social{
  border-top:1px solid rgba(128, 128, 128, 1.0);
}

#hs_cos_wrapper_fllw_us span{
  color: rgba(196, 229, 245, 1.0);
}

.copyright{
  color: rgba(170, 170, 187, 1.0);
}

.copyright a{
  color: rgba(255, 255, 255, 1.0);
}

.copyright a:hover{
  color: rgba(255, 255, 255, 1.0);
}






.blog-index {
  display: flex;
  flex-wrap: wrap;
  gap: 30px; /* spacing between items */
  justify-content: flex-start; /* or center, depending on your design */
}

.blog-index__post {
  width: calc(33.333% - 20px); /* 3 columns with spacing */
  box-sizing: border-box;
}

/* Responsive: Stack vertically on smaller screens */
@media (max-width: 900px) {
  .blog-index__post {
    width: calc(50% - 15px); /* 2 columns */
  }
}

@media (max-width: 600px) {
  .blog-index__post {
    width: 100%;
  }
}

.blog-post__date {
  border-color: #4a4a4a;
}

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  color: #4a4a4a;
}

.blog-card__tag-link:hover,
.blog-card__title a:hover,
.blog-tag-filter__menu-link:hover,
.blog-post__tag-link:hover,
.blog-post__author-name:hover,
.blog-card__tag-link:focus,
.blog-card__title a:focus,
.blog-tag-filter__menu-link:focus,
.blog-post__tag-link:focus,
.blog-post__author-name:focus {
  color: #222222;
}

.blog-card__tag-link:active,
.blog-card__title a:active,
.blog-tag-filter__menu-link:active,
.blog-post__tag-link:active,
.blog-post__author-name:active {
  color: #727272;
}

.blog-tag-filter__menu-link--active-item:after {
  background-color: #1f2a44;
}

.blog-pagination__link {
  color: #4a4a4a;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: #1f2a44;
}

.blog-post__title {
  color: #1f2a44;
  font-family:Lexend Deca;
  font-size: 38px;
  font-weight: ;
}

.blog-post__author {
  background-color: #333;
}

#comments-listing .comment-reply-to {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:active {
  color: rgba(#null, 0.0);
}











body .icon svg {
  fill: #1f2a44;
}

body .tns-nav button.tns-nav-active {
  background-color: #1f2a44;
}

body .tns-nav button:hover,
body .tns-nav button:focus {
  background-color: #1f2a44;
}

body .social-links__icon {
  background-color: #1f2a44;
}

body .social-links__icon:hover svg,
body .social-links__icon:focus svg {
  fill: rgba(#null, 0.0);
}

body .social-links__icon:active svg {
  fill: rgba(#null, 0.0);
}

body .team-member__description {
  background-color: #333;
}

.page-center {
  margin: 0 auto;
}




.body-container__website .dnd-section:nth-child(odd) {
  background-color: {typography=, tables=, buttons=, spacing=, footer=, global_colors=, header=, forms=}
}