.elementor-1258 .elementor-element.elementor-element-1164335{--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-ff47cad */:root {
    --finoda-primary: #114268;
    --finoda-secondary: #795d26;
    --finoda-rare: #1b5379;
    --finoda-text: #192c27;
    --finoda-bg-light: #f8fbfa;
    --finoda-border: #e0e6e9;
  }

  .finoda-pms-wrapper {
    font-family: inherit;
    color: var(--finoda-text);
    line-height: 1.7;
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px;
    background-color: transparent;
  }

  .finoda-pms-wrapper h1, 
  .finoda-pms-wrapper h2, 
  .finoda-pms-wrapper h3 {
    color: var(--finoda-primary);
    font-weight: 700;
    margin-top: 1.5em;
    margin-bottom: 0.75em;
  }

  .finoda-pms-wrapper h1 {
    font-size: clamp(2rem, 4vw, 2.5rem);
    line-height: 1.3;
    margin-top: 0;
  }

  .finoda-pms-wrapper h2 {
    font-size: clamp(1.5rem, 3vw, 1.8rem);
    border-bottom: 2px solid var(--finoda-bg-light);
    padding-bottom: 8px;
  }

  .finoda-pms-wrapper p {
    margin-bottom: 1.2em;
    font-size: 1.05rem;
  }

  .finoda-pms-wrapper a {
    color: var(--finoda-secondary);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
  }

  .finoda-pms-wrapper a:hover {
    color: var(--finoda-rare);
    text-decoration: underline;
  }

  /* Hero Image Styling */
  .pms-hero-image-container {
    margin: 30px 0;
    text-align: center;
  }

  .pms-hero-image-container img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(17, 66, 104, 0.1);
  }

  .pms-hero-image-container figcaption {
    font-size: 0.9rem;
    color: var(--finoda-secondary);
    margin-top: 10px;
    font-style: italic;
  }

  /* Table of Contents */
  .pms-toc-container {
    background-color: var(--finoda-bg-light);
    border-left: 4px solid var(--finoda-secondary);
    padding: 25px;
    margin: 40px 0;
    border-radius: 0 8px 8px 0;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
  }

  .pms-toc-container h3 {
    margin-top: 0;
    font-size: 1.3rem;
  }

  .pms-toc-container ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
  }

  .pms-toc-container li {
    margin-bottom: 12px;
  }

  .pms-toc-container a {
    color: var(--finoda-primary);
    display: flex;
    align-items: center;
    font-weight: 500;
  }
  
  .pms-toc-container a::before {
    content: "📍";
    margin-right: 8px;
    font-size: 0.9em;
  }

  /* Lists & Blockquotes */
  .finoda-pms-wrapper ul {
    margin-bottom: 1.5em;
    padding-left: 1.2em;
  }

  .finoda-pms-wrapper li {
    margin-bottom: 8px;
  }

  .finoda-pms-wrapper blockquote {
    background-color: var(--finoda-bg-light);
    border-left: 4px solid var(--finoda-primary);
    padding: 15px 20px;
    margin: 25px 0;
    font-style: normal;
    border-radius: 0 6px 6px 0;
    font-weight: 500;
  }

  /* Table Styling */
  .pms-table-responsive {
    overflow-x: auto;
    margin: 30px 0;
  }

  .pms-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.02);
    border-radius: 8px;
    overflow: hidden;
  }

  .pms-table th, .pms-table td {
    padding: 15px 20px;
    text-align: left;
    border-bottom: 1px solid var(--finoda-border);
  }

  .pms-table th {
    background-color: var(--finoda-primary);
    color: #ffffff;
    font-weight: 600;
  }

  .pms-table tr:last-child td {
    border-bottom: none;
  }
  
  .pms-table tr:hover {
    background-color: var(--finoda-bg-light);
  }

  /* Accordion FAQ Styling */
  .pms-accordion {
    background-color: transparent;
    color: var(--finoda-primary);
    cursor: pointer;
    padding: 18px 20px;
    width: 100%;
    text-align: left;
    border: 1px solid var(--finoda-border);
    border-radius: 8px;
    outline: none;
    transition: 0.3s;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .pms-accordion h3 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
  }

  .pms-accordion::after {
    content: '\002B';
    color: var(--finoda-secondary);
    font-weight: bold;
    font-size: 1.5rem;
    margin-left: 15px;
  }

  .pms-accordion.active {
    background-color: var(--finoda-primary);
    color: white;
    border-color: var(--finoda-primary);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  
  .pms-accordion.active h3 {
    color: white;
  }

  .pms-accordion.active::after {
    content: "\2212";
    color: white;
  }

  .pms-panel {
    padding: 0 20px;
    background-color: white;
    border: 1px solid var(--finoda-border);
    border-top: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  
  .pms-panel p {
    padding: 15px 0;
    margin: 0;
  }

  /* CTA Sections */
  .pms-cta-highlight {
    background-color: var(--finoda-bg-light);
    border: 2px dashed var(--finoda-secondary);
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    margin: 40px 0;
  }

  /* Sections Spacing */
  .finoda-pms-wrapper section {
    padding-top: 40px;
    scroll-margin-top: 80px; /* Offset for sticky headers */
  }
  
  @media (max-width: 768px) {
    .finoda-pms-wrapper {
        padding: 15px;
    }
    .pms-toc-container {
        padding: 15px;
    }
  }/* End custom CSS */