/**
* Theme Name: Rebuilto Child
* Description: This is a child theme of Rebuilto, generated by Merlin WP.
* Author: <a href="https://wpopal.com/">Opalthemes</a>
* Template: rebuilto
* Version: 1.1.6
*/
.breadcrumb-wrap {
    background-image: url('./assets/P1188759-1-3.webp');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fieldset-cf7mls {
    padding: 0;
}

/* Hide default CF7 radio */
.ct-radio input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

/* Radio label container */
.ct-radio {
    display: flex;
    align-items: center;
    gap: 14px;
    position: relative;
    cursor: pointer;
    padding: 18px 24px;
    border: 1px solid #ddd;
    border-radius: 12px;
    transition: 0.3s ease;
    margin-bottom: 15px;
    background: #fff;
}

/* Custom circle */
.ct-radio .wpcf7-list-item-label {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 18px;
    font-weight: 500;
    color: #111;
}

.ct-radio .wpcf7-list-item-label::before {
    content: "";
    width: 22px;
    height: 22px;
    border: 2px solid rgb(255, 102, 0);
    border-radius: 50%;
    display: inline-block;
    transition: all 0.3s ease;
    background: #fff;
    box-sizing: border-box;
}

.sinlge-project-meta .meta-item .title {
    color: #1A1A1A !important;
}

.entry-excerpt p {
    color: #1A1A1A;
}

.entry-excerpt {
    color: #1A1A1A;
}

/* Inner dot when checked */
.ct-radio input[type="radio"]:checked+.wpcf7-list-item-label::before {
    background: rgb(255, 102, 0);
    box-shadow: inset 0 0 0 5px #fff;
}

/* Active card style */
.ct-radio:has(input[type="radio"]:checked) {
    border-color: rgb(255, 102, 0);
    background: rgba(255, 102, 0, 0.05);
}

.ct-form h3 {
    padding-bottom: 30px;
}

.ct-form br {
    display: none;
}

.cf7mls_next {
    background: rgb(255, 102, 0) !important;
}

.ct-form .ct-button {
    text-align: right;
    padding-right: 34px;
}

/* Hover */
.ct-radio:hover {
    border-color: rgb(255, 102, 0);
}

/* ============================================================
 * Combined component styles (merged from /assets/*.css)
 * Order preserved per original dependency chain:
 * projects-listing -> blog-listing -> insights-listing -> insight-sidebar -> insight-single
 * ============================================================ */

/* ---------- assets/projects-listing.css ---------- */
/* =========================================================
 *  Projects listing — [rebuilto_projects]
 *  Minimal CSS only; card grid reuses theme .project-item / .d-grid.
 * ========================================================= */

/* Filter bar */
.rb-projects-filter {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 18px;
    margin-bottom: 40px;
}

.rb-projects-filter .rb-filter-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1 1 180px;
    min-width: 160px;
}

.rb-projects-filter .rb-filter-field label {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .04em;
    opacity: .75;
}

.rb-projects-filter select {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 6px;
    background: #fff;
    font-size: 15px;
    line-height: 1.2;
    cursor: pointer;
}

.rb-projects-filter .rb-filter-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex: 0 0 auto;
}

.rb-projects-filter .rb-filter-reset {
    font-size: 14px;
    text-decoration: underline;
    opacity: .7;
}

.rb-projects-filter .rb-filter-reset:hover {
    opacity: 1;
}

/* Card extras (grid itself is theme .d-grid) */
.rb-projects-grid .rb-project-excerpt {
    margin: 10px 0 14px;
    font-size: 15px;
    line-height: 1.6;
    color: white;
}

.rb-projects-grid .rb-project-cta {
    display: inline-block;
    color: white;
}

.rb-projects-grid .rb-project-cta .rebuilto-icon-arrow-up-right {
    margin-left: 10px;
}

.rb-projects-grid .project-item .project-categories a {
    color: white;
}

