.elementor-230 .elementor-element.elementor-element-c41a37b{--display:flex;}/* Start custom CSS for html, class: .elementor-element-ae572ce *//* =========================================================
   SAWASSTIKA EXPERIENCES PAGE
========================================================= */

.sr-experiences{
  --sr-bg:#f5f2ea;
  --sr-bg-soft:#ece8df;

  --sr-ink:#1d2a23;
  --sr-muted:#5f6c64;

  --sr-green:#173c2b;
  --sr-green-2:#315943;
  --sr-green-soft:#dfe8e1;

  --sr-gold:#b89a62;
  --sr-white:#fffdf8;

  --sr-line:rgba(29,42,35,.14);

  --sr-shadow:
    0 24px 60px rgba(18,38,27,.12);

  --sr-radius:28px;

  --sr-max:1240px;

  width:100%;

  margin:0;
  padding:0;

  overflow:hidden;

  background:var(--sr-bg);

  color:var(--sr-ink);

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  line-height:1.6;
}


/* SAFE RESET */

.sr-experiences *,
.sr-experiences *::before,
.sr-experiences *::after{
  box-sizing:border-box;
}

.sr-experiences a{
  text-decoration:none !important;
}

.sr-experiences img{
  display:block;
  max-width:100%;
}

.sr-experiences button{
  font:inherit;
}


/* WRAPPER */

.sr-experiences .sr-wrap{
  width:100%;

  max-width:var(--sr-max);

  margin:0 auto;

  padding-left:28px;
  padding-right:28px;
}


/* TYPOGRAPHY */

.sr-experiences .sr-eyebrow{
  color:var(--sr-gold) !important;

  font-size:12px;
  font-weight:700;

  line-height:1.4;

  letter-spacing:.18em;

  text-transform:uppercase;
}


.sr-experiences .sr-display{
  color:var(--sr-ink) !important;

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-weight:400;

  line-height:.98;

  letter-spacing:-.035em;
}


.sr-experiences .sr-title{
  margin:16px 0 24px;

  color:#fff !important;

  font-size:clamp(50px,7vw,94px);
}


.sr-experiences .sr-h2{
  margin:14px 0 20px;

  color:var(--sr-ink) !important;

  font-size:clamp(38px,5vw,66px);
}


.sr-experiences .sr-h3{
  margin:0 0 12px;

  color:var(--sr-ink) !important;

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size:31px;
  font-weight:400;

  line-height:1.08;
}


.sr-experiences .sr-copy{
  max-width:740px;

  color:var(--sr-muted) !important;

  font-size:17px;

  line-height:1.72;
}


/* KEEP CONTENT VISIBLE */

.sr-experiences .sr-reveal,
.sr-experiences .sr-reveal.sr-visible{
  opacity:1 !important;

  visibility:visible !important;

  transform:none !important;
}


/* SECTIONS */

.sr-experiences .sr-exp-section{
  width:100%;

  padding:110px 0;

  background:var(--sr-bg);
}


.sr-experiences .sr-exp-section-soft{
  background:var(--sr-bg-soft);
}


/* BUTTONS */

.sr-experiences .sr-btn,
.sr-experiences .sr-btn:visited{
  min-height:52px;

  margin:0 !important;

  padding:0 22px !important;

  display:inline-flex !important;

  align-items:center !important;
  justify-content:center !important;

  border:1px solid transparent;

  border-radius:999px;

  font-size:13px;
  font-weight:700;

  line-height:1 !important;

  white-space:nowrap;

  text-decoration:none !important;

  box-shadow:none !important;

  transition:
    transform .2s ease,
    background-color .2s ease,
    border-color .2s ease,
    color .2s ease;
}


.sr-experiences .sr-btn-light,
.sr-experiences .sr-btn-light:visited{
  background:var(--sr-white) !important;

  color:var(--sr-green) !important;
}


.sr-experiences .sr-btn-light:hover,
.sr-experiences .sr-btn-light:focus,
.sr-experiences .sr-btn-light:active{
  background:#f1ede4 !important;

  color:var(--sr-green) !important;

  transform:translateY(-2px);
}


