@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css");:root {
    --color-primary: #0b2a59;
    --color-secondary: #ff5722;
    --color-info: #2f80ed;
    --color-success: #27ae60;
    --color-warning: #e2b93b;
    --color-error: #eb5757;
    --color-black-1: #000;
    --color-black-2: #1d1d1d;
    --color-black-3: #282828;
    --color-white: #fff;
    --color-gray-1: #333;
    --color-gray-2: #4f4f4f;
    --color-gray-3: #828282;
    --color-gray-4: #bdbdbd;
    --color-gray-5: #e0e0e0;
    --font-family-primary: "Poppins",sans-serif;
    --font-size-h1: 56px;
    --line-height-h1: 61.6px;
    --font-size-h2: 48px;
    --line-height-h2: 52.8px;
    --font-size-h3: 40px;
    --line-height-h3: 44px;
    --font-size-h4: 32px;
    --line-height-h4: 35.2px;
    --font-size-h5: 24px;
    --line-height-h5: 26.4px;
    --font-size-h6: 20px;
    --line-height-h6: 22px;
    --max-width: 1280px
}

body {
    font-family: var(--font-family-primary) !important;
    color: var(--color-black-2);
    background-color: var(--color-white);
    margin: 0;
    padding: 0;
    overflow-x: hidden
}

#primeagile__10952 {
    max-width: 100vw;
    overflow-x: hidden
}

h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    font-family: var(--font-family-primary);
    color: var(--color-primary)
}

h1 {
    font-size: var(--font-size-h1);
    line-height: var(--line-height-h1);
    font-weight: 700
}

h2 {
    font-size: var(--font-size-h2);
    line-height: var(--line-height-h2);
    font-weight: 700
}

h3 {
    font-size: var(--font-size-h3);
    line-height: var(--line-height-h3);
    font-weight: 600
}

h4 {
    font-size: var(--font-size-h4);
    line-height: var(--line-height-h4);
    font-weight: 600
}

h5 {
    font-size: var(--font-size-h5);
    line-height: var(--line-height-h5);
    font-weight: 500
}

h6 {
    font-size: var(--font-size-h6);
    line-height: var(--line-height-h6);
    font-weight: 500
}

.animate-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity .8s cubic-bezier(0.25,1,0.5,1),transform .8s cubic-bezier(0.25,1,0.5,1)
}

#primeagile__11154 {
    place-content: center
}

.animate-on-scroll.is-visible {
    opacity: 1;
    transform: translateY(0)
}

.delay-100 {
    transition-delay: 100ms
}

.delay-200 {
    transition-delay: 200ms
}

.delay-300 {
    transition-delay: 300ms
}

.delay-400 {
    transition-delay: 400ms
}

body {
    overflow-x: hidden
}

nav.nav-bar {
    box-shadow: none !important;
    position: fixed;
    height: 6rem;
    background: rgba(255,255,255,0.8);
    animation-range: 0 100px;
    backdrop-filter: blur(2px)
}

nav.nav-bar a {
    transition: color .2s;
    color: var(--color-primary);
    margin: 0 .5rem !important
}

nav.nav-bar a:hover {
    color: var(--color-secondary) !important
}

@keyframes nav-fill {
    from {
        background: rgba(255,255,255,0.3);
        -webkit-backdrop-filter: blur(3px);
        color: var(--color-primary)
    }

    to {
        background: rgba(255,255,255,0.85);
        backdrop-filter: blur(12px);
        color: var(--color-primary) !important
    }
}

nav .nav-img {
    width: 100%
}

.phone-btn {
    background-color: var(--color-primary);
    color: var(--color-white) !important;
    padding: .4rem 2rem;
    margin: .5rem 2rem !important;
    border-radius: 2rem
}

#primeagile__10960 {
    transform: translateY(-8rem)
}

#primeagile__10962 {
    background-color: rgba(11,42,89,0.85);
    padding: 180px 30px 100px 30px;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    max-width: 38rem;
    min-height: 120vh
}

.banner-cta-inner {
    max-width: 30rem;
    margin-bottom: 2rem;
    width: 100%
}

.banner-title {
    color: var(--color-white);
    margin-bottom: 24px;
    max-width: 900px
}

.banner-title .highlight {
    color: var(--color-secondary)
}

.banner-description {
    color: var(--color-white);
    font-size: 1.125rem;
    line-height: 1.6;
    max-width: 800px;
    margin-bottom: 40px
}

.banner-features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.banner-feature-item {
    display: flex;
    align-items: center;
    gap: 16px;
    color: var(--color-white);
    font-size: 1.5rem;
    font-weight: 500
}

.banner-feature-icon {
    display: flex;
    align-items: center;
    justify-content: center
}

.banner-feature-icon svg {
    width: 32px;
    height: 32px
}

.orange-btn button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-secondary);
    color: var(--color-white);
    font-family: var(--font-family-primary);
    font-size: 1.125rem;
    font-weight: 500;
    padding: 16px 36px;
    border-radius: 8px;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    transition: all .3s ease;
    line-height: 1
}

.orange-btn button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(255,87,34,0.3);
    background-color: #e64a19;
    color: var(--color-white)
}

.orange-btn button:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(255,87,34,0.2)
}

#primeagile__11002 span {
    color: var(--color-secondary);
    font-weight: bolder;
    margin: 0 2rem
}

#primeagile__11011 {
    background-color: var(--color-primary)
}

#primeagile__11007,#primeagile__11013 {
    max-width: var(--max-width);
    margin: 0 auto
}

.stats-bar-container {
    position: relative;
    background: #dadadab3;
    padding: 40px 20px 40px;
    margin-top: -130px;
    margin-bottom: 2rem;
    backdrop-filter: blur(7px);
    z-index: 10
}

.stats-bar-inner {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    flex: 1
}

.stat-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 70px;
    width: 1px;
    background-color: rgba(255,255,255,0.9)
}

.stat-value {
    font-size: 4rem;
    font-weight: 700;
    color: var(--color-primary);
    line-height: 1;
    margin-bottom: 4px
}

.stat-value .highlight-orange {
    color: var(--color-secondary)
}

.stat-label {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--color-primary)
}

@media(max-width: 768px) {
    .stats-bar-container {
        margin-top:-60px;
        padding-top: 60px
    }

    .stats-bar-inner {
        flex-direction: column;
        gap: 50px
    }

    .stat-item:not(:last-child)::after {
        right: auto;
        bottom: -25px;
        top: auto;
        width: 60px;
        height: 1px;
        transform: translateX(0);
        background-color: var(--color-primary);
        opacity: .2
    }

    #primeagile__11002 {
        display: flex;
        flex-direction: column;
        place-items: center;
        gap: 2rem
    }

    .stats-bar-container {
        position: relative;
        background: var(--color-gray-5);
        padding: 80px 20px 40px;
        margin-top: -20px;
        z-index: 10
    }

    #primeagile__11026 {
        gap: 2rem
    }
}

#primeagile__11018 {
    max-width: var(--max-width);
    margin: 4rem auto
}

.section-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
    padding: 0 20px
}

.section-header-title {
    color: var(--color-secondary);
    font-size: var(--font-size-h2);
    line-height: var(--line-height-h2);
    font-weight: 700;
    margin-bottom: 24px
}

