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