/* About page only */
.about-page-body .site-header:not(.is-sticky) {
    border-color: rgba(255, 255, 255, .16);
    background: transparent;
    box-shadow: none
}

.about-page-body .site-header:not(.is-sticky) .header-nav a,
.about-page-body .site-header:not(.is-sticky) .header-phone,
.about-page-body .site-header:not(.is-sticky) .header-search {
    color: #fff
}

.about-page-body .site-header:not(.is-sticky) .header-nav a.active,
.about-page-body .site-header:not(.is-sticky) .header-nav a:hover {
    color: #fbb12f
}

.about-page-body .site-header:not(.is-sticky) .header-phone,
.about-page-body .site-header:not(.is-sticky) .header-search,
.about-page-body .site-header:not(.is-sticky) .menu-toggle {
    border-color: rgba(255, 255, 255, .28);
    background: rgba(255, 255, 255, .08)
}

.about-page-body .site-header:not(.is-sticky) .menu-toggle span {
    background: #fff
}

.about-page {
    overflow: hidden;
    background: #fff;
    color: #526f72
}

.about-page-banner {
    min-height: 520px;
    display: grid;
    align-items: center;
    position: relative;
    padding-top: 86px;
    background: linear-gradient(90deg, rgba(3, 28, 28, .92), rgba(3, 42, 42, .72) 48%, rgba(3, 28, 28, .52)), url("https://dev.orbitwebx.com/wp-content/uploads/2026/04/About-us.webp") center/cover no-repeat
}

.about-banner-content {
    max-width: 820px
}

.about-page-banner h1 {
    margin: 0 0 16px;
    color: #fff;
    font-size: 4.25rem;
    font-weight: 900
}

.about-breadcrumb {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #ecf8f8;
    font-size: .9rem;
    font-weight: 700
}

.about-breadcrumb a {
    color: #fff
}

.breadcrumb-separator {
    color: #fbb12f
}

.about-content .container {
    max-width: 1200px
}

.about-profile-section,
.about-experience-section,
.about-service-section,
.about-cmg-section,
.about-renovation-section,
.about-accolades-section {
    position: relative;
    padding: 110px 0
}

.about-eyebrow,
.about-section-heading>p {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 12px;
    color: #f59e0b;
    font-size: .82rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase
}

.about-eyebrow span,
.about-section-heading>p::before {
    width: 38px;
    height: 2px;
    background: #fbb12f;
    content: ""
}

.about-section-heading.centered {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.about-section-heading.centered>p::before {
    display: none
}

.about-section-heading h2,
.about-profile-copy h2 {
    margin: 0;
    color: #063232;
    font-size: clamp(2.5rem, 4.5vw, 4rem);
    font-weight: 900;
    line-height: 1.08
}

.about-profile-section {
    background: radial-gradient(circle at 94% 12%, rgba(216, 239, 182, .48), transparent 22%), linear-gradient(145deg, #fff, #f5faf6)
}

.about-profile-grid {
    display: grid;
    grid-template-columns: minmax(0, .88fr) minmax(520px, 1.12fr);
    gap: 80px;
    align-items: center
}

.about-profile-copy {
    position: relative;
    padding-left: 32px
}

.about-profile-copy::before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(#fbb12f 24%, #d8efb6 24%);
    content: ""
}

.about-profile-copy h2 {
    font-size: clamp(3.4rem, 5vw, 4.9rem)
}

.about-nmls {
    width: max-content;
    margin: 12px 0 28px;
    padding: 7px 13px;
    border-radius: 999px;
    background: #ecf8f8;
    color: #115050;
    font-size: .84rem;
    font-weight: 900
}

.about-bio {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.8
}

.about-profile-visual-wrap {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 24px;
    align-items: center;
    position: relative
}

.about-profile-visual-wrap::before {
    width: 230px;
    height: 330px;
    position: absolute;
    left: 28px;
    top: 32px;
    border-radius: 30px;
    background: #d8efb6;
    content: ""
}

.about-profile-visual-wrap::after {
    width: 118px;
    height: 118px;
    position: absolute;
    left: -24px;
    top: -24px;
    border: 2px solid rgba(251, 177, 47, .7);
    border-radius: 50%;
    content: ""
}

.about-profile-editorial-image {
    width: 280px;
    height: 410px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 0;
    border: 7px solid #fff;
    border-radius: 30px;
    background: #ecf8f8;
    box-shadow: 0 28px 62px rgba(3, 33, 33, .18)
}

.about-profile-editorial-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top
}

.about-contact-panel {
    position: relative;
    z-index: 1;
    padding: 28px 26px 28px 30px;
    border: 1px solid rgba(6, 50, 50, .1);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 22px 50px rgba(3, 33, 33, .1)
}

.about-contact-panel ul {
    display: grid;
    gap: 2px
}

.about-contact-panel li {
    min-height: 44px;
    display: grid;
    grid-template-columns: 22px 1fr;
    gap: 9px;
    align-items: center;
    padding: 9px 0;
    border-bottom: 1px solid rgba(6, 50, 50, .08);
    color: #063232;
    font-size: .92rem;
    font-weight: 700
}

.about-contact-panel li:last-child {
    border: 0
}

.about-contact-panel li>span:first-child {
    width: 22px;
    height: 22px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #fff4de;
    color: #f59e0b
}

.about-contact-panel a {
    color: #063232;
    overflow-wrap: anywhere
}

.about-application-link {
    color: #f59e0b !important
}

.about-experience-section {
    background: #ffffff
}

.about-experience-grid {
    display: grid;
    grid-template-columns: minmax(280px, .38fr) minmax(0, .62fr);
    gap: 80px;
    align-items: center
}

.about-experience-stat {
    min-height: 350px;
    display: grid;
    place-items: center;
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    background: #063232;
    box-shadow: 0 28px 64px rgba(6, 50, 50, .18)
}

.about-experience-number {
    color: #d8efb6;
    font-size: clamp(8rem, 14vw, 12rem);
    font-weight: 900;
    line-height: .8
}

.about-experience-stat p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 35px;
    margin: 0;
    color: #fff;
    font-size: .82rem;
    font-weight: 900;
    letter-spacing: .1em;
    text-align: center;
    text-transform: uppercase
}