.rb-projects-grid .project-item .project-categories {
    margin-bottom: 20px;
}

/* Featured / hero case study */
.rb-project-hero {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 0;
    margin-bottom: 50px;
    overflow: hidden;
    background: #F3F5FA;
}

.rb-project-hero-media {
    position: relative;
    min-height: 340px;
}

.rb-project-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    inset: 0;
}

.rb-project-hero-media .overlay-link {
    position: absolute;
    inset: 0;
    z-index: 2;
}

.rb-project-hero-body {
    padding: 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
}

.rb-project-hero-title {
    margin: 0;
    font-size: 30px;
    line-height: 1.2;
}

.rb-project-hero-title a {
    color: inherit;
}

.rb-project-hero-excerpt {
    opacity: .8;
    line-height: 1.7;
}

/* Pagination */
.rb-projects-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 46px;
    justify-content: center;
}

.rb-projects-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    padding: 0 12px;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    line-height: 1;
}

.rb-projects-pagination .page-numbers.current,
.rb-projects-pagination .page-numbers:hover {
    background: #111;
    color: #fff;
    border-color: #111;
}

.rb-projects-empty {
    padding: 40px 0;
    font-size: 18px;
    text-align: center;
    opacity: .7;
}

/* Responsive */
@media (max-width:991px) {
    .rb-project-hero {
        grid-template-columns: 1fr;
    }

    .rb-project-hero-media {
        min-height: 240px;
    }

    .rb-project-hero-body {
        padding: 32px;
    }
}

@media (max-width:600px) {
    .rb-projects-filter .rb-filter-field {
        flex: 1 1 100%;
    }

    .rb-projects-filter .rb-filter-actions {
        flex: 1 1 100%;
    }
}

/* AJAX states */
.rb-projects-grid {
    transition: opacity .2s ease;
}

.rb-projects-loadmore-wrap {
    margin-top: 40px;
    text-align: center;
}

.rb-projects-loadmore[disabled] {
    opacity: .6;
    cursor: default;
}

.rb-projects-spinner {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

.rb-spinner {
    width: 28px;
    height: 28px;
    border: 3px solid rgba(0, 0, 0, .15);
    border-top-color: #111;
    border-radius: 50%;
    animation: rb-spin .7s linear infinite;
}

@keyframes rb-spin {
    to {
        transform: rotate(360deg);
    }
}

/* ---------- assets/blog-listing.css ---------- */
/* =========================================================
 *  Blog listing — [rebuilto_blog]
 *  Minimal CSS; cards reuse theme .blog-grid / .entry-* and .d-grid.
 *  Reuses .rb-filter-field / .rb-spinner from projects-listing.css.
 * ========================================================= */

/* Layout: main + sidebar */
.rb-blog-listing.rb-blog-has-sidebar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 48px;
    align-items: start;
}

.rb-blog-main {
    min-width: 0;
}

/* Filter bar (mirrors projects filter) */
.rb-blog-filter {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 18px;
    margin-bottom: 40px;
}

.rb-blog-filter .rb-filter-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1 1 180px;
    min-width: 160px;
}

.rb-blog-filter .rb-filter-field label {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .04em;
    opacity: .75;
}

.rb-blog-filter select,
.rb-blog-filter input[type="search"] {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid rgba(0, 0, 0, .15);
    background: #fff;
    font-size: 15px;
    line-height: 1.2;
}

.rb-blog-filter select {
    cursor: pointer;
}

.rb-blog-filter .rb-filter-search {
    flex: 2 1 220px;
}

.rb-blog-filter .rb-filter-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex: 0 0 auto;
}

.rb-blog-filter .rb-filter-reset {
    font-size: 14px;
    text-decoration: underline;
    opacity: .7;
}

.rb-blog-filter .rb-filter-reset:hover {
    opacity: 1;
}

/* Featured post */
.rb-blog-hero {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    margin-bottom: 48px;
    overflow: hidden;
    background: var(--e-global-color-background_light);
}