.section-header-subtitle {
    color: var(--color-primary);
    font-size: 1.125rem;
    line-height: 1.6;
    font-weight: 500
}

@media(max-width: 768px) {
    .section-header-title {
        font-size:var(--font-size-h3);
        line-height: var(--line-height-h3)
    }
}

.services-grid-container {
    max-width: 1400px;
    margin: 0 auto 80px;
    padding: 0 20px
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 24px
}

@media(max-width: 1024px) {
    .services-grid {
        grid-template-columns:repeat(2,1fr)
    }
}

@media(max-width: 640px) {
    .services-grid {
        grid-template-columns:1fr
    }
}

.service-card {
    position: relative;
    background-color: #eee;
    border-radius: 8px;
    padding: 1rem 1rem 0rem 1rem;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 280px;
    transition: transform .3s ease,box-shadow .3s ease
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(11,42,89,0.15)
}

.service-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-primary);
    transform: translateX(-101%);
    transition: transform .5s cubic-bezier(0.25,1,0.5,1);
    z-index: 0
}

.service-card:hover::before {
    transform: translateX(0)
}

.service-card-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    height: 100%
}

.service-icon-wrapper {
    background-color: var(--color-white);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    flex-shrink: 0
}

.service-icon-wrapper svg {
    width: 28px;
    height: 28px;
    stroke: var(--color-black-3);
    fill: none;
    transition: stroke .4s ease
}

.service-card:hover .service-icon-wrapper svg {
    stroke: var(--color-secondary)
}

.service-title {
    color: var(--color-secondary);
    font-size: 1.25rem;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 16px
}

.service-desc {
    color: var(--color-primary);
    font-size: .95rem;
    line-height: 1.6;
    margin: 0;
    flex-grow: 1;
    transition: color .4s ease
}

.service-card:hover .service-desc {
    color: var(--color-white)
}

.service-arrow {
    align-self: flex-end;
    color: var(--color-white) !important;
    opacity: 0;
    transform: translateX(-10px) translateY(-3rem);
    transition: all .5s cubic-bezier(0.25,1,0.5,1);
    display: flex;
    margin-top: 24px
}

.service-arrow svg {
    width: 24px;
    height: 24px;
    fill: var(--color-white) !important
}

.service-card:hover .service-arrow {
    opacity: 1;
    transform: translateX(-10px) translateY(-2rem)
}

.section-header-dark {
    background-color: var(--color-primary);
    text-align: center;
    padding: 72px 20px;
    width: 100%
}

.section-header-dark .section-header-title {
    color: var(--color-secondary);
    font-size: var(--font-size-h2);
    line-height: var(--line-height-h2);
    font-weight: 700;
    margin-bottom: 24px
}

.section-header-dark .section-header-subtitle {
    color: var(--color-white);
    font-size: 1.125rem;
    line-height: 1.7;
    font-weight: 400;
    max-width: 700px;
    margin: 0 auto
}

@media(max-width: 768px) {
    .section-header-dark .section-header-title {
        font-size:var(--font-size-h3);
        line-height: var(--line-height-h3)
    }
}

.difference-section {
    background-color: var(--color-primary);
    padding: 0 20px 80px
}

.difference-grid {
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 48px 60px
}

@media(max-width: 768px) {
    .difference-grid {
        grid-template-columns:1fr;
        gap: 40px
    }
}

.difference-item {
    display: flex;
    align-items: flex-start;
    gap: 20px
}

.difference-icon-wrapper {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #5c2a14;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color .3s ease,box-shadow .3s ease
}

.difference-item:hover .difference-icon-wrapper {
    background-color: #7a3820;
    box-shadow: 0 0 18px rgba(255,87,34,0.25)
}

.difference-icon-wrapper svg {
    width: 26px;
    height: 26px;
    stroke: var(--color-secondary);
    fill: none;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: stroke .3s ease
}

.difference-item-body {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.difference-item-title {
    color: var(--color-secondary);
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.3;
    margin: 0
}

.difference-item-desc {
    color: var(--color-white);
    font-size: .95rem;
    line-height: 1.7;
    margin: 0;
    opacity: .88
}

.testimonial-card {
    background-color: #d9e6f5;
    border-radius: 16px;
    padding: 32px 28px 28px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    box-shadow: 0 4px 20px rgba(11,42,89,0.08);
    transition: transform .3s ease,box-shadow .3s ease;
    position: relative;
    max-width: 35rem
}

.carousel_item_primeagile {
    place-items: center;
    max-width: 50rem
}

.testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 32px rgba(11,42,89,0.13)
}

.testimonial-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.testimonial-quote-icon {
    font-size: 3.5rem;
    line-height: 1;
    color: rgba(11,42,89,0.18);
    font-family: Georgia,serif;
    margin-top: -8px;
    user-select: none
}

.testimonial-stars {
    display: flex;
    gap: 4px;
    align-items: center
}

.testimonial-stars svg {
    width: 22px;
    height: 22px;
    fill: var(--color-secondary)
}

.testimonial-text {
    color: var(--color-black-3);
    font-size: .975rem;
    line-height: 1.75;
    margin: 0
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 4px
}

.testimonial-avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 2px solid var(--color-white);
    box-shadow: 0 2px 8px rgba(0,0,0,0.12)
}

.testimonial-name {
    color: var(--color-secondary);
    font-size: 1.05rem;
    font-weight: 700;
    margin: 0
}

.site-footer {
    background-color: var(--color-primary);
    padding: 72px 20px 40px;
    overflow-y: hidden
}

#primeagile__11026 {
    background-color: var(--color-primary);
    place-content: center;
    justify-items: center;
    padding: 2rem
}

.footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.4fr repeat(3,1fr);
    gap: 48px
}

@media(max-width: 1024px) {
    .footer-inner {
        grid-template-columns:repeat(2,1fr)
    }
}

@media(max-width: 640px) {
    .footer-inner {
        grid-template-columns:1fr
    }
}

.footer-col-brand {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.footer-logo {
    width: 180px;
    height: auto;
    display: block
}

.footer-social-label {
    color: var(--color-secondary);
    font-size: 1.125rem;
    font-weight: 600;
    margin: 0 0 16px
}

.footer-social-links {
    display: flex;
    align-items: center;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0
}

.footer-social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-white);
    text-decoration: none;
    transition: color .3s ease,transform .3s ease
}

.footer-social-links a:hover {
    color: var(--color-secondary);
    transform: translateY(-3px)
}

.footer-social-links svg {
    width: 28px;
    height: 28px;
    fill: currentColor
}

.footer-col-heading {
    color: var(--color-secondary);
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0 0 24px
}

.footer-link-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.footer-link-list a {
    color: var(--color-white);
    text-decoration: none;
    font-size: .95rem;
    line-height: 1.5;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    opacity: .85;
    transition: opacity .25s ease,color .25s ease,gap .25s ease
}

.footer-link-list a::before {
    content: "â€¢";
    color: var(--color-secondary);
    font-size: 1rem;
    line-height: 1;
    flex-shrink: 0
}

.footer-link-list a:hover {
    opacity: 1;
    color: var(--color-secondary);
    gap: 12px
}

