.elementor-2573 .elementor-element.elementor-element-fd1e9a3:not(.elementor-motion-effects-element-type-background), .elementor-2573 .elementor-element.elementor-element-fd1e9a3 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-75363cd );background-image:url("https://staging.expoboisdesign.com/wp-content/uploads/2024/02/Group-20.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-2573 .elementor-element.elementor-element-fd1e9a3 > .elementor-background-overlay{background-color:var( --e-global-color-75363cd );opacity:1;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-2573 .elementor-element.elementor-element-fd1e9a3{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-8544cd4 */.expo-res-hero {
  background: #f0e8d9;
  padding: 90px 20px 70px;
  font-family: "Hanken Grotesk", sans-serif;
}

.expo-res-hero__wrap {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 32px;
  align-items: stretch;
}

.expo-res-hero__content {
  background: rgba(255, 253, 249, 0.78);
  border: 1px solid rgba(87, 23, 10, 0.14);
  border-radius: 32px;
  padding: 56px;
  box-shadow: 0 18px 45px rgba(43, 33, 23, 0.08);
}

.expo-res-hero__kicker {
  display: inline-block;
  margin-bottom: 18px;
  padding: 9px 14px;
  border: 1px solid rgba(87, 23, 10, 0.14);
  border-radius: 999px;
  color: #57170a;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: rgba(255,255,255,0.38);
}

.expo-res-hero h1 {
  margin: 0 0 18px;
  font-size: clamp(2.8rem, 5vw, 5rem);
  line-height: 1.03;
  letter-spacing: -0.03em;
  color: #57170a;
}

.expo-res-hero p {
  margin: 0;
  max-width: 760px;
  font-size: 1.15rem;
  line-height: 1.8;
  color: #3b362b;
}

.expo-res-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.expo-res-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 22px;
  border: 1.5px solid #000;
  border-radius: 999px;
  background: #f0e8d9;
  color: #000;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.25s ease;
}

.expo-res-hero__btn:hover {
  background: #57170a;
  color: #f0e8d9;
}

.expo-res-hero__btn--outline {
  background: transparent;
}

.expo-res-hero__btn--outline:hover {
  background: #57170a;
  color: #f0e8d9;
}

.expo-res-hero__visual {
  min-height: 100%;
  border-radius: 32px;
  overflow: hidden;
  border: 1px solid rgba(87, 23, 10, 0.14);
  box-shadow: 0 18px 45px rgba(43, 33, 23, 0.08);
  background:
    linear-gradient(rgba(43,33,23,0.15), rgba(43,33,23,0.35)),
    url("https://images.unsplash.com/photo-1511578314322-379afb476865?auto=format&fit=crop&w=1200&q=80") center/cover no-repeat;
  display: flex;
  align-items: end;
}

.expo-res-hero__visual-overlay {
  width: 100%;
  padding: 28px;
  background: linear-gradient(to top, rgba(43,33,23,0.85), rgba(43,33,23,0.12));
}

.expo-res-hero__visual-overlay p {
  margin: 0;
  color: #f0e8d9;
  font-size: 1rem;
  line-height: 1.7;
  max-width: 420px;
}

@media (max-width: 980px) {
  .expo-res-hero__wrap {
    grid-template-columns: 1fr;
  }

  .expo-res-hero__content {
    padding: 34px;
  }

  .expo-res-hero__visual {
    min-height: 360px;
  }
}

