.blog-hero {
    position: relative;
    min-height: 430px;
    display: flex;
    align-items: center;
    padding: 140px 0 80px;
    overflow: hidden;
    background: linear-gradient(115deg, rgba(3, 33, 33, .96), rgba(6, 50, 50, .88)), url("https://dev.orbitwebx.com/wp-content/uploads/2026/04/FHA-Mortgage-Loans-in-Dallas-TX-for-Affordable-Home-Financing.webp") center/cover;
    color: #fff
}

.blog-hero:before {
    position: absolute;
    inset: auto -120px -220px auto;
    width: 520px;
    height: 520px;
    border: 1px solid rgba(216, 239, 182, .18);
    border-radius: 50%;
    content: ""
}

.blog-hero:after {
    position: absolute;
    right: 120px;
    bottom: -180px;
    width: 360px;
    height: 360px;
    border: 70px solid rgba(251, 177, 47, .09);
    border-radius: 50%;
    content: ""
}

.blog-hero-content,
.blog-single-heading {
    position: relative;
    z-index: 1;
    max-width: 900px
}

.blog-hero-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 14px;
    color: #ffc456;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase
}

.blog-hero-label:before {
    width: 28px;
    height: 2px;
    background: #fbb12f;
    content: ""
}

.blog-hero h1 {
    max-width: 900px;
    margin: 0 0 22px;
    color: #fff;
    font-size: clamp(3rem, 6vw, 5.1rem);
    font-weight: 700;
    line-height: 1.04;
    letter-spacing: -.035em
}

.blog-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    color: rgba(255, 255, 255, .72);
    font-size: .93rem
}

.blog-breadcrumb a {
    color: #fff;
    font-weight: 700
}

.blog-breadcrumb a:hover {
    color: #ffc456
}

.blog-main {
    padding: 100px 0 120px;
    background: #fff
}

.blog-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    align-items: start;
    gap: 56px
}

.blog-section-heading {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 40px;
    margin-bottom: 44px
}

.blog-section-heading h2 {
    margin: 0;
    color: #063232;
    font-size: clamp(2.25rem, 3.5vw, 3.25rem);
    font-weight: 700;
    line-height: 1.08
}

.blog-section-heading>p {
    max-width: 480px;
    margin: 0
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px
}

.blog-card {
    overflow: hidden;
    border: 1px solid rgba(6, 50, 50, .09);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 16px 42px rgba(3, 33, 33, .09);
    transition: transform .3s ease, box-shadow .3s ease
}

.blog-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 25px 60px rgba(3, 33, 33, .15)
}

.blog-card-image {
    height: 260px;
    display: block;
    overflow: hidden;
    background: #d8efb6
}

.blog-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .55s ease
}

.blog-card:hover .blog-card-image img {
    transform: scale(1.045)
}

.blog-card-placeholder {
    height: 100%;
    display: grid;
    place-items: center;
    color: #115050;
    font-size: 3rem;
    background: linear-gradient(135deg, #d8efb6, #ecf8f8)
}

.blog-card-body {
    position: relative;
    padding: 30px
}

.blog-category-pill {
    display: inline-flex;
    width: max-content;
    align-items: center;
    padding: 7px 13px;
    border-radius: 999px;
    background: #d8efb6;
    color: #063232;
    font-size: .72rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: .06em;
    text-transform: uppercase
}

.blog-card-body>.blog-category-pill {
    position: absolute;
    top: -17px;
    left: 30px;
    box-shadow: 0 7px 18px rgba(3, 33, 33, .12)
}

.blog-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    margin: 5px 0 17px;
    color: #789194;
    font-size: .79rem;
    font-weight: 600
}

.blog-meta span {
    display: inline-flex;
    align-items: center;
    gap: 7px
}

.blog-meta i {
    color: #f59e0b
}

.blog-card h2 {
    margin: 0 0 14px;
    font-size: 1.48rem;
    font-weight: 700;
    line-height: 1.28
}

.blog-card h2 a:hover {
    color: #f59e0b
}

