.elementor-24384 .elementor-element.elementor-element-2a2d587{--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-d3decd0 *//* ==========================================================
   GOLDEN HANDS HANDYMANS
   DECK REPAIR COST ORLANDO
========================================================== */


/* ==========================================================
   BASE
========================================================== */

.ghdr-page,
.ghdr-page * {
    box-sizing: border-box;
}

.ghdr-page {

    --ghdr-navy: #061d2c;
    --ghdr-navy-2: #0b2b3f;

    --ghdr-gold: #f8b51c;
    --ghdr-gold-hover: #ffc43a;
    --ghdr-gold-dark: #c98200;

    --ghdr-text: #172430;
    --ghdr-muted: #586875;

    --ghdr-soft: #f8f6f1;
    --ghdr-soft-2: #f1eee7;

    --ghdr-border: #dfe3e5;

    --ghdr-edge: 68px;

    width: 100%;
    overflow: hidden;

    color: var(--ghdr-text);

    font-family: "Poppins", Arial, sans-serif;
}

.ghdr-page * {
    font-family: "Poppins", Arial, sans-serif;
}

.ghdr-page a {
    text-decoration: none;
}

.ghdr-page img {
    display: block;
    width: 100%;
    max-width: 100%;
}

.ghdr-page svg {
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* ==========================================================
   LAYOUT
========================================================== */

.ghdr-container {

    width: 100%;
    margin: 0 auto;

    padding-left: var(--ghdr-edge);
    padding-right: var(--ghdr-edge);
}

.ghdr-section {
    padding: 88px 0;
}


/* ==========================================================
   TYPOGRAPHY
========================================================== */

.ghdr-label {

    display: inline-block;

    margin-bottom: 11px;

    color: var(--ghdr-gold-dark);

    font-size: 15px;
    font-weight: 700;

    line-height: 1.4;

    letter-spacing: .06em;

    text-transform: uppercase;
}

.ghdr-label-light {
    color: var(--ghdr-gold);
}

.ghdr-page h2 {

    margin: 0;

    color: var(--ghdr-text);

    font-size: clamp(32px,2.7vw,45px);

    font-weight: 700;

    line-height: 1.17;

    letter-spacing: -.025em;
}

.ghdr-page p {
    font-weight: 500;
}


/* ==========================================================
   HERO
========================================================== */

.ghdr-hero {

    background: var(--ghdr-navy);

    color: #ffffff;
}

.ghdr-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;
}

.ghdr-breadcrumb {

    margin-bottom: 22px;

    display: flex;
    align-items: center;
    flex-wrap: wrap;

    gap: 9px;

    color: rgba(255,255,255,.7);

    font-size: 14.5px;
    font-weight: 500;
}

.ghdr-breadcrumb a {
    color: rgba(255,255,255,.84) !important;
}

.ghdr-breadcrumb strong {
    color: var(--ghdr-gold);
}

.ghdr-eyebrow {

    display: block;

    margin-bottom: 12px;

    color: var(--ghdr-gold);

    font-size: 15px;
    font-weight: 700;

    letter-spacing: .06em;

    text-transform: uppercase;
}

.ghdr-hero h1 {

    margin: 0;

    color: #ffffff;

    font-size: clamp(45px,4vw,64px);

    font-weight: 700;

    line-height: 1.06;

    letter-spacing: -.035em;
}

.ghdr-hero-text {

    max-width: 730px;

    margin: 22px 0 0;

    color: rgba(255,255,255,.85);

    font-size: 17px;
    font-weight: 500;

    line-height: 1.8;
}


/* ==========================================================
   BUTTONS
========================================================== */

.ghdr-hero-actions {

    margin-top: 30px;

    display: flex;
    flex-wrap: wrap;

    gap: 12px;
}

.ghdr-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;

    line-height: 1;

    transition:
        transform .2s ease,
        background .2s ease,
        color .2s ease,
        border-color .2s ease;
}

