/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* Rows */
.cinsf-asset-row{
    margin-bottom:18px;
}

.cinsf-asset-label{
    display:flex;
    justify-content:space-between;
    font-size:.9rem;
    color:#333;
    margin-bottom:6px;
}

.cinsf-asset-label span{
    color:#7bc043;
    font-weight:500;
}

/* Bar */
.cinsf-asset-bar{
    width:100%;
    height:8px;
    background:#f1f1f1;
    border-radius:6px;
    overflow:hidden;
}

.cinsf-asset-fill{
    height:100%;
    background:#7bc043;
    border-radius:6px;
}
.cinsf-table{
    width:100%;
    border-collapse:collapse;
    /* font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif; */
}

.cinsf-table th{
    text-align:left;
    font-weight:500;
    font-size:.9rem;
    padding:14px 10px;
    border-bottom:1px solid #eaeaea;
}

.cinsf-table td{
    padding:16px 10px;
    border-bottom:1px solid #f1f1f1;
    font-size:.9rem;
}

.cinsf-option{
    display:flex;
    align-items:center;
    gap:10px;
}

.cinsf-option img{
    width:18px;
    height:18px;
    object-fit:contain;
}

.cinsf-risk{
    color:#6b7280;
}

.cinsf-positive{
    color:#7bc043;
    font-weight:500;
}

        .cinsf-fund-performance { 

            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; 

            max-width: 1400px; 

            margin: 0 auto; 

            padding: 20px; 

        } 

 

        .cinsf-fund-header { 

            text-align: center; 

            margin-bottom: 30px; 

        } 

 

        .cinsf-fund-header h2 { 

            font-size: 2.5rem; 

            font-weight: 400; 

            margin: 0 0 10px 0; 

            color: #333; 

        } 

 

        .cinsf-fund-header p { 

            color: #666; 

            font-size: 1rem; 

            margin: 0; 

        } 

 

        .cinsf-balance-cards { 

            display: grid; 

            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); 

            gap: 20px; 

            margin-bottom: 40px; 

        } 

 

        .cinsf-balance-card { 

            background: white; 

            border-radius: 12px; 

            padding: 24px; 

            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); 

            position: relative; 

            transition: transform 0.2s, box-shadow 0.2s; 

        } 

 

        .cinsf-balance-card:hover { 

            transform: translateY(-2px); 

            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12); 

        } 

 

        .cinsf-balance-card-header { 

            display: flex; 

            justify-content: space-between; 

            align-items: center; 

            margin-bottom: 12px; 

        } 

 

        .cinsf-balance-card-title { 

            color: #666; 

            font-size: 0.95rem; 

            font-weight: 400; 

        } 

 

        .cinsf-trend-indicator { 

            width: 36px; 

            height: 36px; 

            background: #e8f5e9; 

            border-radius: 8px; 

            display: flex; 

            align-items: center; 

            justify-content: center; 

        } 

 

        .cinsf-trend-indicator svg { 

            width: 20px; 

            height: 20px; 

            stroke: #72b840; 

            stroke-width: 2; 

            fill: none; 

        } 

 

        .cinsf-balance-amount { 

            font-size: 1.75rem; 

            font-weight: 400; 

            color: #333; 

            margin-bottom: 12px; 

        } 

 

        .cinsf-balance-bar { 

            height: 4px; 

            background: linear-gradient(90deg, #72b840 0%, #a8d98e 100%); 

            border-radius: 2px; 

        } 

 

        .cinsf-chart-container { 

            background: white; 

            border-radius: 12px; 

            padding: 32px; 

            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); 

        } 

 

        .cinsf-chart-header { 

            display: flex; 

            justify-content: space-between; 

            align-items: center; 

            margin-bottom: 24px; 

            flex-wrap: wrap; 

            gap: 20px; 

        } 

 

        .cinsf-chart-title-section h3 { 

            font-size: 1.5rem; 

            font-weight: 400; 

            margin: 0 0 5px 0; 

            color: #333; 

        } 

 

        .cinsf-chart-title-section p { 

            color: #666; 

            font-size: 0.9rem; 

            margin: 0; 

        } 

 

        .cinsf-fund-buttons { 

            display: flex; 

            gap: 10px; 

        } 

 

        .cinsf-fund-btn { 

            padding: 10px 24px; 

            border: 1px solid #e0e0e0; 

            background: white; 

            border-radius: 8px; 

            font-size: 0.95rem; 

            cursor: pointer; 

            transition: all 0.2s; 

            color: #666; 

            font-weight: 400; 

        } 

 

        .cinsf-fund-btn:hover { 

            background: #f5f5f5; 

            border-color: #72b840; 

        } 

 

        .cinsf-fund-btn.active { 

            background: #72b840; 

            color: white; 

            border-color: #72b840; 

        } 

 

        .cinsf-chart-wrapper { 

            position: relative; 

            height: 400px; 

            width: 100%; 

        } 

 

        @media (max-width: 768px) { 

            .cinsf-fund-header h2 { 

                font-size: 2rem; 

            } 

 

            .cinsf-balance-cards { 

                grid-template-columns: 1fr; 

            } 

 

            .cinsf-chart-header { 

                flex-direction: column; 

                align-items: flex-start; 

            } 

 

            .cinsf-fund-buttons { 

                width: 100%; 

                justify-content: stretch; 

            } 

 

            .cinsf-fund-btn { 

                flex: 1; 

                padding: 10px 16px; 

                font-size: 0.85rem; 

            } 

 

            .cinsf-chart-wrapper { 

                height: 300px; 

            } 

        } 

.custom-blog-wrapper {
    max-width: 1200px;
    margin: auto;
    padding: 40px 15px;
}

.custom-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.custom-blog-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    transition: all .3s ease;
}

.custom-blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0,0,0,.08);
}

.custom-blog-thumb img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.custom-blog-content {
    padding: 22px;
}

.custom-blog-date {
    font-size: 13px;
    color: #777;
}

.custom-blog-title {
    font-size: 18px;
    margin: 10px 0;
}

.custom-blog-title a {
    color: #111;
    text-decoration: none;
}

.custom-blog-excerpt {
    font-size: 15px;
    color: #555;
    margin-bottom: 16px;
}

.custom-blog-readmore {
    font-weight: 600;
    color: #72b840;
    text-decoration: none;
}

.custom-blog-pagination {
    margin-top: 40px;
    text-align: center;
}

.custom-blog-pagination .page-numbers {
    display: inline-block;
    margin: 0 6px;
    padding: 8px 14px;
    border-radius: 6px;
    background: #f3f3f3;
    color: #333;
    text-decoration: none;
}

.custom-blog-pagination .current {
    background: #72b840;
    color: #fff;
}

/* Responsive */
@media (max-width: 900px) {
    .custom-blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .custom-blog-grid {
        grid-template-columns: 1fr;
    }
}
