.elementor-253 .elementor-element.elementor-element-3ecfbcc{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-253 .elementor-element.elementor-element-a9f9b7e{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-f7ea44f */.page-banner{
    position:relative;
    padding:180px 0 120px;
    background:
        radial-gradient(circle at 18% 22%, rgba(211,166,80,.16), transparent 30%),
        linear-gradient(100deg, rgba(69,26,26,.90), rgba(86,23,24,.78), rgba(58,18,18,.64)),
        url("https://thegrandlaurel.com/wp-content/uploads/2026/07/fitness.webp") center/cover no-repeat;
    color:var(--beige);
    overflow:hidden;
}

.page-banner::before{
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(180deg, rgba(0,0,0,.08), rgba(69,26,26,.42)),
        linear-gradient(90deg, rgba(184,137,33,.16), transparent 42%, rgba(184,137,33,.08));
    pointer-events:none;
}

.page-banner::after{
    content:"";
    position:absolute;
    left:7%;
    right:7%;
    bottom:42px;
    height:1px;
    background:linear-gradient(
        90deg,
        transparent,
        var(--gold),
        var(--gold-soft),
        transparent
    );
    opacity:.9;
    pointer-events:none;
}

.page-banner .container{
    position:relative;
    z-index:2;
}

.page-banner-content{
    max-width:760px;
}

.page-banner .eyebrow{
    color:var(--gold-soft);
    margin-bottom:18px;
}

.page-banner .eyebrow::before{
    background:var(--gold);
}

.page-banner .section-heading{
    color:var(--white);
    margin-bottom:22px;
    text-shadow:0 10px 34px rgba(0,0,0,.35);
}

.page-banner .section-heading em{
    color:var(--gold-soft);
    font-family:var(--font-script);
    font-style:normal;
}

.page-banner .section-text{
    color:rgba(253,253,252,.88);
    max-width:650px;
    margin-bottom:40px;
}

.banner-actions{
    display:flex;
    gap:16px;
    flex-wrap:wrap;
}

@media (max-width:768px){

    .page-banner{
        padding:140px 0 90px;
    }

    .banner-actions{
        flex-direction:column;
        align-items:flex-start;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-db0a4fd *//* ============================================================
   HEALTH CLUB GALLERY
   Grand Laurel Theme
============================================================ */

.gl-health-gallery,
.gl-health-gallery *{
    box-sizing:border-box;
}

.gl-health-gallery{
    padding:100px 0;
    position:relative;
    overflow:hidden;
    background:
        radial-gradient(circle at 15% 18%, rgba(211,166,80,.16), transparent 28%),
        radial-gradient(circle at 85% 82%, rgba(86,23,24,.08), transparent 26%),
        linear-gradient(135deg, var(--beige) 0%, #f7f0e8 55%, var(--white) 100%);
}

.gl-health-gallery::before{
    content:"";
    position:absolute;
    top:-160px;
    right:-160px;
    width:380px;
    height:380px;
    border:1px solid rgba(184,137,33,.22);
    border-radius:50%;
}

.gl-health-gallery::after{
    content:"";
    position:absolute;
    left:-150px;
    bottom:-150px;
    width:320px;
    height:320px;
    border:1px solid rgba(86,23,24,.16);
    border-radius:50%;
}

.gl-health-container{
    width:min(1180px, calc(100% - 40px));
    margin:0 auto;
    position:relative;
    z-index:2;
}

/* ===================== */

.gl-health-head{
    text-align:center;
    max-width:720px;
    margin:0 auto 60px;
}

.gl-health-eyebrow{
    color:var(--gold);
    text-transform:uppercase;
    letter-spacing:.24em;
    font-size:13px;
    font-weight:700;
    margin-bottom:18px;
}

.gl-health-rule{
    display:block;
    width:55px;
    height:2px;
    background:var(--gold);
    margin:0 auto 26px;
}

.gl-health-head h2{
    margin:0;
    font-family:var(--font-display);
    font-size:clamp(46px,5vw,74px);
    line-height:1;
    font-weight:400;
    color:var(--maroon-deep);
}

.gl-health-head h2 em{
    color:var(--gold);
    font-family:var(--font-script);
    font-style:normal;
    font-weight:400;
}

.gl-health-head p{
    margin:24px auto 0;
    max-width:620px;
    color:#5b4b4b;
    font-size:17px;
    line-height:1.9;
}

/* ===================== */

.gl-health-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:22px;
}

.gl-health-card{
    position:relative;
    min-height:300px;
    overflow:hidden;
    border-radius:18px;
    background:#ead9c0;
    border:1px solid rgba(184,137,33,.22);
    box-shadow:0 20px 60px rgba(69,26,26,.12);
    transition:
        transform .45s var(--ease),
        box-shadow .45s var(--ease);
}

.gl-health-card:hover{
    transform:translateY(-8px);
    box-shadow:0 35px 80px rgba(69,26,26,.18);
}

.gl-health-wide{
    grid-column:1/-1;
    min-height:340px;
}

/* ===================== */

.gl-health-card img{
    width:100%;
    height:100%;
    min-height:inherit;
    object-fit:cover;
    display:block;
    transition:
        transform 1s var(--ease),
        filter .8s ease;
}

.gl-health-card:hover img{
    transform:scale(1.08);
    filter:saturate(1.08) contrast(1.04);
}

.gl-health-card::after{
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(
            180deg,
            rgba(0,0,0,.06),
            rgba(69,26,26,.72)
        ),
        linear-gradient(
            90deg,
            rgba(86,23,24,.18),
            rgba(184,137,33,.08)
        );
}

/* ===================== */

.gl-health-overlay{
    position:absolute;
    left:34px;
    right:34px;
    bottom:34px;
    z-index:2;
    display:flex;
    align-items:center;
    gap:20px;
}

.gl-health-center{
    justify-content:center;
    text-align:center;
    flex-direction:column;
    gap:16px;
}

/* ===================== */

.gl-health-icon{
    width:64px;
    height:64px;
    border-radius:50%;
    background:var(--maroon);
    color:var(--gold-soft);

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:28px;

    box-shadow:
        0 14px 35px rgba(69,26,26,.35);

    transition:
        background .35s,
        transform .35s;
}

.gl-health-card:hover .gl-health-icon{
    background:var(--gold);
    color:var(--maroon);
    transform:rotate(-8deg) scale(1.06);
}

/* ===================== */

.gl-health-card h3{
    margin:0;

    color:var(--white);

    font-family:var(--font-display);
    font-size:clamp(28px,3vw,42px);
    font-weight:500;

    line-height:1.1;

    text-shadow:0 3px 18px rgba(0,0,0,.45);
}

.gl-health-card h3::after{
    content:"";
    display:block;
    width:60px;
    height:2px;
    margin-top:14px;
    background:linear-gradient(90deg,var(--gold),transparent);
}

.gl-health-center h3::after{
    margin-left:auto;
    margin-right:auto;
}

/* ===================== */

@media(max-width:760px){

    .gl-health-gallery{
        padding:72px 0;
    }

    .gl-health-grid{
        grid-template-columns:1fr;
    }

    .gl-health-wide{
        grid-column:auto;
    }

    .gl-health-card,
    .gl-health-wide{
        min-height:260px;
    }

    .gl-health-overlay{
        left:22px;
        right:22px;
        bottom:24px;
    }

    .gl-health-icon{
        width:52px;
        height:52px;
        font-size:22px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-56b3fa6 *//* ============================================================
   CTA SECTION — logo color matched
============================================================ */

.stay-cta{
  padding:110px 0;
  background:
    radial-gradient(circle at 15% 18%, rgba(211,166,80,.16), transparent 28%),
    radial-gradient(circle at 86% 84%, rgba(86,23,24,.09), transparent 28%),
    linear-gradient(135deg, var(--beige) 0%, #f7f0e8 55%, var(--white) 100%);
  position:relative;
  overflow:hidden;
}

.stay-cta::before{
  content:"";
  position:absolute;
  width:380px;
  height:380px;
  left:-140px;
  top:-140px;
  border:1px solid rgba(184,137,33,.22);
  border-radius:50%;
}

.stay-cta::after{
  content:"";
  position:absolute;
  width:320px;
  height:320px;
  right:-120px;
  bottom:-120px;
  border:1px solid rgba(86,23,24,.16);
  border-radius:50%;
}

.stay-cta-card{
  max-width:900px;
  margin:auto;
  text-align:center;
  background:rgba(253,253,252,.9);
  border:1px solid rgba(184,137,33,.38);
  padding:70px 60px;
  box-shadow:0 25px 70px rgba(69,26,26,.12);
  position:relative;
  z-index:2;
}

.cta-kicker{
  display:inline-block;
  margin-bottom:18px;
  color:var(--gold);
  text-transform:uppercase;
  letter-spacing:.22em;
  font-size:12px;
  font-weight:700;
}

.stay-cta-card h2{
  font-family:var(--font-display);
  font-size:clamp(42px,5vw,64px);
  font-weight:400;
  color:var(--maroon-deep);
  line-height:1.05;
  margin-bottom:24px;
}

.stay-cta-card h2 em{
  color:var(--gold);
  font-style:normal;
  font-family:var(--font-script);
}

.stay-cta-card p{
  max-width:650px;
  margin:0 auto 40px;
  color:#5b4b4b;
  line-height:1.9;
  font-size:17px;
}

.cta-actions{
  display:flex;
  justify-content:center;
  gap:18px;
  flex-wrap:wrap;
}

@media(max-width:768px){
  .stay-cta{
    padding:80px 0;
  }

  .stay-cta-card{
    padding:50px 30px;
  }

  .cta-actions{
    flex-direction:column;
    align-items:center;
  }

  .cta-actions a{
    width:100%;
    max-width:260px;
  }
}/* End custom CSS */