.ghdr-btn:hover {
    transform: translateY(-2px);
}

.ghdr-btn svg {

    width: 21px;
    height: 21px;

    stroke-width: 2.7;
}

.ghdr-btn-gold {

    background: var(--ghdr-gold);

    color: var(--ghdr-navy) !important;
}

.ghdr-btn-gold:hover {
    background: var(--ghdr-gold-hover);
}

.ghdr-btn-outline {

    border: 1px solid rgba(255,255,255,.4);

    color: #ffffff !important;
}

.ghdr-btn-outline:hover {

    border-color: var(--ghdr-gold);

    color: var(--ghdr-gold) !important;
}


/* ==========================================================
   HERO STATS
========================================================== */

.ghdr-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);
}

.ghdr-hero-stats > div {
    padding-right: 18px;
}

.ghdr-hero-stats > div:not(:first-child) {

    padding-left: 20px;

    border-left: 1px solid rgba(255,255,255,.14);
}

.ghdr-hero-stats strong {

    display: block;

    color: var(--ghdr-gold);

    font-size: 27px;
    font-weight: 700;
}

.ghdr-hero-stats span {

    display: block;

    margin-top: 4px;

    color: rgba(255,255,255,.76);

    font-size: 14.5px;
    font-weight: 500;
}


/* ==========================================================
   HERO IMAGE
========================================================== */

.ghdr-hero-media {

    position: relative;

    height: 490px;

    overflow: hidden;

    border-radius: 10px;

    background: #d8dddd;
}

.ghdr-hero-media img {

    width: 100%;
    height: 100%;

    object-fit: cover;

    object-position: center;
}

.ghdr-image-card {

    position: absolute;

    left: 20px;
    bottom: 20px;

    max-width: 360px;

    padding: 14px 16px;

    background: rgba(255,255,255,.96);

    border-left: 4px solid var(--ghdr-gold);

    box-shadow: 0 12px 30px rgba(0,0,0,.18);
}

.ghdr-image-card span {

    display: block;

    color: var(--ghdr-muted);

    font-size: 13.5px;
    font-weight: 500;
}

.ghdr-image-card strong {

    display: block;

    margin-top: 3px;

    color: var(--ghdr-text);

    font-size: 15px;
    font-weight: 700;
}


/* ==========================================================
   GOLD FACTOR STRIP
========================================================== */

.ghdr-factor-strip {
    background: var(--ghdr-gold);
}

.ghdr-factor-grid {

    display: grid;

    grid-template-columns: repeat(4,1fr);
}

.ghdr-factor-grid > div {

    position: relative;

    min-height: 116px;

    padding: 23px 24px;

    display: grid;

    grid-template-columns: 38px 1fr;

    gap: 10px;

    align-items: center;
}

.ghdr-factor-grid > div:not(:last-child)::after {

    content: "";

    position: absolute;

    right: 0;
    top: 23%;

    width: 1px;
    height: 54%;

    background: rgba(6,29,44,.18);
}

.ghdr-factor-grid > div > span {

    color: var(--ghdr-navy);

    font-size: 14px;
    font-weight: 700;
}

.ghdr-factor-grid strong {

    display: block;

    color: var(--ghdr-navy);

    font-size: 16px;
    font-weight: 700;
}

.ghdr-factor-grid p {

    margin: 4px 0 0;

    color: #493600;

    font-size: 14px;

    line-height: 1.55;
}


/* ==========================================================
   TWO COLUMN
========================================================== */

.ghdr-two-col {

    display: grid;

    grid-template-columns: .82fr 1.18fr;

    gap: 80px;

    align-items: start;
}


/* ==========================================================
   QUICK ANSWER
========================================================== */

.ghdr-answer {
    background: #ffffff;
}

.ghdr-answer-copy > p {

    margin: 0 0 16px;

    color: var(--ghdr-muted);

    font-size: 16.5px;

    line-height: 1.82;
}

