.elementor-3797 .elementor-element.elementor-element-b34d1b4{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-f33505c *//* ==========================================================
   ORLANDO GAZEBO BUILDER
   HARDTOP GAZEBO INSTALLATION ORLANDO
========================================================== */


/* ==========================================================
   BASE
========================================================== */

.ogbht-page,
.ogbht-page * {
    box-sizing: border-box;
}

.ogbht-page {

    --ogbht-navy: #061d2c;
    --ogbht-navy-2: #0b2b3f;

    --ogbht-gold: #f8b51c;
    --ogbht-gold-hover: #ffc43a;
    --ogbht-gold-dark: #c98200;

    --ogbht-text: #172430;
    --ogbht-muted: #536572;

    --ogbht-soft: #f8f6f1;
    --ogbht-soft-2: #f1eee7;

    --ogbht-border: #dde2e4;

    --ogbht-edge: 68px;

    width: 100%;
    overflow: hidden;

    color: var(--ogbht-text);

    font-family: "Poppins", Arial, sans-serif;
}

.ogbht-page * {
    font-family: "Poppins", Arial, sans-serif;
}

.ogbht-page a {
    text-decoration: none;
}

.ogbht-page img {

    display: block;

    width: 100%;
    max-width: 100%;
}

.ogbht-page svg {

    display: block;

    fill: none;
    stroke: currentColor;

    stroke-linecap: round;
    stroke-linejoin: round;
}

.ogbht-page p {
    font-weight: 500;
}


/* ==========================================================
   CONTAINER
========================================================== */

.ogbht-container {

    width: 100%;

    margin: 0 auto;

    padding-left: var(--ogbht-edge);
    padding-right: var(--ogbht-edge);
}

.ogbht-section {
    padding: 88px 0;
}


/* ==========================================================
   TYPOGRAPHY
========================================================== */

.ogbht-label {

    display: inline-block;

    margin-bottom: 11px;

    color: var(--ogbht-gold-dark);

    font-size: 15.5px;
    font-weight: 700;

    line-height: 1.45;

    letter-spacing: .045em;

    text-transform: uppercase;
}

.ogbht-label-light {
    color: var(--ogbht-gold);
}

.ogbht-page h2 {

    margin: 0;

    color: var(--ogbht-text);

    font-size: clamp(33px,2.8vw,46px);
    font-weight: 700;

    line-height: 1.16;

    letter-spacing: -.028em;
}


/* ==========================================================
   HERO
========================================================== */

.ogbht-hero {

    position: relative;

    min-height: 650px;

    display: flex;

    align-items: center;

    overflow: hidden;

    background: var(--ogbht-navy);
}

.ogbht-hero-bg {

    position: absolute;

    inset: 0;
}

.ogbht-hero-bg img {

    width: 100%;
    height: 100%;

    object-fit: cover;

    object-position: center;
}

.ogbht-hero-overlay {

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(4,21,31,.96) 0%,
            rgba(4,21,31,.91) 40%,
            rgba(4,21,31,.60) 69%,
            rgba(4,21,31,.30) 100%
        );
}

.ogbht-hero-inner {

    position: relative;

    z-index: 2;

    width: 100%;

    padding-top: 68px;
    padding-bottom: 68px;

    display: grid;

    grid-template-columns:
        minmax(0,1.12fr)
        minmax(300px,.52fr);

    gap: 70px;

    align-items: end;
}


/* BREADCRUMB */

.ogbht-breadcrumb {

    margin-bottom: 21px;

    display: flex;

    flex-wrap: wrap;

    align-items: center;

    gap: 9px;

    color: rgba(255,255,255,.72);

    font-size: 14.5px;
    font-weight: 500;
}

.ogbht-breadcrumb a {
    color: rgba(255,255,255,.88) !important;
}

.ogbht-breadcrumb strong {
    color: var(--ogbht-gold);
}


/* HERO COPY */