.rb-blog-hero-media {
    position: relative;
    min-height: 320px;
}

.rb-blog-hero-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.rb-blog-hero-media .overlay-link {
    position: absolute;
    inset: 0;
    z-index: 2;
}

.rb-blog-hero-body {
    padding: 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 14px;
}

.rb-blog-hero-body .entry-meta {
    font-size: 14px;
    opacity: .85;
}

.rb-blog-hero-body .entry-meta a {
    color: inherit;
}

.rb-blog-hero-title {
    margin: 0;
    font-size: 30px;
    line-height: 1.2;
}

.rb-blog-hero-title a {
    color: inherit;
}

.rb-blog-hero-excerpt {
    opacity: .8;
    line-height: 1.7;
}

/* Grid AJAX states */
.rb-blog-grid {
    transition: opacity .2s ease;
}

.rb-blog-loadmore-wrap {
    margin-top: 40px;
    text-align: center;
}

.rb-blog-loadmore[disabled] {
    opacity: .6;
    cursor: default;
}

.rb-blog-spinner {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

.rb-blog-empty {
    padding: 40px 0;
    font-size: 18px;
    text-align: center;
    opacity: .7;
}

/* Sidebar */
.rb-blog-sidebar .widget {
    margin-bottom: 40px;
}

.rb-blog-sidebar .widget-title {
    margin: 0 0 18px;
    font-size: 18px;
    padding-bottom: 12px;
    border-bottom: 2px solid rgba(0, 0, 0, .1);
}

.rb-blog-sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.rb-blog-sidebar .rb-widget-categories li {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 9px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .07);
}

.rb-blog-sidebar .rb-widget-categories .count {
    opacity: .55;
}

.rb-blog-sidebar .rb-recent-item {
    display: flex;
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .07);
}

.rb-blog-sidebar .rb-recent-item:last-child {
    border-bottom: 0;
}

.rb-blog-sidebar .rb-recent-thumb {
    flex: 0 0 64px;
}

.rb-blog-sidebar .rb-recent-thumb img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 6px;
    display: block;
}

.rb-blog-sidebar .rb-recent-body {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex-wrap: wrap;
}

.rb-blog-sidebar .rb-recent-body>a {
    font-weight: 600;
    line-height: 1.35;
}

.rb-blog-sidebar .rb-recent-date {
    font-size: 13px;
    opacity: .6;
}

.rb-blog-sidebar .rb-widget-search form {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}


.rb-blog-sidebar .rb-widget-search input[type="search"] {
    flex: 1 1 auto;
    padding: 11px 14px;
    border: 1px solid rgba(0, 0, 0, .15);
}

/* Responsive */
@media (max-width:991px) {
    .rb-blog-listing.rb-blog-has-sidebar {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .rb-blog-hero {
        grid-template-columns: 1fr;
    }

    .rb-blog-hero-media {
        min-height: 230px;
    }

    .rb-blog-hero-body {
        padding: 32px;
    }
}

@media (max-width:600px) {
    .rb-blog-filter .rb-filter-field {
        flex: 1 1 100%;
    }

    .rb-blog-filter .rb-filter-actions {
        flex: 1 1 100%;
    }
}

/* ---------- assets/insights-listing.css ---------- */
/* =========================================================
 *  Insights hub — [rebuilto_insights]
 *  Minimal CSS; cards reuse theme .project-item / .d-grid.
 *  Reuses .rb-spinner from projects-listing.css (enqueued as dependency).
 * ========================================================= */

/* Filter pills */
.rb-insights-filter {
    margin: 0 0 40px;
}

.rb-insight-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.rb-insight-pill {
    appearance: none;
    cursor: pointer;
    padding: 10px 20px;
    border: 1px solid rgba(0, 0, 0, .18);
    border-radius: 999px;
    background: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    transition: background .15s ease, color .15s ease, border-color .15s ease;
}

.rb-insight-pill:hover {
    border-color: #111;
}

.rb-insight-pill.is-active {
    background: #111;
    color: #fff;
    border-color: #111;
}

/* Content-type badge (on card + hero) */
.rb-insight-badge {
    display: inline-block;
    padding: 5px 12px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    line-height: 1;
    background: var(--e-global-color-primary);
    color: #fff;
}


.rb-insights-grid .rb-insight-badge .rb-insight-badge {
    background: var(--e-global-color-primary);
}

.rb-insight-thumb {
    position: relative;
}

.rb-insight-thumb .rb-insight-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 3;
}