.ghdr-answer-copy .ghdr-lead {

    color: var(--ghdr-text);

    font-size: 19px;
    font-weight: 600;

    line-height: 1.72;
}

.ghdr-note {

    margin-top: 25px;

    padding: 21px 22px;

    background: var(--ghdr-soft);

    border-left: 4px solid var(--ghdr-gold);
}

.ghdr-note strong {

    color: var(--ghdr-text);

    font-size: 16px;
    font-weight: 700;
}

.ghdr-note p {

    margin: 6px 0 0;

    color: var(--ghdr-muted);

    font-size: 15.5px;

    line-height: 1.7;
}


/* ==========================================================
   COMMON SECTION HEAD
========================================================== */

.ghdr-section-head,
.ghdr-dark-head {

    margin-bottom: 39px;

    display: flex;

    align-items: flex-end;
    justify-content: space-between;

    gap: 55px;
}

.ghdr-section-head > div,
.ghdr-dark-head > div {
    max-width: 820px;
}

.ghdr-section-head > p,
.ghdr-dark-head > p {

    max-width: 520px;

    margin: 0;

    color: var(--ghdr-muted);

    font-size: 16px;

    line-height: 1.75;
}


/* ==========================================================
   LEVELS
========================================================== */

.ghdr-levels {
    background: var(--ghdr-soft);
}

.ghdr-level-grid {

    display: grid;

    grid-template-columns: repeat(3,1fr);

    border-top: 1px solid var(--ghdr-border);
    border-left: 1px solid var(--ghdr-border);
}

.ghdr-level-grid article {

    min-height: 390px;

    padding: 29px 27px;

    display: flex;

    flex-direction: column;

    background: #ffffff;

    border-right: 1px solid var(--ghdr-border);
    border-bottom: 1px solid var(--ghdr-border);
}

.ghdr-number {

    display: block;

    margin-bottom: 34px;

    color: var(--ghdr-gold-dark);

    font-size: 15px;
    font-weight: 700;
}

.ghdr-type {

    color: var(--ghdr-gold-dark);

    font-size: 13px;
    font-weight: 700;

    letter-spacing: .04em;

    text-transform: uppercase;
}

.ghdr-level-grid h3 {

    margin: 7px 0 0;

    color: var(--ghdr-text);

    font-size: 21px;
    font-weight: 700;

    line-height: 1.4;
}

.ghdr-level-grid article > p {

    margin: 12px 0 22px;

    color: var(--ghdr-muted);

    font-size: 15.5px;

    line-height: 1.72;
}

.ghdr-tags {

    margin-top: auto;

    padding-top: 17px;

    display: flex;
    flex-wrap: wrap;

    gap: 7px;

    border-top: 1px solid var(--ghdr-border);
}

.ghdr-tags span {

    padding: 7px 9px;

    background: var(--ghdr-soft);

    border: 1px solid var(--ghdr-border);

    border-radius: 4px;

    color: var(--ghdr-muted);

    font-size: 12.5px;
    font-weight: 600;
}


/* ==========================================================
   COST FACTORS
========================================================== */

.ghdr-cost {

    padding: 84px 0;

    background: var(--ghdr-navy);
}

.ghdr-dark-head h2 {
    color: #ffffff;
}

.ghdr-dark-head > p {
    color: rgba(255,255,255,.75);
}

.ghdr-cost-grid {

    display: grid;

    grid-template-columns: repeat(4,1fr);

    border-top: 1px solid rgba(255,255,255,.14);
    border-left: 1px solid rgba(255,255,255,.14);
}

.ghdr-cost-grid article {

    min-height: 255px;

    padding: 27px 25px;

    border-right: 1px solid rgba(255,255,255,.14);
    border-bottom: 1px solid rgba(255,255,255,.14);
}

.ghdr-cost-grid article > span {

    display: block;

    margin-bottom: 26px;

    color: var(--ghdr-gold);

    font-size: 14px;
    font-weight: 700;
}