.ogbht-eyebrow {

    display: inline-flex;

    margin-bottom: 14px;

    padding: 8px 11px;

    background: rgba(248,181,28,.11);

    border: 1px solid rgba(248,181,28,.38);

    border-radius: 4px;

    color: var(--ogbht-gold);

    font-size: 14.5px;
    font-weight: 700;

    line-height: 1.4;

    letter-spacing: .045em;

    text-transform: uppercase;
}

.ogbht-hero h1 {

    max-width: 920px;

    margin: 0;

    color: #ffffff;

    font-size: clamp(47px,4.8vw,72px);
    font-weight: 700;

    line-height: 1.04;

    letter-spacing: -.04em;
}

.ogbht-hero-text {

    max-width: 810px;

    margin: 22px 0 0;

    color: rgba(255,255,255,.88);

    font-size: 17.5px;
    font-weight: 500;

    line-height: 1.8;
}


/* ==========================================================
   BUTTONS
========================================================== */

.ogbht-hero-actions {

    margin-top: 30px;

    display: flex;

    flex-wrap: wrap;

    gap: 11px;
}

.ogbht-btn {

    min-height: 56px;

    padding: 0 22px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 11px;

    border-radius: 7px;

    font-size: 15.5px;
    font-weight: 700;

    transition:
        transform .2s ease,
        background .2s ease,
        border-color .2s ease,
        color .2s ease;
}

.ogbht-btn:hover {
    transform: translateY(-2px);
}

.ogbht-btn svg {

    width: 20px;
    height: 20px;

    stroke-width: 2.5;
}

.ogbht-btn-gold {

    background: var(--ogbht-gold);

    color: var(--ogbht-navy) !important;
}

.ogbht-btn-gold:hover {
    background: var(--ogbht-gold-hover);
}

.ogbht-btn-outline {

    border: 1px solid rgba(255,255,255,.42);

    color: #ffffff !important;
}

.ogbht-btn-outline:hover {

    border-color: var(--ogbht-gold);

    color: var(--ogbht-gold) !important;
}


/* ==========================================================
   HERO POINTS
========================================================== */

.ogbht-hero-points {

    margin-top: 29px;

    padding-top: 21px;

    display: flex;

    flex-wrap: wrap;

    gap: 22px;

    border-top: 1px solid rgba(255,255,255,.16);
}

.ogbht-hero-points > div {

    display: flex;

    align-items: center;

    gap: 9px;

    color: rgba(255,255,255,.85);

    font-size: 14.5px;
    font-weight: 600;
}

.ogbht-check {

    width: 26px;
    height: 26px;

    flex: 0 0 auto;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: var(--ogbht-gold);

    color: var(--ogbht-navy);
}

.ogbht-check svg {

    width: 14px;
    height: 14px;

    stroke-width: 3;
}


/* ==========================================================
   HERO CARD
========================================================== */

.ogbht-hero-card {

    padding: 27px;

    background: rgba(255,255,255,.97);

    border-top: 4px solid var(--ogbht-gold);

    border-radius: 8px;

    box-shadow:
        0 18px 45px rgba(0,0,0,.22);
}

.ogbht-card-label {

    display: block;

    color: var(--ogbht-gold-dark);

    font-size: 14px;
    font-weight: 700;

    text-transform: uppercase;

    letter-spacing: .04em;
}

.ogbht-hero-card h2 {

    margin-top: 7px;

    font-size: 27px;

    line-height: 1.27;
}

.ogbht-hero-card > p {

    margin: 10px 0 0;

    color: var(--ogbht-muted);

    font-size: 15.5px;
    font-weight: 500;

    line-height: 1.7;
}

.ogbht-card-list {

    margin-top: 20px;

    border-top: 1px solid var(--ogbht-border);
}

.ogbht-card-list > div {

    min-height: 53px;

    display: grid;

    grid-template-columns: 38px 1fr;

    align-items: center;

    gap: 10px;

    border-bottom: 1px solid var(--ogbht-border);
}