.blog-card p {
    margin: 0 0 22px;
    line-height: 1.68
}

.blog-read-more {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #063232;
    font-size: .9rem;
    font-weight: 800
}

.blog-read-more i {
    color: #f59e0b;
    transition: transform .2s
}

.blog-read-more:hover i {
    transform: translateX(5px)
}

.blog-sidebar {
    display: grid;
    gap: 24px;
    position: sticky;
    top: 110px
}

.blog-widget {
    padding: 30px;
    border: 1px solid rgba(6, 50, 50, .09);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 14px 38px rgba(3, 33, 33, .08)
}

.blog-widget h2 {
    margin: 0 0 23px;
    padding-bottom: 14px;
    border-bottom: 1px solid #dceaea;
    font-size: 1.25rem;
    font-weight: 800
}

.blog-widget h2:after {
    display: block;
    width: 42px;
    height: 3px;
    margin: 14px 0 -16px;
    background: #fbb12f;
    content: ""
}

.blog-widget .search-form {
    position: relative;
    display: flex
}

.blog-widget .search-field {
    width: 100%;
    height: 52px;
    padding: 0 54px 0 16px;
    border: 1px solid #dceaea;
    border-radius: 12px;
    outline: 0;
    color: #063232
}

.blog-widget .search-field:focus {
    border-color: #fbb12f;
    box-shadow: 0 0 0 4px rgba(251, 177, 47, .13)
}

.blog-widget .search-submit {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 4px;
    right: 4px;
    overflow: hidden;
    padding: 0;
    border: 0;
    border-radius: 9px;
    background: #063232;
    color: #fff;
    font-size: 0
}

.blog-widget .search-submit:after {
    font-family: "Font Awesome 6 Free";
    font-size: 14px;
    font-weight: 900;
    content: "\\f002"
}

.blog-category-list {
    display: grid;
    gap: 4px
}

.blog-category-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 0;
    border-bottom: 1px dashed #dceaea;
    color: #315e61;
    font-weight: 700
}

.blog-category-list li:last-child a {
    border: 0
}

.blog-category-list a:hover {
    color: #f59e0b
}

.blog-category-list small {
    min-width: 28px;
    padding: 3px 8px;
    border-radius: 999px;
    background: #ecf8f8;
    text-align: center
}

.blog-recent-list {
    display: grid;
    gap: 18px
}

.blog-recent-post {
    display: grid;
    grid-template-columns: 76px 1fr;
    align-items: center;
    gap: 14px
}

.blog-recent-image {
    width: 76px;
    height: 68px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 12px;
    background: #ecf8f8;
    color: #115050
}

.blog-recent-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.blog-recent-post strong {
    display: block;
    color: #063232;
    font-size: .91rem;
    line-height: 1.35
}

.blog-recent-post:hover strong {
    color: #f59e0b
}

.blog-recent-post small {
    display: block;
    margin-top: 5px;
    color: #789194;
    font-size: .73rem
}

.blog-tag-cloud,
.blog-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 9px
}

.blog-tag-cloud a,
.blog-tags a {
    padding: 7px 11px;
    border: 1px solid #dceaea;
    border-radius: 8px;
    background: #f5f7f7;
    color: #315e61;
    font-size: .78rem;
    font-weight: 700
}

.blog-tag-cloud a:hover,
.blog-tags a:hover {
    border-color: #fbb12f;
    background: #fbb12f;
    color: #063232
}

.blog-cta-widget {
    overflow: hidden;
    position: relative;
    background: #063232;
    color: #d8efb6
}

.blog-cta-widget:after {
    position: absolute;
    right: -60px;
    bottom: -70px;
    width: 180px;
    height: 180px;
    border: 35px solid rgba(251, 177, 47, .1);
    border-radius: 50%;
    content: ""
}

.blog-cta-widget h2 {
    border: 0;
    color: #fff;
    font-size: 1.6rem
}

.blog-cta-widget h2:after {
    display: none
}

.blog-cta-widget p {
    position: relative;
    z-index: 1
}

.blog-cta-widget .btn {
    position: relative;
    z-index: 1
}