@media (max-width: 767px) {
  .expo-res-hero {
    padding: 70px 16px 50px;
  }

  .expo-res-hero__content {
    padding: 26px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-925e020 */.expo-res-intro {
  background: #f0e8d9;
  padding: 40px 20px 80px;
  font-family: "Hanken Grotesk", sans-serif;
}

.expo-res-intro__wrap {
  max-width: 1280px;
  margin: 0 auto;
}

.expo-res-intro__head {
  max-width: 860px;
  margin-bottom: 34px;
}

.expo-res-intro__kicker {
  display: inline-block;
  margin-bottom: 16px;
  color: #57170a;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.expo-res-intro h2 {
  margin: 0 0 18px;
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  line-height: 1.08;
  color: #57170a;
}

.expo-res-intro p {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.8;
  color: #3b362b;
}

.expo-res-intro__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.expo-res-intro__card {
  background: rgba(255,253,249,0.78);
  border: 1px solid rgba(87, 23, 10, 0.14);
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 18px 45px rgba(43, 33, 23, 0.06);
}

.expo-res-intro__card h3 {
  margin: 0 0 12px;
  font-size: 1.2rem;
  color: #57170a;
}

.expo-res-intro__card p {
  font-size: 1rem;
  line-height: 1.75;
}

@media (max-width: 980px) {
  .expo-res-intro__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .expo-res-intro {
    padding: 20px 16px 60px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-69b2f53 */.expo-res-packages {
  background: #f0e8d9;
  padding: 80px 20px;
  font-family: "Hanken Grotesk", sans-serif;
}

.expo-res-packages__wrap {
  max-width: 1280px;
  margin: 0 auto;
}

.expo-res-packages__head {
  max-width: 860px;
  margin-bottom: 36px;
}

.expo-res-packages__kicker {
  display: inline-block;
  margin-bottom: 16px;
  color: #57170a;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.expo-res-packages h2 {
  margin: 0 0 18px;
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  line-height: 1.08;
  color: #57170a;
}

.expo-res-packages__head p,
.expo-res-packages__card p,
.expo-res-packages__card li {
  color: #3b362b;
  line-height: 1.75;
}

.expo-res-packages__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.expo-res-packages__card {
  background: rgba(255,253,249,0.86);
  border: 1px solid rgba(87,23,10,0.14);
  border-radius: 26px;
  padding: 34px;
  box-shadow: 0 18px 45px rgba(43,33,23,0.08);
}

.expo-res-packages__card--soft {
  background: #f7f1e7;
}

.expo-res-packages__meta {
  display: inline-block;
  margin-bottom: 14px;
  color: #c29865;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.expo-res-packages__card h3 {
  margin: 0 0 16px;
  font-size: 1.55rem;
  line-height: 1.2;
  color: #57170a;
}

.expo-res-packages__size {
  margin-bottom: 18px;
  font-size: 2rem;
  font-weight: 800;
  color: #57170a;
}

.expo-res-packages__sizes {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 18px 0 22px;
}

.expo-res-packages__sizes span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(87,23,10,0.08);
  border: 1px solid rgba(87,23,10,0.14);
  font-weight: 700;
  color: #57170a;
}

.expo-res-packages__card ul {
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
}

.expo-res-packages__card li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
}

.expo-res-packages__card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c29865;
}

.expo-res-packages__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  min-height: 52px;
  padding: 14px 22px;
  border: 1.5px solid #000;
  border-radius: 999px;
  background: #f0e8d9;
  color: #000;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.25s ease;
}

.expo-res-packages__btn:hover {
  background: #57170a;
  color: #f0e8d9;
}