.footer-col-services {
    grid-column: span 2
}

.footer-services-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 0 32px
}

@media(max-width: 640px) {
    .footer-col-services {
        grid-column:span 1
    }

    .footer-services-grid {
        grid-template-columns: 1fr
    }
}

.footer-bottom {
    background-color: var(--color-black-1);
    padding: 18px 20px
}

.footer-bottom-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap
}

.footer-bottom-text {
    color: var(--color-white);
    font-size: .875rem;
    margin: 0;
    opacity: .85
}

.footer-bottom-divider {
    color: var(--color-white);
    opacity: .4;
    font-size: .875rem
}

.footer-bottom-link {
    color: var(--color-white);
    font-size: .875rem;
    text-decoration: underline;
    text-underline-offset: 3px;
    opacity: .85;
    transition: opacity .25s ease,color .25s ease
}

.footer-bottom-link:hover {
    opacity: 1;
    color: var(--color-secondary)
}

#primeagile__11152 {
    background-color: var(--color-primary);
    color: var(--color-gray-4);
    max-height: 95vh;
    overflow: hidden;
    padding-bottom: 5.5rem;
    padding-top: 8rem;
}

#primeagile__11153 {
    max-width: var(--max-width);
    margin: 0 auto
}

.focus-banner {
    background-color: var(--color-primary);
    background-size: 32px 32px;
    padding: 150px 0 0 0;
    align-items: center;
    min-height: 400px;
    position: relative;
    overflow: hidden
}

.focus-title {
    font-family: var(--font-family-primary);
    font-size: clamp(3.5rem,8vw,3.5rem);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.03em;
    color: var(--color-white);
    margin: 0
}

.focus-title span {
    display: block
}

.focus-title .highlight-orange {
    color: var(--color-secondary)
}

.focus-map-wrapper svg {
    transform: scale(0.6) translateX(-18rem) translateY(-12rem)
}

.focus-map-wrapper svg .state path {
    fill: rgba(255,255,255,0.18);
    transition: fill .3s cubic-bezier(0.25,1,0.5,1);
    cursor: pointer;
    stroke: none
}

.focus-map-wrapper svg .state path:hover {
    fill: rgba(255,255,255,0.35)
}

.focus-map-wrapper svg .state path.tx {
    fill: var(--color-secondary)
}

.focus-map-wrapper svg .state path.tx:hover {
    fill: #ff7043
}

.focus-map-wrapper svg .borders path {
    stroke: var(--color-primary);
    stroke-width: 1.2px;
    fill: none
}

.focus-map-wrapper svg .separator1 {
    stroke: rgba(255,255,255,0.2);
    stroke-width: 1.5px;
    fill: none
}

@media(max-width: 768px) {
    .focus-banner {
        min-height:auto
    }

    .focus-banner-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 40px
    }

    .focus-map-wrapper {
        max-width: 100%
    }

    .focus-map-wrapper svg {
        display: none
    }
}

.service-showcase {
    padding: 100px 20px;
    overflow: hidden
}

.showcase-inner {
    max-width: var(--max-width);
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 60px
}

.service-showcase:nth-child(even) .showcase-inner {
    flex-direction: row-reverse
}

@media(max-width: 992px) {
    .showcase-inner,.service-showcase:nth-child(even) .showcase-inner {
        flex-direction:column;
        gap: 40px
    }
}

.showcase-content {
    flex: 1
}

.showcase-image {
    flex: 1;
    width: 100%
}

.showcase-image img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    object-fit: cover;
    aspect-ratio: 4 / 3;
    max-height: 60vh
}

.showcase-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 24px
}

.showcase-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 8px;
    font-size: 1.25rem;
    font-weight: 700;
    flex-shrink: 0
}

.showcase-title {
    font-size: var(--font-size-h4);
    line-height: 1.2;
    margin: 0;
    font-weight: 700
}

.showcase-subtitle {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 16px;
    line-height: 1.5
}

.showcase-desc {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 40px
}

.showcase-features {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.showcase-features li {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 1rem;
    font-weight: 500
}

.check-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round
}

.showcase-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 1.125rem;
    font-weight: 700;
    text-decoration: none;
    transition: gap .3s ease
}

.showcase-link:hover {
    gap: 16px
}

.showcase-link svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round
}

.theme-white {
    background-color: var(--color-white)
}

.theme-white .showcase-number {
    background-color: #fff5f0;
    color: var(--color-secondary);
    border: 2px solid #ffe0cc
}

.theme-white .showcase-title {
    color: var(--color-primary)
}

.theme-white .showcase-subtitle {
    color: var(--color-secondary)
}

.theme-white .showcase-desc {
    color: var(--color-gray-2)
}

.theme-white .showcase-features li {
    color: var(--color-primary)
}

.theme-white .check-icon {
    stroke: var(--color-secondary)
}

.theme-white .showcase-link {
    color: var(--color-primary)
}

.theme-navy {
    background-color: var(--color-primary)
}

.theme-navy .showcase-number {
    background-color: rgba(255,255,255,0.05);
    color: var(--color-secondary);
    border: 2px solid rgba(255,255,255,0.15)
}

.theme-navy .showcase-title {
    color: var(--color-white)
}

.theme-navy .showcase-subtitle {
    color: var(--color-secondary)
}

.theme-navy .showcase-desc {
    color: rgba(255,255,255,0.85)
}

.theme-navy .showcase-features li {
    color: var(--color-white)
}

.theme-navy .check-icon {
    stroke: var(--color-secondary)
}

.theme-navy .showcase-link {
    color: var(--color-white)
}

.theme-orange {
    background-color: var(--color-secondary)
}

.theme-orange .showcase-number {
    background-color: rgba(0,0,0,0.15);
    color: var(--color-primary);
    border: 0
}

.theme-orange .showcase-title {
    color: var(--color-primary)
}

.theme-orange .showcase-subtitle {
    color: var(--color-primary)
}

.theme-orange .showcase-desc {
    color: var(--color-primary);
    opacity: .9
}

.theme-orange .showcase-features li {
    color: var(--color-primary)
}

.theme-orange .check-icon {
    stroke: var(--color-primary)
}

.theme-orange .showcase-link {
    color: var(--color-primary)
}

.theme-light-gray {
    background-color: #e6e9ed
}

.theme-light-gray .showcase-number {
    background-color: var(--color-white);
    color: var(--color-secondary);
    border: 0;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05)
}

.theme-light-gray .showcase-title {
    color: var(--color-primary)
}

.theme-light-gray .showcase-subtitle {
    color: var(--color-secondary)
}

.theme-light-gray .showcase-desc {
    color: var(--color-gray-2)
}

.theme-light-gray .showcase-features li {
    color: var(--color-primary)
}

.theme-light-gray .check-icon {
    stroke: var(--color-secondary)
}

.theme-light-gray .showcase-link {
    color: var(--color-primary)
}

.service-group-header {
    text-align: center;
    padding: 80px 20px 0;
    background-color: var(--color-white)
}

.service-group-title {
    font-size: var(--font-size-h1);
    color: var(--color-primary);
    margin: 0
}

