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