.ogbht-card-list span {

    color: var(--ogbht-gold-dark);

    font-size: 14px;
    font-weight: 700;
}

.ogbht-card-list strong {

    color: var(--ogbht-text);

    font-size: 14.5px;
    font-weight: 700;
}

.ogbht-hero-card > a {

    display: inline-block;

    margin-top: 19px;

    color: var(--ogbht-gold-dark) !important;

    font-size: 15px;
    font-weight: 700;
}


/* ==========================================================
   GOLD STRIP
========================================================== */

.ogbht-strip {
    background: var(--ogbht-gold);
}

.ogbht-strip-grid {

    display: grid;

    grid-template-columns: repeat(4,1fr);
}

.ogbht-strip-grid > div {

    position: relative;

    min-height: 124px;

    padding: 23px 24px;

    display: grid;

    grid-template-columns: 39px 1fr;

    align-items: center;

    gap: 11px;
}

.ogbht-strip-grid > div:not(:last-child)::after {

    content: "";

    position: absolute;

    right: 0;
    top: 25%;

    width: 1px;
    height: 50%;

    background: rgba(6,29,44,.18);
}

.ogbht-strip-grid > div > span {

    color: var(--ogbht-navy);

    font-size: 14.5px;
    font-weight: 700;
}

.ogbht-strip-grid strong {

    display: block;

    color: var(--ogbht-navy);

    font-size: 16px;
    font-weight: 700;
}

.ogbht-strip-grid p {

    margin: 5px 0 0;

    color: #493807;

    font-size: 14.5px;
    font-weight: 500;

    line-height: 1.6;
}


/* ==========================================================
   INTRO
========================================================== */

.ogbht-intro {
    background: #ffffff;
}

.ogbht-intro-grid {

    display: grid;

    grid-template-columns: .82fr 1.18fr;

    gap: 85px;

    align-items: start;
}

.ogbht-intro-copy > p {

    margin: 0 0 17px;

    color: var(--ogbht-muted);

    font-size: 16.5px;
    font-weight: 500;

    line-height: 1.82;
}

.ogbht-intro-copy .ogbht-lead {

    color: var(--ogbht-text);

    font-size: 19px;
    font-weight: 600;

    line-height: 1.73;
}


/* ==========================================================
   SECTION HEAD
========================================================== */

.ogbht-section-head,
.ogbht-dark-head {

    margin-bottom: 40px;

    display: flex;

    align-items: flex-end;
    justify-content: space-between;

    gap: 55px;
}

.ogbht-section-head > div,
.ogbht-dark-head > div {
    max-width: 850px;
}

.ogbht-section-head > p,
.ogbht-dark-head > p {

    max-width: 520px;

    margin: 0;

    color: var(--ogbht-muted);

    font-size: 16px;
    font-weight: 500;

    line-height: 1.77;
}


/* ==========================================================
   TYPES
========================================================== */

.ogbht-types {
    background: var(--ogbht-soft);
}

.ogbht-type-grid {

    display: grid;

    grid-template-columns: repeat(3,1fr);

    gap: 17px;
}

.ogbht-type-grid article {

    overflow: hidden;

    background: #ffffff;

    border: 1px solid var(--ogbht-border);

    border-radius: 9px;
}

.ogbht-type-image {

    height: 290px;

    overflow: hidden;
}

.ogbht-type-image img {

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform .35s ease;
}

.ogbht-type-grid article:hover img {
    transform: scale(1.04);
}

.ogbht-type-content {
    padding: 24px;
}

.ogbht-type-content > span {

    display: block;

    margin-bottom: 17px;

    color: var(--ogbht-gold-dark);

    font-size: 14px;
    font-weight: 700;
}

.ogbht-type-content h3 {

    margin: 0;

    color: var(--ogbht-text);

    font-size: 20px;
    font-weight: 700;

    line-height: 1.4;
}