.ghdr-cost-grid h3 {

    margin: 0;

    color: #ffffff;

    font-size: 19px;
    font-weight: 700;
}

.ghdr-cost-grid p {

    margin: 10px 0 0;

    color: rgba(255,255,255,.73);

    font-size: 15.5px;

    line-height: 1.7;
}


/* ==========================================================
   COMMON REPAIRS
========================================================== */

.ghdr-repairs {
    background: var(--ghdr-soft);
}

.ghdr-repair-grid {

    display: grid;

    grid-template-columns: repeat(3,1fr);

    gap: 16px;
}

.ghdr-repair-grid article {

    min-height: 365px;

    padding: 27px;

    background: #ffffff;

    border: 1px solid var(--ghdr-border);

    border-radius: 8px;
}

.ghdr-repair-grid article > span {

    display: block;

    margin-bottom: 31px;

    color: var(--ghdr-gold-dark);

    font-size: 14px;
    font-weight: 700;
}

.ghdr-repair-grid h3 {

    margin: 0;

    color: var(--ghdr-text);

    font-size: 19px;
    font-weight: 700;

    line-height: 1.4;
}

.ghdr-repair-grid article > p {

    min-height: 82px;

    margin: 10px 0 18px;

    color: var(--ghdr-muted);

    font-size: 15.5px;

    line-height: 1.7;
}

.ghdr-repair-grid article > strong {

    display: block;

    color: var(--ghdr-text);

    font-size: 13.5px;
    font-weight: 700;
}

.ghdr-repair-grid ul {

    margin: 10px 0 0;

    padding: 15px 0 0;

    list-style: none;

    border-top: 1px solid var(--ghdr-border);
}

.ghdr-repair-grid li {

    position: relative;

    margin-bottom: 8px;

    padding-left: 17px;

    color: var(--ghdr-muted);

    font-size: 14.5px;
    font-weight: 500;
}

.ghdr-repair-grid li::before {

    content: "";

    position: absolute;

    left: 0;
    top: 8px;

    width: 6px;
    height: 6px;

    border-radius: 50%;

    background: var(--ghdr-gold);
}


/* ==========================================================
   REAL PROJECT
========================================================== */

.ghdr-project {

    padding: 85px 0;

    background: var(--ghdr-navy);
}

.ghdr-project-grid {

    display: grid;

    grid-template-columns: .93fr 1.07fr;

    gap: 70px;

    align-items: center;
}

.ghdr-project-image {

    position: relative;

    height: 530px;

    overflow: hidden;

    border-radius: 9px;
}

.ghdr-project-image img {

    width: 100%;
    height: 100%;

    object-fit: cover;

    object-position: center;
}

.ghdr-project-image > span {

    position: absolute;

    left: 17px;
    bottom: 17px;

    padding: 8px 11px;

    background: var(--ghdr-gold);

    color: var(--ghdr-navy);

    border-radius: 4px;

    font-size: 13px;
    font-weight: 700;
}

.ghdr-project-copy h2 {
    color: #ffffff;
}

.ghdr-project-copy > p {

    margin: 16px 0 0;

    color: rgba(255,255,255,.76);

    font-size: 16px;

    line-height: 1.76;
}

.ghdr-photo-list {

    margin-top: 28px;

    border-top: 1px solid rgba(255,255,255,.14);
}

.ghdr-photo-list > div {

    padding: 15px 0;

    display: grid;

    grid-template-columns: 47px 1fr;

    gap: 14px;

    border-bottom: 1px solid rgba(255,255,255,.14);
}

.ghdr-photo-list > div > span {

    color: var(--ghdr-gold);

    font-size: 13.5px;
    font-weight: 700;
}

.ghdr-photo-list strong {

    display: block;

    color: #ffffff;

    font-size: 15.5px;
    font-weight: 700;
}

