/* New fonts added here */

@font-face {
    font-family: 'Sofia_Pro_New';
    src: url('fonts/fonts_website_3_0/SofiaPro.eot');
    src: url('fonts/fonts_website_3_0/SofiaPro.eot?#iefix') format('embedded-opentype'),
        url('fonts/fonts_website_3_0/SofiaPro.woff2') format('woff2'),
        url('fonts/fonts_website_3_0/SofiaPro.woff') format('woff'),
        url('fonts/fonts_website_3_0/SofiaPro.ttf') format('truetype'),
        url('fonts/fonts_website_3_0/SofiaPro.svg#SofiaPro') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Sofia_Pro_New';
    src: url('fonts/fonts_website_3_0/SofiaPro-Medium.eot');
    src: url('fonts/fonts_website_3_0/SofiaPro-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/fonts_website_3_0/SofiaPro-Medium.woff2') format('woff2'),
        url('fonts/fonts_website_3_0/SofiaPro-Medium.woff') format('woff'),
        url('fonts/fonts_website_3_0/SofiaPro-Medium.ttf') format('truetype'),
        url('fonts/fonts_website_3_0/SofiaPro-Medium.svg#SofiaPro-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Sofia_Pro_New';
    src: url('fonts/fonts_website_3_0/SofiaPro-SemiBold.eot');
    src: url('fonts/fonts_website_3_0/SofiaPro-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/fonts_website_3_0/SofiaPro-SemiBold.woff2') format('woff2'),
        url('fonts/fonts_website_3_0/SofiaPro-SemiBold.woff') format('woff'),
        url('fonts/fonts_website_3_0/SofiaPro-SemiBold.ttf') format('truetype'),
        url('fonts/fonts_website_3_0/SofiaPro-SemiBold.svg#SofiaPro-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Sofia_Pro_New';
    src: url('fonts/fonts_website_3_0/SofiaPro-Bold.eot');
    src: url('fonts/fonts_website_3_0/SofiaPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/fonts_website_3_0/SofiaPro-Bold.woff2') format('woff2'),
        url('fonts/fonts_website_3_0/SofiaPro-Bold.woff') format('woff'),
        url('fonts/fonts_website_3_0/SofiaPro-Bold.ttf') format('truetype'),
        url('fonts/fonts_website_3_0/SofiaPro-Bold.svg#SofiaPro-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
}

/* css for entire page start */
section {
	background: transparent;
}

/* css for entire page end */

/* ============================================================
   CSS VARIABLES
   ============================================================ */
:root {
    --blue:         #0073FF;
    --blue-dark:    #0061D7;
    --text-dark:    #1F2023;
    --text-gray:    #606876;
    --bg-light:     #F9FAFB;
    --border-color: #D5DCE980;
    --primary-blue: #0073FF;
    --font-main:    'Sofia_Pro_New';
}
*{
	font-family: var(--font-main);
}










/* hero section start */

.hero-section {
    /* Frame 1000003683 */

    height: auto;
    min-height: min(90vh, 740px);

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* background-color: #FCFDFE; */
    border-radius: 8px;
    position: relative;
    overflow: hidden;

    margin: auto 32px auto 32px;

    align-content: center;
}

.hero-background-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-content {
    /* center the container only, not its children */
    max-width: 1016px;
    margin: auto;
    padding: 16px;
    position: relative;
    z-index: 1;
}

.hero-badge {
    /* Frame 691315157 */
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px 16px;

    width: fit-content;
    /* height: 20px; */

    /* background: rgba(255, 255, 255, 0.05); */
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.05);
    border-radius: 58px;

    margin-bottom: 12px;
    box-sizing: border-box;
}

.glass-effect {
    border: 1px solid rgba(255, 255, 255, .3);
    background: rgba(255, 255, 255, .05);
    backdrop-filter: blur(1px) saturate(1.1);
    -webkit-backdrop-filter: blur(1px) saturate(1.1);
}

.hero-badge-image {
    /* 24-rocket 2 */
    width: 20px;
    height: 20px;

    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

.hero-badge-text {
    /* For General Contractors */

    font-family: 'Sofia_Pro_New';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    /* identical to box height, or 18px */
    align-items: center;
    text-align: center;
    letter-spacing: -0.03em;

    color: #1F2023;

    margin-left: 8px;
}

.hero-title {
    /* Expert Depth & AI Speed in One Insurance Platform */

    max-width: 666px;

    font-family: 'Sofia_Pro_New';
    font-style: normal;
    font-weight: 600;
    font-size: 74px;
    line-height: 100%;
    /* or 74px */
    letter-spacing: -0.05em;
    text-transform: capitalize;

    /* Black/Regular */
    color: #1F2023;

    margin: 0;
    margin-bottom: 12px;
}

.hero-subtitle {
    /* Insurance is complex, audits are urgent, and accuracy is non-negotiable — GCs need all three without compromise. */

    max-width: 532px;

    font-family: 'Sofia_Pro_New';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    /* or 167% */
    letter-spacing: -0.01em;

    /* Black/Regular */
    color: #1F2023;

    margin: 0;
    margin-bottom: 24px;
}

/* HubSpot Form Start */
#hubspotForm {
    max-width: 488px;
    margin: 0 0 34px 0;
}

#hubspotForm .hs-form,
#hubspotForm .hs-form-private {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    flex-wrap: nowrap;
    margin: 0;
    padding-top: 0px;
    position: relative;
    margin-top: -2px;
}

#hubspotForm .hs-form-field,
#hubspotForm .hs_email {
    flex: 1 1 auto;
    margin: 0;
}