.sr-experiences .sr-btn-dark,
.sr-experiences .sr-btn-dark:visited{
  background:var(--sr-green) !important;

  color:#fff !important;
}


.sr-experiences .sr-btn-dark:hover,
.sr-experiences .sr-btn-dark:focus,
.sr-experiences .sr-btn-dark:active{
  background:#0f2f20 !important;

  color:#fff !important;

  transform:translateY(-2px);
}


.sr-experiences .sr-btn-outline,
.sr-experiences .sr-btn-outline:visited{
  border-color:rgba(255,255,255,.65);

  background:rgba(16,45,32,.24) !important;

  color:#fff !important;
}


.sr-experiences .sr-btn-outline:hover,
.sr-experiences .sr-btn-outline:focus,
.sr-experiences .sr-btn-outline:active{
  border-color:rgba(255,255,255,.9);

  background:rgba(255,255,255,.14) !important;

  color:#fff !important;

  transform:translateY(-2px);
}


/* HERO */

.sr-experiences .sr-exp-hero{
  min-height:86vh;

  display:flex;

  align-items:flex-end;

  color:#fff;

  background:
    linear-gradient(
      180deg,
      rgba(5,17,10,.14) 0%,
      rgba(5,17,10,.28) 45%,
      rgba(5,17,10,.84) 100%
    ),
    url("https://images.unsplash.com/photo-1469474968028-56623f02e42e?auto=format&fit=crop&w=2200&q=88")
    center center / cover
    no-repeat;
}


.sr-experiences .sr-exp-hero-inner{
  width:100%;

  padding-top:130px;
  padding-bottom:72px;
}


.sr-experiences .sr-exp-hero-copy{
  max-width:880px;
}


.sr-experiences .sr-exp-hero-copy > p{
  max-width:670px;

  margin:0;

  color:#fafafa !important;

  font-size:18px;

  line-height:1.65;
}


.sr-experiences .sr-exp-hero-pills{
  margin-top:30px;

  display:flex;

  flex-wrap:wrap;

  gap:10px;
}


.sr-experiences .sr-exp-hero-pills span{
  padding:10px 14px;

  border:1px solid rgba(255,255,255,.28);

  border-radius:999px;

  background:rgba(255,255,255,.06);

  color:#fafafa !important;

  font-size:13px;

  line-height:1;
}


/* INTRO */

.sr-experiences .sr-exp-intro-grid{
  display:grid;

  grid-template-columns:
    minmax(0,1fr)
    minmax(0,1fr);

  align-items:center;

  gap:80px;
}


.sr-experiences .sr-exp-intro-media{
  position:relative;
}


.sr-experiences .sr-exp-intro-media img{
  width:100%;

  height:660px;

  object-fit:cover;

  border-radius:var(--sr-radius);
}


.sr-experiences .sr-exp-floating{
  position:absolute;

  right:-24px;
  bottom:30px;

  width:250px;

  padding:22px 24px;

  border-radius:20px;

  background:var(--sr-white);

  color:var(--sr-ink);

  box-shadow:var(--sr-shadow);
}


.sr-experiences .sr-exp-floating b{
  display:block;

  margin:4px 0 5px;

  color:var(--sr-ink) !important;

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size:34px;

  font-weight:400;
}


.sr-experiences .sr-exp-floating-copy{
  color:var(--sr-muted) !important;

  font-size:13px;

  line-height:1.55;
}


/* CHECKS */

.sr-experiences .sr-exp-checks{
  margin-top:28px;

  display:grid;

  grid-template-columns:
    repeat(2,minmax(0,1fr));

  gap:11px 20px;
}


.sr-experiences .sr-exp-check{
  position:relative;

  padding-left:24px;

  color:var(--sr-muted) !important;

  font-size:14px;
}


.sr-experiences .sr-exp-check::before{
  content:"✓";

  position:absolute;

  left:0;

  color:var(--sr-green);

  font-weight:700;
}