.ogbht-type-content p {

    margin: 10px 0 0;

    color: var(--ogbht-muted);

    font-size: 15.5px;
    font-weight: 500;

    line-height: 1.74;
}


/* ==========================================================
   IMAGE ASSEMBLY CARDS
========================================================== */

.ogbht-assembly {

    padding: 84px 0;

    background: var(--ogbht-navy);
}

.ogbht-dark-head h2 {
    color: #ffffff;
}

.ogbht-dark-head > p {
    color: rgba(255,255,255,.76);
}

.ogbht-assembly-grid {

    display: grid;

    grid-template-columns: repeat(3,1fr);

    gap: 14px;
}

.ogbht-image-card {

    position: relative;

    min-height: 340px;

    overflow: hidden;

    border: 1px solid rgba(255,255,255,.13);

    border-radius: 8px;
}

.ogbht-image-card > img {

    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform .4s ease;
}

.ogbht-image-overlay {

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            to top,
            rgba(4,21,31,.97) 0%,
            rgba(4,21,31,.80) 44%,
            rgba(4,21,31,.24) 100%
        );
}

.ogbht-image-content {

    position: absolute;

    z-index: 2;

    left: 0;
    right: 0;
    bottom: 0;

    padding: 27px;
}

.ogbht-image-content > span {

    min-width: 39px;
    height: 31px;

    padding: 0 9px;

    margin-bottom: 15px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    background: var(--ogbht-gold);

    border-radius: 4px;

    color: var(--ogbht-navy);

    font-size: 14px;
    font-weight: 700;
}

.ogbht-image-content h3 {

    margin: 0;

    color: #ffffff;

    font-size: 21px;
    font-weight: 700;

    line-height: 1.4;
}

.ogbht-image-content p {

    margin: 10px 0 0;

    color: rgba(255,255,255,.86);

    font-size: 15.5px;
    font-weight: 500;

    line-height: 1.72;
}

.ogbht-image-card:hover > img {
    transform: scale(1.055);
}


/* ==========================================================
   BENEFITS
========================================================== */

.ogbht-benefits {
    background: #ffffff;
}

.ogbht-benefits-grid {

    display: grid;

    grid-template-columns: .95fr 1.05fr;

    gap: 75px;

    align-items: center;
}

.ogbht-benefit-media {

    position: relative;

    min-height: 580px;
}

.ogbht-benefit-main {

    position: absolute;

    left: 0;
    top: 0;

    width: 79%;
    height: 510px;

    overflow: hidden;

    border-radius: 9px;
}

.ogbht-benefit-main img {

    width: 100%;
    height: 100%;

    object-fit: cover;
}

.ogbht-benefit-small {

    position: absolute;

    right: 0;
    bottom: 0;

    width: 47%;
    height: 290px;

    overflow: hidden;

    border: 8px solid #ffffff;

    border-radius: 9px;

    box-shadow:
        0 15px 35px rgba(0,0,0,.16);
}

.ogbht-benefit-small img {

    width: 100%;
    height: 100%;

    object-fit: cover;
}

.ogbht-benefit-badge {

    position: absolute;

    left: 22px;
    bottom: 19px;

    width: 300px;

    padding: 18px 19px;

    background: var(--ogbht-gold);

    border-radius: 5px;

    color: var(--ogbht-navy);
}

.ogbht-benefit-badge strong {

    display: block;

    font-size: 15.5px;
    font-weight: 700;
}

.ogbht-benefit-badge span {

    display: block;

    margin-top: 4px;

    font-size: 14px;
    font-weight: 500;

    line-height: 1.55;
}

.ogbht-benefit-copy > p {

    margin: 17px 0 0;

    color: var(--ogbht-muted);

    font-size: 16px;
    font-weight: 500;

    line-height: 1.8;
}

.ogbht-benefit-list {

    margin-top: 25px;

    border-top: 1px solid var(--ogbht-border);
}

