





/* 1a. Containers */





/* 1c. Typography */















/* responsive font sizing */

@media(min-width: 767px) and (max-width: 1000px) {
  html {font-size:calc(17px * .9 );}
  body h1 {font-size:calc(50px * .8 );}
  body h2 {font-size:calc(38px * .8 );}
  body h3 {font-size:calc(30px * .8 );}
  body h4 {font-size:calc(24px * .8 );}
  body h5 {font-size:calc(16px * .8 );}
  body h6 {font-size:calc(14px * .8 );}
}

@media(max-width: 767px) {
  html {font-size:calc(17px * .8 );}
  body h1 {font-size:calc(50px * .6 );}
  body h2 {font-size:calc(38px * .6 );}
  body h3 {font-size:calc(30px * .6 );}
  body h4 {font-size:calc(24px * .6 );}
  body h5 {font-size:calc(16px * .6 );}
  body h6 {font-size:calc(14px * .6 );}
}

/* 1d. Buttons */





/* 1e. Forms */




















.content-wrapper {
  max-width: 1240px;
}

.dnd-section:not([class*='force-full']),
.content-wrapper--vertical-spacing {
  padding: 80px 30px;
}

.dnd-section > .row-fluid {
  max-width: 1240px;
}





html {
  font-size: 17px;
  scroll-behavior: smooth;
}

body {
  font-family: 'Plus Jakarta Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  line-height: 1.4;
}

[class*='__container'] {
  margin: 0 auto;
}

/* Paragraphs */

p {
  font-family: 'Plus Jakarta Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-weight: 300;
}

/* Anchors */

a {
  color: #297373;
}

a:hover,
a:focus {
  color: #014b4b;
}

a:active {
  color: #519b9b;
}

a,
a:hover,
a:focus,
a:active {
  
}

/* Headings */

h1 {
  font-weight: 700; text-decoration: none; font-family: 'Plus Jakarta Sans', serif; font-style: normal;
  color: #b7c5ba;
  font-size: 50px;
  line-height: 1.2;
}

h2 {
  font-weight: 700; text-decoration: none; font-family: 'Plus Jakarta Sans', serif; font-style: normal;
  color: #b7c5ba;
  font-size: 38px;
  line-height: 1.2;
}

h3 {
  font-weight: 700; text-decoration: none; font-family: 'Plus Jakarta Sans', serif; font-style: normal;
  color: #b7c5ba;
  font-size: 30px;
  line-height: 1.2;
}

h4 {
  font-weight: normal; text-decoration: none; font-family: 'Plus Jakarta Sans', serif; font-style: normal;
  color: #b7c5ba;
  font-size: 24px;
  line-height: 1.2;
}

h5 {
  font-weight: normal; text-decoration: none; font-family: 'Plus Jakarta Sans', serif; font-style: normal;
  color: #b7c5ba;
  font-size: 16px;
  line-height: 1.4;
}

h6 {
  font-weight: normal; text-decoration: none; font-family: 'Plus Jakarta Sans', serif; font-style: normal;
  color: #b7c5ba;
  font-size: 14px;
  line-height: 1.4;
}

/* Blockquote */

blockquote {
  border-left-color: ;
}





button,
.button,
.hs-button {
  border: 2px solid ;
  border-radius: 100px;
  padding: 16px 44px;
  text-decoration: none;
}

.funraise-button.button {
  border: 2px solid  !important;
  border-radius: 100px !important;
  padding: 16px 44px !important;
  text-decoration: none !important;
  margin: 1rem 0 0 !important;
}