.ghdr-photo-list p {

    margin: 3px 0 0;

    color: rgba(255,255,255,.69);

    font-size: 14px;

    line-height: 1.55;
}

.ghdr-project-copy > a {

    display: inline-block;

    margin-top: 22px;

    color: var(--ghdr-gold) !important;

    font-size: 15px;
    font-weight: 700;
}


/* ==========================================================
   REPAIR VS LARGER PROJECT
========================================================== */

.ghdr-decision {
    background: #ffffff;
}

.ghdr-decision-grid {

    display: grid;

    grid-template-columns: repeat(2,1fr);

    gap: 17px;
}

.ghdr-decision-grid article {

    padding: 31px;

    background: var(--ghdr-soft);

    border: 1px solid var(--ghdr-border);

    border-radius: 8px;
}

.ghdr-decision-type {

    display: inline-block;

    padding: 6px 9px;

    background: #fff1c5;

    border-radius: 4px;

    color: #805b00;

    font-size: 12px;
    font-weight: 700;

    text-transform: uppercase;
}

.ghdr-decision-grid h3 {

    margin: 20px 0 0;

    color: var(--ghdr-text);

    font-size: 21px;
    font-weight: 700;
}

.ghdr-decision-grid ul {

    margin: 20px 0 0;

    padding: 0;

    list-style: none;
}

.ghdr-decision-grid li {

    position: relative;

    padding: 12px 0 12px 24px;

    border-top: 1px solid var(--ghdr-border);

    color: var(--ghdr-muted);

    font-size: 15px;
    font-weight: 500;

    line-height: 1.65;
}

.ghdr-decision-grid li::before {

    content: "";

    position: absolute;

    left: 2px;
    top: 21px;

    width: 7px;
    height: 7px;

    border-radius: 50%;

    background: var(--ghdr-gold);
}

.ghdr-decision-note {

    margin: 20px 0 0;

    padding: 16px 18px;

    background: #fffaf0;

    border-left: 4px solid var(--ghdr-gold);

    color: var(--ghdr-muted);

    font-size: 14.5px;

    line-height: 1.7;
}


/* ==========================================================
   SCENARIOS DARK
========================================================== */

.ghdr-scenarios {

    padding: 84px 0;

    background: var(--ghdr-navy);
}

.ghdr-scenario-grid {

    display: grid;

    grid-template-columns: repeat(3,1fr);

    gap: 16px;
}

.ghdr-scenario-grid article {

    min-height: 330px;

    padding: 27px;

    background: rgba(255,255,255,.045);

    border: 1px solid rgba(255,255,255,.14);

    border-radius: 8px;
}

.ghdr-scenario-tag {

    display: inline-block;

    padding: 6px 9px;

    background: var(--ghdr-gold);

    border-radius: 4px;

    color: var(--ghdr-navy);

    font-size: 12px;
    font-weight: 700;

    text-transform: uppercase;
}

.ghdr-scenario-grid h3 {

    margin: 21px 0 0;

    color: #ffffff;

    font-size: 20px;
    font-weight: 700;
}

.ghdr-scenario-grid article > p {

    min-height: 108px;

    margin: 11px 0 20px;

    color: rgba(255,255,255,.73);

    font-size: 15.5px;

    line-height: 1.72;
}

.ghdr-scenario-grid article > div {

    padding-top: 15px;

    border-top: 1px solid rgba(255,255,255,.14);
}

.ghdr-scenario-grid strong {

    display: block;

    color: #ffffff;

    font-size: 13px;
    font-weight: 700;
}

.ghdr-scenario-grid article > div span {

    display: block;

    margin-top: 4px;

    color: rgba(255,255,255,.68);

    font-size: 13.5px;
    font-weight: 500;
}


/* ==========================================================
   ESTIMATE PREPARATION
========================================================== */

.ghdr-estimate {
    background: var(--ghdr-soft);
}