.about-orange-rule {
    width: 72px;
    height: 3px;
    display: block;
    margin-bottom: 25px;
    background: #fbb12f
}

.about-experience-copy h2 {
    margin: 0 0 22px;
    color: #063232;
    font-size: clamp(2.8rem, 4.6vw, 4.35rem)
}

.about-experience-copy>p {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.78
}

.about-experience-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px
}

.about-experience-tags span {
    padding: 9px 14px;
    border: 1px solid rgba(6, 50, 50, .12);
    border-radius: 999px;
    background: #fff;
    color: #063232;
    font-size: .8rem;
    font-weight: 800;
    box-shadow: 0 8px 20px rgba(3, 33, 33, .05)
}

.about-service-section {
    background: #ecf8f8
}

.about-service-layout {
    display: grid;
    grid-template-columns: minmax(340px, .46fr) minmax(0, .54fr);
    overflow: hidden;
    border: 1px solid rgba(6, 50, 50, .1);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 26px 62px rgba(3, 33, 33, .1)
}

.about-service-visual {
    min-height: 540px;
    position: relative;
    overflow: hidden;
    background: #063232
}

.about-service-visual::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(transparent 35%, rgba(6, 50, 50, .9));
    content: ""
}

.about-service-visual img {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    object-fit: cover
}

.about-service-visual .about-section-heading {
    position: absolute;
    z-index: 1;
    left: 42px;
    right: 42px;
    bottom: 38px
}

.about-service-visual .about-section-heading h2 {
    color: #fff
}

.about-service-content {
    align-self: center;
    margin: 48px;
    padding-left: 32px;
    border-left: 3px solid #fbb12f
}

.about-state-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 30px;
    margin: 0
}

.about-state-list li {
    display: flex;
    align-items: center;
    gap: 11px;
    color: #063232;
    font-size: 1.25rem;
    font-weight: 900
}

.about-state-list i {
    width: 34px;
    height: 34px;
    display: grid;
    flex: none;
    place-items: center;
    border-radius: 50%;
    background: #ecf8f8;
    color: #fbb12f;
    font-size: .88rem
}

.about-service-content>p {
    margin: 28px 0 0;
    padding-top: 24px;
    border-top: 1px solid rgba(6, 50, 50, .12);
    font-size: 1rem;
    line-height: 1.7
}

.about-cmg-section {
    background: radial-gradient(circle at 12% 18%, rgba(216, 239, 182, .14), transparent 25%), #063232
}

.about-cmg-section .about-section-heading {
    margin-bottom: 52px
}

.about-cmg-section .about-section-heading h2 {
    color: #fff
}

.about-cmg-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px
}

.about-support-panel,
.about-construction-panel {
    padding: 50px;
    border-radius: 26px
}

.about-support-panel {
    border: 1px solid rgba(236, 248, 248, .15);
    background: #115050;
    color: #ecf8f8
}

.about-construction-panel {
    border-top: 6px solid #fbb12f;
    background: #d8efb6;
    color: #063232;
    box-shadow: 0 20px 46px rgba(3, 33, 33, .16)
}

.about-support-panel h3,
.about-construction-panel h3 {
    margin: 0 0 22px;
    font-size: 1.65rem
}

