.ipb-page { direction: rtl; }

.ipb-section { width: 100%; box-sizing: border-box; }
.ipb-section__inner { box-sizing: border-box; }

.ipb-width--contained .ipb-section__inner { max-width: 1200px; margin: 0 auto; padding-inline: 20px; }
.ipb-width--full .ipb-section__inner { width: 100%; padding-inline: 20px; }

.ipb-pad--none .ipb-section__inner { padding-block: 0; }
.ipb-pad--sm .ipb-section__inner { padding-block: 20px; }
.ipb-pad--md .ipb-section__inner { padding-block: 48px; }
.ipb-pad--lg .ipb-section__inner { padding-block: 88px; }

.ipb-bg--light { background-color: #f6f7f9; }
.ipb-bg--dark { background-color: #0f172a; color: #f1f5f9; }
.ipb-bg--dark .ipb-section__heading,
.ipb-bg--dark .ipb-hero__heading { color: #fff; }
.ipb-bg--brand { background-color: #0b5fff; color: #fff; }

.ipb-section__heading { font-size: 26px; font-weight: 700; margin: 0 0 20px; text-align: center; }

/* Hero */
.ipb-hero { background-size: cover; background-position: center; border-radius: 8px; overflow: hidden; }
.ipb-hero__content { padding: 60px 24px; text-align: center; }
.ipb-align-start .ipb-hero__content { text-align: start; }
.ipb-hero__heading { font-size: 38px; font-weight: 800; margin: 0 0 12px; }
.ipb-hero__subheading { font-size: 18px; opacity: .85; margin: 0 0 22px; }

.ipb-btn { display: inline-block; background: #0b5fff; color: #fff !important; padding: 12px 26px; border-radius: 6px; font-weight: 600; text-decoration: none; transition: opacity .15s; }
.ipb-btn:hover { opacity: .88; }
.ipb-btn--light { background: #fff; color: #0b5fff !important; }

/* Grid (counters / gallery) */
.ipb-grid { display: grid; grid-template-columns: repeat(var(--ipb-cols, 3), 1fr); gap: 24px; }
@media (max-width: 900px) { .ipb-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .ipb-grid { grid-template-columns: 1fr; } }

.ipb-counter { text-align: center; }
.ipb-counter__num { display: block; font-size: 34px; font-weight: 800; color: #0b5fff; }
.ipb-counter__label { display: block; font-size: 14px; opacity: .75; margin-top: 4px; }

.ipb-grid--gallery .ipb-gallery__item { display: flex; align-items: center; justify-content: center; background: #fff; border: 1px solid #eceef1; border-radius: 8px; padding: 14px; }
.ipb-grid--gallery img { max-width: 100%; max-height: 60px; object-fit: contain; filter: grayscale(1); opacity: .75; transition: .15s; }
.ipb-grid--gallery img:hover { filter: none; opacity: 1; }

/* Rich text */
.ipb-richtext { line-height: 1.9; }
.ipb-richtext p:first-child { margin-top: 0; }

/* CTA */
.ipb-cta { text-align: center; background: #0b5fff; color: #fff; border-radius: 10px; padding: 50px 24px; }
.ipb-cta__heading { font-size: 28px; margin: 0 0 10px; }
.ipb-cta__text { opacity: .9; margin: 0 0 22px; }

/* Shortcode block */
.ipb-shortcode-block { width: 100%; }

.ipb-spacer { width: 100%; }