.ghdr-estimate-grid {

    display: grid;

    grid-template-columns: .78fr 1.22fr;

    gap: 80px;

    align-items: start;
}

.ghdr-estimate-grid > div:first-child > p {

    margin: 17px 0 0;

    color: var(--ghdr-muted);

    font-size: 16px;

    line-height: 1.76;
}

.ghdr-estimate-list {
    border-top: 1px solid var(--ghdr-border);
}

.ghdr-estimate-list > div {

    padding: 21px 0;

    display: grid;

    grid-template-columns: 52px 1fr;

    gap: 15px;

    border-bottom: 1px solid var(--ghdr-border);
}

.ghdr-estimate-list > div > span {

    color: var(--ghdr-gold-dark);

    font-size: 14px;
    font-weight: 700;
}

.ghdr-estimate-list strong {

    display: block;

    color: var(--ghdr-text);

    font-size: 16px;
    font-weight: 700;
}

.ghdr-estimate-list p {

    margin: 4px 0 0;

    color: var(--ghdr-muted);

    font-size: 15px;

    line-height: 1.65;
}


/* ==========================================================
   FLORIDA CONDITIONS
========================================================== */

.ghdr-florida {

    padding: 82px 0;

    background: var(--ghdr-navy);
}

.ghdr-florida-grid {

    display: grid;

    grid-template-columns: .8fr 1.2fr;

    gap: 70px;

    align-items: center;
}

.ghdr-florida h2 {
    color: #ffffff;
}

.ghdr-florida-grid > div:first-child > p {

    margin: 16px 0 0;

    color: rgba(255,255,255,.75);

    font-size: 16px;

    line-height: 1.76;
}

.ghdr-florida-grid > div:first-child > a {

    display: inline-block;

    margin-top: 22px;

    color: var(--ghdr-gold) !important;

    font-size: 15px;
    font-weight: 700;
}

.ghdr-florida-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);
}

.ghdr-florida-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);
}

.ghdr-florida-items article > span {

    color: var(--ghdr-gold);

    font-size: 13px;
    font-weight: 700;
}

.ghdr-florida-items h3 {

    margin: 17px 0 0;

    color: #ffffff;

    font-size: 18px;
    font-weight: 700;
}

.ghdr-florida-items p {

    margin: 7px 0 0;

    color: rgba(255,255,255,.7);

    font-size: 14.5px;

    line-height: 1.65;
}


/* ==========================================================
   SERVICE AREAS
========================================================== */

.ghdr-areas {
    background: #ffffff;
}

.ghdr-area-layout {

    display: grid;

    grid-template-columns: .8fr 1.2fr;

    gap: 70px;

    align-items: center;
}

.ghdr-area-layout > div:first-child > p {

    margin: 16px 0 0;

    color: var(--ghdr-muted);

    font-size: 16px;

    line-height: 1.75;
}

.ghdr-area-layout > div:first-child > a {

    display: inline-block;

    margin-top: 21px;

    color: var(--ghdr-gold-dark) !important;

    font-size: 15px;
    font-weight: 700;
}

.ghdr-area-grid {

    display: grid;

    grid-template-columns: repeat(3,1fr);

    gap: 9px;
}

.ghdr-area-grid span {

    min-height: 64px;

    padding: 10px;

    display: flex;

    align-items: center;
    justify-content: center;

    background: var(--ghdr-soft);

    border: 1px solid var(--ghdr-border);

    color: var(--ghdr-text);

    font-size: 14.5px;
    font-weight: 600;

    text-align: center;
}


/* ==========================================================
   RELATED GUIDES
========================================================== */

.ghdr-related {
    background: var(--ghdr-soft);
}

.ghdr-related-grid {

    display: grid;

    grid-template-columns: repeat(4,1fr);

    border-top: 1px solid var(--ghdr-border);
    border-left: 1px solid var(--ghdr-border);
}