.blog-cta-icon {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    margin-bottom: 22px;
    border-radius: 50%;
    background: #d8efb6;
    color: #063232
}

.blog-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 58px
}

.blog-pagination .page-numbers {
    min-width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    padding: 0 12px;
    border: 1px solid #dceaea;
    border-radius: 50%;
    color: #063232;
    font-weight: 800
}

.blog-pagination .current,
.blog-pagination a:hover {
    border-color: #063232;
    background: #063232;
    color: #fff
}

.blog-archive-description {
    margin: 0 0 36px;
    padding: 24px 28px;
    border-left: 4px solid #fbb12f;
    border-radius: 0 14px 14px 0;
    background: #ecf8f8
}

.blog-archive-description p:last-child {
    margin: 0
}

.blog-single-hero {
    min-height: 540px
}

.blog-single-heading {
    max-width: 1050px
}

.blog-single-heading h1 {
    margin-top: 20px;
    font-size: clamp(2.7rem, 5vw, 4.5rem)
}

.blog-meta-light {
    margin-top: 26px;
    color: rgba(255, 255, 255, .72);
    font-size: .9rem
}

.blog-meta-light i {
    color: #ffc456
}

.blog-single-main {
    background: #f5f7f7
}

.blog-article {
    overflow: hidden;
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(3, 33, 33, .1)
}

.blog-featured-image {
    height: min(540px, 52vw);
    margin: 0;
    overflow: hidden
}

.blog-featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.blog-article-content {
    padding: 54px 60px;
    color: #456d70;
    font-size: 1.06rem;
    line-height: 1.8
}

.blog-article-content>*:first-child {
    margin-top: 0
}

.blog-article-content h2,
.blog-article-content h3,
.blog-article-content h4 {
    margin: 1.5em 0 .6em;
    color: #063232;
    font-weight: 700
}

.blog-article-content h2 {
    font-size: 2.15rem
}

.blog-article-content h3 {
    font-size: 1.55rem
}

.blog-article-content a {
    color: #d98800;
    text-decoration: underline;
    text-underline-offset: 3px
}

.blog-article-content ul,
.blog-article-content ol {
    display: grid;
    gap: 9px;
    margin: 0 0 24px 22px;
    list-style: initial
}

.blog-article-content ol {
    list-style: decimal
}

.blog-article-content blockquote {
    margin: 34px 0;
    padding: 30px 34px;
    border-left: 5px solid #fbb12f;
    border-radius: 0 16px 16px 0;
    background: #ecf8f8;
    color: #063232;
    font-size: 1.2rem;
    font-weight: 700
}

.blog-article-content blockquote p:last-child {
    margin-bottom: 0
}

.blog-article-content img {
    border-radius: 18px
}

.blog-article-footer {
    padding: 0 60px 38px
}

.blog-tags {
    align-items: center;
    padding-top: 28px;
    border-top: 1px solid #dceaea
}

.blog-tags strong {
    margin-right: 4px;
    color: #063232
}

.blog-article .post-navigation {
    padding: 0 60px 48px
}

.blog-article .nav-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px
}

.blog-article .nav-next {
    text-align: right
}

.blog-article .nav-links a {
    display: flex;
    height: 100%;
    flex-direction: column;
    padding: 18px 20px;
    border: 1px solid #dceaea;
    border-radius: 14px
}

.blog-article .nav-links a:hover {
    border-color: #fbb12f
}

.blog-article .nav-subtitle {
    color: #789194;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase
}

.blog-article .nav-title {
    margin-top: 5px;
    color: #063232;
    font-weight: 800;
    line-height: 1.35
}

.comments-area {
    margin: 0 60px 54px;
    padding-top: 38px;
    border-top: 1px solid #dceaea
}

.comments-title,
.comment-reply-title {
    font-size: 1.6rem;
    font-weight: 700
}

.comment-list {
    display: grid;
    gap: 16px;
    margin-bottom: 36px
}

.comment-body {
    padding: 20px;
    border-radius: 14px;
    background: #f5f7f7
}

