.elementor-1278 .elementor-element.elementor-element-e540236{--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-2cc5ed2 */.finoda-content-wrapper {
    font-family: inherit; /* Uses CMS theme default */
    color: #192c27; /* Text Color */
    line-height: 1.7;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 0;
    font-size: 1.05rem;
}

.finoda-content-wrapper * {
    box-sizing: border-box;
}

/* Typography */
.finoda-content-wrapper h1, 
.finoda-content-wrapper h2, 
.finoda-content-wrapper h3 {
    color: #114268; /* Primary Color */
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.finoda-content-wrapper h1 { font-size: 2.2rem; text-align: center; margin-bottom: 1.5rem; }
.finoda-content-wrapper h2 { font-size: 1.8rem; border-bottom: 2px solid #f0f4f8; padding-bottom: 10px; }
.finoda-content-wrapper h3 { font-size: 1.4rem; color: #1b5379; /* Rare Color */ }

.finoda-content-wrapper p { margin-bottom: 1.2rem; }

.finoda-content-wrapper a {
    color: #114268;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}
.finoda-content-wrapper a:hover { color: #795d26; /* Secondary Color */ }

/* Clearfix for floats */
.finoda-clearfix::after {
    content: "";
    clear: both;
    display: table;
}

/* Sections */
.finoda-section {
    margin-bottom: 3.5rem;
    padding: 2rem;
    background-color: rgba(248, 249, 250, 0.6); /* Very transparent finance-like bg */
    border-radius: 12px;
    border: 1px solid rgba(17, 66, 104, 0.08);
}

/* Buttons / CTAs */
.finoda-cta-group {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin: 25px 0;
}
.finoda-btn {
    display: inline-block;
    background-color: #114268;
    color: #ffffff !important;
    padding: 12px 24px;
    border-radius: 6px;
    font-weight: 600;
    text-align: center;
    transition: background-color 0.3s ease, transform 0.2s ease;
    border: none;
}
.finoda-btn:hover {
    background-color: #1b5379;
    transform: translateY(-2px);
}
.finoda-btn-outline {
    background-color: transparent;
    color: #114268 !important;
    border: 2px solid #114268;
}
.finoda-btn-outline:hover {
    background-color: #114268;
    color: #fff !important;
}

/* Images Strategy */
.finoda-img-hero {
    width: 100%;
    height: auto;
    border-radius: 12px;
    margin-bottom: 25px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}
.finoda-img-right {
    float: right;
    width: 45%;
    max-width: 400px;
    margin: 10px 0 20px 30px;
    border-radius: 8px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.08);
}
.finoda-img-left {
    float: left;
    width: 45%;
    max-width: 400px;
    margin: 10px 30px 20px 0;
    border-radius: 8px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.08);
}

/* Lists */
.finoda-content-wrapper ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 1.5rem;
}
.finoda-content-wrapper ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
}
.finoda-content-wrapper ul li::before {
    content: "■";
    color: #795d26; /* Secondary Color */
    position: absolute;
    left: 0;
    top: 0;
    font-size: 0.8rem;
    line-height: 1.8;
}

/* Table of Contents */
.finoda-toc-box {
    background: #fff;
    border: 1px solid rgba(17, 66, 104, 0.15);
    border-radius: 8px;
    margin: 30px 0;
    box-shadow: 0 4px 10px rgba(0,0,0,0.03);
    overflow: hidden;
}
.finoda-toc-header {
    background-color: #fcfcfc;
    padding: 15px 20px;
    cursor: pointer;
    font-weight: 700;
    color: #114268;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
}
.finoda-toc-header:hover { background-color: #f5f7f9; }
.finoda-toc-icon {
    font-size: 1.2rem;
    color: #795d26;
    transition: transform 0.3s ease;
}
.finoda-toc-content {
    display: none;
    padding: 15px 20px;
    border-top: 1px solid rgba(17, 66, 104, 0.1);
}
.finoda-toc-content ul { margin-bottom: 0; }
.finoda-toc-content ul li::before { content: "→"; color: #1b5379; }
.finoda-toc-content ul ul { padding-left: 20px; margin-top: 5px; }
.finoda-toc-content ul ul li::before { content: "○"; font-size: 0.7rem; color: #795d26; }

/* FAQ Accordion */
.finoda-accordion { margin-top: 20px; }
.finoda-faq-item {
    border: 1px solid rgba(17, 66, 104, 0.1);
    border-radius: 6px;
    margin-bottom: 15px;
    background: #fff;
    overflow: hidden;
}
.finoda-faq-question {
    width: 100%;
    text-align: left;
    background: transparent;
    border: none;
    padding: 18px 20px;
    font-size: 1.15rem;
    font-weight: 600;
    color: #114268;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s;
}
.finoda-faq-question:hover { background: #f9fbfd; }
.finoda-faq-icon {
    color: #795d26;
    font-weight: bold;
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}
.finoda-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    padding: 0 20px;
}
.finoda-faq-answer-inner {
    padding: 0 0 18px 0;
    color: #192c27;
}

/* Active states */
.finoda-toc-active .finoda-toc-icon { transform: rotate(45deg); }
.finoda-faq-active .finoda-faq-icon { transform: rotate(180deg); }

/* Responsive Media Queries */
@media (max-width: 768px) {
    .finoda-img-right, .finoda-img-left {
        float: none;
        width: 100%;
        max-width: 100%;
        margin: 15px 0;
    }
    .finoda-content-wrapper h1 { font-size: 1.8rem; }
    .finoda-content-wrapper h2 { font-size: 1.5rem; }
    .finoda-content-wrapper h3 { font-size: 1.25rem; }
    .finoda-section { padding: 1.5rem; }
}/* End custom CSS */