/* Per-type accents — tweak to brand amber/dark as needed */
.rb-badge-guide {
    background: #1d4ed8;
}

.rb-badge-whitepaper {
    background: #7c3aed;
}

.rb-badge-checklist {
    background: #0f766e;
}

.rb-badge-video {
    background: #b91c1c;
}

/* Card extras (grid + card frame come from theme .project-item) */
.rb-insights-grid .rb-insight-excerpt {
    margin: 10px 0 14px;
    font-size: 15px;
    line-height: 1.6;
    opacity: .8;
}

.rb-insights-grid .rb-insight-cta {
    display: inline-block;
}

/* Featured insight hero */
.rb-insight-hero {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    margin-bottom: 46px;
    overflow: hidden;
    background: var(--e-global-color-background_light);
}

.rb-insight-hero .rb-insight-badge {
    width: max-content;
}

.rb-insight-hero-media {
    position: relative;
    min-height: 340px;
}

.rb-insight-hero-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.rb-insight-hero-media .overlay-link {
    position: absolute;
    inset: 0;
    z-index: 2;
}

.rb-insight-hero-body {
    padding: 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
}

.rb-insight-hero-title {
    margin: 0;
    font-size: 30px;
    line-height: 1.2;
}

.rb-insight-hero-title a {
    color: inherit;
}

.rb-insight-hero-excerpt {
    opacity: .8;
    line-height: 1.7;
}

/* AJAX states */
.rb-insights-grid {
    transition: opacity .2s ease;
}

.rb-insights-loadmore-wrap {
    margin-top: 40px;
    text-align: center;
}

.rb-insights-loadmore[disabled] {
    opacity: .6;
    cursor: default;
}

.rb-insights-spinner {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

.rb-insight-empty {
    padding: 40px 0;
    font-size: 18px;
    text-align: center;
    opacity: .7;
}

/* CTA block */
.rb-insight-ctablock {
    margin-top: 56px;
    border-radius: 12px;
    background: #111;
    color: #fff;
}

.rb-insight-ctablock-inner {
    padding: 48px;
    text-align: center;
    max-width: 680px;
    margin: 0 auto;
}

.rb-insight-ctablock h3 {
    margin: 0 0 12px;
    font-size: 26px;
    color: #fff;
}

.rb-insight-ctablock p {
    margin: 0 0 24px;
    opacity: .85;
    line-height: 1.7;
}

.rb-insight-cta-download .button-style {
    display: inline-block;
}

/* Responsive */
@media (max-width:991px) {
    .rb-insight-hero {
        grid-template-columns: 1fr;
    }

    .rb-insight-hero-media {
        min-height: 240px;
    }

    .rb-insight-hero-body {
        padding: 32px;
    }

    .rb-insight-ctablock-inner {
        padding: 36px 24px;
    }
}

/* ---------- assets/insight-sidebar.css ---------- */
/* =========================================================
 *  Insight sidebar shortcodes — [insight_author] / [insight_related]
 *  Standalone so the cards are styled wherever the shortcodes are placed.
 *  (single-insight.css also styles these for the full template; harmless overlap.)
 * ========================================================= */

.rb-side-card {
    padding: 24px;
    border: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 24px;
}

.rb-side-card h4 {
    margin: 0 0 14px;
    font-size: 17px;
}

/* Author card */
.rb-author-head {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-bottom: 14px;
}

.rb-author-avatar {
    border-radius: 50%;
    flex: 0 0 auto;
}

.rb-author-name {
    display: block;
    font-weight: 700;
}

.rb-author-link {
    font-size: 13px;
    text-decoration: underline;
    opacity: .7;
}

.rb-author-bio {
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
    opacity: .8;
}

/* Related card */
.rb-related-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.rb-related-card li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .07);
}