/* TABS */

.sr-experiences .sr-exp-tabs{
  margin-top:46px;
}


.sr-experiences .sr-exp-tab-buttons{
  margin-bottom:24px;

  display:flex;

  flex-wrap:wrap;

  gap:9px;
}


.sr-experiences .sr-exp-tab-btn{
  min-height:44px;

  margin:0;

  padding:0 16px;

  border:1px solid var(--sr-line);

  border-radius:999px;

  background:transparent !important;

  color:var(--sr-ink) !important;

  font-size:14px;

  font-weight:600;

  cursor:pointer;

  box-shadow:none !important;
}


.sr-experiences .sr-exp-tab-btn:hover{
  border-color:var(--sr-green);

  color:var(--sr-green) !important;
}


.sr-experiences .sr-exp-tab-btn.sr-active{
  border-color:var(--sr-green);

  background:var(--sr-green) !important;

  color:#fff !important;
}


.sr-experiences .sr-exp-tab-panel{
  display:none;
}


.sr-experiences .sr-exp-tab-panel.sr-active{
  display:block;
}


/* FEATURE CARD */

.sr-experiences .sr-exp-feature-card{
  padding:24px;

  display:grid;

  grid-template-columns:
    minmax(0,1.05fr)
    minmax(0,.95fr);

  align-items:center;

  gap:36px;

  border-radius:28px;

  background:var(--sr-white);

  box-shadow:var(--sr-shadow);
}


.sr-experiences .sr-exp-feature-card img{
  width:100%;

  height:520px;

  object-fit:cover;

  border-radius:20px;
}


.sr-experiences .sr-exp-feature-info{
  padding:30px 22px 22px 0;
}


.sr-experiences .sr-exp-feature-meta{
  margin:20px 0;

  display:flex;

  flex-wrap:wrap;

  gap:9px;
}


.sr-experiences .sr-exp-feature-meta span{
  padding:9px 12px;

  border-radius:999px;

  background:var(--sr-bg-soft);

  color:var(--sr-ink) !important;

  font-size:13px;
}


.sr-experiences .sr-exp-list{
  margin:22px 0 30px;

  padding:0;

  list-style:none;
}


.sr-experiences .sr-exp-list li{
  position:relative;

  padding:8px 0 8px 24px;

  color:var(--sr-muted) !important;

  line-height:1.55;
}


.sr-experiences .sr-exp-list li::before{
  content:"✓";

  position:absolute;

  left:0;

  color:var(--sr-green);

  font-weight:700;
}


/* CARDS */

.sr-experiences .sr-exp-cards{
  margin-top:42px;

  display:grid;

  grid-template-columns:
    repeat(3,minmax(0,1fr));

  gap:20px;
}


.sr-experiences .sr-exp-card{
  position:relative;

  height:500px;

  overflow:hidden;

  border-radius:26px;

  background:var(--sr-green);

  color:#fff;

  box-shadow:var(--sr-shadow);
}


.sr-experiences .sr-exp-card img{
  width:100%;

  height:100%;

  object-fit:cover;

  transition:transform .7s ease;
}


.sr-experiences .sr-exp-card::after{
  content:"";

  position:absolute;

  inset:0;

  z-index:1;

  background:
    linear-gradient(
      180deg,
      rgba(5,18,11,.03) 25%,
      rgba(5,18,11,.35) 58%,
      rgba(5,18,11,.92) 100%
    );
}


.sr-experiences .sr-exp-card:hover img{
  transform:scale(1.045);
}


.sr-experiences .sr-exp-card-content{
  position:absolute;

  left:28px;

  right:28px;

  bottom:28px;

  z-index:2;
}


.sr-experiences .sr-exp-card h3{
  margin:0 0 8px;

  color:#fff !important;

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size:34px;

  font-weight:400;

  line-height:1;
}


.sr-experiences .sr-exp-card p{
  margin:0;

  color:#fafafa !important;

  font-size:14px;

  line-height:1.6;

  opacity:.88;
}