#primeagile__11166 {
    background: var(--color-white);
    padding: 1rem;
    border-radius: .7rem
}

.form-header {
    margin-bottom: 32px
}

.form-title {
    color: var(--color-primary);
    font-weight: 800;
    margin: 0 0 12px 0;
    letter-spacing: -0.02em
}

.form-desc {
    color: var(--color-gray-2);
    font-size: 1.125rem;
    line-height: 1.6;
    margin: 0;
    max-width: 600px
}

.contact-sidebar {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    max-width: 420px
}

.contact-card {
    border-radius: 12px;
    padding: 36px 32px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05)
}

.card-light {
    background-color: #fafbfc;
    border-top: 4px solid var(--color-secondary)
}

.card-dark {
    background-color: var(--color-primary)
}

.contact-card-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 28px 0;
    color: var(--color-primary)
}

.contact-card-title.text-white {
    color: var(--color-white)
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 16px
}

.contact-icon {
    flex-shrink: 0;
    margin-top: 4px
}

.contact-icon svg {
    width: 26px;
    height: 26px;
    stroke: var(--color-secondary);
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.contact-label {
    font-size: .9rem;
    color: var(--color-gray-2);
    font-weight: 600
}

.contact-label.text-light-blue {
    color: #9ab3d6
}

.contact-value {
    font-weight: 500;
    text-decoration: none;
    line-height: 1.4;
    margin: 0;
    font-style: normal
}

.contact-value.phone-number {
    color: var(--color-secondary);
    font-size: 1.75rem;
    font-weight: 600;
    letter-spacing: -0.02em
}

.contact-value.email-address {
    color: var(--color-primary);
    font-size: 1.2rem;
    font-weight: 600
}

.contact-value.text-white {
    color: var(--color-white);
    font-size: 1.05rem;
    line-height: 1.6
}

.contact-sub {
    font-size: .9rem;
    color: var(--color-gray-3);
    margin-top: 2px
}

.contact-value p {
    margin: 0 0 6px 0
}

.contact-value p:last-child {
    margin: 0
}

.highlight-orange {
    color: var(--color-secondary);
    font-weight: 600
}

.contact-divider {
    border: 0;
    border-top: 1px solid #e2e8f0;
    margin: 28px 0
}

.contact-divider.divider-dark {
    border-top: 1px solid rgba(255,255,255,0.12)
}

#primeagile__11162 {
    background-color: var(--color-gray-5);
    padding: 5rem 0
}

#primeagile__11163 {
    max-width: var(--max-width);
    margin: 0 auto
}

[data-primeagile-object="T50PRO-MAIN-CONTACT-FORM"] {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%
}

[data-primeagile-object="FORM-CONTAINER-INNER-1"] {
    display: flex;
    gap: 20px;
    width: 100%
}

[data-primeagile-object="FORM-CONTAINER-INNER-1"]>div {
    flex: 1
}

@media(max-width: 768px) {
    [data-primeagile-object="FORM-CONTAINER-INNER-1"] {
        flex-direction:column;
        gap: 20px
    }
}

[data-primeagile-object="T50PRO-MAIN-CONTACT-FORM"] label {
    display: block;
    font-size: .95rem;
    font-weight: 600;
    color: var(--color-primary);
    margin-bottom: 8px
}

[data-primeagile-object="T50PRO-MAIN-CONTACT-FORM"] input[type="text"],[data-primeagile-object="T50PRO-MAIN-CONTACT-FORM"] input[type="email"],[data-primeagile-object="T50PRO-MAIN-CONTACT-FORM"] select,[data-primeagile-object="T50PRO-MAIN-CONTACT-FORM"] textarea {
    width: 100%;
    padding: 14px 16px;
    font-size: 1rem;
    font-family: var(--font-family-primary);
    color: var(--color-black-2);
    background-color: #f8f9fa;
    border: 1px solid #ced4da;
    border-radius: 8px;
    box-sizing: border-box;
    transition: all .3s ease
}

[data-primeagile-object="T50PRO-MAIN-CONTACT-FORM"] input:focus,[data-primeagile-object="T50PRO-MAIN-CONTACT-FORM"] select:focus,[data-primeagile-object="T50PRO-MAIN-CONTACT-FORM"] textarea:focus {
    outline: 0;
    border-color: var(--color-secondary);
    background-color: var(--color-white);
    box-shadow: 0 0 0 3px rgba(255,87,34,0.15)
}

[data-primeagile-object="T50PRO-MAIN-CONTACT-FORM"] input::placeholder,[data-primeagile-object="T50PRO-MAIN-CONTACT-FORM"] textarea::placeholder {
    color: #adb5bd
}

[data-primeagile-object="T50PRO-MAIN-CONTACT-FORM"] select {
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svgfill="%23333333"height="24"viewBox="002424"width="24"xmlns="http://www.w3.org/2000/svg"><pathd="M710l555-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 12px center;
    cursor: pointer
}

button.orange-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-secondary);
    color: var(--color-white);
    font-family: var(--font-family-primary);
    font-size: 1.125rem;
    font-weight: 600;
    padding: 16px 36px;
    border-radius: 8px;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    transition: all .3s ease;
    line-height: 1;
    width: 100%;
    margin-top: 12px
}

button.orange-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(255,87,34,0.3);
    background-color: #e64a19;
    color: var(--color-white)
}

button.orange-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(255,87,34,0.2)
}

#primeagile__11203 {
    position: relative;
    width: 100%;
    margin-top: 4rem;
    overflow: hidden
}

#primeagile__11203 .slick-slider {
    position: relative;
    width: 100%
}

#primeagile__11203 .slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

#primeagile__11203 .slick-track {
    display: flex;
    align-items: stretch
}

#primeagile__11203 .slick-slide {
    float: left;
    height: auto
}

#primeagile__11203 .carousel_item_primeagile {
    display: block !important;
    width: 100% !important;
    height: 480px;
    overflow: hidden;
    border-radius: 12px
}

#primeagile__11203 .carousel_item_primeagile img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block;
    border-radius: 12px;
    position: static !important
}

#primeagile__11203 .slick-arrow {
    position: absolute;
    top: calc(50% - 24px);
    z-index: 10;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: var(--color-secondary);
    border: 2px solid rgba(255,255,255,0.25);
    color: transparent;
    font-size: 0;
    cursor: pointer;
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 14px rgba(0,0,0,0.28);
    outline: 0;
    transition: background-color .25s ease,box-shadow .25s ease,transform .2s ease
}

#primeagile__11203 .slick-prev {
    left: 16px
}

#primeagile__11203 .slick-next {
    right: 16px
}

#primeagile__11203 .slick-prev::before,#primeagile__11203 .slick-next::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2.5px solid #fff;
    border-right: 2.5px solid #fff;
    flex-shrink: 0
}

#primeagile__11203 .slick-prev::before {
    transform: rotate(-135deg) translate(-1px,1px)
}

#primeagile__11203 .slick-next::before {
    transform: rotate(45deg) translate(-1px,1px)
}

#primeagile__11203 .slick-arrow:hover {
    background-color: #e64a19;
    box-shadow: 0 6px 20px rgba(255,87,34,0.4);
    transform: scale(1.1)
}

