.elementor-24385 .elementor-element.elementor-element-f1b1d41{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;overflow:visible;}/* Start custom CSS for html, class: .elementor-element-45cb969 *//* ==========================================================
   GOLDEN HANDS HANDYMANS
   FLOORING INSTALLATION COST ORLANDO
========================================================== */

.ghfc-page,
.ghfc-page * {
    box-sizing: border-box;
}

.ghfc-page {
    --navy: #061d2c;
    --navy2: #0b2b3f;
    --gold: #f8b51c;
    --gold-dark: #c98200;
    --text: #172430;
    --muted: #586875;
    --soft: #f8f6f1;
    --border: #dde2e4;
    --edge: 68px;

    width: 100%;
    overflow: hidden;
    color: var(--text);
    font-family: "Poppins", Arial, sans-serif;
}

.ghfc-page * {
    font-family: "Poppins", Arial, sans-serif;
}

.ghfc-page a {
    text-decoration: none;
}

.ghfc-page img {
    width: 100%;
    display: block;
}

.ghfc-page svg {
    fill: none;
    stroke: currentColor;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ghfc-container {
    width: 100%;
    margin: auto;
    padding-left: var(--edge);
    padding-right: var(--edge);
}

.ghfc-section {
    padding: 88px 0;
}


/* ==========================================================
   TYPOGRAPHY
========================================================== */

.ghfc-label {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--gold-dark);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .06em;
    line-height: 1.4;
    text-transform: uppercase;
}

.ghfc-label-light {
    color: var(--gold);
}

.ghfc-page h2 {
    margin: 0;
    color: var(--text);
    font-size: clamp(32px, 2.7vw, 45px);
    font-weight: 700;
    line-height: 1.17;
    letter-spacing: -.025em;
}

.ghfc-page p {
    font-weight: 500;
}


/* ==========================================================
   HERO
========================================================== */

.ghfc-hero {
    background: var(--navy);
    color: #fff;
}

.ghfc-hero-grid {
    min-height: 610px;
    padding-top: 55px;
    padding-bottom: 55px;
    display: grid;
    grid-template-columns: minmax(0,.95fr) minmax(480px,1.05fr);
    gap: 65px;
    align-items: center;
}

.ghfc-breadcrumb {
    margin-bottom: 22px;
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    color: rgba(255,255,255,.7);
    font-size: 14.5px;
    font-weight: 500;
}

.ghfc-breadcrumb a {
    color: rgba(255,255,255,.85) !important;
}

.ghfc-breadcrumb strong {
    color: var(--gold);
}

.ghfc-eyebrow {
    display: block;
    margin-bottom: 12px;
    color: var(--gold);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.ghfc-hero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(45px,4vw,64px);
    font-weight: 700;
    line-height: 1.06;
    letter-spacing: -.035em;
}

.ghfc-hero-text {
    max-width: 730px;
    margin: 22px 0 0;
    color: rgba(255,255,255,.84);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.8;
}

.ghfc-hero-actions {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}


/* BUTTONS */

.ghfc-btn {
    min-height: 56px;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-radius: 7px;
    font-size: 15.5px;
    font-weight: 700;
    transition: .2s ease;
}

.ghfc-btn svg {
    width: 21px;
    height: 21px;
}

.ghfc-btn:hover {
    transform: translateY(-2px);
}

.ghfc-btn-gold {
    background: var(--gold);
    color: var(--navy) !important;
}

.ghfc-btn-outline {
    border: 1px solid rgba(255,255,255,.4);
    color: #fff !important;
}

.ghfc-btn-outline:hover {
    border-color: var(--gold);
    color: var(--gold) !important;
}


/* STATS */

.ghfc-hero-stats {
    margin-top: 31px;
    padding-top: 22px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    border-top: 1px solid rgba(255,255,255,.15);
}

.ghfc-hero-stats > div {
    padding-right: 18px;
}

.ghfc-hero-stats > div:not(:first-child) {
    padding-left: 20px;
    border-left: 1px solid rgba(255,255,255,.14);
}

.ghfc-hero-stats strong {
    display: block;
    color: var(--gold);
    font-size: 27px;
    font-weight: 700;
}

