.elementor-kit-10{--e-global-color-primary:#2B2D42;--e-global-color-secondary:#2B2D42;--e-global-color-text:#535862;--e-global-color-accent:#4C9673;--e-global-color-9c8f8d8:#6CC494;--e-global-color-d53828a:#F6F8FF;--e-global-color-b149e8b:#FFFFFF;--e-global-typography-primary-font-family:"Be Vietnam Pro";--e-global-typography-primary-font-size:28px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:1.25em;--e-global-typography-secondary-font-family:"Be Vietnam Pro";--e-global-typography-secondary-font-size:24px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Be Vietnam Pro";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Be Vietnam Pro";--e-global-typography-accent-font-weight:600;color:#535862;font-family:"Be Vietnam Pro", Sans-serif;font-size:16px;font-weight:400;line-height:1.5em;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-kit-10 p{margin-block-end:10px;}.elementor-kit-10 a{color:#4C9673;font-family:"Be Vietnam Pro", Sans-serif;}.elementor-kit-10 h1{color:var( --e-global-color-primary );font-family:"Be Vietnam Pro", Sans-serif;font-size:32px;font-weight:600;line-height:1.25em;}.elementor-kit-10 h2{color:var( --e-global-color-secondary );font-family:"Be Vietnam Pro", Sans-serif;font-size:28px;font-weight:600;line-height:1.25em;}.elementor-kit-10 h3{color:var( --e-global-color-secondary );font-family:"Be Vietnam Pro", Sans-serif;font-size:24px;font-weight:600;line-height:1.5em;}.elementor-kit-10 h4{color:var( --e-global-color-secondary );font-family:"Be Vietnam Pro", Sans-serif;font-size:22px;font-weight:600;line-height:1.5em;}.elementor-kit-10 h5{color:var( --e-global-color-secondary );font-family:"Be Vietnam Pro", Sans-serif;font-size:20px;font-weight:600;line-height:1.5em;}.elementor-kit-10 h6{color:var( --e-global-color-secondary );font-family:"Be Vietnam Pro", Sans-serif;font-size:18px;font-weight:600;line-height:1.5em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Block Quote */

.wp-block-quote {
  border-left: 4px solid #4C9673; /* Green vertical line */
  padding-left: 20px; /* Space between line and text */
  margin: 1.5em 0; /* Space above and below the quote */
  background: none; /* Keep background white/transparent */
}

/* Container for all FAQs */
.schema-faq {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}

/* Each FAQ box */
.schema-faq-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  border-radius: 16px;
  background: var(--Gray-100, #F5F5F5);
  padding: 12px 16px;
  transition: background 0.3s ease;
  position: relative;
}

/* Question section */
.schema-faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: var(--Gray-900, #181D27);
  position: relative;
  padding-right: 32px;
  margin-bottom: 0;
  transition: color 0.3s ease;
}

/* Inline SVG icon via background image */
.schema-faq-question::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 8.19141V16.1914M8 12.1914H16M22 12.1914C22 17.7143 17.5228 22.1914 12 22.1914C6.47715 22.1914 2 17.7143 2 12.1914C2 6.66856 6.47715 2.19141 12 2.19141C17.5228 2.19141 22 6.66856 22 12.1914Z' stroke='%234C9673' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease;
}

/* Minus icon when active */
.schema-faq-section.active .schema-faq-question::after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 12.1914H16M22 12.1914C22 17.7143 17.5228 22.1914 12 22.1914C6.47715 22.1914 2 17.7143 2 12.1914C2 6.66856 6.47715 2.19141 12 2.19141C17.5228 2.19141 22 6.66856 22 12.1914Z' stroke='%234C9673' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* Answer content */
.schema-faq-answer {
  display: none;
  align-self: stretch;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--Gray-600, #535862);
  margin-top: 8px;
}

/* Ensure answer shows only when active */
.schema-faq-section.active .schema-faq-answer {
  display: block;
}

/* Style the Block list */
.wp-block-list {
    padding-bottom: 15px;
}


/* Style the Table of Contents */

#ez-toc-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  border-radius: 16px;
  background: #F3FBF7;
  row-gap: 16px;
  margin: 20px 0px;
}
#ez-toc-container .ez-toc-title {
  align-self: stretch;
  color:  #1F3E34;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 0px;
}
#ez-toc-container .ez-toc-link {
  align-self: stretch;
  color: #3F7B61;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration: underline;
  transition: color 0.3s ease;
}