/* Hide only top field labels (keep error labels visible) */
#hubspotForm .hs-form-field>label {
    display: none;
}

#hubspotForm .input {
    margin-right: 0 !important;
}

#hubspotForm .hs-input,
#hubspotForm input[type="email"],
#hubspotForm input[type="text"] {
    width: 100%;
    height: 48px;
    padding: 11px 24px;
    border: 1px solid rgba(213, 220, 233, 0.5) !important;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.2);
    font-family: 'Sofia_Pro_New';
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #1F2023;
    box-sizing: border-box;
    min-width: 310px;
}

#hubspotForm input[type="email"]::placeholder,
#hubspotForm input[type="text"]::placeholder {
    color: #606876;
    opacity: 1;
}

/* Error styling */
#hubspotForm .inputs-list {
    margin: 0;
    position: absolute;
    width: 100%;
}

#hubspotForm .hs-error-msgs {
    margin: 5px 0 0;
    padding: 0;
    list-style: none;
}

#hubspotForm label.hs-error-msg,
#hubspotForm .hs-main-font-element {
    margin: 5px 0 0;
    display: block;
    color: #e93e3e;
    line-height: 17px;
    font-family: 'Sofia_Pro_New';
    font-size: 12px;
}

#hubspotForm .hs_error_rollup {
    display: none;
}

#hubspotForm .invalid.error {
    border-color: #e93e3e !important;
}

#hubspotForm .hs_submit,
#hubspotForm .actions {
    margin: 0 !important;
    padding: 0 !important;
}

#hubspotForm .hs-button,
#hubspotForm input[type="submit"] {
    height: 48px;
    padding: 0 23px;
    border: 0 !important;
    border-radius: 10px;
    background: #1F2023;
    color: #FFFFFF;
    font-family: 'Sofia_Pro_New';
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -0.01em;
    white-space: nowrap;
    cursor: pointer;
    min-width: 170px;
}

@media (max-width: 768px) {

    #hubspotForm .hs-form,
    #hubspotForm .hs-form-private {
        flex-direction: column;
        gap: 16px;
    }

    #hubspotForm .hs_email,
    #hubspotForm .hs_submit,
    #hubspotForm .hs-input,
    #hubspotForm input[type="email"],
    #hubspotForm input[type="text"],
    #hubspotForm .hs-button,
    #hubspotForm input[type="submit"] {
        width: 100%;
        min-width: 100%;
        box-sizing: border-box;
    }

    #hubspotForm .inputs-list {
        position: relative;
    }

    #hubspotForm .hs_error_rollup {
        display: none;
    }
}

/* HubSpot Form End */

/* .hero-statistics {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(2, 1fr);  adjust number of columns
  gap: 4px;
  min-width: 32px;
  height: auto;
} */

.hero-statistics-row {
    display: grid;
    grid-template-rows: repeat(2, auto);
    grid-auto-flow: column;
    width: fit-content;
    margin-bottom: 12px;
}

.hero-statistics-top {
    /* 130K+ */

    height: 40px;

    /* H4 */
    font-family: 'Sofia_Pro_New';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    /* identical to box height, or 121% */
    display: flex;
    align-items: center;
    letter-spacing: -0.03em;

    /* Black/Regular */
    color: #1F2023;

    margin: 0;
}

.hero-statistics-bottom {

    width: 143px;

    font-family: 'Sofia_Pro_New';
    /* Integrations */

    height: 22px;
    top: 582px;

    font-family: 'Sofia_Pro_New';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    /* identical to box height, or 157% */
    letter-spacing: -0.01em;

    /* Black/Regular */
    color: #1F2023;

    /* Subs in-network */
}

@media (max-width: 768px) {

    .hero-section {
        margin: auto 20px auto 20px;
    }

    .hero-title {
        /* Fast, Accurate Insurance Verification for Every Tenant and Vendor */

        font-family: 'Sofia_Pro_New';
        font-style: normal;
        font-weight: 600;
        font-size: 48px;
        line-height: 100%;
        /* or 48px */
        letter-spacing: -0.03em;

        /* Black/Regular */
        color: #1F2023;


    }

    .hero-content {
        display: flex;
        flex-direction: column;
    }

    /* Flip only these two blocks in mobile */
    .hero-statistics-row {
        order: 4;
    }

    #hubspotForm {
        order: 5;
    }
}

/* hero section end */

/* vertical-line start */

/* position:relative required so absolute lines are scoped to it */
.vertical-line-container-wrapper {
    position: relative;
    max-width: 1016px;
    margin: auto;
}

/* ── 5 vertical dashed background lines ── */

/* Outer container: full bleed inside section-wrapper, centered to 1016px max */
.vertical-line-container {
    position: absolute;
    inset: 0;
    /* top/right/bottom/left: 0 */
    max-width: 1016px;
    width: 100%;
    margin: 0 auto;
    /* center horizontally */
    display: flex;
    justify-content: space-between;
    /* first & last lines touch edges; 3 distributed between */
    pointer-events: none;
    /* never block clicks/hover on content */
    z-index: -1;
    /* sit behind all content */
}

/* Each individual line — scalable: add more <span class="vertical-line"> without CSS changes */
.vertical-line {
    display: block;
    height: 100%;
    border-left: 1px dashed rgba(213, 220, 233, 50%);
}

@media (max-width: 768px) {
    .vertical-line-container {
        display: none;
    }
}