.about-support-panel h3 {
    color: #fff
}

.about-support-panel p,
.about-construction-panel p {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.75
}

.about-cmg-section a {
    color: #ffc456
}

.about-renovation-section {
    background: #ecf8f8
}

.about-renovation-grid {
    display: grid;
    grid-template-columns: minmax(0, .52fr) minmax(360px, .48fr);
    gap: 70px
}

.about-renovation-copy .about-section-heading h2 {
    max-width: 560px;
    font-size: clamp(2.35rem, 3.25vw, 3.2rem);
    line-height: 1.12
}

.about-renovation-copy>p {
    margin: 24px 0 0;
    font-size: 1.05rem;
    line-height: 1.75
}

.about-renovation-copy strong {
    color: #063232
}

.about-renovation-copy a {
    color: #f59e0b
}

.about-coverage-copy {
    padding-top: 20px;
    border-top: 3px solid #fbb12f;
    font-weight: 700
}

.about-trademark-note {
    font-size: .82rem !important
}

.about-loan-list {
    display: grid;
    gap: 16px
}

.about-loan-row {
    min-height: 96px;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 24px;
    border: 1px solid rgba(6, 50, 50, .1);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(3, 33, 33, .1);
    transition: .3s
}

.about-loan-row:hover {
    transform: translateY(-4px)
}

.about-loan-number {
    width: 60px;
    height: 60px;
    display: grid;
    flex: none;
    place-items: center;
    border-radius: 50%;
    background: #d8efb6;
    color: #063232;
    font-weight: 900
}

.about-loan-row strong {
    color: #063232;
    font-size: 1.18rem
}

.about-accolades-section {
    background: #fff
}

.about-accolades-section .about-section-heading {
    margin-bottom: 52px
}

.about-awards-grid {
    max-width: 1040px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    margin: auto
}

.about-award-item {
    min-height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px;
    border: 1px solid rgba(6, 50, 50, .1);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(3, 33, 33, .1);
    transition: .3s
}

.about-award-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 54px rgba(3, 33, 33, .14)
}

.about-award-item img {
    max-width: 100%;
    max-height: 150px;
    object-fit: contain
}

.about-page .fade-up {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity .7s ease, transform .7s ease
}

.about-page .fade-up.active,
.about-page .fade-up.is-visible {
    opacity: 1;
    transform: none
}

@media(max-width:1100px) {

    .about-profile-grid,
    .about-experience-grid,
    .about-renovation-grid {
        grid-template-columns: 1fr
    }

    .about-profile-visual-wrap {
        max-width: 720px
    }

    .about-service-layout {
        grid-template-columns: 1fr
    }

    .about-service-visual {
        min-height: 400px
    }
}

@media(max-width:991px) {
    .about-page-body .site-header:not(.is-sticky) .header-nav {
        background: #fff
    }

    .about-page-body .site-header:not(.is-sticky) .header-nav a {
        color: #063232
    }

    .about-cmg-grid {
        grid-template-columns: 1fr
    }
}

@media(max-width:767px) {
    .about-page-banner {
        min-height: 340px;
        padding-top: 78px
    }

    .about-page-banner h1 {
        font-size: 2.7rem
    }

    .about-profile-section,
    .about-experience-section,
    .about-service-section,
    .about-cmg-section,
    .about-renovation-section,
    .about-accolades-section {
        padding: 68px 0
    }

    .about-profile-copy {
        padding-left: 0
    }

    .about-profile-copy::before {
        display: none
    }

    .about-profile-visual-wrap {
        grid-template-columns: 1fr
    }

    .about-profile-visual-wrap::before {
        left: 50%;
        transform: translateX(-42%)
    }

    .about-profile-visual-wrap::after {
        left: calc(50% - 170px)
    }

    .about-profile-editorial-image {
        width: 260px;
        height: 370px;
        margin: auto
    }

    .about-experience-stat {
        min-height: 250px
    }

    .about-experience-number {
        font-size: 8rem
    }

    .about-service-visual {
        min-height: 320px
    }

    .about-service-visual .about-section-heading {
        left: 26px;
        bottom: 26px
    }

    .about-service-content {
        margin: 30px 24px;
        padding-left: 22px
    }

    .about-state-list {
        grid-template-columns: 1fr
    }

    .about-support-panel,
    .about-construction-panel {
        padding: 28px
    }

    .about-renovation-copy .about-section-heading h2 {
        font-size: 2.05rem
    }

    .about-awards-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .about-award-item {
        min-height: 165px
    }
}

@media(prefers-reduced-motion:reduce) {
    .about-page .fade-up {
        opacity: 1;
        transform: none;
        transition: none
    }
}