.ogbht-benefit-list > div {

    padding: 18px 0;

    display: grid;

    grid-template-columns: 50px 1fr;

    gap: 14px;

    border-bottom: 1px solid var(--ogbht-border);
}

.ogbht-benefit-list > div > span {

    color: var(--ogbht-gold-dark);

    font-size: 14.5px;
    font-weight: 700;
}

.ogbht-benefit-list strong {

    display: block;

    color: var(--ogbht-text);

    font-size: 16.5px;
    font-weight: 700;
}

.ogbht-benefit-list p {

    margin: 4px 0 0;

    color: var(--ogbht-muted);

    font-size: 15px;
    font-weight: 500;

    line-height: 1.67;
}


/* ==========================================================
   FACTORS DARK
========================================================== */

.ogbht-factors {

    padding: 84px 0;

    background: var(--ogbht-navy);
}

.ogbht-factor-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);
}

.ogbht-factor-grid article {

    min-height: 245px;

    padding: 28px 26px;

    border-right: 1px solid rgba(255,255,255,.14);
    border-bottom: 1px solid rgba(255,255,255,.14);
}

.ogbht-factor-grid article > span {

    display: block;

    margin-bottom: 28px;

    color: var(--ogbht-gold);

    font-size: 14.5px;
    font-weight: 700;
}

.ogbht-factor-grid h3 {

    margin: 0;

    color: #ffffff;

    font-size: 19px;
    font-weight: 700;

    line-height: 1.45;
}

.ogbht-factor-grid p {

    margin: 10px 0 0;

    color: rgba(255,255,255,.74);

    font-size: 15.5px;
    font-weight: 500;

    line-height: 1.72;
}


/* ==========================================================
   PROCESS
========================================================== */

.ogbht-process-section {
    background: #ffffff;
}

.ogbht-process-grid {

    display: grid;

    grid-template-columns: repeat(4,1fr);

    border-top: 1px solid var(--ogbht-border);
    border-left: 1px solid var(--ogbht-border);
}

.ogbht-process-grid article {

    min-height: 270px;

    padding: 28px 26px;

    background: var(--ogbht-soft);

    border-right: 1px solid var(--ogbht-border);
    border-bottom: 1px solid var(--ogbht-border);
}

.ogbht-process-grid article > span {

    display: block;

    margin-bottom: 30px;

    color: var(--ogbht-gold-dark);

    font-size: 14.5px;
    font-weight: 700;
}

.ogbht-process-grid h3 {

    margin: 0;

    color: var(--ogbht-text);

    font-size: 19px;
    font-weight: 700;

    line-height: 1.45;
}

.ogbht-process-grid p {

    margin: 10px 0 0;

    color: var(--ogbht-muted);

    font-size: 15.5px;
    font-weight: 500;

    line-height: 1.72;
}


/* ==========================================================
   SITE
========================================================== */

.ogbht-site {
    background: var(--ogbht-soft);
}

.ogbht-site-grid {

    display: grid;

    grid-template-columns: .78fr 1.22fr;

    gap: 80px;

    align-items: start;
}

.ogbht-site-grid > div:first-child > p {

    margin: 17px 0 0;

    color: var(--ogbht-muted);

    font-size: 16px;
    font-weight: 500;

    line-height: 1.8;
}

.ogbht-site-list {

    border-top: 1px solid var(--ogbht-border);
}

.ogbht-site-list > div {

    padding: 21px 0;

    display: grid;

    grid-template-columns: 53px 1fr;

    gap: 15px;

    border-bottom: 1px solid var(--ogbht-border);
}

.ogbht-site-list > div > span {

    color: var(--ogbht-gold-dark);

    font-size: 14.5px;
    font-weight: 700;
}

.ogbht-site-list strong {

    display: block;

    color: var(--ogbht-text);

    font-size: 16.5px;
    font-weight: 700;
}

.ogbht-site-list p {

    margin: 5px 0 0;

    color: var(--ogbht-muted);

    font-size: 15px;
    font-weight: 500;

    line-height: 1.67;
}


