.elementor-1280 .elementor-element.elementor-element-9bfeb11{--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-4113cee */.finoda-las-wrapper {
    font-family: inherit;
    color: #192c27; /* Text Color */
    line-height: 1.7;
    margin: 0 auto;
    max-width: 1100px;
    background-color: transparent;
    padding: 20px 10px;
  }

  .finoda-las-wrapper * {
    box-sizing: border-box;
  }

  /* Typography */
  .finoda-las-wrapper h1, 
  .finoda-las-wrapper h2, 
  .finoda-las-wrapper h3 {
    color: #114268; /* Primary Color */
    font-weight: 700;
    line-height: 1.3;
  }

  .finoda-las-wrapper h1 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
    text-align: center;
  }

  .finoda-las-wrapper h2 {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #795d26; /* Secondary Color */
  }

  .finoda-las-wrapper h3 {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
    margin-top: 1.5rem;
  }

  .finoda-las-wrapper p {
    margin-bottom: 1.2rem;
  }

  .finoda-las-wrapper a {
    color: #114268;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
  }

  .finoda-las-wrapper a:hover {
    color: #795d26; /* Secondary Color */
    text-decoration: underline;
  }

  /* Image styling */
  .finoda-hero-img-container {
    margin: 2rem 0;
    text-align: center;
  }
  
  .finoda-hero-img-container img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(17, 66, 104, 0.15);
  }

  .finoda-hero-img-container figcaption {
    font-size: 0.9rem;
    color: #1b5379; /* Rare Color */
    margin-top: 0.8rem;
    font-style: italic;
  }

  /* Layout Sections */
  .finoda-section {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    padding: 2.5rem 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    border-top: 4px solid transparent;
    transition: all 0.3s ease;
  }

  .finoda-section:hover {
    border-top: 4px solid #114268;
    box-shadow: 0 8px 30px rgba(17, 66, 104, 0.08);
  }

  /* Internal Links Callout Bar */
  .finoda-links-bar {
    background: rgba(121, 93, 38, 0.08);
    padding: 12px 20px;
    border-left: 4px solid #795d26;
    border-radius: 4px;
    margin: 1.5rem 0;
    font-size: 0.95rem;
  }

  /* Table of Contents */
  .finoda-toc {
    background: #fdfdfd;
    border: 1px solid rgba(17, 66, 104, 0.1);
    border-radius: 8px;
    margin: 2rem 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.02);
  }

  .finoda-toc summary {
    font-size: 1.25rem;
    font-weight: 700;
    color: #114268;
    cursor: pointer;
    padding: 1.2rem 1.5rem;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .finoda-toc summary::-webkit-details-marker {
    display: none;
  }

  .finoda-toc summary::after {
    content: "▼";
    font-size: 0.9rem;
    color: #795d26;
    transition: transform 0.3s;
  }

  .finoda-toc[open] summary::after {
    transform: rotate(180deg);
  }

  .finoda-toc-content {
    padding: 0 1.5rem 1.5rem 1.5rem;
    border-top: 1px solid rgba(17, 66, 104, 0.05);
  }

  .finoda-toc-content ul {
    list-style-type: none;
    padding-left: 0;
    margin: 1rem 0 0 0;
  }

  .finoda-toc-content li {
    margin-bottom: 0.6rem;
  }
  
  .finoda-toc-content > ul > li > a {
    font-weight: 600;
    color: #114268;
  }

  .finoda-toc-content ul ul {
    padding-left: 1.5rem;
    margin-top: 0.3rem;
    margin-bottom: 0.8rem;
    border-left: 2px solid rgba(121, 93, 38, 0.2);
  }
  
  .finoda-toc-content ul ul a {
    font-weight: 400;
    font-size: 0.95rem;
    color: #192c27;
  }

  /* Table Design */
  .finoda-table-wrapper {
    overflow-x: auto;
    margin: 2rem 0;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  }

  .finoda-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;
    background: #fff;
  }

  .finoda-table th {
    background: #114268; /* Primary */
    color: #ffffff;
    padding: 1.2rem 1rem;
    text-align: left;
    font-weight: 600;
  }

  .finoda-table td {
    padding: 1rem;
    border-bottom: 1px solid rgba(25, 44, 39, 0.1);
  }

  .finoda-table tr:nth-child(even) {
    background: rgba(27, 83, 121, 0.05); /* Rare Color with opacity */
  }

  .finoda-table tr:hover td {
    background: rgba(121, 93, 38, 0.05);
  }

  /* FAQ Accordion */
  .finoda-faq-item {
    margin-bottom: 1rem;
    border: 1px solid rgba(17, 66, 104, 0.15);
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
  }

  .finoda-faq-item summary {
    font-weight: 700;
    font-size: 1.1rem;
    color: #114268;
    cursor: pointer;
    padding: 1.2rem;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fdfdfd;
    transition: background 0.3s;
  }

  .finoda-faq-item summary:hover {
    background: rgba(121, 93, 38, 0.05);
  }

  .finoda-faq-item summary::-webkit-details-marker {
    display: none;
  }
  
  .finoda-faq-item summary h3 {
    margin: 0;
    font-size: 1.1rem;
    color: inherit;
  }

  .finoda-faq-item summary::after {
    content: "+";
    font-size: 1.5rem;
    color: #795d26;
    font-weight: 400;
  }

  .finoda-faq-item[open] summary::after {
    content: "−";
  }

  .finoda-faq-item[open] summary {
    border-bottom: 1px solid rgba(17, 66, 104, 0.1);
  }

  .finoda-faq-content {
    padding: 1.2rem;
    color: #192c27;
  }

  /* CTA Section */
  .finoda-cta-section {
    background: linear-gradient(135deg, #114268 0%, #1b5379 100%);
    color: #ffffff;
    padding: 3rem 2rem;
    border-radius: 12px;
    text-align: center;
    margin-top: 3rem;
    box-shadow: 0 10px 30px rgba(17, 66, 104, 0.2);
  }

  .finoda-cta-section h3 {
    color: #ffffff;
    font-size: 1.8rem;
    border: none;
    margin-bottom: 1rem;
  }

  .finoda-cta-section p {
    font-size: 1.1rem;
    opacity: 0.9;
    margin-bottom: 1.5rem;
  }

  .finoda-cta-contact {
    font-size: 1.1rem;
    margin-bottom: 2rem;
  }

  .finoda-cta-contact a {
    color: #ffffff;
    text-decoration: none;
    margin: 0 10px;
  }

  .finoda-cta-contact a:hover {
    color: #795d26;
  }

  .finoda-btn {
    display: inline-block;
    background: #795d26; /* Secondary */
    color: #ffffff !important;
    padding: 12px 28px;
    border-radius: 6px;
    font-weight: 600;
    margin: 10px;
    text-decoration: none !important;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(121, 93, 38, 0.3);
  }

  .finoda-btn:hover {
    background: #ffffff;
    color: #114268 !important;
    transform: translateY(-2px);
  }

  /* List Styling */
  .finoda-list {
    padding-left: 1.2rem;
    margin-bottom: 1.5rem;
  }
  
  .finoda-list li {
    margin-bottom: 0.5rem;
  }

  /* Responsiveness */
  @media (max-width: 768px) {
    .finoda-las-wrapper h1 { font-size: 1.8rem; }
    .finoda-las-wrapper h2 { font-size: 1.5rem; }
    .finoda-section { padding: 1.5rem 1rem; }
    .finoda-cta-section { padding: 2rem 1rem; }
    .finoda-btn { display: block; margin: 10px auto; max-width: 250px; }
  }
  
  html {
    scroll-behavior: smooth;
  }/* End custom CSS */