#primeagile__11203 .slick-arrow:active {
    transform: scale(0.96)
}

#primeagile__11203 .slick-dots {
    list-style: none;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 14px 0 0;
    margin: 0
}

#primeagile__11203 .slick-dots li {
    display: flex
}

#primeagile__11203 .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(13,31,56,0.2);
    border: 0;
    font-size: 0;
    color: transparent;
    cursor: pointer;
    padding: 0;
    transition: background-color .25s ease,transform .25s ease
}

#primeagile__11203 .slick-dots li.slick-active button {
    background-color: var(--color-secondary);
    transform: scale(1.35)
}

#primeagile__11203 .slick-dots li button:hover {
    background-color: var(--color-primary)
}

@media(max-width: 768px) {
    #primeagile__11203 .carousel_item_primeagile {
        height:240px;
        border-radius: 8px
    }

    #primeagile__11203 .slick-arrow {
        width: 36px;
        height: 36px;
        top: calc(50% - 18px)
    }

    #primeagile__11203 .slick-prev {
        left: 8px
    }

    #primeagile__11203 .slick-next {
        right: 8px
    }
}

.hvac-section {
    padding: 90px 20px;
    width: 100%;
    box-sizing: border-box
}

.hvac-section-white {
    background-color: var(--color-white);
    color: var(--color-black-2)
}

.hvac-section-light {
    background-color: #f4f6f9;
    color: var(--color-black-2)
}

.hvac-section-navy {
    background-color: var(--color-primary);
    color: var(--color-white)
}

.hvac-section-orange {
    background-color: var(--color-secondary);
    color: var(--color-white)
}

.hvac-container {
    max-width: var(--max-width);
    margin: 0 auto;
    width: 100%
}

.hvac-section-header {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 56px auto
}

.hvac-header-left {
    text-align: left;
    max-width: 840px;
    margin-bottom: 36px
}

.hvac-section-title {
    font-size: clamp(2rem,4vw,2.75rem);
    font-weight: 700;
    line-height: 1.2;
    margin-top: 12px;
    margin-bottom: 16px;
    color: var(--color-primary)
}

.hvac-section-desc {
    font-size: 1.125rem;
    line-height: 1.6;
    color: var(--color-gray-2);
    margin: 0
}

.hvac-text-white {
    color: var(--color-white) !important
}

.hvac-text-light {
    color: rgba(255,255,255,0.8) !important
}

.hvac-text-white-sub {
    color: rgba(255,255,255,0.9) !important
}

.hvac-text-center {
    text-align: center
}

.hvac-slider-wrapper {
    margin-top: 24px
}

.hvac-btn-orange {
    display: inline-block;
    background-color: var(--color-secondary);
    color: var(--color-white) !important;
    font-family: var(--font-family-primary);
    font-weight: 600;
    padding: 14px 36px;
    border-radius: 9999px;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(255,87,34,0.35);
    transition: all .3s ease;
    line-height: 1.2
}

.hvac-btn-orange:hover {
    background-color: #e64a19;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255,87,34,0.5);
    color: var(--color-white) !important
}

.hvac-btn-orange-square {
    display: inline-block;
    background-color: var(--color-secondary);
    color: var(--color-white) !important;
    font-family: var(--font-family-primary);
    font-weight: 600;
    padding: 16px 36px;
    border-radius: 8px;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(255,87,34,0.35);
    transition: all .3s ease;
    line-height: 1.2
}

.hvac-btn-orange-square:hover {
    background-color: #e64a19;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255,87,34,0.5);
    color: var(--color-white) !important
}

.hvac-cards-grid-compact {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 16px
}

.hvac-card-compact {
    background-color: var(--color-white);
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 16px 20px;
    font-size: .95rem;
    font-weight: 600;
    color: var(--color-primary);
    display: flex;
    align-items: center;
    gap: 12px;
    transition: border-color .25s ease,box-shadow .25s ease;
    cursor: default
}

.hvac-card-compact:hover {
    border-color: var(--color-secondary);
    box-shadow: 0 4px 12px rgba(11,42,89,0.08)
}

.hvac-icon-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--color-secondary);
    flex-shrink: 0
}

.hvac-cards-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 24px
}

.hvac-card {
    background-color: var(--color-white);
    border-radius: 16px;
    padding: 32px 24px;
    border: 1px solid #e2e8f0;
    position: relative;
    transition: all .35s cubic-bezier(0.25,1,0.5,1);
    display: flex;
    flex-direction: column;
    cursor: pointer
}

.hvac-card-icon {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background-color: #f0f4f8;
    color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all .35s ease
}

.hvac-card-icon svg {
    width: 26px;
    height: 26px
}

.hvac-card-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--color-primary);
    margin-bottom: 12px;
    transition: color .35s ease
}

.hvac-card-text {
    font-size: .95rem;
    line-height: 1.55;
    color: var(--color-gray-2);
    margin: 0 0 20px;
    transition: color .35s ease;
    flex-grow: 1
}

.hvac-card-arrow {
    align-self: flex-end;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--color-gray-4);
    transition: all .35s ease
}

.hvac-card:hover {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    transform: translateY(-8px);
    box-shadow: 0 16px 32px rgba(11,42,89,0.2)
}

.hvac-card:hover .hvac-card-title,.hvac-card:hover .hvac-card-text {
    color: var(--color-white)
}

.hvac-card:hover .hvac-card-icon {
    background-color: var(--color-secondary);
    color: var(--color-white)
}

.hvac-card:hover .hvac-card-arrow {
    color: var(--color-secondary);
    transform: translateX(6px)
}

.hvac-clean-list-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 24px 48px;
    max-width: 960px
}

.hvac-clean-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.hvac-clean-list li {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--color-primary);
    padding: 10px 0;
    display: flex;
    align-items: center;
    gap: 16px;
    background: transparent !important;
    border-radius: 0 !important;
    margin-bottom: 0 !important
}

.hvac-section-navy .hvac-clean-list li {
    color: var(--color-white) !important
}

.hvac-circle-check {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid var(--color-secondary);
    color: var(--color-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .9rem;
    font-weight: 800;
    flex-shrink: 0
}

.hvac-stats-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 32px
}

.hvac-stat-card {
    background-color: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 16px;
    padding: 40px 32px;
    text-align: center;
    transition: transform .3s ease
}

.hvac-stat-card:hover {
    transform: translateY(-4px);
    background-color: rgba(255,255,255,0.1)
}

.hvac-stat-number {
    font-size: 3.5rem;
    font-weight: 800;
    color: var(--color-secondary);
    line-height: 1;
    margin-bottom: 12px
}

.hvac-stat-label {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--color-white);
    margin-bottom: 10px
}

.hvac-stat-desc {
    font-size: .95rem;
    color: rgba(255,255,255,0.75);
    margin: 0;
    line-height: 1.5
}

.hvac-process-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 24px
}

.hvac-process-step {
    background-color: #f8fafc;
    border-radius: 16px;
    padding: 32px 24px;
    border: 1px solid #e2e8f0
}

.hvac-step-number {
    font-size: 2.25rem;
    font-weight: 800;
    color: var(--color-secondary);
    margin-bottom: 16px;
    line-height: 1
}