/* DAY */

.sr-experiences .sr-exp-day{
  background:var(--sr-green);

  color:#fff;
}


.sr-experiences .sr-exp-day .sr-h2{
  color:#fff !important;
}


.sr-experiences .sr-exp-day .sr-copy{
  color:#fafafa !important;

  opacity:.8;
}


.sr-experiences .sr-exp-timeline{
  margin-top:42px;

  display:grid;

  grid-template-columns:
    repeat(4,minmax(0,1fr));

  gap:16px;
}


.sr-experiences .sr-exp-time{
  padding:24px;

  border:1px solid rgba(255,255,255,.16);

  border-radius:22px;

  background:rgba(255,255,255,.05);

  color:#fff;
}


.sr-experiences .sr-exp-time small{
  display:block;

  color:var(--sr-gold) !important;

  font-weight:700;

  letter-spacing:.15em;

  text-transform:uppercase;
}


.sr-experiences .sr-exp-time h3{
  margin:10px 0;

  color:#fff !important;

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size:27px;

  font-weight:400;
}


.sr-experiences .sr-exp-time p{
  margin:0;

  color:#fafafa !important;

  font-size:14px;

  line-height:1.6;

  opacity:.76;
}


/* FAMILY */

.sr-experiences .sr-exp-family-grid{
  display:grid;

  grid-template-columns:
    minmax(0,.95fr)
    minmax(0,1.05fr);

  align-items:center;

  gap:72px;
}


.sr-experiences .sr-exp-family-photo{
  display:grid;

  grid-template-columns:
    repeat(2,minmax(0,1fr));

  gap:16px;
}


.sr-experiences .sr-exp-family-photo img{
  width:100%;

  height:250px;

  object-fit:cover;

  border-radius:22px;
}


.sr-experiences .sr-exp-family-photo img:first-child{
  grid-column:span 2;

  height:390px;
}


.sr-experiences .sr-exp-mini-grid{
  margin-top:28px;

  display:grid;

  grid-template-columns:
    repeat(2,minmax(0,1fr));

  gap:14px;
}


.sr-experiences .sr-exp-mini{
  padding:18px;

  border:1px solid var(--sr-line);

  border-radius:18px;

  background:var(--sr-white);
}


.sr-experiences .sr-exp-mini b{
  display:block;

  margin-bottom:5px;

  color:var(--sr-ink) !important;
}


.sr-experiences .sr-exp-mini span{
  color:var(--sr-muted) !important;

  font-size:13px;
}


/* DINING */

.sr-experiences .sr-exp-dine{
  min-height:620px;

  display:flex;

  align-items:center;

  color:#fff;

  background:
    linear-gradient(
      90deg,
      rgba(12,38,25,.94) 0%,
      rgba(12,38,25,.78) 42%,
      rgba(12,38,25,.28) 100%
    ),
    url("https://images.unsplash.com/photo-1414235077428-338989a2e8c0?auto=format&fit=crop&w=2000&q=88")
    center center / cover
    no-repeat;
}


.sr-experiences .sr-exp-dine-inner{
  max-width:700px;
}


.sr-experiences .sr-exp-dine .sr-h2{
  color:#fff !important;
}


.sr-experiences .sr-exp-dine .sr-copy{
  color:#fafafa !important;

  opacity:.82;
}


.sr-experiences .sr-exp-dine-tags{
  margin:28px 0;

  display:flex;

  flex-wrap:wrap;

  gap:10px;
}


.sr-experiences .sr-exp-dine-tags span{
  padding:10px 13px;

  border:1px solid rgba(255,255,255,.22);

  border-radius:999px;

  color:#fafafa !important;

  font-size:13px;
}


/* VERIFY */

.sr-experiences .sr-exp-verify{
  margin-top:38px;

  padding:28px;

  border:1px solid #d9cfae;

  border-radius:22px;

  background:#fff9e8;
}


