.elementor-1559 .elementor-element.elementor-element-8379d0c{--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-cf48ea0 */.finoda-gst-wrapper {
    --primary: #114268;
    --secondary: #795d26;
    --rare: #1b5379;
    --text: #192c27;
    --bg-light: rgba(17, 66, 104, 0.03); /* Transparent/finance-type background */
    --border: #e0e6ed;
    
    font-family: inherit;
    color: var(--text);
    line-height: 1.7;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 15px;
  }

  .finoda-gst-wrapper h1, 
  .finoda-gst-wrapper h2, 
  .finoda-gst-wrapper h3 {
    color: var(--primary);
    font-weight: 700;
    margin-top: 1.5em;
    margin-bottom: 0.75em;
    line-height: 1.3;
  }

  .finoda-gst-wrapper h1 { font-size: 2.2rem; }
  .finoda-gst-wrapper h2 { font-size: 1.8rem; border-bottom: 2px solid var(--bg-light); padding-bottom: 10px; }
  .finoda-gst-wrapper h3 { font-size: 1.4rem; color: var(--rare); }

  .finoda-gst-wrapper p { margin-bottom: 1.2em; }
  
  .finoda-gst-wrapper a {
    color: var(--secondary);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
  }
  .finoda-gst-wrapper a:hover { color: var(--rare); text-decoration: underline; }

  .finoda-gst-wrapper ul, .finoda-gst-wrapper ol {
    margin-bottom: 1.5em;
    padding-left: 1.5em;
  }
  .finoda-gst-wrapper li { margin-bottom: 0.5em; }

  /* Images */
  .finoda-gst-wrapper figure {
    margin: 2em 0;
    text-align: center;
  }
  .finoda-gst-wrapper figure img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(17, 66, 104, 0.1);
    border: 1px solid var(--border);
  }
  .finoda-gst-wrapper figcaption {
    font-size: 0.9rem;
    color: var(--text);
    opacity: 0.8;
    margin-top: 10px;
    font-style: italic;
  }

  /* Table of Contents */
  .finoda-toc {
    background: var(--bg-light);
    border: 1px solid var(--border);
    border-left: 4px solid var(--secondary);
    border-radius: 8px;
    margin: 2em 0;
    overflow: hidden;
  }
  .finoda-toc-header {
    padding: 15px 20px;
    background: #fff;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    color: var(--primary);
    font-size: 1.1rem;
  }
  .finoda-toc-header:hover { background: var(--bg-light); }
  .finoda-toc-content {
    padding: 15px 20px;
    display: none; /* Collapsed by default */
  }
  .finoda-toc-content ul { list-style: none; padding-left: 0; margin: 0; }
  .finoda-toc-content li { margin-bottom: 0.8em; }
  .finoda-toc-content ul ul { padding-left: 1.5em; margin-top: 0.5em; border-left: 1px solid var(--border); margin-left: 10px; }
  .finoda-toc-content a { color: var(--text); font-weight: normal; }
  .finoda-toc-content a:hover { color: var(--secondary); }

  /* Tables */
  .finoda-gst-wrapper table {
    width: 100%;
    border-collapse: collapse;
    margin: 2em 0;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  }
  .finoda-gst-wrapper th, .finoda-gst-wrapper td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid var(--border);
  }
  .finoda-gst-wrapper th {
    background-color: var(--primary);
    color: #fff;
    font-weight: 600;
  }
  .finoda-gst-wrapper tr:nth-child(even) { background-color: var(--bg-light); }
  .finoda-gst-wrapper tr:hover { background-color: rgba(121, 93, 38, 0.05); }

  /* Sections */
  .finoda-gst-wrapper section { margin-bottom: 3em; }

  /* FAQ Accordion */
  .finoda-faq-container { margin: 2em 0; }
  .finoda-faq-item {
    border: 1px solid var(--border);
    border-radius: 8px;
    margin-bottom: 10px;
    background: #fff;
    overflow: hidden;
  }
  .finoda-faq-question {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    padding: 18px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: background 0.3s;
  }
  .finoda-faq-question:hover { background: var(--bg-light); }
  .finoda-faq-question h3 {
    margin: 0;
    font-size: 1.1rem;
    color: var(--primary);
    line-height: 1.4;
    flex: 1;
    padding-right: 20px;
  }
  .finoda-faq-icon {
    font-size: 1.5rem;
    color: var(--secondary);
    transition: transform 0.3s ease;
  }
  .finoda-faq-item.active .finoda-faq-icon { transform: rotate(45deg); }
  .finoda-faq-answer {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
  }
  .finoda-faq-item.active .finoda-faq-answer {
    padding: 0 20px 20px 20px;
    max-height: 1000px; /* Arbitrary large number for animation */
  }

  /* CTA Section */
  .finoda-cta-box {
    background: linear-gradient(135deg, var(--primary) 0%, var(--rare) 100%);
    color: #fff;
    padding: 40px;
    border-radius: 12px;
    text-align: center;
    margin: 3em 0;
    box-shadow: 0 10px 30px rgba(17, 66, 104, 0.2);
  }
  .finoda-cta-box h2, .finoda-cta-box p { color: #fff; border: none; }
  .finoda-cta-box a.btn {
    display: inline-block;
    background: var(--secondary);
    color: #fff;
    padding: 15px 30px;
    border-radius: 30px;
    font-size: 1.1rem;
    text-decoration: none;
    margin: 20px 0;
    transition: transform 0.3s, background 0.3s;
    font-weight: bold;
  }
  .finoda-cta-box a.btn:hover {
    background: #fff;
    color: var(--primary);
    transform: translateY(-3px);
  }
  .finoda-cta-contact { margin-top: 15px; font-size: 0.95rem; opacity: 0.9; }

  @media (max-width: 768px) {
    .finoda-gst-wrapper { padding: 15px 10px; }
    .finoda-gst-wrapper h1 { font-size: 1.8rem; }
    .finoda-gst-wrapper h2 { font-size: 1.5rem; }
    .finoda-gst-wrapper table { display: block; overflow-x: auto; white-space: nowrap; }
    .finoda-cta-box { padding: 30px 20px; }
  }/* End custom CSS */