.elementor-2387 .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 */
/* Start custom CSS for html, class: .elementor-element-2751792 *//* =========================================================
   MICHAEL BANQUET PAGE
   LIGHT / CLEAN / PREMIUM
   ========================================================= */

.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;

  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;
}

 

/* =========================================================
   SECTION 2 — PROFILE + FORM
   ========================================================= */

.gst-michael-main{
  width:min(1120px,calc(100% - 40px));

  margin:45px auto 70px;

  display:grid;

  grid-template-columns:
    minmax(0,.82fr)
    minmax(0,1.18fr);

  background:white;

  border:1px solid var(--line);

  border-radius:2px;

  box-shadow:
    0 18px 50px rgba(70,45,30,.07);
}


/* =========================================================
   PROFILE
   ========================================================= */

.gst-michael-profile{
  padding:42px;

  background:
    linear-gradient(
      180deg,
      #ffffff,
      #fcfaf7
    );
}


.gst-michael-profile-photo{
  width:125px;
  height:125px;

  border-radius:50%;

  overflow:hidden;

  border:5px solid var(--soft);

  box-shadow:
    0 8px 25px rgba(50,20,20,.10);

  margin-bottom:22px;
}


.gst-michael-profile-photo img{
  width:100%;
  height:100%;

  display:block;

  object-fit:cover;
}


.gst-michael-profile-role{
  margin-bottom:8px;

  font-size:9px;

  font-weight:700;

  letter-spacing:.16em;

  text-transform:uppercase;

  color:var(--gold);
}


.gst-michael-profile h2{
  margin:0;

  font-family:Georgia,serif;

  font-size:42px;

  line-height:1;

  font-weight:400;

  color:var(--maroon);
}


.gst-michael-profile-line{
  width:42px;
  height:1px;

  background:var(--gold);

  margin:18px 0;
}


.gst-michael-profile p{
  margin:0 0 12px;

  font-size:12px;

  line-height:1.75;

  color:var(--muted);
}


.gst-michael-profile p:last-of-type{
  margin-bottom:0;
}


/* =========================================================
   QUICK CONTACT
   ========================================================= */

.gst-michael-quick-contact{
  display:flex;

  flex-direction:column;

  gap:7px;

  margin-top:24px;

  padding-top:20px;

  border-top:1px solid var(--line);
}


.gst-michael-contact-link{
  display:flex;

  align-items:center;

  gap:10px;

  text-decoration:none;

  color:var(--maroon);

  font-size:11px;

  transition:.25s ease;
}


.gst-michael-contact-link:hover{
  color:var(--gold);
}


.gst-michael-contact-icon{
  width:29px;
  height:29px;

  display:flex;

  align-items:center;
  justify-content:center;

  background:var(--soft);

  border-radius:50%;
}


.gst-michael-contact-icon svg{
  width:13px;
  height:13px;
}


/* =========================================================
   SPECIALTIES
   ========================================================= */

.gst-michael-specialties{
  display:flex;

  flex-wrap:wrap;

  gap:6px;

  margin-top:21px;
}


.gst-michael-specialty{
  padding:7px 9px;

  background:#faf7f2;

  color:var(--maroon);

  font-size:9px;

  border:1px solid var(--line);
}


/* =========================================================
   FORM
   ========================================================= */

.gst-michael-form-box{
  padding:42px;

  background:#fdfbf8;

  border-left:1px solid var(--line);
}


.gst-michael-form-kicker{
  margin-bottom:8px;

  font-size:9px;

  font-weight:700;

  letter-spacing:.16em;

  text-transform:uppercase;

  color:var(--gold);
}


.gst-michael-form-box h2{
  margin:0;

  font-family:Georgia,serif;

  font-size:36px;

  line-height:1.05;

  font-weight:400;

  color:var(--maroon);
}


.gst-michael-form-intro{
  max-width:500px;

  margin:11px 0 23px;

  font-size:11px;

  line-height:1.65;

  color:var(--muted);
}


/* =========================================================
   FORM FIELDS
   ========================================================= */

.gst-michael-form{
  width:100%;
}


.gst-michael-field-row{
  display:grid;

  grid-template-columns:1fr 1fr;

  gap:10px;

  margin-bottom:10px;
}


.gst-michael-field{
  display:flex;

  flex-direction:column;

  gap:5px;
}


.gst-michael-field.full{
  grid-column:1 / -1;
}