.ghfc-hero-stats span {
    display: block;
    margin-top: 4px;
    color: rgba(255,255,255,.76);
    font-size: 14.5px;
    font-weight: 500;
}


/* HERO IMAGE */

.ghfc-hero-media {
    position: relative;
    height: 490px;
    overflow: hidden;
    border-radius: 10px;
    background: #d9ddde;
}

.ghfc-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ghfc-image-card {
    position: absolute;
    left: 20px;
    bottom: 20px;
    max-width: 350px;
    padding: 14px 16px;
    background: rgba(255,255,255,.96);
    border-left: 4px solid var(--gold);
    box-shadow: 0 12px 30px rgba(0,0,0,.18);
}

.ghfc-image-card span {
    display: block;
    color: var(--muted);
    font-size: 13.5px;
    font-weight: 500;
}

.ghfc-image-card strong {
    display: block;
    margin-top: 3px;
    color: var(--text);
    font-size: 15px;
    font-weight: 700;
}


/* ==========================================================
   GOLD FACTOR STRIP
========================================================== */

.ghfc-factor-strip {
    background: var(--gold);
}

.ghfc-factor-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
}

.ghfc-factor-grid > div {
    position: relative;
    min-height: 116px;
    padding: 23px 24px;
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 10px;
    align-items: center;
}

.ghfc-factor-grid > div:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 23%;
    height: 54%;
    width: 1px;
    background: rgba(6,29,44,.18);
}

.ghfc-factor-grid > div > span {
    font-size: 14px;
    font-weight: 700;
}

.ghfc-factor-grid strong {
    display: block;
    font-size: 16px;
    font-weight: 700;
}

.ghfc-factor-grid p {
    margin: 4px 0 0;
    color: #493600;
    font-size: 14px;
    line-height: 1.55;
}


/* ==========================================================
   TWO COLUMN
========================================================== */

.ghfc-two-col {
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    gap: 80px;
    align-items: start;
}

.ghfc-answer {
    background: #fff;
}

.ghfc-answer-copy > p {
    margin: 0 0 16px;
    color: var(--muted);
    font-size: 16.5px;
    line-height: 1.82;
}

.ghfc-answer-copy .ghfc-lead {
    color: var(--text);
    font-size: 19px;
    font-weight: 600;
    line-height: 1.7;
}

.ghfc-note {
    margin-top: 25px;
    padding: 21px 22px;
    background: var(--soft);
    border-left: 4px solid var(--gold);
}

.ghfc-note strong {
    font-size: 16px;
    font-weight: 700;
}

.ghfc-note p {
    margin: 6px 0 0;
    color: var(--muted);
    font-size: 15.5px;
    line-height: 1.7;
}


/* ==========================================================
   SECTION HEAD
========================================================== */

.ghfc-section-head,
.ghfc-dark-head {
    margin-bottom: 39px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 55px;
}

.ghfc-section-head > div,
.ghfc-dark-head > div {
    max-width: 820px;
}

.ghfc-section-head > p,
.ghfc-dark-head > p {
    max-width: 520px;
    margin: 0;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.75;
}


/* ==========================================================
   FLOOR TYPES
========================================================== */

.ghfc-types {
    background: var(--soft);
}

.ghfc-type-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    border-top: 1px solid var(--border);
    border-left: 1px solid var(--border);
}

.ghfc-type-grid article {
    min-height: 350px;
    padding: 28px 25px;
    background: #fff;
    border-right: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.ghfc-card-number {
    display: block;
    margin-bottom: 42px;
    color: var(--gold-dark);
    font-size: 15px;
    font-weight: 700;
}

.ghfc-type-grid h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
}

.ghfc-type-grid p {
    min-height: 100px;
    margin: 11px 0 20px;
    color: var(--muted);
    font-size: 15.5px;
    line-height: 1.72;
}

.ghfc-tags {
    padding-top: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    border-top: 1px solid var(--border);
}

.ghfc-tags span {
    padding: 6px 8px;
    background: var(--soft);
    border: 1px solid var(--border);
    border-radius: 4px;
    color: var(--muted);
    font-size: 12.5px;
    font-weight: 600;
}


/* ==========================================================
   COST FACTORS DARK
========================================================== */

.ghfc-cost-factors {
    padding: 84px 0;
    background: var(--navy);
}