.rb-related-card li:last-child {
    border-bottom: 0;
}

.rb-related-card a {
    display: flex;
    gap: 12px;
    align-items: center;
}

.rb-related-thumb img {
    width: 56px;
    height: 56px;
    object-fit: cover;
    border-radius: 6px;
    display: block;
}

.rb-related-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
}

.rb-side-card.rb-related-card span.rb-related-thumb {
    min-width: 55px;
}

/* ---------- assets/insight-single.css ---------- */
/* =========================================================
 *  Single Insight — single-insight.php
 *  Reuses .rb-insight-badge / .rb-badge-* from insights-listing.css
 *  and the theme .d-grid / .button-style for related cards.
 * ========================================================= */

.rb-insight-single {
    overflow: visible;
}

.rb-insight-article {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero */
.rb-insight-hero-single {
    padding: 48px 0 28px;
}

.rb-insight-hero-single-inner {
    max-width: 820px;
}

.rb-insight-hero-single .rb-insight-badge {
    margin-bottom: 18px;
}

.rb-insight-single-title {
    margin: 0 0 16px;
    font-size: 42px;
    line-height: 1.12;
}

.rb-insight-single-deck {
    font-size: 20px;
    line-height: 1.5;
    opacity: .8;
    margin: 0 0 24px;
}

.rb-insight-byline {
    display: flex;
    align-items: center;
    gap: 12px;
}

.rb-byline-avatar {
    border-radius: 50%;
}

.rb-byline-meta {
    display: flex;
    flex-direction: column;
    line-height: 1.35;
}

.rb-byline-name {
    font-weight: 700;
}

.rb-byline-sub {
    font-size: 14px;
    opacity: .65;
}

.rb-byline-dot {
    margin: 0 6px;
}

.rb-insight-featured-media,
.rb-insight-video {
    margin: 0 0 44px;
    border-radius: 10px;
    overflow: hidden;
}

.rb-insight-featured-media img {
    width: 100%;
    height: auto;
    display: block;
}

.rb-insight-video {
    position: relative;
    aspect-ratio: 16/9;
}

.rb-insight-video iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Two-column layout */
.rb-insight-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 56px;
    align-items: start;
    padding-bottom: 64px;
}

.rb-insight-body {
    min-width: 0;
}

/* Rich text */
.rb-insight-richtext {
    font-size: 17px;
    line-height: 1.8;
}

.rb-insight-richtext>*+* {
    margin-top: 1.4em;
}

.rb-insight-richtext h2 {
    font-size: 28px;
    line-height: 1.25;
    margin-top: 1.8em;
}

.rb-insight-richtext h3 {
    font-size: 22px;
    line-height: 1.3;
    margin-top: 1.6em;
}

.rb-insight-richtext img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.rb-insight-richtext ul,
.rb-insight-richtext ol {
    padding-left: 1.4em;
}

.rb-insight-richtext li {
    margin: .5em 0;
}

.rb-insight-richtext a {
    text-decoration: underline;
}

/* Pull quotes (field + inline blockquotes) */
.rb-insight-pullquote,
.rb-insight-richtext blockquote {
    margin: 2em 0;
    padding: 8px 0 8px 28px;
    border-left: 4px solid currentColor;
    font-size: 24px;
    line-height: 1.45;
    font-weight: 600;
    font-style: normal;
}

.rb-insight-pullquote {
    opacity: .95;
}

/* Download */
.rb-insight-download {
    margin: 40px 0;
    padding: 32px;
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 10px;
    background: rgba(0, 0, 0, .02);
}