/* ==========================================================
   ESTIMATE
========================================================== */

.ogbht-estimate {

    padding: 83px 0;

    background: var(--ogbht-navy);
}

.ogbht-estimate-grid {

    display: grid;

    grid-template-columns: .7fr 1.3fr;

    gap: 70px;

    align-items: center;
}

.ogbht-estimate-grid > div:first-child h2 {
    color: #ffffff;
}

.ogbht-estimate-grid > div:first-child > p {

    margin: 17px 0 0;

    color: rgba(255,255,255,.76);

    font-size: 16px;
    font-weight: 500;

    line-height: 1.77;
}

.ogbht-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);
}

.ogbht-estimate-items article {

    min-height: 195px;

    padding: 23px;

    border-right: 1px solid rgba(255,255,255,.14);
    border-bottom: 1px solid rgba(255,255,255,.14);
}

.ogbht-estimate-items article > span {

    color: var(--ogbht-gold);

    font-size: 14px;
    font-weight: 700;
}

.ogbht-estimate-items h3 {

    margin: 17px 0 0;

    color: #ffffff;

    font-size: 17px;
    font-weight: 700;
}

.ogbht-estimate-items p {

    margin: 7px 0 0;

    color: rgba(255,255,255,.74);

    font-size: 14.5px;
    font-weight: 500;

    line-height: 1.67;
}


/* ==========================================================
   RELATED
========================================================== */

.ogbht-related {
    background: var(--ogbht-soft);
}

.ogbht-related-grid {

    display: grid;

    grid-template-columns: repeat(4,1fr);

    border-top: 1px solid var(--ogbht-border);
    border-left: 1px solid var(--ogbht-border);
}

.ogbht-related-grid a {

    min-height: 315px;

    padding: 27px 25px;

    display: flex;

    flex-direction: column;

    background: #ffffff;

    border-right: 1px solid var(--ogbht-border);
    border-bottom: 1px solid var(--ogbht-border);

    color: var(--ogbht-text) !important;

    transition:
        transform .2s ease,
        background .2s ease;
}

.ogbht-related-grid a:hover {

    transform: translateY(-2px);

    background: #fffdf7;
}

.ogbht-related-grid a > span {

    color: var(--ogbht-gold-dark);

    font-size: 14.5px;
    font-weight: 700;
}

.ogbht-related-grid h3 {

    margin: 25px 0 0;

    color: var(--ogbht-text);

    font-size: 18.5px;
    font-weight: 700;

    line-height: 1.45;
}

.ogbht-related-grid p {

    flex: 1;

    margin: 10px 0 18px;

    color: var(--ogbht-muted);

    font-size: 15px;
    font-weight: 500;

    line-height: 1.7;
}

.ogbht-related-grid strong {

    color: var(--ogbht-gold-dark);

    font-size: 14.5px;
    font-weight: 700;
}


/* ==========================================================
   SERVICE AREAS
========================================================== */

.ogbht-local {

    padding: 82px 0;

    background: var(--ogbht-navy);
}

.ogbht-local-grid {

    display: grid;

    grid-template-columns: .8fr 1.2fr;

    gap: 75px;

    align-items: center;
}

.ogbht-local h2 {
    color: #ffffff;
}

.ogbht-local p {

    margin: 17px 0 0;

    color: rgba(255,255,255,.76);

    font-size: 16.5px;
    font-weight: 500;

    line-height: 1.79;
}

.ogbht-local-grid > div:first-child > a {

    display: inline-block;

    margin-top: 22px;

    color: var(--ogbht-gold) !important;

    font-size: 15.5px;
    font-weight: 700;
}

.ogbht-area-grid {

    display: grid;

    grid-template-columns: repeat(3,1fr);

    gap: 8px;
}