.ghfc-dark-head h2 {
    color: #fff;
}

.ghfc-dark-head > p {
    color: rgba(255,255,255,.75);
}

.ghfc-cost-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    border-top: 1px solid rgba(255,255,255,.14);
    border-left: 1px solid rgba(255,255,255,.14);
}

.ghfc-cost-grid article {
    min-height: 240px;
    padding: 27px 25px;
    border-right: 1px solid rgba(255,255,255,.14);
    border-bottom: 1px solid rgba(255,255,255,.14);
}

.ghfc-cost-wide {
    grid-column: span 3;
    min-height: 190px !important;
}

.ghfc-cost-grid article > span {
    display: block;
    margin-bottom: 25px;
    color: var(--gold);
    font-size: 14px;
    font-weight: 700;
}

.ghfc-cost-grid h3 {
    margin: 0;
    color: #fff;
    font-size: 19px;
    font-weight: 700;
}

.ghfc-cost-grid p {
    margin: 9px 0 0;
    color: rgba(255,255,255,.73);
    font-size: 15.5px;
    line-height: 1.7;
}


/* ==========================================================
   SCENARIOS
========================================================== */

.ghfc-scenarios {
    background: #fff;
}

.ghfc-scenario-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 17px;
}

.ghfc-scenario-grid article {
    min-height: 330px;
    padding: 27px;
    background: var(--soft);
    border: 1px solid var(--border);
    border-radius: 8px;
}

.ghfc-scenario-label {
    display: inline-block;
    padding: 6px 9px;
    background: #fff1c5;
    border-radius: 4px;
    color: #8b6200;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.ghfc-scenario-grid h3 {
    margin: 21px 0 0;
    font-size: 20px;
    font-weight: 700;
}

.ghfc-scenario-grid article > p {
    min-height: 108px;
    margin: 11px 0 20px;
    color: var(--muted);
    font-size: 15.5px;
    line-height: 1.72;
}

.ghfc-scenario-grid article > div {
    padding-top: 15px;
    border-top: 1px solid var(--border);
}

.ghfc-scenario-grid strong {
    display: block;
    font-size: 13px;
    font-weight: 700;
}

.ghfc-scenario-grid article > div span {
    display: block;
    margin-top: 4px;
    color: var(--muted);
    font-size: 13.5px;
    font-weight: 500;
}


/* ==========================================================
   SUBFLOOR DARK
========================================================== */

.ghfc-subfloor {
    padding: 85px 0;
    background: var(--navy);
}

.ghfc-subfloor-grid {
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    gap: 70px;
    align-items: center;
}

.ghfc-subfloor-image {
    height: 520px;
    overflow: hidden;
    border-radius: 9px;
}

.ghfc-subfloor-image img {
    height: 100%;
    object-fit: cover;
}

.ghfc-subfloor h2 {
    color: #fff;
}

.ghfc-subfloor-grid > div:last-child > p {
    margin: 17px 0 0;
    color: rgba(255,255,255,.76);
    font-size: 16px;
    line-height: 1.78;
}

.ghfc-step-list {
    margin-top: 27px;
    border-top: 1px solid rgba(255,255,255,.14);
}

.ghfc-step-list > div {
    padding: 17px 0;
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 14px;
    border-bottom: 1px solid rgba(255,255,255,.14);
}

.ghfc-step-list > div > span {
    color: var(--gold);
    font-size: 14px;
    font-weight: 700;
}