/* vertical-line end */

/* Industry logos start */

.industry-logos {
    padding-bottom: 90px;
    padding-top: 64px;
}

.industry-logos-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 11px;
}

.industry-logos-heading-img {
    /* 24-suitcase 2 */
    width: 20px;
    height: 20px;

    margin: 0 5px 0 0;
}

.industry-logos-heading-text {
    display: inline-flex;
}

.industry-logos-heading-text span,
.industry-logos-heading-text strong {
    /* Trusted by 300+ industry leaders */
    font-family: 'Sofia_Pro_New';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    /* identical to box height, or 18px */
    align-items: center;
    text-align: center;
    letter-spacing: -0.03em;

    color: #1F2023;

    margin: 0;
}

.industry-logos-heading-text strong {
    font-weight: 600;
}

.industry-logos-container {
    position: relative;
    height: 100px;
    max-width: 99%;
    justify-self: center;
    overflow: hidden;
    display: flex;
    align-items: center;

    /* Rectangle 4303 */
    background: linear-gradient(178.15deg, rgba(255, 255, 255, 0) 1.63%, #FFFFFF 25.85%, #FFFFFF 48.74%, #FFFFFF 69.45%, rgba(255, 255, 255, 0) 98.52%);
}

.industry-logos-fade-overlay {
    position: absolute;
    top: 0;
    height: 100%;
    width: 132px;
    z-index: 1;
    pointer-events: none;
}

.industry-logos-fade-left {
    left: 0;
    /* background: linear-gradient(to right, #FFFFFF 60%, rgba(255, 255, 255, 0)); */
    background: linear-gradient(270.00deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}

.industry-logos-fade-right {
    right: 0;
    /* background: linear-gradient(to left, #FFFFFF 60%, rgba(255, 255, 255, 0)); */
    background: linear-gradient(90.00deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}

@keyframes industry-logos-marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.industry-logos-track {
    display: flex;
    width: max-content;
    animation: industry-logos-marquee 45s linear infinite;
}

/* .industry-logos-track:hover {
    animation-play-state: paused;
} */

.industry-logos-images {
    display: flex;
    align-items: center;
    gap: 100px;
    height: 100%;
    padding: 0 50px;
    position: relative;
    z-index: 0;
}

.industry-logo {
    max-width: none;
}

/* Industry logos end */

/* audit-ai start */

.audit-ai {
    max-width: 1016px;
    padding: 0 16px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

/* audit-ai-left start */

.audit-ai-left {
    /* Frame 1000003614 */
    box-sizing: border-box;

    background: #FFFFFF;
    border: 1px solid rgba(213, 220, 233, 0.5);
    border-radius: 8px;

    padding: 28px 32px 24px 32px;

    display: flex;
    flex-direction: column;
}

.audit-ai-left-metric {
    /* 99.73% */
    font-family: 'Sofia_Pro_New';
    font-style: normal;
    font-weight: 600;
    font-size: 74px;
    line-height: 120%;
    /* identical to box height, or 89px */
    display: flex;
    align-items: center;
    letter-spacing: -0.05em;

    color: #1F2023;

    margin: 0;
}

.audit-ai-left-label {
    /* Audit Accuracy */

    font-family: 'Sofia_Pro_New';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    /* identical to box height, or 167% */
    letter-spacing: -0.01em;

    color: #606876;

/*     margin: -9px 0 0 0; */
}

/* all tags in audit-ai-description-block */

.audit-ai-left-description-block {
    /* AI speed, guided by human expertise.Jones ensures every insurance detail is verified with enterprise-level confidence. */

    max-width: 347px;

    /* or 167% */

    /* Grey/Dark */
    color: #606876;

    margin-top: auto;

}

.audit-ai-left-description-block strong,
.audit-ai-left-description-block p {
    /* AI speed, guided by human expertise.Jones ensures every insurance detail is verified with enterprise-level confidence. */

    font-family: 'Sofia_Pro_New';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    /* or 167% */
    align-items: center;
    letter-spacing: -0.01em;

    color: #1F2023;
    margin: 0;
}

.audit-ai-left-description-block strong {
    font-weight: 600;
}

.audit-ai-left-description-block p {
    font-weight: 400;
    color: #606876;
}

/* audit-ai-left end */

/* audit-ai-right start */

.audit-ai-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
}

.audit-ai-right-upper {
    /* Frame 1000003610 */

    box-sizing: border-box;

    background: #FFFFFF;
    border: 1px solid rgba(213, 220, 233, 0.5);
    border-radius: 8px;

    padding: 48px 32px 48px 32px;
}

.audit-ai-right-upper-metric-small {
    /* 10 seconds */

    font-family: 'Sofia_Pro_New';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    /* identical to box height, or 120% */
    display: flex;
    align-items: center;
    letter-spacing: -0.05em;

    color: #1F2023;

    margin: 0 0 4px 0;
}

.audit-ai-right-upper-subtext span,
.audit-ai-right-upper-subtext strong {
    /* to AI snapshot, <24 hrs to full audit  */
    font-family: 'Sofia_Pro_New';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    /* identical to box height, or 167% */
    letter-spacing: -0.01em;

    color: #606876;
}

.audit-ai-right-upper-subtext strong {
    font-weight: 600;
    color: #1F2023;
}

.audit-ai-right-lower {
    /* Frame 1000003611 */

    box-sizing: border-box;

    background: #FFFFFF;
    border: 1px solid rgba(213, 220, 233, 0.5);
    border-radius: 8px;

    padding: 72px 24px 24px 32px;
}

.audit-ai-right-lower-integrations-top-row {
    margin-bottom: 12px;
}

.audit-ai-right-lower-integrations-bottom-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.audit-ai-right-lower-integrations-label {
    /* Seamless Integrations */
    font-family: 'Sofia_Pro_New';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    /* identical to box height, or 167% */
    letter-spacing: -0.01em;

    color: #606876;
}

.audit-ai-right-lower-integrations-link {
    /* See All */
    font-family: 'Sofia_Pro_New';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    /* identical to box height, or 167% */
    letter-spacing: -0.01em;

    /* Black/Regular */
    color: #1F2023;


    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;

    /* underline none */
    text-decoration: none;
}

.audit-ai-right-lower-integrations-link span,
.audit-ai-right-lower-integrations-link img {
    vertical-align: middle;
}

.audit-ai-right-lower-integrations-link:hover img {
    vertical-align: middle;
    transform: translateY(-2px);
}

/* audit-ai-right end */

/* audit-ai-bottom start */

.audit-ai-bottom {
    /* Span both grid columns */
    grid-column: 1 / -1;

    /* 4 equal columns using CSS Grid for easy scalability */
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;

    margin-bottom: 120px;
}

/* Reusable card style — add more .audit-ai-bottom-card without touching CSS */
.audit-ai-bottom-card {
    padding-top: 88px;
}

/* Icon */
.audit-ai-bottom-card-icon {
    display: block;
    width: 24px;
    height: 24px;
    margin-bottom: 16px;
}

/* Title */
.audit-ai-bottom-card-title {

    /* Save Time */
    /* H6 */
    font-family: 'Sofia_Pro_New';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    /* identical to box height, or 120% */
    letter-spacing: -0.03em;

    /* Black */
    color: #1F2023;

    margin: 0 0 8px 0;
}

/* Description */
.audit-ai-bottom-card-text {

    /* Automated compliance tools with easy-breezy workflows. */

    font-family: 'Sofia_Pro_New';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    /* or 167% */
    letter-spacing: -0.01em;

    color: #606876;

    margin: 0;
}

/* audit-ai-bottom end */

/* ─── Responsive: Tablet (≤ 768px) ─── */
@media (max-width: 768px) {
	
	.industry-logos {
		padding-bottom: 22px;
	}
	
	.success-stories-author {
		margin-bottom: 40px;
	}

    .audit-ai {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .audit-ai-left {
        padding: 24px 20px 20px 20px;
    }

    .audit-ai-left-metric {
        font-size: 56px;
		margin-bottom: 4px;
    }

    .audit-ai-left-description-block {
        max-width: 100%;
    }

    .audit-ai-right {
        gap: 16px;
    }

    .audit-ai-right-upper {
        padding: 32px 20px;
    }

    .audit-ai-right-upper-metric-small {
        font-size: 32px;
        line-height: 40px;
    }

    .audit-ai-right-lower {
        padding: 48px 20px 20px 20px;
    }

	.audit-ai-left-label {
		margin-bottom: 48px;
	}
	
    .audit-ai-bottom {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
        margin-bottom: 80px;
		margin-top: 32px;
    }

    .audit-ai-bottom-card {
        padding: 0;
    }
}

/* ─── Responsive: Mobile (≤ 480px) ─── */
@media (max-width: 480px) {

    .audit-ai {
        gap: 16px;
        padding: 0 12px;
    }

    .audit-ai-left {
        padding: 20px 16px 16px 16px;
    }

    .audit-ai-left-metric {
        font-size: 44px;
        line-height: 110%;
		margin-bottom: 4px;
    }

    .audit-ai-left-label {
        font-size: 16px;
        line-height: 24px;
		margin-bottom: 48px;
    }

    .audit-ai-left-description-block strong,
    .audit-ai-left-description-block p {
        font-size: 16px;
        line-height: 26px;
    }

    .audit-ai-right-upper {
        padding: 24px 16px;
    }

    .audit-ai-right-upper-metric-small {
        font-size: 28px;
        line-height: 34px;
    }

    .audit-ai-right-upper-subtext span,
    .audit-ai-right-upper-subtext strong {
        font-size: 16px;
        line-height: 26px;
    }

    .audit-ai-right-lower {
        padding: 32px 16px 16px 16px;
    }

    .audit-ai-right-lower-integrations-label {
        font-size: 16px;
    }

    .audit-ai-right-lower-integrations-link {
        font-size: 16px;
    }

    .audit-ai-bottom {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-bottom: 64px;
		margin-top: 32px;
    }

    .audit-ai-bottom-card {
        padding: 0;
    }

    .audit-ai-bottom-card-text {
        font-size: 16px;
        line-height: 26px;
    }
}


/* audit-ai end */

/* success-stories start */

.success-stories {
    max-width: 1016px;
    padding: 0;
    margin-bottom: 140px;
}

/* ── Badge ── */
.success-stories-badge-container {
    padding-left: 16px;
}

.success-stories-badge {
    /* Frame 691315159 */
    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px 16px;
    gap: 8px;

    width: fit-content;
    height: 36px;

    background: rgba(255, 255, 255, 0.05);
    border: 1px solid #FFFFFF;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.05);
    border-radius: 58px;

    margin-bottom: 32px;
}

.success-stories-badge-icon {
    /* 24-users 1 */
    width: 20px;
    height: 20px;

    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;

    margin-right: 8px;
}

.success-stories-badge-text {

    /* Success Stories */

    width: 118px;
    height: 18px;

    font-family: 'Sofia_Pro_New';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    /* identical to box height, or 18px */
    display: flex;
    align-items: center;
    letter-spacing: -0.03em;

    color: #1F2023;

    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
}

/* ── Main content: 2-column (company name | testimonial) ── */
.success-stories-content {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 32px 0;
    align-items: start;
    /* margin-bottom: 48px; */
    box-sizing: border-box;
}

.success-stories-content>div:nth-child(1),
.success-stories-content>div:nth-child(2),
.success-stories-content>div:nth-child(3) {
    padding: 16px;
    box-sizing: border-box;
}

.success-stories-content>div:nth-child(4)>div {
    padding: 16px;
    box-sizing: border-box;
}

/* Company name */
.success-stories-company {
    display: flex;
    align-items: center;
    justify-content: center;
}

.success-stories-company-logo {
    /* Frame 691314794 */
    width: 148px;
    height: 64.23px;
}

/* Testimonial quote */
.success-stories-quote {

    /* “I recommend Jones for ease of use and the efficiency gains that we've experienced by switching from a more manual process to something that really starts and ends in Procore. I think the efficiency gains alone would be a reason why you should buy that product.” */
    font-family: 'Sofia_Pro_New';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 38px;
    /* or 136% */
    letter-spacing: -0.03em;

    /* Black/Regular */
    color: #1F2023;

    margin: 0;
    margin-bottom: 32px;
}

/* Author row */
.success-stories-author {
    display: flex;
    align-items: center;
    gap: 16px;
}

.success-stories-author-avatar {
    /* Frame 691314919 */
    width: 48px;
    height: 48px;
    border-radius: 108px;
}

.success-stories-author-name {

    /* Dana Erdman */
    font-family: 'Sofia_Pro_New';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    /* identical to box height, or 167% */
    letter-spacing: -0.01em;

    color: #1F2023;

    margin: 0;
}

.success-stories-author-role {
    /* Director of Technology & Innovation, Bulley & Andrews */
    font-family: 'Sofia_Pro_New';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    /* identical to box height, or 167% */
    letter-spacing: -0.01em;

    color: #606876;

    margin: 0;
}

/* ── Bottom: CTA link + Stats row ── */

.success-stories-cta-container {
    /* align bottom */
    height: 100%;
    display: flex;
    align-items: flex-end;
}

/* CTA link */

.success-stories-cta {
    /* See All */
    font-family: 'Sofia_Pro_New';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    /* identical to box height, or 167% */
    letter-spacing: -0.01em;

    /* Black/Regular */
    color: #1F2023;

    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;

    /* underline none */
    text-decoration: none;
}

.success-stories-cta span,
.success-stories-cta img {
    vertical-align: middle;
}

.success-stories-cta:hover img {
    vertical-align: middle;
    transform: translateY(-2px);
}

/* Stats — reusable grid, auto-fits any number of stat items */
.success-stories-stat-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.success-stories-stat-value {

    /* 289 */
    font-family: 'Sofia_Pro_New';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
    /* identical to box height, or 111% */
    letter-spacing: -0.05em;

    color: #1F2023;

    margin: 0;
}

.success-stories-stat-label {
    /* Projects in Jones */
    font-family: 'Sofia_Pro_New';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    /* identical to box height, or 167% */
    letter-spacing: -0.01em;

    color: #606876;
}

/* ── Responsive: Tablet (≤ 768px) ── */
@media (max-width: 768px) {
    .success-stories {
        margin-bottom: 80px;
    }
	
	.success-stories-badge {
		margin-bottom: 12px;
	}

    .success-stories-content {
        grid-template-columns: 1fr;
        gap: 0;
		padding: 0 20px;
    }

    .success-stories-company {
        justify-content: flex-start;
		margin-bottom: 12px;
    }

    .success-stories-company-logo {
        width: 148px;
        height: auto;
    }

    .success-stories-quote {
/*         font-size: 22px; */
        line-height: 32px;
        margin-bottom: 28px;
    }

    .success-stories-stat-container {
        order: 3;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .success-stories-cta-container {
        order: 4;
        height: auto;
        align-items: flex-start;
        padding-top: 32px;
    }

    .success-stories-stat-value {
        font-size: 36px;
    }
}

/* ── Responsive: Mobile (≤ 480px) ── */
@media (max-width: 480px) {
    .success-stories {
/*         margin-top: 60px; */
        margin-bottom: 60px;
    }

    .success-stories-badge-container {
        padding-left: 12px;
    }

/*     .success-stories-content>div:nth-child(1),
    .success-stories-content>div:nth-child(2),
    .success-stories-content>div:nth-child(3) {
        padding: 12px;
    } */

/*     .success-stories-content>div:nth-child(4)>div {
        padding: 12px;
    } */

    .success-stories-author-name,
    .success-stories-author-role {
        font-size: 16px;
        line-height: 24px;
    }

    .success-stories-stat-container {
        order: 3;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .success-stories-stat-value {
        font-size: 32px;
        line-height: 36px;
    }

    .success-stories-stat-label {
        font-size: 16px;
        line-height: 24px;
    }

    .success-stories-cta-container {
        order: 4;
        height: auto;
        padding-top: 32px;
    }

/*     .success-stories-cta {
        font-size: 16px;
    } */
}

/* Success Stories end */








/* =========================================================
   COMPLIANCE SECTION START
   ========================================================= */
.compliance-section {
    max-width: 1016px;
    margin: auto;
/*     padding-top: 140px; */
}

.compliance-header {
   padding: 0 16px;
}

.compliance-badge {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #FFFFFF0D;
    border-radius: 58px;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.05);
    padding: 8px 16px;
    font-family: var(--font-main);
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: var(--text-dark);
    margin-bottom: 16px;
}

.compliance-title {
	max-width: 977px;
    font-family: var(--font-main);
    font-weight: 600;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: -0.05em;
    color: var(--text-dark);
    margin-bottom: 64px;
}

.compliance-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 100px;
}
.compliance-item:last-child {
	margin-bottom: 0;
}
.compliance-item-reverse {
   direction: rtl;
}

.compliance-item-reverse .compliance-content {
   direction: ltr;
}

.compliance-content {
	padding-left: 16px;
   align-content: center;
}

.compliance-image {
   padding: 0 16px 0 16px;
}
.compliance-content .compliance-badge {
	margin-bottom: 12px;
}
.compliance-item-title {
	font-size: 40px;
	font-family: var(--font-main);
    margin-bottom: 4px;
    line-height: 120%;
    letter-spacing: -.05em;
    font-weight: 600;
    color: #1F2023;
}

.compliance-item-subtitle {
	font-size: 20px;
	font-family: var(--font-main);
    line-height: 24px;
    letter-spacing: -.03em;
    margin-bottom: 24px;
    font-weight: 600;
    color: #1F2023;
}

.compliance-checks .compliance-check-text {
    font-weight: 400;
    font-size: 18px;
	font-family: var(--font-main);
    line-height: 30px;
    letter-spacing: -.01em;
    color: #606876;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
	gap: 12px;
    align-items: baseline;
}

.compliance-checks .compliance-check-text:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 16px;
    height: 16px;
    background-image: url(https://testsite.getjones.com/wp-content/uploads/uploads-3-0/check_green.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.compliance-checks .compliance-check-text {
    position: relative;
    padding-left: 24px;
}

.compliance-checks .compliance-check-text:last-child {
    margin-bottom: 0;
}

/* =========================================================
   COMPLIANCE SECTION END
   ========================================================= */

/* =========================================================
   CONSTRUCTION SECTION START
   ========================================================= */
.construction-section {
    max-width: 1016px;
    margin: auto;
    padding: 140px 16px 0 16px;
}

.construction-badge {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #FFFFFF0D;
    border-radius: 58px;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.05);
    padding: 8px 16px;
    font-family: var(--font-main);
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: var(--text-dark);
    margin-bottom: 16px;
}

.construction-title {
	max-width: 766px;
    font-family: var(--font-main);
    font-weight: 600;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: -0.05em;
    color: var(--text-dark);
    margin-bottom: 64px;
}

.construction-grid {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   gap: 32px;
}

.construction-item {
    border: 1px solid var(--border-color);
    border-radius: 8px;
	background: #FFFFFF;
    padding: 32px;
}

.construction-icon {
    margin-bottom: 16px;
}

.construction-item-title {
    font-weight: 600;
    font-size: 24px;
	font-family: var(--font-main);
    line-height: 28px;
    letter-spacing: -0.03em;
    color: #1f2023;
    margin-bottom: 12px;
}

.construction-text {
    font-weight: 400;
    font-size: 18px;
	font-family: var(--font-main);
    line-height: 30px;
    letter-spacing: -0.01em;
    color: #606876;
    margin: 0;
}

/* =========================================================
   CONSTRUCTION SECTION END
   ========================================================= */
/* =========================================================
   PORTFOLIO SECTION START
   ========================================================= */
.portfolio-section {   
    max-width: 1016px;
    margin: auto;
    padding: 140px 16px 0;
}

.portfolio-head {
    text-align: center;
}

.portfolio-badge {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #FFFFFF0D;
    border-radius: 58px;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.05);
    padding: 8px 16px;
    font-weight: 400;
    font-size: 18px;
	font-family: var(--font-main);
    line-height: 100%;
    letter-spacing: -0.03em;
    color: var(--text-dark);
    margin-bottom: 16px;
}

.portfolio-title {
    font-weight: 600;
    font-size: 48px;
	font-family: var(--font-main);
    line-height: 120%;
    letter-spacing: -0.05em;
    color: #1F2023;
    margin-bottom: 8px;
}

.portfolio-subtitle {
    font-weight: 400;
    font-size: 18px;
	font-family: var(--font-main);
    line-height: 30px;
    letter-spacing: -0.01em;
    color: #606876;
    margin-bottom: 48px;
}

/* .portfolio-video-wrapper {
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 8px;
}
 */
.portfolio-bottom {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    margin-top: 52px;
}

.portfolio-block-title {
    font-weight: 600;
    font-size: 24px;
	font-family: var(--font-main);
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #1F2023;
    margin-bottom: 8px;
}

.portfolio-highlight {
    font-weight: 600;
    font-size: 18px;
	font-family: var(--font-main);
    line-height: 30px;
    letter-spacing: -0.01em;
    color: #1F2023;
    margin-bottom: 20px;
}

.portfolio-checks-item p, .portfolio-text {
    font-weight: 400;
    font-size: 18px;
	font-family: var(--font-main);
    line-height: 30px;
    letter-spacing: -0.01em;
    color: #606876;
}

.portfolio-check-text {
    display: flex;
    gap: 8px;
	align-items: baseline;
}

.portfolio-checks-item p {
    margin-bottom: 16px;
}

.portfolio-checks-item p:last-child {
    margin-bottom: 0;
}

.portfolio-text {
    margin-bottom: 40px;
}

.portfolio-text:last-child {
    margin-bottom: 0;
}

.portfolio-checks-item .portfolio-check-text:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 16px;
    height: 16px;
    background-image: url(https://testsite.getjones.com/wp-content/uploads/uploads-3-0/check_green.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.portfolio-checks-item .portfolio-check-text {
    position: relative;
    padding-left: 24px;
}

/* =========================================================
   PORTFOLIO SECTION END
   ========================================================= */
/* =========================================================
   	INTEGRATIONS SECTION START
   ========================================================= */

.integrations-section {
    max-width: 1016px;
    margin: auto;
    padding: 140px 16px 0 16px;
}

.integrations-badge {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #FFFFFF0D;
    border-radius: 58px;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.05);
    padding: 8px 16px;
    font-family: var(--font-main);
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: var(--text-dark);
    margin-bottom: 12px;
}

.integrations-title {
    font-family: var(--font-main);
    font-weight: 600;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: -0.05em;
    color: var(--text-dark);
    margin-bottom: 8px;
}

.integrations-subtitle {
    margin-bottom: 48px;
}
.integrations-subtitle {
    font-family: var(--font-main);
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.01em;
    color: var(--text-gray);
    margin: 0 0 40px;
}
.integrations-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}
.partner-card {
    background: #ffffff;
    border: 1px solid #D5DCE980;
    border-radius: 8px;
    overflow: hidden;
    transition: box-shadow 0.2s ease;
}
.partner-card > a {
	text-decoration: none;
}
.logo-box {
    height: 226px;
    background: var(--bg-light);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin: 4px 4px 0;
    border-radius: 4px;
}