.ogbht-area-grid a {

    min-height: 64px;

    padding: 11px;

    display: flex;

    align-items: center;
    justify-content: center;

    border: 1px solid rgba(255,255,255,.14);

    color: rgba(255,255,255,.88) !important;

    font-size: 14.5px;
    font-weight: 600;

    text-align: center;

    transition:
        background .2s ease,
        border-color .2s ease,
        color .2s ease;
}

.ogbht-area-grid a:hover {

    background: rgba(248,181,28,.10);

    border-color: rgba(248,181,28,.50);

    color: var(--ogbht-gold) !important;
}


/* ==========================================================
   FAQ
========================================================== */

.ogbht-faq {
    background: #ffffff;
}

.ogbht-faq-grid {

    display: grid;

    grid-template-columns: .7fr 1.3fr;

    gap: 80px;

    align-items: start;
}

.ogbht-faq-grid > div:first-child > p {

    margin: 17px 0 0;

    color: var(--ogbht-muted);

    font-size: 16px;
    font-weight: 500;

    line-height: 1.77;
}

.ogbht-faq-list {

    border-top: 1px solid var(--ogbht-border);
}

.ogbht-faq-list details {

    border-bottom: 1px solid var(--ogbht-border);
}

.ogbht-faq-list summary {

    min-height: 78px;

    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 20px;

    list-style: none;

    cursor: pointer;

    color: var(--ogbht-text);

    font-size: 16px;
    font-weight: 600;

    line-height: 1.55;
}

.ogbht-faq-list summary::-webkit-details-marker {
    display: none;
}

.ogbht-faq-list summary > span {

    flex: 0 0 auto;

    color: var(--ogbht-gold-dark);

    font-size: 28px;
    font-weight: 500;

    line-height: 1;

    transition: transform .2s ease;
}

.ogbht-faq-list details[open] summary > span {
    transform: rotate(45deg);
}

.ogbht-faq-list details > p {

    max-width: 780px;

    margin: -2px 0 25px;

    color: var(--ogbht-muted);

    font-size: 15.5px;
    font-weight: 500;

    line-height: 1.78;
}


/* ==========================================================
   1500
========================================================== */

@media (max-width: 1500px) {

    .ogbht-page {
        --ogbht-edge: 56px;
    }

}


/* ==========================================================
   1300
========================================================== */