form { 
  background-color: #FFFFFF;
  padding: 35px;
;
  border-radius: px;
}
form h2, form .form-title { color: #b7c5ba;font-size: 30px;font-family: 'Plus Jakarta Sans', serif;; }
form input { padding: 16px 44px !important; color: #000000;font-size: 16px;font-family: 'Plus Jakarta Sans', sans-serif; background-color: rgba(255, 255, 255, 60%); border: 2px solid ; }
form label { color: #000000;font-size: 16px;font-family: 'Plus Jakarta Sans', sans-serif;; }
form input::placeholder { color: #000000;font-size: 16px;font-family: 'Plus Jakarta Sans', sans-serif;; }
form input:focus { background-color: #FFFFFF;  }

ul.no-list.hs-error-msgs.inputs-list {
  position: absolute;
}

form,
.submitted-message {
  font-family: 'Plus Jakarta Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Form help text */

form legend {
  color: ;
}

/* Form inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  color: #000000;font-size: 16px;font-family: 'Plus Jakarta Sans', sans-serif; 
  background-color: rgba(255, 255, 255, 60%); 
  border-radius: 12px;
  
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  background-color: #FFFFFF; 
  
}

form input[type=text]:focus-visible,
form input[type=email]:focus-visible,
form input[type=password]:focus-visible,
form input[type=tel]:focus-visible,
form input[type=number]:focus-visible,
form input[type=file]:focus-visible,
form select:focus-visible,
form textarea:focus-visible {
  background-color: #FFFFFF; 
  
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #000000;font-size: 16px;font-family: 'Plus Jakarta Sans', sans-serif;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #000000;font-size: 16px;font-family: 'Plus Jakarta Sans', sans-serif;
}

/* Date picker */

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

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

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

/* Submit button */

/* see _theme.css */





table {
  background-color: ;
  border-color: ;
}

th,
td {
  border-color: ;
  color: ;
}

thead th,
thead td {
  background-color: ;
  border-bottom-color: ;
  color: ;
}

tfoot td {
  background-color: ;
  color: ;
}





.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: ;
  font-family: Plus Jakarta Sans, sans-serif;
}

.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: ;
}

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

.header__language-switcher .lang_list_class:before {
  border-bottom-color: ;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: ;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Plus Jakarta Sans, sans-serif;
}

.header__language-switcher-label-current:after {
  border-top-color: ;
}

@media(max-width: 767px) {

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: ;
  }
}





.footer {
  background-color: ;
}

/* Footer Content */

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
  color: ;
}





.blog-post,
.blog-header__inner,
.blog-related-posts {
  padding: 80px 0;
}

/* Blog listing */

.blog-index__post-title-link {
  color: #b7c5ba;
}

.blog-index__post-tag,
.blog-index__post-author-name {
  color: #000000;
}

/* Blog pagination */

.blog-pagination__link {
  color: #000000;
}

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

.blog-pagination__next-link svg,
.blog-pagination__prev-link svg {
  fill: #000000;
}

/* Blog post */

.blog-post__meta a {
  color: #000000;
}

.blog-post__tag-link {
  color: #000000;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #000000;
}

.blog-post__tag-link:active {
  color: #282828;
}

/* Blog related posts */

.blog-related-posts__title a {
  color: #b7c5ba;
}

/* Blog comments */

.blog-comments {
  margin-bottom: 80px;
}

#comments-listing .comment-reply-to {
  color: #297373;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #014b4b;
}

#comments-listing .comment-reply-to:active {
  color: #519b9b;

}

/************************ Kyaw - 06/25/2025 - starts ************************ /

/* Header top border */
.header .header_container {
  border-top: 4px solid #ac905a !important;
}

/* Equal width columns for centered logo */
.header .row-fluid > .span2:first-child,
.header .row-fluid > .span2:nth-child(2),
.header .row-fluid > .span8:last-child {
  max-width: 588px;
  flex: 1;
}

/* Center logo */
.header .row-fluid > .span2:nth-child(2) {
  text-align: center !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

/* Right-align button */
.header .row-fluid > .span8:last-child .custom-button__inner {
  justify-content: end !important;
}

/* Uppercase menu items */
#header3-module-2 .hs-menu-wrapper > ul > li {
  text-transform: uppercase;
}

/* Remove default padding */
#header3-module-2 .hs-menu-wrapper > ul li.hs-menu-depth-1 > a,
#header3-module-2 .hs-menu-wrapper > ul li.hs-menu-depth-1 > .submenu-trigger {
  padding: 0px !important;
}

/* Desktop menu layout */
@media screen and (min-width: 1101px) {
  #header3-module-2 .hs-menu-wrapper > ul {
    display: flex;
    gap: 20px;
  }
}

/* All footer text black and bold */
.footer * {
  color: black !important;
  font-weight: 600 !important;
}

/* Footer links underline with offset */
.footer a {
  text-underline-offset: 5px;   
  text-decoration: underline;
}

/* Footer content flex layout with gap */
.footer #hs_cos_wrapper_footer-module-2_ p {
  display: flex;
  justify-content: center;
  gap: 10px;
}

@media (max-width: 1101px) {
  /* Reset flex properties */
  .header .row-fluid > .span2:first-child,
  .header .row-fluid > .span2:nth-child(2) {
    flex: none;
    max-width: none;
  }
  
  /* Hamburger positioning */
  .header .row-fluid > .span2:first-child {
    padding-left: 25px;
    order: 1;
    width: 50px;
    justify-content: center !important;
  }
  
  /* Logo positioning */
  .header .row-fluid > .span2:nth-child(2) {
    order: 2;
    flex: 1;
    text-align: center !important;
  }
  
  /* Hide button */
  .header .row-fluid > .span8:last-child {
    display: none !important;
  }
  
  /* Mobile menu alignment */
  #header3-module-2 .hs-menu-wrapper > ul {
    justify-content: flex-start !important;
    gap: 20px;
  }
  
  .mega-menu.active>.mega-menu__inner {
     top: 20% !important;
    }
  
  /* Active menu background */
  .mega-menu.active {
    background-color: #ac905a !important;
  }
}

/* HubSpot menu override */
@media screen and (min-width: 767px) {
  #header3-module-2 .hs-menu-wrapper > ul {
    justify-content: flex-start !important;
  }
}

/************************ Kyaw - 06/25/2025 - ends ************************ /