.partner-card .card-body {
    padding: 48px 32px 40px;
}

.partner-card .card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 8px;
}

.partner-card .card-body p {
    margin: 0;
    color: var(--text-gray);
    font-family: var(--font-main);
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.01em;
    padding-right: 21px;
}

.partner-card .card-header h5 {
    margin: 0;
    font-family: var(--font-main);
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: -0.03em;
    color: var(--text-dark);
}

.partner-card.partner-active .card-header img {
    transition: transform 0.2s ease;
    width: 24px;
    height: 24px;
    margin-top: 5px;
}

.partner-card.partner-active:hover .card-header img {
    transform: translatey(-2px);
}

.partner-card.partner-active:hover {
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
    cursor: pointer;
}
/* =========================================================
   	INTEGRATIONS SECTION END
   ========================================================= */

/* =========================================================
   SUBCONTRACTOR EXPERIENCE SECTION START
   ========================================================= */
.sqe-section .sqe-badge {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #FFFFFF0D;
    border-radius: 58px;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.05);
    padding: 8px 16px;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
	font-family: var(--font-main);
    letter-spacing: -0.03em;
    color: var(--text-dark);
    margin-bottom: 12px;
}

.sqe-section {
    max-width: 1016px;
    margin:auto;
    padding: 140px 16px 0;
}