.sr-experiences .sr-exp-verify strong{
  display:block;

  margin-bottom:7px;

  color:#514a37 !important;

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size:24px;

  font-weight:400;
}


.sr-experiences .sr-exp-verify p{
  margin:0;

  color:#786e55 !important;

  font-size:14px;

  line-height:1.65;
}


/* FAQ */

.sr-experiences .sr-exp-faq-heading{
  text-align:center;
}


.sr-experiences .sr-exp-faq-heading .sr-copy{
  margin-left:auto;

  margin-right:auto;
}


.sr-experiences .sr-exp-faq-wrap{
  max-width:920px;

  margin:42px auto 0;
}


.sr-experiences .sr-exp-faq{
  border-top:1px solid var(--sr-line);
}


.sr-experiences .sr-exp-faq:last-child{
  border-bottom:1px solid var(--sr-line);
}


.sr-experiences .sr-exp-faq-q{
  width:100%;

  min-height:72px;

  margin:0;

  padding:20px 0;

  display:flex;

  align-items:center;

  justify-content:space-between;

  gap:24px;

  border:0 !important;

  background:transparent !important;

  color:var(--sr-ink) !important;

  font-size:16px;

  font-weight:700;

  text-align:left;

  cursor:pointer;

  box-shadow:none !important;
}


.sr-experiences .sr-exp-faq-q span:first-child{
  color:var(--sr-ink) !important;
}


.sr-experiences .sr-exp-faq-q span:last-child{
  color:var(--sr-green) !important;

  font-size:22px;

  font-weight:400;

  transition:transform .25s ease;
}


.sr-experiences .sr-exp-faq-a{
  max-height:0;

  overflow:hidden;

  transition:max-height .35s ease;
}


.sr-experiences .sr-exp-faq-a > div{
  padding:0 40px 22px 0;

  color:var(--sr-muted) !important;

  font-size:15px;

  line-height:1.7;
}


.sr-experiences .sr-exp-faq.sr-open .sr-exp-faq-a{
  max-height:320px;
}


.sr-experiences .sr-exp-faq.sr-open .sr-exp-faq-q span:last-child{
  transform:rotate(45deg);
}


/* FINAL CTA */

.sr-experiences .sr-exp-final-box{
  min-height:450px;

  padding:72px;

  display:flex;

  align-items:center;

  border-radius:30px;

  color:#fff;

  background:
    linear-gradient(
      90deg,
      rgba(15,45,31,.95) 0%,
      rgba(15,45,31,.78) 45%,
      rgba(15,45,31,.32) 100%
    ),
    url("https://images.unsplash.com/photo-1441974231531-c6227db76b6e?auto=format&fit=crop&w=1800&q=88")
    center center / cover
    no-repeat;
}


.sr-experiences .sr-exp-final-inner{
  width:100%;

  max-width:720px;
}


.sr-experiences .sr-exp-final-box .sr-h2{
  color:#fff !important;
}


.sr-experiences .sr-exp-final-box .sr-copy{
  color:#fafafa !important;

  opacity:.86;
}


.sr-experiences .sr-exp-actions{
  width:auto !important;

  height:auto !important;

  margin:28px 0 0 !important;

  padding:0 !important;

  display:flex !important;

  align-items:center !important;

  justify-content:flex-start !important;

  flex-wrap:wrap;

  gap:12px;
}


/* THEME PROTECTION */

.sr-experiences a,
.sr-experiences a:visited,
.sr-experiences a:hover,
.sr-experiences a:focus,
.sr-experiences a:active{
  text-decoration:none !important;
}

.sr-experiences a,
.sr-experiences button{
  -webkit-tap-highlight-color:transparent;
}


/* TABLET */