.ghdr-related-grid a {

    min-height: 300px;

    padding: 26px 24px;

    display: flex;

    flex-direction: column;

    background: #ffffff;

    border-right: 1px solid var(--ghdr-border);
    border-bottom: 1px solid var(--ghdr-border);

    color: var(--ghdr-text) !important;

    transition:
        transform .2s ease,
        background .2s ease;
}

.ghdr-related-grid a:hover {

    transform: translateY(-2px);

    background: #fffdf7;
}

.ghdr-related-grid a > span {

    color: var(--ghdr-gold-dark);

    font-size: 14px;
    font-weight: 700;
}

.ghdr-related-grid h3 {

    margin: 25px 0 0;

    color: var(--ghdr-text);

    font-size: 18px;
    font-weight: 700;

    line-height: 1.45;
}

.ghdr-related-grid p {

    flex: 1;

    margin: 10px 0 18px;

    color: var(--ghdr-muted);

    font-size: 14.5px;

    line-height: 1.68;
}

.ghdr-related-grid strong {

    color: var(--ghdr-gold-dark);

    font-size: 14px;
    font-weight: 700;
}


/* ==========================================================
   FAQ
========================================================== */

.ghdr-faq {
    background: #ffffff;
}

.ghdr-faq-grid {

    display: grid;

    grid-template-columns: .72fr 1.28fr;

    gap: 80px;

    align-items: start;
}

.ghdr-faq-grid > div:first-child > p {

    margin: 16px 0 0;

    color: var(--ghdr-muted);

    font-size: 16px;

    line-height: 1.75;
}

.ghdr-faq-list {
    border-top: 1px solid var(--ghdr-border);
}

.ghdr-faq-list details {
    border-bottom: 1px solid var(--ghdr-border);
}

.ghdr-faq-list summary {

    min-height: 76px;

    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 20px;

    list-style: none;

    cursor: pointer;

    color: var(--ghdr-text);

    font-size: 15.5px;
    font-weight: 600;

    line-height: 1.5;
}

.ghdr-faq-list summary::-webkit-details-marker {
    display: none;
}

.ghdr-faq-list summary > span {

    flex: 0 0 auto;

    color: var(--ghdr-gold-dark);

    font-size: 27px;
    font-weight: 500;

    line-height: 1;

    transition: transform .2s ease;
}

.ghdr-faq-list details[open] summary > span {
    transform: rotate(45deg);
}

.ghdr-faq-list details > p {

    max-width: 780px;

    margin: -2px 0 24px;

    color: var(--ghdr-muted);

    font-size: 15.5px;

    line-height: 1.75;
}


/* ==========================================================
   1500
========================================================== */

@media (max-width: 1500px) {

    .ghdr-page {
        --ghdr-edge: 56px;
    }
}


/* ==========================================================
   1300
========================================================== */