.rb-download-heading {
    margin: 0 0 8px;
    font-size: 20px;
}

.rb-download-desc {
    margin: 0 0 18px;
    opacity: .8;
}

.rb-download-note {
    opacity: .7;
    font-size: 14px;
    margin: 0;
}

/* Share */
.rb-insight-share {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 40px;
    padding-top: 24px;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.rb-share-label {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .06em;
    opacity: .6;
}

.rb-insight-share a {
    font-weight: 600;
    text-decoration: underline;
}

/* Sticky sidebar */
.rb-insight-sidebar-sticky {
    position: sticky;
    top: 30px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.rb-side-card {
    padding: 24px;
    border: 1px solid rgba(0, 0, 0, .1);

}

.rb-side-card h4 {
    margin: 0 0 14px;
    font-size: 17px;
}

.rb-author-head {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-bottom: 14px;
}

.rb-author-avatar {
    border-radius: 50%;
    flex: 0 0 auto;
}

.rb-author-name {
    display: block;
    font-weight: 700;
}

.rb-author-link {
    font-size: 13px;
    text-decoration: underline;
    opacity: .7;
}

.rb-author-bio {
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
    opacity: .8;
}

.rb-cta-card {
    background: #111;
    color: #fff;
    border-color: #111;
}

.rb-cta-card h4 {
    color: #fff;
}

.rb-cta-card p {
    opacity: .85;
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 18px;
}

.rb-related-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.rb-related-card li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .07);
}

.rb-related-card li:last-child {
    border-bottom: 0;
}

.rb-related-card a {
    display: flex;
    gap: 12px;
    align-items: center;
}

.rb-related-thumb img {
    min-width: 56px;
    height: 56px;
    object-fit: cover;
    border-radius: 6px;
    display: block;
}

.rb-related-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
}

/* Related foot */
.rb-insight-related-foot {
    max-width: 1180px;
    margin: 0 auto;
    padding: 56px 20px 72px;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.rb-related-foot-title {
    margin: 0 0 32px;
    font-size: 28px;
}



.single-post .entry-meta .categories-link {
    display: none;
}

span.wpcf7-list-item {
    margin-left: 0;
}

/* Responsive */
@media (max-width:991px) {
    .rb-insight-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .rb-insight-sidebar-sticky {
        position: static;
    }

    .rb-insight-single-title {
        font-size: 32px;
    }

    .rb-insight-single-deck {
        font-size: 18px;
    }
}

@media (max-width:767px) {
    .rb-project-hero-excerpt {
        line-height: 1.6 !important;
        font-size: 17px;
    }

    .rb-blog-hero-excerpt {
        line-height: 1.6 !important;
        font-size: 17px;
    }

    .entry-excerpt {
        font-size: 17px;
        line-height: 1.6;
    }

    p {
        font-size: 17px;
        line-height: 1.6;
    }

    body {
        font-size: 17px;
        line-height: 1.6;
    }

    h5,
    .omega {
        font-size: 18px;
        line-height: 1.6;
    }

    h4.project-title.omega a {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
    }

}



.ct-form.ct-form-get-quote .cmn-form-select select {
    background-color: unset !important;
    border: unset !important;
    border-bottom: 1px solid white !important;
    color: white !important;
    padding-left: 0;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
}

.ct-form.ct-form-get-quote option {
    background-color: #f5f5f5;
    color: #000;
}

.ct-form.ct-form-get-quote .wpcf7-not-valid-tip {
    margin-top: 9px;
    font-size: 12px;
}

.ct-form.ct-form-get-quote span.wpcf7-list-item-label {
    color: white;
}

.ct-form.ct-form-get-quote span.wpcf7-list-item-label a {
    color: white;
    text-decoration: underline;
}

.ct-form.ct-form-get-quote .wpcf7-not-valid-tip {
    color: red;
    background: white;
    padding: 5px;
}

.wpcf7 form.invalid .wpcf7-response-output {
    background: white;
    color: red;
}