.sqe-title{
	font-weight: 600;
	font-size: 48px;
	font-family: var(--font-main);
	line-height: 120%;
	letter-spacing: -0.05em;
	color: #1F2023;
    margin-bottom: 8px;
}

.sqe-subtitle{
	font-weight: 400;
	font-family: var(--font-main);
	font-size: 18px;
	line-height: 30px;
	letter-spacing: -0.01em;
	color: #606876;
    margin-bottom: 64px;
}

.sqe-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

.sqe-text-content {
    padding-left: 9px;
    padding-top: 42px;
}

.sqe-item-title {
	font-family: var(--font-main);
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #1F2023;
    margin-bottom: 8px;
}

.sqe-item-subtitle {
    font-weight: 600;
    font-size: 18px;
	font-family: var(--font-main);
    line-height: 30px;
    letter-spacing: -0.01em;
    color: #1F2023;
    margin-bottom: 20px;
}

.sqe-check-text {
	display: flex;
    gap: 8px;
	align-items: baseline;
}

.sqe-points .sqe-check-text:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 16px;
    height: 16px;
    background-image: url(https://testsite.getjones.com/wp-content/uploads/uploads-3-0/check_green.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.sqe-points .sqe-check-text {
    position: relative;
    padding-left: 24px;
}

.sqe-item p {
	font-family: var(--font-main);
font-weight: 400;
font-size: 18px;
line-height: 30px;
letter-spacing: -0.01em;
color: #606876;
}

