.elementor-1264 .elementor-element.elementor-element-3f04001{--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-a55c133 */:root {
    --nps-primary: #114268;
    --nps-secondary: #795d26;
    --nps-rare: #1b5379;
    --nps-text: #192c27;
    --nps-bg-light: #f8fbfd;
    --nps-border: #e2e8f0;
  }

  #finoda-nps-wrapper {
    font-family: inherit;
    color: var(--nps-text);
    line-height: 1.7;
    background: transparent;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 15px;
  }

  /* Headings & Sections */
  .nps-section {
    margin-bottom: 50px;
    padding-top: 20px;
  }
  
  #finoda-nps-wrapper h1 {
    color: var(--nps-primary);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 25px;
  }

  #finoda-nps-wrapper h2 {
    color: var(--nps-primary);
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--nps-bg-light);
    position: relative;
  }

  #finoda-nps-wrapper h2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 60px;
    height: 2px;
    background-color: var(--nps-secondary);
  }

  #finoda-nps-wrapper h3 {
    color: var(--nps-rare);
    font-size: 1.3rem;
    font-weight: 600;
    margin: 25px 0 15px 0;
  }

  #finoda-nps-wrapper p {
    margin-bottom: 18px;
    font-size: 1.05rem;
  }

  #finoda-nps-wrapper strong {
    color: var(--nps-primary);
  }

  #finoda-nps-wrapper a {
    color: var(--nps-rare);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
  }

  #finoda-nps-wrapper a:hover {
    color: var(--nps-secondary);
    text-decoration: underline;
  }

  /* Images & Figures */
  .nps-figure {
    margin: 0 0 30px 0;
    text-align: center;
  }
  
  .nps-img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(17, 66, 104, 0.08);
    display: block;
    margin: 0 auto;
  }

  .nps-caption {
    font-size: 0.9rem;
    color: var(--nps-secondary);
    margin-top: 10px;
    font-style: italic;
  }

  /* Flex Layouts */
  .nps-flex-row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: flex-start;
  }
  .nps-flex-col {
    flex: 1;
    min-width: 300px;
  }

  /* Table of Contents */
  .nps-toc-container {
    background: var(--nps-bg-light);
    border: 1px solid var(--nps-border);
    border-left: 4px solid var(--nps-primary);
    border-radius: 8px;
    padding: 20px;
    margin: 40px 0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.03);
  }

  .nps-toc-container summary {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--nps-primary);
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .nps-toc-container summary::-webkit-details-marker {
    display: none;
  }
  
  .nps-toc-container summary::before {
    content: '▶';
    font-size: 0.8rem;
    color: var(--nps-secondary);
    transition: transform 0.3s;
  }

  .nps-toc-container[open] summary::before {
    transform: rotate(90deg);
  }

  .nps-toc-list {
    margin-top: 15px;
    padding-left: 10px;
    list-style: none;
  }

  .nps-toc-list li {
    margin-bottom: 12px;
  }
  
  .nps-toc-list li a {
    color: var(--nps-text);
    font-weight: 500;
    display: block;
    padding: 5px 10px;
    border-radius: 4px;
    transition: background 0.3s, color 0.3s;
  }

  .nps-toc-list li a:hover {
    background: rgba(17, 66, 104, 0.05);
    color: var(--nps-primary);
    text-decoration: none;
  }

  /* Tables */
  .nps-table-wrapper {
    overflow-x: auto;
    margin: 25px 0;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(17, 66, 104, 0.05);
  }

  .nps-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    min-width: 600px;
  }

  .nps-table th, .nps-table td {
    padding: 15px;
    border: 1px solid var(--nps-border);
    text-align: left;
  }

  .nps-table th {
    background-color: var(--nps-primary);
    color: #ffffff;
    font-weight: 600;
    white-space: nowrap;
  }

  .nps-table tr:nth-child(even) {
    background-color: var(--nps-bg-light);
  }
  
  .nps-table tr:hover {
    background-color: rgba(121, 93, 38, 0.05);
  }

  /* Lists */
  .nps-list {
    padding-left: 20px;
    margin-bottom: 20px;
  }
  
  .nps-list li {
    margin-bottom: 10px;
    position: relative;
  }

  .nps-step-list {
    list-style-type: none;
    padding-left: 0;
  }

  .nps-step-list li {
    background: var(--nps-bg-light);
    border-left: 4px solid var(--nps-secondary);
    padding: 15px 20px;
    margin-bottom: 15px;
    border-radius: 0 8px 8px 0;
  }

  /* FAQ Accordion */
  .nps-faq-wrapper {
    margin-top: 30px;
  }

  .nps-faq-item {
    border: 1px solid var(--nps-border);
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
  }

  .nps-faq-btn {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    padding: 18px 20px;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--nps-primary);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s;
    font-family: inherit;
  }

  .nps-faq-btn:hover {
    background: var(--nps-bg-light);
  }

  .nps-faq-icon {
    font-size: 1.5rem;
    color: var(--nps-secondary);
    transition: transform 0.3s ease;
  }

  .nps-faq-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    padding: 0 20px;
    background: #fff;
  }

  .nps-faq-item.active .nps-faq-content {
    max-height: 1000px;
    padding: 0 20px 20px 20px;
  }

  .nps-faq-item.active .nps-faq-icon {
    transform: rotate(45deg);
  }

  /* Videos */
  .nps-video-embed {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
    margin: 30px 0;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(17, 66, 104, 0.1);
    background: var(--nps-primary);
  }
  
  .nps-video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }

  /* CTA Buttons */
  .nps-btn {
    display: inline-block;
    background-color: var(--nps-primary);
    color: #ffffff !important;
    padding: 14px 28px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none !important;
    transition: background-color 0.3s, transform 0.2s;
    margin-right: 15px;
    margin-bottom: 15px;
    border: none;
    cursor: pointer;
  }

  .nps-btn:hover {
    background-color: var(--nps-rare);
    transform: translateY(-2px);
  }

  .nps-btn-secondary {
    background-color: var(--nps-secondary);
  }

  .nps-btn-secondary:hover {
    background-color: #5c471c;
  }

  .nps-cta-box {
    background: var(--nps-bg-light);
    border: 1px solid var(--nps-border);
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    margin-top: 40px;
  }

  /* Responsive Adjustments */
  @media (max-width: 768px) {
    .nps-flex-row {
      flex-direction: column;
    }
    #finoda-nps-wrapper {
      padding: 15px 10px;
    }
    .nps-table th, .nps-table td {
      padding: 10px;
    }
  }/* End custom CSS */