.elementor-1557 .elementor-element.elementor-element-dcd50d5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-f761905 *//* Base Wrapper Styling */
  #finoda-page-wrapper {
    font-family: inherit; /* Adheres to WordPress default */
    color: #192c27; /* Text Color */
    line-height: 1.7;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    background-color: #ffffff;
  }

  /* Typography */
  #finoda-page-wrapper h1, 
  #finoda-page-wrapper h2, 
  #finoda-page-wrapper h3 {
    font-family: inherit;
    line-height: 1.3;
  }

  #finoda-page-wrapper h1 {
    color: #114268; /* Primary Color */
    font-size: 2.4rem;
    font-weight: 800;
    margin: 1.5rem 0 1rem;
  }

  #finoda-page-wrapper h2 {
    color: #114268; /* Primary Color */
    font-size: 1.8rem;
    font-weight: 700;
    margin: 2.5rem 0 1.2rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #795d26; /* Secondary Color Underline */
    display: flex;
    align-items: center;
    gap: 10px;
  }

  #finoda-page-wrapper h3 {
    color: #1b5379; /* Rare Color */
    font-size: 1.4rem;
    font-weight: 600;
    margin: 2rem 0 1rem;
  }

  #finoda-page-wrapper p {
    margin-bottom: 1.2rem;
  }

  /* Links & CTAs */
  #finoda-page-wrapper a {
    color: #795d26; /* Secondary Color */
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px dashed #795d26;
    transition: all 0.3s ease;
  }

  #finoda-page-wrapper a:hover {
    color: #114268;
    border-bottom: 1px solid #114268;
  }

  /* Images & Figures */
  #finoda-page-wrapper figure {
    margin: 2rem 0;
    padding: 0;
  }

  #finoda-page-wrapper img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(17, 66, 104, 0.08);
    display: block;
  }

  #finoda-page-wrapper figcaption {
    text-align: center;
    font-size: 0.9rem;
    color: #1b5379;
    font-style: italic;
    margin-top: 0.8rem;
  }

  #finoda-page-wrapper .align-right {
    float: right;
    max-width: 45%;
    margin-left: 2rem;
    margin-bottom: 1rem;
  }

  #finoda-page-wrapper .align-center img {
    margin: 0 auto;
  }

  /* Clearfix */
  #finoda-page-wrapper .clearfix::after {
    content: "";
    clear: both;
    display: table;
  }

  /* Blockquote */
  #finoda-page-wrapper blockquote {
    border-left: 4px solid #795d26;
    background: rgba(121, 93, 38, 0.04);
    padding: 1.2rem 1.5rem;
    margin: 1.5rem 0;
    border-radius: 0 8px 8px 0;
    font-style: italic;
  }

  /* Sections */
  #finoda-page-wrapper section {
    margin-bottom: 3rem;
    padding: 1.5rem 0;
  }

  /* Tables */
  #finoda-page-wrapper table {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0;
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.03);
    border-radius: 8px;
    overflow: hidden;
  }

  #finoda-page-wrapper th {
    background-color: #114268;
    color: #ffffff;
    text-align: left;
    padding: 15px;
    font-weight: 600;
  }

  #finoda-page-wrapper td {
    padding: 15px;
    border-bottom: 1px solid #eef2f5;
    color: #192c27;
  }

  #finoda-page-wrapper tr:last-child td {
    border-bottom: none;
  }

  #finoda-page-wrapper tr:nth-child(even) {
    background-color: rgba(17, 66, 104, 0.02);
  }

  /* Table of Contents Map */
  #finoda-page-wrapper details.toc {
    background: #f8fbff;
    border: 1px solid rgba(17, 66, 104, 0.15);
    border-radius: 8px;
    margin: 2rem 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.02);
  }

  #finoda-page-wrapper details.toc summary {
    padding: 1rem 1.5rem;
    font-weight: 700;
    color: #114268;
    cursor: pointer;
    list-style-position: inside;
    font-size: 1.1rem;
    border-radius: 8px;
  }

  #finoda-page-wrapper details.toc summary::marker {
    color: #795d26;
  }

  #finoda-page-wrapper .toc-content {
    padding: 0 1.5rem 1.5rem;
  }

  #finoda-page-wrapper .toc-content ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
  }

  #finoda-page-wrapper .toc-content ul li {
    margin-bottom: 0.5rem;
  }

  #finoda-page-wrapper .toc-content ul ul {
    padding-left: 1.5rem;
    margin-top: 0.5rem;
    border-left: 2px solid rgba(121, 93, 38, 0.2);
  }

  /* Process Timeline */
  #finoda-page-wrapper .process-timeline {
    margin: 2rem 0;
    padding: 1rem 0;
  }

  #finoda-page-wrapper .phase {
    position: relative;
    padding-left: 30px;
    margin-bottom: 1.5rem;
    border-left: 2px solid #795d26;
  }

  #finoda-page-wrapper .phase:last-child {
    border-left: 2px solid transparent;
  }

  #finoda-page-wrapper .phase::before {
    content: '';
    position: absolute;
    left: -7px;
    top: 5px;
    width: 12px;
    height: 12px;
    background-color: #114268;
    border-radius: 50%;
  }

  #finoda-page-wrapper .phase strong {
    color: #114268;
    font-size: 1.1rem;
    display: block;
    margin-bottom: 0.5rem;
  }

  /* FAQ Accordions */
  #finoda-page-wrapper .faq-container {
    margin-top: 2rem;
  }

  #finoda-page-wrapper details.faq {
    background: #ffffff;
    border: 1px solid #eef2f5;
    border-radius: 8px;
    margin-bottom: 1rem;
    box-shadow: 0 2px 5px rgba(0,0,0,0.02);
    transition: all 0.3s ease;
  }

  #finoda-page-wrapper details.faq[open] {
    border-color: #1b5379;
    box-shadow: 0 4px 15px rgba(17, 66, 104, 0.08);
  }

  #finoda-page-wrapper details.faq summary {
    padding: 1.2rem 1.5rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none; /* Hide default marker */
    background: rgba(17, 66, 104, 0.02);
  }

  #finoda-page-wrapper details.faq summary::-webkit-details-marker {
    display: none; /* Hide for Safari */
  }

  #finoda-page-wrapper details.faq summary h3 {
    margin: 0;
    font-size: 1.1rem;
    color: #192c27;
    font-weight: 600;
  }

  #finoda-page-wrapper details.faq[open] summary h3 {
    color: #114268;
  }

  #finoda-page-wrapper .faq-icon {
    color: #795d26;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1;
    transition: transform 0.3s ease;
  }

  #finoda-page-wrapper details.faq[open] .faq-icon {
    transform: rotate(45deg);
    color: #114268;
  }

  #finoda-page-wrapper .faq-content {
    padding: 0 1.5rem 1.2rem;
    color: #192c27;
  }

  /* Responsive Design */
  @media (max-width: 768px) {
    #finoda-page-wrapper .align-right {
      float: none;
      max-width: 100%;
      margin-left: 0;
    }
    #finoda-page-wrapper h1 {
      font-size: 2rem;
    }
    #finoda-page-wrapper h2 {
      font-size: 1.5rem;
    }
    #finoda-page-wrapper table {
      display: block;
      overflow-x: auto;
      white-space: nowrap;
    }
  }/* End custom CSS */