.comment-form {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px
}

.comment-form-comment,
.comment-form-cookies-consent,
.form-submit,
.comment-notes,
.logged-in-as {
    grid-column: 1/-1
}

.comment-form label {
    display: block;
    margin-bottom: 6px;
    color: #063232;
    font-size: .85rem;
    font-weight: 700
}

.comment-form input:not([type=checkbox]),
.comment-form textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #dceaea;
    border-radius: 9px;
    outline: 0
}

.comment-form input:focus,
.comment-form textarea:focus {
    border-color: #fbb12f
}

.form-submit .submit {
    padding: 14px 25px;
    border: 0;
    border-radius: 999px;
    background: #fbb12f;
    color: #063232;
    font-weight: 800
}

.blog-main .no-results {
    padding: 50px;
    border-radius: 20px;
    background: #ecf8f8;
    text-align: center
}

.blog-main .no-results h1 {
    font-size: 2.3rem
}

.blog-main .fade-up {
    opacity: 0;
    transform: translateY(25px);
    transition: opacity .65s ease, transform .65s ease
}

.blog-main .fade-up.is-visible {
    opacity: 1;
    transform: none
}

@media(max-width:1199px) {
    .blog-layout {
        grid-template-columns: minmax(0, 1fr) 320px;
        gap: 34px
    }

    .blog-grid {
        gap: 20px
    }

    .blog-card-image {
        height: 220px
    }

    .blog-card-body {
        padding: 26px
    }

    .blog-article-content {
        padding: 46px
    }

    .blog-article-footer,
    .blog-article .post-navigation {
        padding-left: 46px;
        padding-right: 46px
    }

    .comments-area {
        margin-left: 46px;
        margin-right: 46px
    }
}

@media(max-width:991px) {
    .blog-layout {
        grid-template-columns: 1fr
    }

    .blog-sidebar {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 24px
    }

    .blog-cta-widget {
        grid-column: 1/-1
    }

    .blog-section-heading {
        align-items: start;
        flex-direction: column
    }

    .blog-hero {
        min-height: 390px;
        padding-top: 130px
    }

    .blog-single-hero {
        min-height: 500px
    }

    .blog-featured-image {
        height: 500px
    }
}

@media(max-width:767px) {
    .blog-hero {
        min-height: 340px;
        padding: 120px 0 62px
    }

    .blog-hero h1 {
        font-size: 2.65rem
    }

    .blog-single-hero {
        min-height: 470px
    }

    .blog-single-heading h1 {
        font-size: 2.5rem
    }

    .blog-main {
        padding: 68px 0 80px
    }

    .blog-grid,
    .blog-sidebar {
        grid-template-columns: 1fr
    }

    .blog-card-image {
        height: 240px
    }

    .blog-cta-widget {
        grid-column: auto
    }

    .blog-section-heading {
        margin-bottom: 32px
    }

    .blog-article-content {
        padding: 30px 24px;
        font-size: 1rem
    }

    .blog-article-content h2 {
        font-size: 1.7rem
    }

    .blog-article-footer,
    .blog-article .post-navigation {
        padding-left: 24px;
        padding-right: 24px
    }

    .comments-area {
        margin: 0 24px 36px
    }

    .blog-featured-image {
        height: 300px
    }

    .blog-article .nav-links,
    .comment-form {
        grid-template-columns: 1fr
    }

    .blog-article .nav-next {
        text-align: left
    }

    .blog-pagination {
        margin-top: 42px
    }

    .blog-breadcrumb {
        font-size: .82rem
    }
}

@media(max-width:480px) {
    .blog-card-image {
        height: 210px
    }

    .blog-card-body {
        padding: 25px 22px
    }

    .blog-widget {
        padding: 24px
    }

    .blog-meta {
        gap: 7px 13px
    }

    .blog-featured-image {
        height: 240px
    }
}

@media(prefers-reduced-motion:reduce) {
    .blog-main .fade-up {
        opacity: 1;
        transform: none
    }

    .blog-card,
    .blog-card-image img {
        transition: none
    }
}