@media (max-width: 1300px) {

    .ogbht-page {
        --ogbht-edge: 44px;
    }

    .ogbht-hero-inner {
        gap: 45px;
    }

    .ogbht-related-grid {
        grid-template-columns: repeat(2,1fr);
    }

}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 1024px) {

    .ogbht-page {
        --ogbht-edge: 38px;
    }

    .ogbht-section {
        padding: 72px 0;
    }


    /* HERO */

    .ogbht-hero {
        min-height: 0;
    }

    .ogbht-hero-inner {

        padding-top: 62px;
        padding-bottom: 62px;

        grid-template-columns: 1fr;

        gap: 38px;
    }

    .ogbht-hero-card {
        max-width: 520px;
    }


    /* STRIP */

    .ogbht-strip-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .ogbht-strip-grid > div::after {
        display: none;
    }


    /* COMMON TWO COLUMN */

    .ogbht-intro-grid,
    .ogbht-benefits-grid,
    .ogbht-site-grid,
    .ogbht-estimate-grid,
    .ogbht-local-grid,
    .ogbht-faq-grid {

        grid-template-columns: 1fr;

        gap: 40px;
    }


    /* HEAD */

    .ogbht-section-head,
    .ogbht-dark-head {

        flex-direction: column;

        align-items: flex-start;

        gap: 15px;
    }


    /* TYPES */

    .ogbht-type-grid {
        grid-template-columns: repeat(2,1fr);
    }


    /* IMAGE CARDS */

    .ogbht-assembly-grid {
        grid-template-columns: repeat(2,1fr);
    }


    /* FACTORS */

    .ogbht-factor-grid {
        grid-template-columns: repeat(2,1fr);
    }


    /* PROCESS */

    .ogbht-process-grid {
        grid-template-columns: repeat(2,1fr);
    }

}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 680px) {

    .ogbht-page {
        --ogbht-edge: 24px;
    }

    .ogbht-section {
        padding: 58px 0;
    }


    /* HERO */

    .ogbht-hero-overlay {

        background:
            linear-gradient(
                rgba(4,21,31,.84),
                rgba(4,21,31,.95)
            );
    }

    .ogbht-hero-inner {

        padding-top: 52px;
        padding-bottom: 52px;
    }

    .ogbht-hero h1 {
        font-size: 38px;
    }

    .ogbht-hero-text {
        font-size: 16.5px;
    }

    .ogbht-hero-actions {

        flex-direction: column;

        align-items: stretch;
    }

    .ogbht-btn {
        width: 100%;
    }

    .ogbht-hero-points {

        flex-direction: column;

        gap: 12px;
    }


    /* STRIP */

    .ogbht-strip-grid {
        grid-template-columns: 1fr;
    }

    .ogbht-strip-grid > div {

        min-height: 105px;

        padding-left: 0;
        padding-right: 0;

        border-bottom:
            1px solid rgba(6,29,44,.14);
    }


    /* TYPES */

    .ogbht-type-grid {
        grid-template-columns: 1fr;
    }

    .ogbht-type-image {
        height: 260px;
    }


    /* DARK */

    .ogbht-assembly,
    .ogbht-factors,
    .ogbht-estimate,
    .ogbht-local {

        padding: 59px 0;
    }


    /* IMAGE CARDS */

    .ogbht-assembly-grid {
        grid-template-columns: 1fr;
    }

    .ogbht-image-card {
        min-height: 310px;
    }

    .ogbht-image-content {
        padding: 23px;
    }

    .ogbht-image-content h3 {
        font-size: 20px;
    }


    /* BENEFITS IMAGE */

    .ogbht-benefit-media {
        min-height: 445px;
    }

    .ogbht-benefit-main {

        width: 88%;
        height: 380px;
    }

    .ogbht-benefit-small {

        width: 49%;
        height: 205px;
    }

    .ogbht-benefit-badge {

        left: 14px;

        width: 260px;
    }


    /* FACTORS */

    .ogbht-factor-grid {
        grid-template-columns: 1fr;
    }

    .ogbht-factor-grid article {
        min-height: 0;
    }


    /* PROCESS */

    .ogbht-process-grid {
        grid-template-columns: 1fr;
    }

    .ogbht-process-grid article {
        min-height: 0;
    }


    /* ESTIMATE */

    .ogbht-estimate-items {
        grid-template-columns: 1fr;
    }

    .ogbht-estimate-items article {
        min-height: 0;
    }


    /* RELATED */

    .ogbht-related-grid {
        grid-template-columns: 1fr;
    }

    .ogbht-related-grid a {
        min-height: 0;
    }


    /* AREAS */

    .ogbht-area-grid {
        grid-template-columns: repeat(2,1fr);
    }


    /* FAQ */

    .ogbht-faq-list summary {

        min-height: 72px;

        font-size: 15.5px;
    }

}


/* ==========================================================
   SMALL MOBILE
========================================================== */

@media (max-width: 400px) {

    .ogbht-page {
        --ogbht-edge: 18px;
    }

    .ogbht-hero h1 {
        font-size: 34px;
    }

    .ogbht-benefit-media {
        min-height: 410px;
    }

    .ogbht-benefit-main {
        height: 345px;
    }

    .ogbht-benefit-badge {
        width: 230px;
    }

    .ogbht-area-grid {
        grid-template-columns: 1fr;
    }

}


/* ==========================================================
   ACCESSIBILITY
========================================================== */

.ogbht-page a:focus-visible,
.ogbht-page summary:focus-visible {

    outline: 3px solid rgba(248,181,28,.5);

    outline-offset: 3px;
}/* End custom CSS */