.hvac-step-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--color-primary);
    margin-bottom: 10px
}

.hvac-step-text {
    font-size: .925rem;
    color: var(--color-gray-2);
    line-height: 1.5;
    margin: 0
}

.hvac-split-layout {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 56px;
    align-items: start
}

.hvac-split-left {
    text-align: left
}

.hvac-process-vertical-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px
}

.hvac-process-card-light {
    background-color: var(--color-white);
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 24px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04)
}

.hvac-step-num-dark {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--color-secondary);
    flex-shrink: 0;
    background-color: rgba(255,87,34,0.1);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.hvac-features-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 32px;
    max-width: 1080px;
    margin: 0 auto
}

.hvac-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background-color: rgba(0,0,0,0.08);
    padding: 28px 24px;
    border-radius: 14px
}

.hvac-feature-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.6);
    color: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.hvac-feature-icon svg {
    width: 24px;
    height: 24px
}

.hvac-feature-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--color-white);
    margin-bottom: 6px
}

.hvac-feature-text {
    font-size: .95rem;
    color: rgba(255,255,255,0.9);
    line-height: 1.5;
    margin: 0
}

.hvac-clean-features-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 900px
}

.hvac-clean-feature {
    display: flex;
    align-items: flex-start;
    gap: 20px
}

.hvac-circle-check-large {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2.5px solid var(--color-secondary);
    color: var(--color-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    font-weight: 800;
    flex-shrink: 0;
    margin-top: 2px
}

.hvac-feature-title-navy {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--color-white);
    margin-bottom: 6px
}

.hvac-feature-text-navy {
    font-size: .95rem;
    color: rgba(255,255,255,0.85);
    line-height: 1.55;
    margin: 0
}

.hvac-industries-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 40px;
    max-width: 960px;
    margin: 0 auto
}

.hvac-industry-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.hvac-industry-list li {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--color-primary);
    padding: 14px 20px;
    background-color: #f4f6f9;
    border-radius: 10px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 12px
}

.hvac-check {
    color: var(--color-secondary);
    font-weight: 800
}

.hvac-cta-section {
    padding: 100px 20px
}

.hvac-cta-title {
    font-size: clamp(2.25rem,4vw,3rem);
    font-weight: 800;
    color: var(--color-white);
    margin-bottom: 16px
}

.hvac-cta-desc {
    font-size: 1.2rem;
    color: rgba(255,255,255,0.85);
    max-width: 720px;
    margin: 0 auto;
    line-height: 1.6
}

@media(max-width: 1024px) {
    .hvac-cards-grid,.hvac-cards-grid-compact {
        grid-template-columns:repeat(2,1fr)
    }

    .hvac-process-grid {
        grid-template-columns: repeat(2,1fr)
    }

    .hvac-split-layout {
        grid-template-columns: 1fr;
        gap: 36px
    }
}

@media(max-width: 768px) {
    .hvac-section {
        padding:60px 16px
    }

    .hvac-cards-grid,.hvac-cards-grid-compact,.hvac-process-grid,.hvac-features-grid,.hvac-industries-grid,.hvac-clean-list-grid,.hvac-stats-grid {
        grid-template-columns: 1fr
    }
}

.about-hero {
    background-color: var(--color-primary);
    padding: 120px 20px 100px;
    position: relative;
    overflow: hidden
}

.about-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(-45deg,rgba(255,255,255,0.03) 0,rgba(255,255,255,0.03) 1px,transparent 1px,transparent 24px);
    pointer-events: none
}

.about-hero-inner {
    max-width: var(--max-width);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 64px;
    align-items: center;
    position: relative;
    z-index: 1
}

.about-hero-title {
    font-size: clamp(2.2rem,4.5vw,3.25rem);
    font-weight: 800;
    color: var(--color-white);
    line-height: 1.18;
    margin-bottom: 24px
}

.about-hero-desc {
    font-size: 1.1rem;
    line-height: 1.75;
    color: rgba(255,255,255,0.82);
    margin-bottom: 16px
}

.about-hero-desc strong {
    color: var(--color-white)
}

.about-eyebrow {
    display: inline-block;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--color-secondary);
    background-color: rgba(255,87,34,0.1);
    padding: 6px 16px;
    border-radius: 4px;
    margin-bottom: 16px
}

.about-hero .about-eyebrow {
    background-color: rgba(255,87,34,0.15)
}

.about-btn-outline {
    display: inline-block;
    border: 2px solid rgba(255,255,255,0.5);
    color: var(--color-white) !important;
    font-family: var(--font-family-primary);
    font-weight: 600;
    padding: 14px 32px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 1rem;
    transition: border-color .3s ease,background-color .3s ease
}

.about-btn-outline:hover {
    border-color: var(--color-white);
    background-color: rgba(255,255,255,0.08)
}

.about-hero-glass {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 20px;
    padding: 40px 36px;
    backdrop-filter: blur(8px);
    display: flex;
    flex-direction: column;
    gap: 32px
}

.about-hero-stat-num {
    font-size: 3rem;
    font-weight: 800;
    color: var(--color-secondary);
    line-height: 1;
    margin-bottom: 8px
}

.about-hero-stat-label {
    font-size: 1rem;
    font-weight: 600;
    color: var(--color-white);
    margin-bottom: 4px
}

.about-hero-stat-sub {
    font-size: .85rem;
    color: rgba(255,255,255,0.6);
    margin: 0
}

.about-hero-divider {
    height: 1px;
    background: rgba(255,255,255,0.1)
}

.about-story-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 72px;
    align-items: start
}

.about-story-text p {
    font-size: 1.05rem;
    line-height: 1.75;
    color: var(--color-gray-2);
    margin-bottom: 18px
}

.about-story-text p:last-child {
    margin-bottom: 0
}

.about-story-text em {
    font-style: normal;
    font-weight: 700;
    color: var(--color-primary)
}

.about-story-sidebar {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: sticky;
    top: 110px
}

.about-pull-quote {
    background-color: var(--color-primary);
    border-radius: 16px;
    padding: 32px 28px;
    position: relative
}

.about-pull-quote::before {
    content: "\201C";
    position: absolute;
    top: 12px;
    left: 24px;
    font-size: 5rem;
    color: var(--color-secondary);
    line-height: 1;
    font-weight: 800;
    opacity: .5
}

.about-pull-quote p {
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--color-white);
    line-height: 1.6;
    margin: 32px 0 0
}

.about-badge {
    background-color: #f4f6f9;
    border-radius: 14px;
    padding: 24px 28px;
    display: flex;
    align-items: flex-start;
    gap: 20px
}

.about-badge-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: rgba(255,87,34,0.1);
    color: var(--color-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.about-badge-icon svg {
    width: 24px;
    height: 24px
}

.about-badge-title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--color-primary);
    margin-bottom: 4px
}

.about-badge-text {
    font-size: .875rem;
    color: var(--color-gray-2);
    margin: 0;
    line-height: 1.5
}

.about-mv-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 32px
}

.about-mv-card {
    border-radius: 18px;
    padding: 44px 40px;
    position: relative;
    overflow: hidden
}

.about-mv-card.mission {
    background-color: var(--color-primary)
}