#ez-toc-container .ez-toc-link:hover {
  color: #2e5e4d;
}
#ez-toc-container .ez-toc-list > li {
  margin-bottom: 8px;
  list-style-type: disc;
  padding-left: 16px;
}

/* End of Style Table of Content *//* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Be Vietnam Pro';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://megaficus.com/wp-content/uploads/2025/06/BeVietnamPro-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Be Vietnam Pro';
	font-style: italic;
	font-weight: 100;
	font-display: auto;
	src: url('https://megaficus.com/wp-content/uploads/2025/06/BeVietnamPro-ThinItalic.woff2') format('woff2');
}
@font-face {
	font-family: 'Be Vietnam Pro';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://megaficus.com/wp-content/uploads/2025/06/BeVietnamPro-Thin.woff2') format('woff2');
}
@font-face {
	font-family: 'Be Vietnam Pro';
	font-style: italic;
	font-weight: 600;
	font-display: auto;
	src: url('https://megaficus.com/wp-content/uploads/2025/06/BeVietnamPro-SemiBoldItalic.woff2') format('woff2');
}
@font-face {
	font-family: 'Be Vietnam Pro';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://megaficus.com/wp-content/uploads/2025/06/BeVietnamPro-SemiBold.woff2') format('woff2');
}
@font-face {
	font-family: 'Be Vietnam Pro';
	font-style: italic;
	font-weight: 500;
	font-display: auto;
	src: url('https://megaficus.com/wp-content/uploads/2025/06/BeVietnamPro-MediumItalic.woff2') format('woff2');
}
@font-face {
	font-family: 'Be Vietnam Pro';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://megaficus.com/wp-content/uploads/2025/06/BeVietnamPro-Medium.woff2') format('woff2');
}
@font-face {
	font-family: 'Be Vietnam Pro';
	font-style: italic;
	font-weight: 300;
	font-display: auto;
	src: url('https://megaficus.com/wp-content/uploads/2025/06/BeVietnamPro-LightItalic.woff2') format('woff2');
}
@font-face {
	font-family: 'Be Vietnam Pro';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://megaficus.com/wp-content/uploads/2025/06/BeVietnamPro-Light.woff2') format('woff2');
}
@font-face {
	font-family: 'Be Vietnam Pro';
	font-style: italic;
	font-weight: normal;
	font-display: auto;
	src: url('https://megaficus.com/wp-content/uploads/2025/06/BeVietnamPro-Italic.woff2') format('woff2');
}
@font-face {
	font-family: 'Be Vietnam Pro';
	font-style: italic;
	font-weight: 200;
	font-display: auto;
	src: url('https://megaficus.com/wp-content/uploads/2025/06/BeVietnamPro-ExtraLightItalic.woff2') format('woff2');
}
@font-face {
	font-family: 'Be Vietnam Pro';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('https://megaficus.com/wp-content/uploads/2025/06/BeVietnamPro-ExtraLight.woff2') format('woff2');
}
@font-face {
	font-family: 'Be Vietnam Pro';
	font-style: italic;
	font-weight: 800;
	font-display: auto;
	src: url('https://megaficus.com/wp-content/uploads/2025/06/BeVietnamPro-ExtraBoldItalic.woff2') format('woff2');
}
@font-face {
	font-family: 'Be Vietnam Pro';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://megaficus.com/wp-content/uploads/2025/06/BeVietnamPro-ExtraBold.woff2') format('woff2');
}
@font-face {
	font-family: 'Be Vietnam Pro';
	font-style: italic;
	font-weight: bold;
	font-display: auto;
	src: url('https://megaficus.com/wp-content/uploads/2025/06/BeVietnamPro-BoldItalic.woff2') format('woff2');
}
@font-face {
	font-family: 'Be Vietnam Pro';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://megaficus.com/wp-content/uploads/2025/06/BeVietnamPro-Bold.woff2') format('woff2');
}
@font-face {
	font-family: 'Be Vietnam Pro';
	font-style: italic;
	font-weight: 900;
	font-display: auto;
	src: url('https://megaficus.com/wp-content/uploads/2025/06/BeVietnamPro-BlackItalic.woff2') format('woff2');
}
@font-face {
	font-family: 'Be Vietnam Pro';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://megaficus.com/wp-content/uploads/2025/06/BeVietnamPro-Black.woff2') format('woff2');
}
/* End Custom Fonts CSS */