.elementor-17974 .elementor-element.elementor-element-940690d{--display:flex;}.elementor-17974 .elementor-element.elementor-element-16a8c2c{--display:flex;}/* Start custom CSS for html, class: .elementor-element-7d1a666 */.related-products {
    margin-top: 50px;
}

.related-products h2 {
    font-size: 17px;
    margin-bottom: 20px;
    text-align: center;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}

.product-card {
    display: block;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
    color: #333;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.product-img img {
    width: 100%;
    height: auto;
    display: block;
    
}

.product-info {
    padding: 15px;
    text-align: center;
}

.product-info h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

.product-info p {
    font-size: 14px;
    color: #777;
    margin-bottom: 12px;
}

.btn {
    display: inline-block;
    padding: 8px 16px;
    background: #ff6a00;
    color: #fff;
    border-radius: 20px;
    font-size: 14px;
}
 #scoped-article {
        font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        line-height: 1.85;
        color: #2d3436;
        max-width: 1000px;
        margin: 0 auto;
        padding: 40px 20px;
        background-color: #ffffff;
    }

    #scoped-article h1 {
        font-size: 2.8rem;
        color: #0984e3;
        line-height: 1.1;
        margin-bottom: 2rem;
        font-weight: 800;
    }

    #scoped-article h2 {
        font-size: 1.6rem;
        color: #2d3436;
        margin-top: 3.5rem;
        margin-bottom: 1.2rem;
        padding-bottom: 15px;
        border-bottom: 3px solid #dfe6e9;
    }

    #scoped-article h3 {
        font-size: 1.5rem;
        color: #636e72;
        margin-top: 2rem;
        font-weight: 700;
    }

    #scoped-article p {
        margin-bottom: 1.3rem;
        font-size: 1rem;
    }

    #scoped-article strong {
        color: #000;
    }

    #scoped-article a {
        color: #7104e9;
        text-decoration: none;
        font-weight: 700;
        border-bottom: 2px solid transparent;
        transition: all 0.3s ease;
    }

    #scoped-article a:hover {
        border-bottom: 2px solid #0984e3;
        color: #10a15;
    }

    #scoped-article ul, #scoped-article ol {
        margin-bottom: 2rem;
        padding-left: 25px;
    }

    #scoped-article li {
        margin-bottom: 12px;
        position: relative;
    }

    /* Enhanced Data Table */
    #scoped-article .data-table-container {
        overflow-x: auto;
        margin: 3rem 0;
        border-radius: 12px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    }

    #scoped-article table {
        width: 100%;
        border-collapse: collapse;
        background: #fff;
        min-width: 700px;
    }

    #scoped-article th {
        background-color: #0984e3;
        color: #fff;
        padding: 18px;
        text-align: left;
        font-size: 1rem;
    }

    #scoped-article td {
        padding: 16px;
        border-bottom: 1px solid #f1f2f6;
        font-size: 0.95rem;
    }

    #scoped-article tr:hover {
        background-color: #f9f9f9;
    }

    /* Images */
    #scoped-article .main-img {
        width: 60%;
        height: auto;
        border-radius: 20px;
        margin: 2.5rem 0;
        display: block;
    }

    /* Related Content Card */
    #scoped-article .content-card {
        display: flex;
        background: #f8f9fa;
        border: 1px solid #e9ecef;
        border-radius: 16px;
        overflow: hidden;
        margin: 3rem 0;
        transition: transform 0.3s ease;
    }

    #scoped-article .content-card:hover {
        transform: scale(1.02);
    }

    #scoped-article .card-img {
        width: 30%;
        min-width: 150px;
        object-fit: cover;
    }

    #scoped-article .card-body {
        padding: 25px;
        width: 70%;
    }

    #scoped-article .card-body h4 {
        margin: 0 0 10px 0;
        color: #0984e3;
    }

    #scoped-article .card-body p {
        font-size: 0.9rem;
        margin-bottom: 15px;
        line-height: 1.5;
    }

    /* Statistics Highlight Box */
    #scoped-article .stats-box {
        background: linear-gradient(135deg, #74b9ff 0%, #0984e3 100%);
        color: white;
        padding: 30px;
        border-radius: 15px;
        margin: 2rem 0;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        text-align: center;
    }

    #scoped-article .stat-item h4 {
        font-size: 2.2rem;
        margin: 0;
    }

    #scoped-article .stat-item span {
        font-size: 0.8rem;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    /* Button */
    #scoped-article .btn-primary {
        display: inline-block;
        padding: 18px 36px;
        background-color: #d63031;
        color: #fff !important;
        border-radius: 8px;
        font-weight: 800;
        text-transform: uppercase;
        margin-top: 20px;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
        #scoped-article h1 { font-size: 2.1rem; }
      
        #scoped-article .content-card { flex-direction: column; }
        #scoped-article .card-img { width: 100%; height: 200px; }
        #scoped-article .card-body { width: 100%; }
        #scoped-article .stats-box { flex-direction: column; gap: 20px; }
    }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-66e8e5d */#scoped-article-faq {
        font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
        max-width: 1000px;
        margin:1rem auto;
        padding: 30px;
        background-color: #fcfcfc;
        border-radius: 20px;
        border: 1px solid #eef2f7;
    }

    #scoped-article-faq h2 {
        font-size: 2rem;
        color: #1a1a1a;
        margin-bottom: 1rem;
        text-align: center;
        font-weight: 800;
    }

    #scoped-article-faq .faq-item {
        margin-bottom: 1.5rem;
        background: #fff;
        padding: 20px;
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.03);
        border-left: 5px solid #0984e3;
    }

    #scoped-article-faq h3 {
        font-size: 1.1rem;
        color: #0984e3;
        margin: 0 0 10px 0;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #scoped-article-faq p {
        font-size: 0.9rem;
        line-height: 1.6;
        color: #4a4a4a;
        margin: 0;
    }

    #scoped-article-faq strong {
        color: #2d3436;
    }

    /* Mobile optimization */
    @media (max-width: 600px) {
        #scoped-article-faq { padding: 15px; }
        #scoped-article-faq h2 { font-size: 1.8rem; }
        #scoped-article-faq h3 { font-size: 1.1rem; }
    }/* End custom CSS */