.elementor-2395 .elementor-element.elementor-element-0ab4fa7{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-f5a73e9 *//* =========================================================
   ARSHAD / GRAND LEGACY PAGE
   ========================================================= */

.gst-michael-page{
  --maroon:#672526;
  --maroon-dark:#4d191a;
  --gold:#b89555;
  --gold-light:#d9c28e;

  --cream:#faf7f2;
  --soft:#f4eee6;
  --white:#ffffff;

  --text:#403838;
  --muted:#766e6a;
  --line:#e9e1d8;

  width:100%;
    padding: 40px 0px;
  font-family:Arial,sans-serif;

  color:var(--text);

  background:
    linear-gradient(
      180deg,
      #fcfaf7 0%,
      #f8f3ec 100%
    );

  overflow:hidden;
}


.gst-michael-page *{
  box-sizing:border-box;
}


/* =========================================================
   BANQUET GALLERY
   ========================================================= */

.gst-michael-gallery{
  width:min(1120px,calc(100% - 40px));

  margin:60px auto 0;
}


/* =========================================================
   GALLERY HEADING
   ========================================================= */

.gst-michael-gallery-heading{
  max-width:680px;

  margin:0 auto 28px;

  text-align:center;
}


.gst-michael-gallery-kicker{
  display:flex;

  align-items:center;
  justify-content:center;

  gap:12px;

  margin-bottom:10px;

  font-size:9px;
  font-weight:700;

  letter-spacing:.18em;

  text-transform:uppercase;

  color:var(--gold);
}


.gst-michael-gallery-kicker::before,
.gst-michael-gallery-kicker::after{
  content:"";

  width:28px;
  height:1px;

  background:var(--gold);
}


.gst-michael-gallery-heading h1{
  margin:0;

  font-family:Georgia,serif;

  font-size:clamp(40px,5vw,58px);

  line-height:1.02;

  font-weight:400;

  letter-spacing:-.02em;

  color:var(--maroon);
}


.gst-michael-gallery-heading h1 span{
  display:block;

  color:var(--gold);
}


.gst-michael-gallery-heading p{
  max-width:570px;

  margin:14px auto 0;

  font-size:13px;

  line-height:1.75;

  color:var(--muted);
}


/* =========================================================
   SLIDER
   ========================================================= */

.gst-michael-slider{
  position:relative;

  width:100%;

  height:clamp(400px,48vw,590px);

  overflow:hidden;

  background:#eee7de;

  border:1px solid var(--line);

  box-shadow:
    0 18px 50px rgba(70,45,30,.09);
}


.gst-michael-slider-track{
  position:relative;

  width:100%;
  height:100%;
}


.gst-michael-slide{
  position:absolute;

  inset:0;

  width:100%;
  height:100%;

  opacity:0;
  visibility:hidden;

  transform:scale(1.025);

  transition:
    opacity .75s ease,
    visibility .75s ease,
    transform 1.3s ease;
}


.gst-michael-slide.active{
  opacity:1;
  visibility:visible;

  transform:scale(1);
}


.gst-michael-slide img{
  width:100%;
  height:100%;

  display:block;

  object-fit:cover;
  object-position:center;
}


/* DARK IMAGE OVERLAY */

.gst-michael-slider::after{
  content:"";

  position:absolute;

  inset:0;

  pointer-events:none;

  background:
    linear-gradient(
      180deg,
      rgba(30,10,10,0) 48%,
      rgba(30,10,10,.34) 100%
    );

  z-index:2;
}


/* =========================================================
   CTA BAR ON SLIDER
   ========================================================= */

.gst-slider-cta{
  position:absolute;

  left:50%;
  bottom:22px;

  z-index:7;

  display:flex;

  align-items:center;
  justify-content:center;

  gap:8px;

  transform:translateX(-50%);
}


.gst-slider-btn{
  min-height:44px;

  display:inline-flex;

  align-items:center;
  justify-content:center;

  gap:7px;

  padding:11px 19px;

  text-decoration:none;

  border:1px solid rgba(255,255,255,.75);

  background:rgba(255,255,255,.92);

  color:var(--maroon);

  font-size:9px;
  font-weight:700;

  letter-spacing:.1em;

  text-transform:uppercase;

  box-shadow:
    0 7px 22px rgba(20,10,10,.13);

  transition:.3s ease;
}


.gst-slider-btn.primary{
  background:var(--maroon);

  border-color:var(--maroon);

  color:#ffffff;
}


.gst-slider-btn:hover{
  background:var(--gold);

  border-color:var(--gold);

  color:#ffffff;

  transform:translateY(-2px);
}


.gst-slider-btn svg{
  width:13px;
  height:13px;
}


/* =========================================================
   SLIDER ARROWS
   ========================================================= */

.gst-michael-slider-arrow{
  position:absolute;

  top:50%;

  z-index:6;

  width:48px;
  height:48px;

  padding:0;

  display:flex;

  align-items:center;
  justify-content:center;

  border:1px solid rgba(255,255,255,.65);

  background:rgba(255,255,255,.94);

  color:var(--maroon);

  cursor:pointer;

  transform:translateY(-50%);

  box-shadow:
    0 8px 25px rgba(20,10,10,.14);

  transition:.3s ease;
}


.gst-michael-slider-prev{
  left:22px;
}


.gst-michael-slider-next{
  right:22px;
}


.gst-michael-slider-arrow svg{
  width:22px;
  height:22px;
}


.gst-michael-slider-arrow:hover{
  background:var(--maroon);

  border-color:var(--maroon);

  color:#ffffff;

  transform:
    translateY(-50%)
    scale(1.05);
}


/* =========================================================
   SLIDE NUMBER
   ========================================================= */

.gst-michael-slider-count{
  position:absolute;

  left:25px;
  bottom:22px;

  z-index:6;

  display:flex;

  align-items:center;

  gap:8px;

  color:#ffffff;

  font-size:9px;
  font-weight:700;

  letter-spacing:.12em;
}


.gst-michael-count-line{
  width:27px;
  height:1px;

  background:rgba(255,255,255,.65);
}


/* =========================================================
   SLIDER DOTS
   ========================================================= */

.gst-michael-slider-dots{
  position:absolute;

  right:25px;
  bottom:24px;

  z-index:6;

  display:flex;

  align-items:center;

  gap:7px;
}


.gst-michael-slider-dot{
  width:7px;
  height:7px;

  padding:0;

  border:1px solid rgba(255,255,255,.9);

  border-radius:50%;

  background:transparent;

  cursor:pointer;

  transition:.3s ease;
}


.gst-michael-slider-dot.active{
  width:22px;

  border-radius:20px;

  background:#ffffff;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2b1c2db *//* =========================================================
   THE GRAND LEGACY + HOTEL STORY
   ========================================================= */

.gst-venue-story{
  width:min(1120px,calc(100% - 40px));

  margin:42px auto 65px;
}


.gst-venue-story-shell{
  display:grid;

  grid-template-columns:
    minmax(0,1.18fr)
    minmax(320px,.82fr);

  background:#ffffff;

  border:1px solid var(--line);

  box-shadow:
    0 18px 50px rgba(70,45,30,.07);

  overflow:hidden;
}


/* =========================================================
   LEFT SIDE — BANQUET BIO
   ========================================================= */

.gst-venue-bio{
  padding:52px 50px;
}


.gst-venue-kicker{
  display:flex;

  align-items:center;

  gap:11px;

  margin-bottom:13px;

  font-size:9px;
  font-weight:700;

  letter-spacing:.18em;

  text-transform:uppercase;

  color:var(--gold);
}


.gst-venue-kicker::before{
  content:"";

  width:30px;
  height:1px;

  flex-shrink:0;

  background:var(--gold);
}


.gst-venue-bio h2{
  max-width:620px;

  margin:0;

  font-family:Georgia,serif;

  font-size:clamp(36px,4vw,51px);

  line-height:1.05;

  font-weight:400;

  letter-spacing:-.02em;

  color:var(--maroon);
}


.gst-venue-bio h2 span{
  display:block;

  color:var(--gold);
}


.gst-venue-lead{
  max-width:650px;

  margin:19px 0 0;

  font-size:14px;

  line-height:1.8;

  color:var(--text);
}


.gst-venue-bio-copy{
  max-width:650px;

  margin:13px 0 0;

  font-size:12px;

  line-height:1.8;

  color:var(--muted);
}


/* =========================================================
   VENUE HIGHLIGHTS
   ========================================================= */

.gst-venue-highlights{
  display:grid;

  grid-template-columns:
    repeat(2,minmax(0,1fr));

  margin-top:30px;

  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}


.gst-venue-highlight{
  position:relative;

  padding:17px 15px 17px 20px;

  border-right:1px solid var(--line);
}


.gst-venue-highlight:nth-child(2n){
  border-right:0;
}


.gst-venue-highlight:nth-child(n+3){
  border-top:1px solid var(--line);
}


.gst-venue-highlight::before{
  content:"";

  position:absolute;

  left:0;
  top:21px;

  width:7px;
  height:7px;

  border-radius:50%;

  background:var(--gold);
}


.gst-venue-highlight strong{
  display:block;

  margin-bottom:4px;

  font-family:Georgia,serif;

  font-size:15px;

  font-weight:400;

  color:var(--maroon);
}


.gst-venue-highlight span{
  display:block;

  font-size:10px;

  line-height:1.5;

  color:var(--muted);
}


/* =========================================================
   VENUE BUTTONS
   ========================================================= */

.gst-venue-actions{
  display:flex;

  align-items:center;

  flex-wrap:wrap;

  gap:9px;

  margin-top:27px;
}


.gst-venue-btn{
  min-height:44px;

  display:inline-flex;

  align-items:center;
  justify-content:center;

  padding:11px 19px;

  text-decoration:none;

  border:1px solid var(--maroon);

  font-size:9px;
  font-weight:700;

  letter-spacing:.11em;

  text-transform:uppercase;

  color:var(--maroon);

  transition:.3s ease;
}


.gst-venue-btn.primary{
  background:var(--maroon);

  color:#ffffff;
}


.gst-venue-btn:hover{
  background:var(--gold);

  border-color:var(--gold);

  color:#ffffff;

  transform:translateY(-2px);
}


/* =========================================================
   RIGHT SIDE — GRAND LAUREL HOTEL
   ========================================================= */

.gst-hotel-card{
  position:relative;

  padding:50px 42px;

  display:flex;

  flex-direction:column;

  justify-content:center;

  overflow:hidden;

  background:
    linear-gradient(
      145deg,
      var(--maroon) 0%,
      var(--maroon-dark) 100%
    );

  color:#ffffff;
}


/* DECORATIVE CIRCLES */

.gst-hotel-card::before{
  content:"";

  position:absolute;

  width:300px;
  height:300px;

  right:-155px;
  top:-145px;

  border:1px solid rgba(217,194,142,.18);

  border-radius:50%;
}


.gst-hotel-card::after{
  content:"";

  position:absolute;

  width:190px;
  height:190px;

  right:-100px;
  top:-90px;

  border:1px solid rgba(217,194,142,.12);

  border-radius:50%;
}


/* HOTEL ICON */

.gst-hotel-icon{
  width:52px;
  height:52px;

  position:relative;
  z-index:2;

  display:flex;

  align-items:center;
  justify-content:center;

  margin-bottom:24px;

  border:1px solid rgba(217,194,142,.45);

  color:var(--gold-light);
}


.gst-hotel-icon svg{
  width:25px;
  height:25px;
}


/* HOTEL CONTENT */

.gst-hotel-kicker{
  position:relative;

  z-index:2;

  margin-bottom:10px;

  font-size:9px;
  font-weight:700;

  letter-spacing:.18em;

  text-transform:uppercase;

  color:var(--gold-light);
}


.gst-hotel-card h3{
  position:relative;

  z-index:2;

  max-width:360px;

  margin:0;

  font-family:Georgia,serif;

  font-size:34px;

  line-height:1.05;

  font-weight:400;

  color:#ffffff;
}


.gst-hotel-card h3 span{
  display:block;

  color:var(--gold-light);
}


.gst-hotel-card p{
  position:relative;

  z-index:2;

  margin:17px 0 0;

  font-size:12px;

  line-height:1.8;

  color:rgba(255,255,255,.78);
}


/* =========================================================
   HOTEL FEATURES
   ========================================================= */

.gst-hotel-features{
  position:relative;

  z-index:2;

  margin-top:25px;

  border-top:1px solid rgba(255,255,255,.14);
}


.gst-hotel-feature{
  display:flex;

  align-items:center;

  gap:10px;

  padding:12px 0;

  border-bottom:1px solid rgba(255,255,255,.12);

  font-size:10px;

  letter-spacing:.03em;

  color:rgba(255,255,255,.9);
}


.gst-hotel-check{
  width:19px;
  height:19px;

  flex-shrink:0;

  display:flex;

  align-items:center;
  justify-content:center;

  border:1px solid rgba(217,194,142,.45);

  border-radius:50%;

  color:var(--gold-light);
}


.gst-hotel-check svg{
  width:10px;
  height:10px;
}


/* =========================================================
   HOTEL LOCATION
   ========================================================= */

.gst-hotel-location{
  position:relative;

  z-index:2;

  display:flex;

  align-items:center;

  gap:8px;

  margin-top:22px;

  font-size:9px;

  line-height:1.5;

  letter-spacing:.08em;

  text-transform:uppercase;

  color:var(--gold-light);
}


.gst-hotel-location svg{
  width:14px;
  height:14px;

  flex-shrink:0;
}/* End custom CSS */