@media (max-width: 1300px) {

    .ghdr-page {
        --ghdr-edge: 44px;
    }

    .ghdr-hero-grid {
        gap: 45px;
    }

    .ghdr-cost-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .ghdr-related-grid {
        grid-template-columns: repeat(2,1fr);
    }
}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 1024px) {

    .ghdr-page {
        --ghdr-edge: 40px;
    }

    .ghdr-section {
        padding: 70px 0;
    }


    /* HERO */

    .ghdr-hero-grid {

        min-height: 0;

        grid-template-columns: 1fr;

        gap: 40px;

        padding-top: 55px;
        padding-bottom: 60px;
    }

    .ghdr-hero-media {

        max-width: 850px;

        height: 440px;
    }


    /* FACTORS */

    .ghdr-factor-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .ghdr-factor-grid > div::after {
        display: none;
    }


    /* COLUMN SECTIONS */

    .ghdr-two-col,
    .ghdr-project-grid,
    .ghdr-estimate-grid,
    .ghdr-florida-grid,
    .ghdr-area-layout {

        grid-template-columns: 1fr;

        gap: 38px;
    }


    /* HEADS */

    .ghdr-section-head,
    .ghdr-dark-head {

        flex-direction: column;

        align-items: flex-start;

        gap: 15px;
    }


    /* REPAIRS */

    .ghdr-repair-grid {
        grid-template-columns: repeat(2,1fr);
    }


    /* PROJECT */

    .ghdr-project-image {

        max-width: 800px;

        height: 440px;
    }


    /* SCENARIOS */

    .ghdr-scenario-grid {
        grid-template-columns: 1fr;
    }

    .ghdr-scenario-grid article > p {
        min-height: 0;
    }


    /* FAQ */

    .ghdr-faq-grid {

        grid-template-columns: 1fr;

        gap: 36px;
    }
}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 680px) {

    .ghdr-page {
        --ghdr-edge: 24px;
    }

    .ghdr-section {
        padding: 56px 0;
    }


    /* HERO */

    .ghdr-hero-grid {

        padding-top: 46px;
        padding-bottom: 48px;
    }

    .ghdr-hero h1 {
        font-size: 36px;
    }

    .ghdr-hero-text {
        font-size: 16px;
    }

    .ghdr-hero-actions {

        flex-direction: column;

        align-items: stretch;
    }

    .ghdr-btn {
        width: 100%;
    }

    .ghdr-hero-stats {

        grid-template-columns: 1fr;

        gap: 14px;
    }

    .ghdr-hero-stats > div {

        padding: 0 !important;

        border: 0 !important;
    }

    .ghdr-hero-media {
        height: 310px;
    }


    /* GOLD STRIP */

    .ghdr-factor-grid {
        grid-template-columns: 1fr;
    }

    .ghdr-factor-grid > div {

        padding-left: 0;
        padding-right: 0;

        border-bottom:
            1px solid rgba(6,29,44,.13);
    }


    /* LEVELS */

    .ghdr-level-grid {
        grid-template-columns: 1fr;
    }

    .ghdr-level-grid article {
        min-height: 0;
    }


    /* DARK SECTIONS */

    .ghdr-cost,
    .ghdr-project,
    .ghdr-scenarios,
    .ghdr-florida {

        padding: 58px 0;
    }


    /* COST */

    .ghdr-cost-grid {
        grid-template-columns: 1fr;
    }

    .ghdr-cost-grid article {
        min-height: 0;
    }


    /* REPAIRS */

    .ghdr-repair-grid {
        grid-template-columns: 1fr;
    }

    .ghdr-repair-grid article {
        min-height: 0;
    }

    .ghdr-repair-grid article > p {
        min-height: 0;
    }


    /* PROJECT */

    .ghdr-project-image {
        height: 320px;
    }


    /* DECISION */

    .ghdr-decision-grid {
        grid-template-columns: 1fr;
    }


    /* FLORIDA */

    .ghdr-florida-items {
        grid-template-columns: 1fr;
    }

    .ghdr-florida-items article {
        min-height: 0;
    }


    /* AREAS */

    .ghdr-area-grid {
        grid-template-columns: repeat(2,1fr);
    }


    /* RELATED */

    .ghdr-related-grid {
        grid-template-columns: 1fr;
    }

    .ghdr-related-grid a {
        min-height: 0;
    }


    /* FAQ */

    .ghdr-faq-list summary {

        min-height: 70px;

        font-size: 15.5px;
    }
}


/* ==========================================================
   SMALL MOBILE
========================================================== */

@media (max-width: 380px) {

    .ghdr-page {
        --ghdr-edge: 18px;
    }

    .ghdr-hero h1 {
        font-size: 33px;
    }

    .ghdr-area-grid {
        grid-template-columns: 1fr;
    }
}


/* ==========================================================
   ACCESSIBILITY
========================================================== */

.ghdr-page a:focus-visible,
.ghdr-page summary:focus-visible {

    outline: 3px solid rgba(248,181,28,.5);

    outline-offset: 3px;
}/* End custom CSS */