.about-mv-card.vision {
    background-color: var(--color-white);
    border: 1px solid #e2e8f0
}

.about-mv-card::before {
    content: "";
    position: absolute;
    top: -40px;
    right: -40px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: rgba(255,87,34,0.12);
    pointer-events: none
}

.about-mv-label {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--color-secondary);
    margin-bottom: 16px
}

.about-mv-title {
    font-size: 1.65rem;
    font-weight: 800;
    margin-bottom: 18px;
    line-height: 1.25
}

.about-mv-card.mission .about-mv-title {
    color: var(--color-white)
}

.about-mv-card.vision .about-mv-title {
    color: var(--color-primary)
}

.about-mv-text {
    font-size: 1rem;
    line-height: 1.7;
    margin: 0
}

.about-mv-card.mission .about-mv-text {
    color: rgba(255,255,255,0.85)
}

.about-mv-card.vision .about-mv-text {
    color: var(--color-gray-2)
}

.about-diff-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 24px
}

.about-diff-card {
    background: rgba(255,255,255,0.05);
    border-radius: 16px;
    padding: 36px 28px;
    transition: background-color .3s ease,transform .3s ease,border-color .3s ease
}

.about-diff-card:hover {
    background: rgba(255,255,255,0.1);
    transform: translateY(-4px);
    border-color: rgba(255,87,34,0.4)
}

.about-diff-card.wide {
    grid-column: span 2
}

.about-diff-icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background-color: rgba(255,87,34,0.15);
    color: var(--color-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: background-color .3s ease,color .3s ease
}

.about-diff-card:hover .about-diff-icon {
    background-color: var(--color-secondary);
    color: var(--color-white)
}

.about-diff-icon svg {
    width: 24px;
    height: 24px
}

.about-diff-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--color-white);
    margin-bottom: 12px
}

.about-diff-text {
    font-size: .925rem;
    color: rgba(255,255,255,0.75);
    line-height: 1.6;
    margin: 0
}

.about-industries-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px
}

.about-industry-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 18px;
    background-color: #f4f6f9;
    border-radius: 10px;
    font-size: .95rem;
    font-weight: 600;
    color: var(--color-primary);
    border: 1px solid transparent;
    transition: background-color .25s ease,border-color .25s ease,box-shadow .25s ease
}

.about-industry-item:hover {
    background-color: var(--color-white);
    border-color: var(--color-secondary);
    box-shadow: 0 4px 12px rgba(11,42,89,0.08)
}

.about-industry-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--color-secondary);
    flex-shrink: 0
}

.about-values-grid {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 20px
}

.about-value-card {
    background: var(--color-white);
    border-radius: 16px;
    padding: 36px 24px 28px;
    text-align: center;
    border: 1px solid #e2e8f0;
    position: relative;
    overflow: hidden;
    transition: transform .35s ease,box-shadow .35s ease,border-color .35s ease
}

.about-value-card::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background-color: var(--color-secondary);
    transform: scaleX(0);
    transition: transform .3s ease
}

.about-value-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 30px rgba(11,42,89,0.1);
    border-color: transparent
}

.about-value-card:hover::after {
    transform: scaleX(1)
}

.about-value-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgba(255,87,34,0.08);
    color: var(--color-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: background-color .3s ease,color .3s ease
}

.about-value-icon svg {
    width: 28px;
    height: 28px
}

.about-value-card:hover .about-value-icon {
    background-color: var(--color-secondary);
    color: var(--color-white)
}

.about-value-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--color-primary);
    margin-bottom: 10px
}

.about-value-text {
    font-size: .875rem;
    line-height: 1.6;
    color: var(--color-gray-2);
    margin: 0
}

.about-partner-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center
}

.about-partner-text p {
    font-size: 1.05rem;
    line-height: 1.75;
    color: var(--color-gray-2);
    margin-bottom: 18px
}

.about-partner-text p:last-child {
    margin-bottom: 0
}

.about-partner-text strong {
    color: var(--color-primary)
}

.about-partner-cards {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.about-partner-card {
    background-color: var(--color-white);
    border-radius: 14px;
    padding: 22px 24px;
    display: flex;
    align-items: flex-start;
    gap: 18px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04)
}

.about-partner-card-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background-color: rgba(255,87,34,0.1);
    color: var(--color-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.about-partner-card-icon svg {
    width: 22px;
    height: 22px
}

.about-partner-card-title {
    font-size: .95rem;
    font-weight: 700;
    color: var(--color-primary);
    margin-bottom: 4px
}

.about-partner-card-text {
    font-size: .875rem;
    color: var(--color-gray-2);
    line-height: 1.5;
    margin: 0
}

.about-cta {
    background-color: var(--color-primary);
    padding: 100px 20px;
    text-align: center;
    position: relative;
    overflow: hidden
}

.about-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(-45deg,rgba(255,255,255,0.02) 0,rgba(255,255,255,0.02) 1px,transparent 1px,transparent 24px);
    pointer-events: none
}

.about-cta-inner {
    position: relative;
    z-index: 1;
    max-width: 780px;
    margin: 0 auto
}

.about-cta-title {
    font-size: clamp(2rem,4vw,3rem);
    font-weight: 800;
    color: var(--color-white);
    margin-bottom: 20px;
    line-height: 1.2
}

.about-cta-desc {
    font-size: 1.1rem;
    color: rgba(255,255,255,0.82);
    line-height: 1.7;
    margin-bottom: 24px
}

.about-cta-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 16px
}

@media(max-width: 1024px) {
    .about-hero-inner {
        grid-template-columns:1fr
    }

    .about-hero-glass {
        flex-direction: row;
        justify-content: space-around
    }

    .about-hero-divider {
        display: none
    }

    .about-story-grid {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .about-story-sidebar {
        position: static
    }

    .about-diff-grid {
        grid-template-columns: repeat(2,1fr)
    }

    .about-diff-card.wide {
        grid-column: span 1
    }

    .about-values-grid {
        grid-template-columns: repeat(3,1fr)
    }

    .about-partner-grid {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .about-mv-grid {
        grid-template-columns: 1fr
    }
}

@media(max-width: 768px) {
    .about-hero {
        padding:80px 16px 64px
    }

    .about-hero-glass {
        flex-direction: column
    }

    .about-hero-divider {
        display: block
    }

    .about-diff-grid,.about-industries-wrap,.about-values-grid {
        grid-template-columns: 1fr
    }

    .about-values-grid {
        grid-template-columns: repeat(2,1fr)
    }

    .about-cta-buttons {
        flex-direction: column;
        align-items: center
    }
}

.vendor-trades-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 10px
}

.vendor-trade-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    background-color: var(--color-white);
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    font-size: .9rem;
    font-weight: 600;
    color: var(--color-primary);
    transition: border-color .2s ease,box-shadow .2s ease
}

.vendor-trade-item:hover {
    border-color: var(--color-secondary);
    box-shadow: 0 3px 10px rgba(11,42,89,0.07)
}

.vendor-trade-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: var(--color-secondary);
    flex-shrink: 0
}

.vendor-benefit-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
    margin-top: 8px
}