.sqe-item p {
margin: 0;
}

.sqe-item {
margin-bottom: 48px;
}

.sqe-item:last-child {
  margin-bottom: 0;
}

.sqe-check-text {
  margin-bottom: 16px !important;
}

.sqe-check-text:last-child {
  margin-bottom: 0 !important;
}


/* =========================================================
   SUBCONTRACTOR EXPERIENCE SECTION END
   ========================================================= */

/* =========================================================
   FAQ SECTION START
   ========================================================= */

.faq-section .badge {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #FFFFFF0D;
    border-radius: 58px;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.05);
    padding: 8px 16px;
    font-weight: 400;
    font-size: 18px;
	font-family: var(--font-main);
    line-height: 100%;
    letter-spacing: -0.03em;
    color: var(--text-dark);
    margin-bottom: 12px;
}

.faq-section {
    max-width: 1016px;
    margin:auto;
    text-align: center;
    padding: 140px 16px 110px 16px;
}

.faq-title{
	font-weight: 600;
	font-size: 48px;
	font-family: var(--font-main);
	line-height: 120%;
	letter-spacing: -0.05em;
	color: #1F2023;
    margin-bottom:48px;
}

.faq-list{
    text-align:left;
}

.faq-item{
	background: #FFFFFF;
	padding: 24px;
    border:1px solid var(--border-color);
    border-radius: 8px;
    margin-bottom: 16px;
    overflow:hidden;
}