@media(max-width:980px){

  .sr-experiences .sr-exp-intro-grid,
  .sr-experiences .sr-exp-feature-card,
  .sr-experiences .sr-exp-family-grid{
    grid-template-columns:1fr;
  }

  .sr-experiences .sr-exp-intro-grid,
  .sr-experiences .sr-exp-family-grid{
    gap:50px;
  }

  .sr-experiences .sr-exp-cards{
    grid-template-columns:1fr;
  }

  .sr-experiences .sr-exp-timeline{
    grid-template-columns:
      repeat(2,minmax(0,1fr));
  }

  .sr-experiences .sr-exp-feature-info{
    padding:10px;
  }

  .sr-experiences .sr-exp-feature-card img{
    height:470px;
  }

  .sr-experiences .sr-exp-intro-media img{
    height:560px;
  }

}


/* MOBILE */

@media(max-width:640px){

  .sr-experiences .sr-wrap{
    padding-left:18px;
    padding-right:18px;
  }

  .sr-experiences .sr-exp-section{
    padding:78px 0;
  }

  .sr-experiences .sr-title{
    font-size:52px;

    line-height:1;
  }

  .sr-experiences .sr-h2{
    font-size:42px;

    line-height:1.03;
  }

  .sr-experiences .sr-h3{
    font-size:28px;
  }

  .sr-experiences .sr-copy{
    font-size:15px;
  }

  .sr-experiences .sr-exp-hero{
    min-height:760px;
  }

  .sr-experiences .sr-exp-hero-inner{
    padding-top:110px;
    padding-bottom:44px;
  }

  .sr-experiences .sr-exp-hero-copy > p{
    font-size:16px;
  }

  .sr-experiences .sr-exp-hero-pills{
    align-items:flex-start;

    flex-direction:column;
  }

  .sr-experiences .sr-exp-intro-media img{
    height:430px;
  }

  .sr-experiences .sr-exp-floating{
    position:relative;

    right:auto;
    bottom:auto;

    width:auto;

    margin:-46px 16px 0;
  }

  .sr-experiences .sr-exp-checks,
  .sr-experiences .sr-exp-mini-grid,
  .sr-experiences .sr-exp-timeline{
    grid-template-columns:1fr;
  }

  .sr-experiences .sr-exp-tab-buttons{
    flex-direction:column;
  }

  .sr-experiences .sr-exp-tab-btn{
    width:100%;
  }

  .sr-experiences .sr-exp-feature-card{
    padding:16px;
  }

  .sr-experiences .sr-exp-feature-card img{
    height:360px;
  }

  .sr-experiences .sr-exp-card{
    height:430px;
  }

  .sr-experiences .sr-exp-family-photo img,
  .sr-experiences .sr-exp-family-photo img:first-child{
    height:240px;
  }

  .sr-experiences .sr-exp-family-photo img:first-child{
    grid-column:span 2;
  }

  .sr-experiences .sr-exp-dine{
    min-height:560px;

    align-items:flex-end;

    background:
      linear-gradient(
        180deg,
        rgba(12,38,25,.25) 0%,
        rgba(12,38,25,.9) 70%,
        rgba(12,38,25,.97) 100%
      ),
      url("https://images.unsplash.com/photo-1414235077428-338989a2e8c0?auto=format&fit=crop&w=2000&q=88")
      center center / cover
      no-repeat;
  }

  .sr-experiences .sr-exp-faq-q{
    min-height:68px;

    padding:18px 0;

    font-size:15px;
  }

  .sr-experiences .sr-exp-faq-a > div{
    padding-right:12px;

    font-size:14px;
  }

  .sr-experiences .sr-exp-final-box{
    min-height:520px;

    padding:42px 24px;

    align-items:flex-end;

    background:
      linear-gradient(
        180deg,
        rgba(15,45,31,.30) 0%,
        rgba(15,45,31,.9) 72%,
        rgba(15,45,31,.97) 100%
      ),
      url("https://images.unsplash.com/photo-1441974231531-c6227db76b6e?auto=format&fit=crop&w=1800&q=88")
      center center / cover
      no-repeat;
  }

  .sr-experiences .sr-exp-actions{
    width:100% !important;

    align-items:stretch !important;

    flex-direction:column;
  }

  .sr-experiences .sr-exp-actions .sr-btn{
    width:100% !important;
  }

}/* End custom CSS */