.ghfc-step-list strong {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.ghfc-step-list p {
    margin: 4px 0 0;
    color: rgba(255,255,255,.7);
    font-size: 14.5px;
    line-height: 1.6;
}


/* ==========================================================
   ESTIMATE
========================================================== */

.ghfc-estimate {
    background: var(--soft);
}

.ghfc-support-text {
    margin: 17px 0 0;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.75;
}

.ghfc-estimate-list {
    border-top: 1px solid var(--border);
}

.ghfc-estimate-list > div {
    padding: 20px 0;
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 16px;
    border-bottom: 1px solid var(--border);
}

.ghfc-estimate-list > div > span {
    color: var(--gold-dark);
    font-size: 14px;
    font-weight: 700;
}

.ghfc-estimate-list strong {
    display: block;
    font-size: 16px;
    font-weight: 700;
}

.ghfc-estimate-list p {
    margin: 4px 0 0;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.65;
}


/* ==========================================================
   LOCAL DARK
========================================================== */

.ghfc-local {
    padding: 82px 0;
    background: var(--navy);
}

.ghfc-local-grid {
    display: grid;
    grid-template-columns: .78fr 1.22fr;
    gap: 70px;
    align-items: center;
}

.ghfc-local h2 {
    color: #fff;
}

.ghfc-local-grid > div:first-child > p {
    margin: 16px 0 0;
    color: rgba(255,255,255,.75);
    font-size: 16px;
    line-height: 1.76;
}

.ghfc-local a {
    display: inline-block;
    margin-top: 22px;
    color: var(--gold) !important;
    font-size: 15px;
    font-weight: 700;
}

.ghfc-local-grid-items {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    border-top: 1px solid rgba(255,255,255,.14);
    border-left: 1px solid rgba(255,255,255,.14);
}

.ghfc-local-grid-items article {
    min-height: 190px;
    padding: 23px;
    border-right: 1px solid rgba(255,255,255,.14);
    border-bottom: 1px solid rgba(255,255,255,.14);
}

.ghfc-local-grid-items article > span {
    color: var(--gold);
    font-size: 13px;
    font-weight: 700;
}

.ghfc-local-grid-items h3 {
    margin: 17px 0 0;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.ghfc-local-grid-items p {
    margin: 7px 0 0;
    color: rgba(255,255,255,.7);
    font-size: 14.5px;
    line-height: 1.65;
}


/* ==========================================================
   AREAS
========================================================== */

.ghfc-areas {
    background: #fff;
}

.ghfc-area-layout {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 70px;
    align-items: center;
}

.ghfc-area-layout > div:first-child > p {
    margin: 16px 0 0;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.75;
}

.ghfc-area-layout a {
    display: inline-block;
    margin-top: 21px;
    color: var(--gold-dark) !important;
    font-size: 15px;
    font-weight: 700;
}

.ghfc-area-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 9px;
}

.ghfc-area-grid span {
    min-height: 64px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--soft);
    border: 1px solid var(--border);
    color: var(--text);
    font-size: 14.5px;
    font-weight: 600;
    text-align: center;
}


/* ==========================================================
   RELATED GUIDES
========================================================== */

.ghfc-related {
    background: var(--soft);
}

.ghfc-related-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    border-top: 1px solid var(--border);
    border-left: 1px solid var(--border);
}

.ghfc-related-grid a {
    min-height: 300px;
    padding: 26px 24px;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-right: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    color: var(--text) !important;
    transition: .2s ease;
}

.ghfc-related-grid a:hover {
    transform: translateY(-2px);
    background: #fffdf7;
}

.ghfc-related-grid a > span {
    color: var(--gold-dark);
    font-size: 14px;
    font-weight: 700;
}

.ghfc-related-grid h3 {
    margin: 25px 0 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.45;
}

.ghfc-related-grid p {
    flex: 1;
    margin: 10px 0 18px;
    color: var(--muted);
    font-size: 14.5px;
    line-height: 1.68;
}

.ghfc-related-grid strong {
    color: var(--gold-dark);
    font-size: 14px;
    font-weight: 700;
}


/* ==========================================================
   FAQ
========================================================== */

.ghfc-faq {
    background: #fff;
}

.ghfc-faq-grid {
    display: grid;
    grid-template-columns: .72fr 1.28fr;
    gap: 80px;
    align-items: start;
}

.ghfc-faq-grid > div:first-child > p {
    margin: 16px 0 0;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.75;
}

.ghfc-faq-list {
    border-top: 1px solid var(--border);
}

.ghfc-faq-list details {
    border-bottom: 1px solid var(--border);
}

.ghfc-faq-list summary {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    list-style: none;
    cursor: pointer;
    color: var(--text);
    font-size: 15.5px;
    font-weight: 600;
    line-height: 1.5;
}

.ghfc-faq-list summary::-webkit-details-marker {
    display: none;
}

.ghfc-faq-list summary > span {
    flex: 0 0 auto;
    color: var(--gold-dark);
    font-size: 27px;
    font-weight: 500;
    transition: .2s ease;
}

