/* Add custom CSS styles below */ 
lite-youtube[videoid="mEZFdsyNBR0"] {
    background-image: url("https://khyalstudio.com/wp-content/uploads/2025/12/hudora-compressed.jpg") !important;
    background-size: 100% 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.hudora-footer-note {
    text-align: center !important;
    width: 100%;
    display: block;
    padding: 0.75rem 1rem 1rem;
    font-size: 0.75rem;
    color: #9ca3af;
    border-top: 1px solid rgba(156, 163, 175, 0.3);
    margin-top: 0.5rem;
}

.hudora-footer-note .hudora-footer-line {
    margin: 0.25rem 0;
    line-height: 1.6;
    text-align: center !important;
    width: 100%;
    display: block;
}

/* force Arabic not to float right while keeping glyph direction RTL */
.hudora-footer-note .hudora-footer-line[dir="rtl"] {
    direction: rtl;
    unicode-bidi: plaintext;
    text-align: center !important;
}
/* Product features – English labels only on EN / LTR pages */

/* 1) Fun & Healthy Growth for Everyone */
html[lang="en"] .product-features--wrapper .product-features-item:nth-child(1) .feature-text h3::before,
html[dir="ltr"] .product-features--wrapper .product-features-item:nth-child(1) .feature-text h3::before {
    content: "Fun & Healthy Growth for Everyone";
}

/* 2) Trusted for Over 100 Years */
html[lang="en"] .product-features--wrapper .product-features-item:nth-child(2) .feature-text h3::before,
html[dir="ltr"] .product-features--wrapper .product-features-item:nth-child(2) .feature-text h3::before {
    content: "Trusted for Over 100 Years";
}

/* 3) Built to Last & Easy to Repair */
html[lang="en"] .product-features--wrapper .product-features-item:nth-child(3) .feature-text h3::before,
html[dir="ltr"] .product-features--wrapper .product-features-item:nth-child(3) .feature-text h3::before {
    content: "Built to Last & Easy to Repair";
}