@media (max-width: 980px) {
  .expo-res-packages__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .expo-res-packages {
    padding: 60px 16px;
  }

  .expo-res-packages__card {
    padding: 26px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b40d311 */.expo-res-inclusions {
  background: #f0e8d9;
  padding: 0 20px 80px;
  font-family: "Hanken Grotesk", sans-serif;
}

.expo-res-inclusions__wrap {
  max-width: 1280px;
  margin: 0 auto;
}

.expo-res-inclusions__box {
  background: rgba(255,253,249,0.86);
  border: 1px solid rgba(87,23,10,0.14);
  border-radius: 30px;
  padding: 42px;
  box-shadow: 0 18px 45px rgba(43,33,23,0.08);
}

.expo-res-inclusions__kicker {
  display: inline-block;
  margin-bottom: 16px;
  color: #57170a;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.expo-res-inclusions h2 {
  margin: 0 0 18px;
  font-size: clamp(2rem, 3.3vw, 3rem);
  line-height: 1.08;
  color: #57170a;
}

.expo-res-inclusions p {
  margin: 0;
  color: #3b362b;
  font-size: 1.08rem;
  line-height: 1.8;
}

.expo-res-inclusions__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-top: 30px;
}

.expo-res-inclusions__item {
  background: rgba(240,232,217,0.58);
  border: 1px solid rgba(87,23,10,0.12);
  border-radius: 22px;
  padding: 24px;
}

.expo-res-inclusions__item h3 {
  margin: 0 0 10px;
  font-size: 1.08rem;
  color: #57170a;
}

.expo-res-inclusions__item p {
  font-size: 0.98rem;
  line-height: 1.7;
}

@media (max-width: 1100px) {
  .expo-res-inclusions__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .expo-res-inclusions {
    padding: 0 16px 60px;
  }

  .expo-res-inclusions__box {
    padding: 26px;
  }

  .expo-res-inclusions__grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4a602b9 */.expo-res-fit {
  background: #f0e8d9;
  padding: 80px 20px;
  font-family: "Hanken Grotesk", sans-serif;
}

.expo-res-fit__wrap {
  max-width: 1280px;
  margin: 0 auto;
}

.expo-res-fit__head {
  max-width: 860px;
  margin-bottom: 34px;
}

.expo-res-fit__kicker {
  display: inline-block;
  margin-bottom: 16px;
  color: #57170a;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.expo-res-fit h2 {
  margin: 0 0 18px;
  font-size: clamp(2rem, 3.5vw, 3rem);
  line-height: 1.08;
  color: #57170a;
}

.expo-res-fit__head p,
.expo-res-fit__card p {
  color: #3b362b;
  line-height: 1.75;
}

.expo-res-fit__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.expo-res-fit__card {
  background: rgba(255,253,249,0.82);
  border: 1px solid rgba(87,23,10,0.14);
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 18px 45px rgba(43,33,23,0.06);
}

.expo-res-fit__card h3 {
  margin: 0 0 10px;
  font-size: 1.2rem;
  color: #57170a;
}

@media (max-width: 1100px) {
  .expo-res-fit__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .expo-res-fit {
    padding: 60px 16px;
  }

  .expo-res-fit__grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d6c7a9e */.expo-res-custom {
  background: #f0e8d9;
  padding: 0 20px 80px;
  font-family: "Hanken Grotesk", sans-serif;
}

.expo-res-custom__wrap {
  max-width: 1280px;
  margin: 0 auto;
}

.expo-res-custom__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.expo-res-custom__card {
  background: rgba(255,253,249,0.86);
  border: 1px solid rgba(87,23,10,0.14);
  border-radius: 28px;
  padding: 36px;
  box-shadow: 0 18px 45px rgba(43,33,23,0.08);
}

.expo-res-custom__card--dark {
  background: #57170a;
}

.expo-res-custom__meta {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #c29865;
}

.expo-res-custom__card h3 {
  margin: 0 0 14px;
  font-size: 1.55rem;
  line-height: 1.2;
  color: #57170a;
}

.expo-res-custom__card p {
  margin: 0;
  color: #3b362b;
  line-height: 1.8;
}

.expo-res-custom__card--dark h3,
.expo-res-custom__card--dark p {
  color: #f0e8d9;
}

.expo-res-custom__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 22px;
  min-height: 52px;
  padding: 14px 22px;
  border: 1.5px solid #000;
  border-radius: 999px;
  background: #f0e8d9;
  color: #000;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.25s ease;
}

.expo-res-custom__btn:hover {
  background: #57170a;
  color: #f0e8d9;
}

.expo-res-custom__card--dark .expo-res-custom__btn:hover {
  background: #3b362b;
  color: #f0e8d9;
}

@media (max-width: 980px) {
  .expo-res-custom__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .expo-res-custom {
    padding: 0 16px 60px;
  }

  .expo-res-custom__card {
    padding: 26px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4ad82e8 */.expo-res-process {
  background: #f0e8d9;
  padding: 80px 20px;
  font-family: "Hanken Grotesk", sans-serif;
}

.expo-res-process__wrap {
  max-width: 1280px;
  margin: 0 auto;
}

.expo-res-process__head {
  max-width: 860px;
  margin-bottom: 34px;
}

.expo-res-process__kicker {
  display: inline-block;
  margin-bottom: 16px;
  color: #57170a;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.expo-res-process h2 {
  margin: 0 0 18px;
  font-size: clamp(2rem, 3.5vw, 3rem);
  line-height: 1.08;
  color: #57170a;
}

.expo-res-process__head p,
.expo-res-process__step p {
  color: #3b362b;
  line-height: 1.75;
}

.expo-res-process__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.expo-res-process__step {
  background: rgba(255,253,249,0.86);
  border: 1px solid rgba(87,23,10,0.14);
  border-radius: 26px;
  padding: 30px;
  box-shadow: 0 18px 45px rgba(43,33,23,0.06);
}

.expo-res-process__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #57170a;
  color: #f0e8d9;
  font-weight: 800;
}

.expo-res-process__step h3 {
  margin: 0 0 12px;
  font-size: 1.2rem;
  color: #57170a;
}

@media (max-width: 980px) {
  .expo-res-process__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .expo-res-process {
    padding: 60px 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-72df43c */.expo-res-faq {
  background: #f0e8d9;
  padding: 80px 20px;
  font-family: "Hanken Grotesk", sans-serif;
}

.expo-res-faq__wrap {
  max-width: 980px;
  margin: 0 auto;
}

.expo-res-faq__head {
  margin-bottom: 30px;
}

.expo-res-faq__kicker {
  display: inline-block;
  margin-bottom: 16px;
  color: #57170a;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.expo-res-faq h2 {
  margin: 0;
  font-size: clamp(2rem, 3.5vw, 3rem);
  line-height: 1.08;
  color: #57170a;
}

.expo-res-faq details {
  background: rgba(255,253,249,0.86);
  border: 1px solid rgba(87,23,10,0.14);
  border-radius: 20px;
  padding: 20px 22px;
  box-shadow: 0 18px 45px rgba(43,33,23,0.06);
}

.expo-res-faq details + details {
  margin-top: 16px;
}

.expo-res-faq summary {
  cursor: pointer;
  list-style: none;
  font-weight: 700;
  color: #57170a;
}

.expo-res-faq summary::-webkit-details-marker {
  display: none;
}

.expo-res-faq__answer {
  padding-top: 14px;
}

.expo-res-faq__answer p {
  margin: 0;
  color: #3b362b;
  line-height: 1.75;
}

@media (max-width: 767px) {
  .expo-res-faq {
    padding: 60px 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-634491e */.expo-res-cta {
  background: #f0e8d9;
  padding: 0 20px 100px;
  font-family: "Hanken Grotesk", sans-serif;
}

.expo-res-cta__wrap {
  max-width: 1280px;
  margin: 0 auto;
}

.expo-res-cta__box {
  padding: 54px;
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(87,23,10,0.97), rgba(59,54,43,0.95));
  box-shadow: 0 18px 45px rgba(43,33,23,0.12);
}

.expo-res-cta__kicker {
  display: inline-block;
  margin-bottom: 16px;
  color: #c29865;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.expo-res-cta h2 {
  margin: 0 0 18px;
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  line-height: 1.08;
  color: #f0e8d9;
}

.expo-res-cta p {
  margin: 0;
  max-width: 760px;
  color: #f0e8d9;
  font-size: 1.08rem;
  line-height: 1.8;
}

.expo-res-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.expo-res-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 22px;
  border: 1.5px solid #000;
  border-radius: 999px;
  background: #f0e8d9;
  color: #000;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.25s ease;
}

.expo-res-cta__btn:hover {
  background: #57170a;
  color: #f0e8d9;
}

.expo-res-cta__btn--outline {
  background: transparent;
  color: #f0e8d9;
  border-color: #f0e8d9;
}

.expo-res-cta__btn--outline:hover {
  background: #f0e8d9;
  color: #57170a;
  border-color: #f0e8d9;
}

@media (max-width: 767px) {
  .expo-res-cta {
    padding: 0 16px 70px;
  }

  .expo-res-cta__box {
    padding: 28px;
  }
}/* End custom CSS */