.ghfc-faq-list details[open] summary > span {
    transform: rotate(45deg);
}

.ghfc-faq-list details > p {
    margin: -2px 0 24px;
    color: var(--muted);
    font-size: 15.5px;
    line-height: 1.75;
}


/* ==========================================================
   RESPONSIVE 1500
========================================================== */

@media (max-width: 1500px) {

    .ghfc-page {
        --edge: 56px;
    }
}


/* ==========================================================
   RESPONSIVE 1300
========================================================== */

@media (max-width: 1300px) {

    .ghfc-page {
        --edge: 44px;
    }

    .ghfc-hero-grid {
        gap: 45px;
    }

    .ghfc-type-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .ghfc-related-grid {
        grid-template-columns: repeat(2,1fr);
    }
}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 1024px) {

    .ghfc-page {
        --edge: 40px;
    }

    .ghfc-section {
        padding: 70px 0;
    }

    .ghfc-hero-grid {
        min-height: 0;
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .ghfc-hero-media {
        max-width: 850px;
        height: 440px;
    }

    .ghfc-factor-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .ghfc-factor-grid > div::after {
        display: none;
    }

    .ghfc-two-col,
    .ghfc-subfloor-grid,
    .ghfc-local-grid,
    .ghfc-area-layout {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .ghfc-section-head,
    .ghfc-dark-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .ghfc-cost-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .ghfc-cost-wide {
        grid-column: span 2;
    }

    .ghfc-scenario-grid {
        grid-template-columns: 1fr;
    }

    .ghfc-scenario-grid article > p {
        min-height: 0;
    }

    .ghfc-subfloor-image {
        max-width: 800px;
        height: 430px;
    }

    .ghfc-faq-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }
}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 680px) {

    .ghfc-page {
        --edge: 24px;
    }

    .ghfc-section {
        padding: 56px 0;
    }

    .ghfc-hero-grid {
        padding-top: 46px;
        padding-bottom: 48px;
    }

    .ghfc-hero h1 {
        font-size: 36px;
    }

    .ghfc-hero-text {
        font-size: 16px;
    }

    .ghfc-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .ghfc-btn {
        width: 100%;
    }

    .ghfc-hero-stats {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .ghfc-hero-stats > div {
        padding: 0 !important;
        border: 0 !important;
    }

    .ghfc-hero-media {
        height: 310px;
    }

    .ghfc-factor-grid {
        grid-template-columns: 1fr;
    }

    .ghfc-factor-grid > div {
        padding-left: 0;
        padding-right: 0;
        border-bottom: 1px solid rgba(6,29,44,.13);
    }

    .ghfc-type-grid {
        grid-template-columns: 1fr;
    }

    .ghfc-type-grid article {
        min-height: 0;
    }

    .ghfc-type-grid p {
        min-height: 0;
    }

    .ghfc-cost-factors,
    .ghfc-subfloor,
    .ghfc-local {
        padding: 58px 0;
    }

    .ghfc-cost-grid {
        grid-template-columns: 1fr;
    }

    .ghfc-cost-wide {
        grid-column: auto;
    }

    .ghfc-cost-grid article {
        min-height: 0;
    }

    .ghfc-subfloor-image {
        height: 310px;
    }

    .ghfc-local-grid-items {
        grid-template-columns: 1fr;
    }

    .ghfc-local-grid-items article {
        min-height: 0;
    }

    .ghfc-area-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .ghfc-related-grid {
        grid-template-columns: 1fr;
    }

    .ghfc-related-grid a {
        min-height: 0;
    }

    .ghfc-faq-list summary {
        min-height: 70px;
        font-size: 15.5px;
    }
}


/* ==========================================================
   SMALL MOBILE
========================================================== */

@media (max-width: 380px) {

    .ghfc-page {
        --edge: 18px;
    }

    .ghfc-hero h1 {
        font-size: 33px;
    }

    .ghfc-area-grid {
        grid-template-columns: 1fr;
    }
}


/* ==========================================================
   ACCESSIBILITY
========================================================== */

.ghfc-page a:focus-visible,
.ghfc-page summary:focus-visible {
    outline: 3px solid rgba(248,181,28,.5);
    outline-offset: 3px;
}/* End custom CSS */