faq-item:last-child {
    margin:0
}

.faq-question {
	font-family: var(--font-main);
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.03em;
    color: #1F2023;
    display: flex;
    gap: 25px;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.faq-answer{
	font-family: var(--font-main);
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: -0.01em;
	color: #606876;
    max-height:0;
    overflow:hidden;
    transition:0.3s;
	padding-right: 65px;
}

.faq-item.active .faq-answer{
    padding-top: 8px;
    max-height: fit-content;
}

.faq-icon{
	display: contents;
    font-size:20px;
}

.faq-item.active .faq-icon img{
    transform:rotate(45deg);
}


/* =========================================================
   FAQ SECTION END
   ========================================================= */


/* =========================================================
   Mobile Overrides
   ========================================================= */

@media (max-width:768px){
	
/* =========================================================
   COMPLIANCE SECTION START
   ========================================================= */
	
.compliance-section {
    padding: 0px 20px 0 20px;
}
	
.compliance-header {
   padding: 0;
}
	
.compliance-item {
    grid-template-columns: 1fr;
}
	
.compliance-header .compliance-badge {
	margin-bottom: 12px;
}

.compliance-title {
   margin-bottom: 32px;
   font-size: 32px;
   line-height: 38px;
   letter-spacing: -0.03em;
}

.compliance-item {
   gap: 32px;
   margin-bottom: 32px;
}

.compliance-image {
    padding: 0;
}

.compliance-content {
    padding-left: 0;
}
.compliance-item-reverse {
    direction: unset;
}
.compliance-item-title {
    font-size: 36px;
    margin-bottom: 16px;
    line-height: 40px;
}

.compliance-checks .compliance-check-text {
   gap: 10px;
}


/* =========================================================
   COMPLIANCE SECTION END
   ========================================================= */
	
/* =========================================================
   CONSTRUCTION SECTION START
   ========================================================= */
	
.construction-grid {
    grid-template-columns: 1fr;
}

.construction-section {
   padding: 64px 20px 0 20px;
}

.construction-badge {
   margin-bottom: 12px
}

.construction-title {
   font-size: 36px;
   line-height: 40px;
   margin-bottom: 40px;
}

.construction-item {
    padding: 24px;
}


/* =========================================================
   CONSTRUCTION SECTION END
   ========================================================= */

/* =========================================================
   PORTFOLIO SECTION START
   ========================================================= */
.portfolio-head {
    text-align: left;
}
  
.portfolio-section {
   padding: 64px 20px 0;
}

.portfolio-bottom {
    grid-template-columns: 1fr;
}

.portfolio-badge {
   margin-bottom: 12px
}

.portfolio-title {
   font-size: 36px;
   line-height: 40px;
   margin-bottom: 16px;
}
	
.portfolio-subtitle {
   margin-bottom: 32px;
}

.portfolio-bottom {
  margin-top: 32px;
  gap: 40px;
}



/* =========================================================
   PORTFOLIO SECTION END
   ========================================================= */




/* =========================================================
   FAQ SECTION START
   ========================================================= */

.faq-section{
	text-align: left;
    padding: 64px 20px;
   	margin: 0;
}

.faq-title{
    font-size: 36px;
	line-height: 40px;
	margin-bottom: 24px;
}
	
.faq-item {
	padding: 16px;
}
	
.faq-question{
    font-size: 20px;
}
.faq-item.active .faq-answer {
	padding-right: 14px;
	padding-bottom: 8px;
}
	

/* =========================================================
   FAQ SECTION END
   ========================================================= */
	
/* =========================================================
   SUBCONTRACTOR EXPERIENCE SECTION START
   ========================================================= */
.sqe-section{
    padding: 64px 20px 0px;
}

.sqe-title{
    font-size: 36px;
	line-height: 40px;
	margin-bottom: 16px;
}

.sqe-subtitle{
    margin-bottom: 32px;
}
.sqe-content {
        grid-template-columns: 1fr;
}
.sqe-item-title {
	margin-bottom: 4px;
}

.sqe-item-subtitle {
	margin-bottom: 16px;
}
	
.sqe-text-content {
    padding: 0;
}
	
.sqe-check-text {
	align-items: baseline;	
}
	
.sqe-item {
margin-bottom: 40px;
}
	
/* =========================================================
   SUBCONTRACTOR EXPERIENCE SECTION END
   ========================================================= */
	
/* =========================================================
   INTEGRATIONS SECTION START
   ========================================================= */
.integrations-section {
   padding: 64px 20px 0 20px;
}
	
.integrations-grid {
    grid-template-columns: 1fr;
}

.integrations-badge {
   margin-bottom: 12px
}

.integrations-title {
   padding-right: 33px;
   font-size: 36px;
   line-height: 40px;
   margin-bottom: 16px;
}

.integrations-subtitle {
   margin-bottom: 32px;
}

.partner-card .card-header h5 {
   font-size: 24px;
   line-height: 28px;
}

.partner-card .card-body {
   padding: 24px 24px 32px 24px;
}

/* =========================================================
   INTEGRATIONS SECTION END
   ========================================================= */

}