.gst-michael-field label{
  font-size:8px;

  font-weight:700;

  letter-spacing:.1em;

  text-transform:uppercase;

  color:var(--maroon);
}


.gst-michael-field label span{
  color:var(--gold);
}


.gst-michael-field input,
.gst-michael-field textarea{
  width:100%;

  border:1px solid var(--line);

  background:white;

  padding:10px 12px;

  outline:none;

  border-radius:2px;

  font-family:Arial,sans-serif;

  font-size:11px;

  color:var(--text);

  transition:.25s ease;
}


.gst-michael-field input{
  height:40px;
}


.gst-michael-field textarea{
  min-height:70px;

  resize:vertical;
}


.gst-michael-field input:focus,
.gst-michael-field textarea:focus{
  border-color:var(--gold);

  box-shadow:
    0 0 0 3px rgba(184,149,85,.08);
}


.gst-michael-field input::placeholder,
.gst-michael-field textarea::placeholder{
  color:#aaa29d;
}


/* =========================================================
   EVENT TYPES
   ========================================================= */

.gst-michael-event-title{
  margin:15px 0 7px;

  font-size:8px;

  font-weight:700;

  letter-spacing:.1em;

  text-transform:uppercase;

  color:var(--maroon);
}


.gst-michael-event-types{
  display:flex;

  flex-wrap:wrap;

  gap:5px;

  margin-bottom:13px;
}


.gst-michael-event{
  position:relative;
}


.gst-michael-event input{
  position:absolute;

  opacity:0;

  pointer-events:none;
}


.gst-michael-event label{
  display:block;

  padding:7px 11px;

  border:1px solid var(--line);

  background:white;

  color:var(--muted);

  font-size:9px;

  cursor:pointer;

  transition:.25s ease;
}


.gst-michael-event label:hover{
  border-color:var(--gold);

  color:var(--maroon);
}


.gst-michael-event input:checked + label{
  background:var(--maroon);

  border-color:var(--maroon);

  color:white;
}


/* =========================================================
   SUBMIT
   ========================================================= */

.gst-michael-submit-row{
  display:flex;

  align-items:center;

  justify-content:space-between;

  gap:15px;

  margin-top:15px;

  padding-top:15px;

  border-top:1px solid var(--line);
}


.gst-michael-note{
  max-width:300px;

  font-size:8px;

  line-height:1.5;

  color:#958c87;
}


.gst-michael-submit{
  flex-shrink:0;

  min-height:43px;

  padding:11px 20px;

  border:0;

  background:var(--maroon);

  color:white;

  cursor:pointer;

  font-size:9px;

  font-weight:700;

  letter-spacing:.12em;

  text-transform:uppercase;

  transition:.3s ease;
}


.gst-michael-submit:hover{
  background:var(--gold);

  color:white;

  transform:translateY(-2px);
}


/* =========================================================
   MOBILE
   ========================================================= */

@media(max-width:850px){

  .gst-michael-main{
    grid-template-columns:1fr;
  }

  .gst-michael-form-box{
    border-left:0;

    border-top:1px solid var(--line);
  }

}


@media(max-width:600px){

  .gst-michael-banner{
    min-height:430px;
  }

  .gst-michael-banner-inner{
    width:calc(100% - 30px);

    padding:55px 0;
  }

  .gst-michael-banner h1{
    font-size:48px;
  }

  .gst-michael-banner-text{
    max-width:400px;

    font-size:12px;
  }

  .gst-michael-banner-decoration{
    right:-65px;

    bottom:15px;
  }

  .gst-michael-main{
    width:calc(100% - 24px);

    margin:28px auto 45px;
  }

  .gst-michael-profile,
  .gst-michael-form-box{
    padding:30px 22px;
  }

  .gst-michael-profile h2{
    font-size:38px;
  }

  .gst-michael-form-box h2{
    font-size:32px;
  }

  .gst-michael-field-row{
    grid-template-columns:1fr;
  }

  .gst-michael-field.full{
    grid-column:auto;
  }

  .gst-michael-submit-row{
    flex-direction:column;

    align-items:stretch;
  }

  .gst-michael-note{
    max-width:none;
  }

  .gst-michael-submit{
    width:100%;
  }

}


@media(prefers-reduced-motion:reduce){

  .gst-michael-page *{
    transition:none !important;
  }

}/* End custom CSS */