.vendor-benefit-card {
    background-color: #f8fafc;
    border-radius: 14px;
    padding: 28px 24px;
    border-left: 4px solid var(--color-secondary);
    display: flex;
    align-items: flex-start;
    gap: 18px;
    transition: box-shadow .25s ease,transform .25s ease
}

.vendor-benefit-card:hover {
    box-shadow: 0 8px 24px rgba(11,42,89,0.09);
    transform: translateY(-3px)
}

.vendor-benefit-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background-color: rgba(255,87,34,0.1);
    color: var(--color-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.vendor-benefit-icon svg {
    width: 22px;
    height: 22px
}

.vendor-benefit-title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--color-primary);
    margin-bottom: 6px
}

.vendor-benefit-text {
    font-size: .9rem;
    color: var(--color-gray-2);
    line-height: 1.55;
    margin: 0
}

.vendor-expect-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 14px 48px
}

.vendor-expect-list li {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 1rem;
    font-weight: 600;
    color: var(--color-white)
}

.vendor-faq {
    max-width: 860px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.vendor-faq-item {
    background-color: var(--color-white);
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    transition: box-shadow .25s ease
}

.vendor-faq-item.open {
    box-shadow: 0 6px 20px rgba(11,42,89,0.08);
    border-color: rgba(255,87,34,0.3)
}

.vendor-faq-question {
    width: 100%;
    background: 0;
    border: 0;
    padding: 22px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    cursor: pointer;
    text-align: left;
    font-family: var(--font-family-primary);
    font-size: 1rem;
    font-weight: 700;
    color: var(--color-primary);
    transition: color .2s ease
}

.vendor-faq-item.open .vendor-faq-question {
    color: var(--color-secondary)
}

.vendor-faq-chevron {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    color: var(--color-gray-4);
    transition: transform .3s ease,color .2s ease
}

.vendor-faq-item.open .vendor-faq-chevron {
    transform: rotate(180deg);
    color: var(--color-secondary)
}

.vendor-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease,padding .3s ease;
    padding: 0 24px
}

.vendor-faq-item.open .vendor-faq-answer {
    max-height: 300px;
    padding: 0 24px 22px
}

.vendor-faq-answer p {
    font-size: .95rem;
    line-height: 1.7;
    color: var(--color-gray-2);
    margin: 0;
    border-top: 1px solid #f0f0f0;
    padding-top: 16px
}

@media(max-width: 1024px) {
    .vendor-trades-grid {
        grid-template-columns:repeat(2,1fr)
    }

    .vendor-expect-list {
        grid-template-columns: 1fr
    }
}

@media(max-width: 768px) {
    .vendor-trades-grid {
        grid-template-columns:1fr
    }

    .vendor-benefit-grid {
        grid-template-columns: 1fr
    }

    .vendor-expect-list {
        grid-template-columns: 1fr
    }
}

.lawn-section-orange {
    background-color: var(--color-secondary);
    padding: 80px 20px
}

.lawn-desc {
    font-size: 1.05rem;
    line-height: 1.75;
    color: var(--color-gray-2);
    margin-bottom: 32px
}

.lawn-process-card {
    background: rgba(255,255,255,0.1) !important;
    padding: 24px;
    border-radius: 8px;
    border: none !important
}

.lawn-text-white {
    color: var(--color-white) !important
}

.lawn-cta-btn {
    text-decoration: none;
    font-size: 1.05rem;
    padding: 16px 40px
}

.lawn-nav-inner {
    max-width: var(--max-width);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    height: 100%
}

.lawn-nav-brand {
    font-weight: 800;
    font-size: 1.5rem;
    color: var(--color-primary);
    text-decoration: none
}

.lawn-nav-brand-highlight {
    color: var(--color-secondary)
}

.lawn-nav-links {
    display: flex;
    align-items: center;
    gap: 28px
}

.lawn-nav-link {
    text-decoration: none;
    color: var(--color-primary);
    font-weight: 500
}

.lawn-nav-btn {
    text-decoration: none;
    padding: 10px 24px;
    font-size: .95rem
}

.lawn-hero-btns {
    margin-top: 36px;
    display: flex;
    gap: 14px;
    flex-wrap: wrap
}

.lawn-hero-btn {
    text-decoration: none
}

.lawn-cards-margin {
    margin-top: 32px
}

.lawn-accent-card {
    border-top: 3px solid #ff5722
}

.lawn-accent-num {
    display: inline-block;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .1em;
    color: #ff5722;
    background: rgba(255,87,34,0.15);
    border-radius: 6px;
    padding: 3px 10px;
    margin-bottom: 14px
}

.appliance-center-text {
    text-align: center;
    margin-top: 30px
}

.appliance-center-btns {
    justify-content: center;
    margin-top: 30px
}

.service-icon-wrapper i {
    font-size: 1.4rem;
    color: var(--color-primary);
    transition: color .3s ease
}

.service-card:hover .service-icon-wrapper i {
    color: var(--color-secondary)
}

.focus-checklist {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 20px 0;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.focus-checklist li {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    font-size: .95rem;
    font-weight: 500;
    list-style: none !important;
    margin: 0
}

.focus-checklist li .hvac-circle-check {
    margin: 0;
    flex-shrink: 0
}

 
.focus-banner-left {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.focus-eyebrow {
    font-size: .9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: var(--color-secondary);
    margin-bottom: 12px
}

.focus-title {
    font-size: clamp(2rem,4vw,2.75rem);
    font-weight: 800;
    line-height: 1.15;
    color: var(--color-white);
    margin-bottom: 20px
}

.focus-body {
    font-size: 1.05rem;
    line-height: 1.65;
    color: rgba(255,255,255,0.85);
    margin-bottom: 28px
}

.focus-actions {
    margin-top: 12px
}

.focus-banner-right {
    /* display: flex; */
    align-items: center;
    justify-content: center;
    position: relative
}

.focus-map-wrapper {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center
}

.focus-map-wrapper svg {
    width: 100% !important;
    height: auto !important;
    max-height: 200px !important;
    transform: scale(0.65) !important;
    transform-origin: center center;
    display: block
}

@media(max-width: 992px) {
    .focus-banner-inner {
        grid-template-columns:1fr;
        gap: 40px
    }

    .focus-banner {
        padding: 60px 20px
    }
}

.Register_form {
    padding: 40px 0
}

.Register_form .row {
    margin: 20px 0
}

.Register_form h2 {
    color: #0b2a59
}

.Register_form span {
    color: #87b9e5;
    font-style: italic;
    margin: 5px 0 20px;
    display: block
}

.Register_form h6 {
    font-size: 16px;
    color: #1d1d1d
}

#primeagile__11403 {
    padding: 40px 0
}
#primeagile__11159 svg{
    transform: scale(.6) translateX(-100px);
}
.form-field,.fname,.lname,.jobtitle,.companyWebsite,.workEmail,.directPhone,.Address,.city,.state,.zipCode,.country,.serviceRadius,.pr-Industry,.projectSize,.workforceSize,.yearsInBusiness {
    width: 100%;
    padding: 14px 16px;
    font-size: 1rem;
    color: #1d1d1d;
    background-color: #f8f9fa;
    border: 1px solid #ced4da;
    border-radius: 8px;
    box-sizing: border-box;
    transition: all .3s ease
}
