.elementor-230 .elementor-element.elementor-element-f999260{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-230 .elementor-element.elementor-element-a0d7dc1{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-230 .elementor-element.elementor-element-efd917c{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-cdbcdfe */.meccamd-booking-hero{
  position:relative;
  width:100vw;
  min-height:100vh;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  overflow:hidden;
  padding:150px clamp(22px,6vw,90px) 105px;
  box-sizing:border-box;
  font-family:'Poppins',sans-serif;
  background:#070303;
  color:#fff;
  display:flex;
  align-items:center;
}

.meccamd-booking-hero *,
.meccamd-booking-hero *:before,
.meccamd-booking-hero *:after{
  box-sizing:border-box;
}

/* BACKGROUND IMAGE */
.meccamd-booking-hero__bg{
  position:absolute;
  inset:0;
  background:url('PASTE-BOOKING-HERO-BACKGROUND-IMAGE-HERE') center center / cover no-repeat;
  transform:scale(1.04);
}

/* OVERLAY */
.meccamd-booking-hero__overlay{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 12% 18%, rgba(228,49,37,.32), transparent 30%),
    radial-gradient(circle at 88% 15%, rgba(217,164,65,.16), transparent 28%),
    linear-gradient(100deg, rgba(5,3,3,.98) 0%, rgba(18,6,5,.95) 46%, rgba(74,14,10,.76) 100%),
    linear-gradient(180deg, rgba(0,0,0,.18) 0%, rgba(0,0,0,.78) 100%);
}

.meccamd-booking-hero__overlay:before{
  content:"";
  position:absolute;
  inset:0;
  opacity:.15;
  background-image:
    linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.08) 1px, transparent 1px);
  background-size:92px 92px;
}

.meccamd-booking-hero__overlay:after{
  content:"";
  position:absolute;
  right:-250px;
  top:80px;
  width:730px;
  height:730px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.08);
  box-shadow:
    0 0 0 72px rgba(255,255,255,.025),
    0 0 0 150px rgba(255,255,255,.014);
}

.meccamd-booking-hero__wrap{
  position:relative;
  z-index:2;
  width:100%;
  max-width:1380px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,.94fr) minmax(470px,.78fr);
  gap:clamp(44px,6vw,88px);
  align-items:center;
}

/* LEFT CONTENT */
.meccamd-booking-hero__content{
  max-width:940px;
}

.meccamd-booking-hero__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:12px;
  margin-bottom:24px;
  font-size:12px;
  line-height:1;
  font-weight:850;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:#ffd8d2;
}

.meccamd-booking-hero__eyebrow span{
  width:46px;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg,#e43125,#d9a441);
}

.meccamd-booking-hero h1{
  margin:0;
  max-width:980px;
  font-size:clamp(46px,5.2vw,86px);
  line-height:1.02;
  letter-spacing:-.06em;
  font-weight:900;
  color:#fff;
}

.meccamd-booking-hero h1 strong{
  display:block;
  background:linear-gradient(90deg,#fff 0%,#ffd5cf 48%,#f0bd53 100%);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  background-clip:text;
}

.meccamd-booking-hero__content > p{
  margin:30px 0 0;
  max-width:820px;
  font-size:17px;
  line-height:1.9;
  color:rgba(255,255,255,.78);
}

/* ACTIONS */
.meccamd-booking-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:36px;
}

.meccamd-booking-hero__btn{
  min-height:60px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 30px;
  border-radius:999px;
  text-decoration:none;
  font-size:14.5px;
  font-weight:900;
  transition:all .32s ease;
}

.meccamd-booking-hero__btn--primary{
  color:#fff;
  background:linear-gradient(135deg,#e43125 0%,#a91d15 55%,#74120d 100%);
  box-shadow:0 24px 54px rgba(228,49,37,.30);
}

.meccamd-booking-hero__btn--ghost{
  color:#fff;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.24);
}

.meccamd-booking-hero__btn:hover{
  transform:translateY(-4px);
}

/* NOTE */
.meccamd-booking-hero__note{
  margin-top:34px;
  max-width:760px;
  padding:24px 26px;
  border-radius:28px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.15);
  box-shadow:0 28px 70px rgba(0,0,0,.28);
}

.meccamd-booking-hero__note span{
  display:block;
  margin-bottom:8px;
  font-size:11px;
  font-weight:850;
  letter-spacing:.15em;
  text-transform:uppercase;
  color:#ffd8d2;
}

.meccamd-booking-hero__note p{
  margin:0;
  font-size:13.5px;
  line-height:1.75;
  color:rgba(255,255,255,.72);
}

/* RIGHT PANEL */
.meccamd-booking-hero__panel{
  position:relative;
  padding:34px;
  border-radius:46px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 45px 100px rgba(0,0,0,.42);
}

.meccamd-booking-hero__panel:before{
  content:"";
  position:absolute;
  top:0;
  left:34px;
  width:126px;
  height:5px;
  border-radius:0 0 999px 999px;
  background:linear-gradient(90deg,#e43125,#d9a441);
}

.meccamd-booking-hero__panel-head{
  display:grid;
  grid-template-columns:minmax(170px,.34fr) minmax(0,.66fr);
  gap:22px;
  align-items:end;
  margin-bottom:24px;
}

.meccamd-booking-hero__panel-head span{
  display:inline-flex;
  align-items:center;
  width:max-content;
  min-height:34px;
  padding:0 15px;
  border-radius:999px;
  background:rgba(228,49,37,.16);
  border:1px solid rgba(255,177,168,.20);
  color:#ffd8d2;
  font-size:10px;
  font-weight:850;
  letter-spacing:.15em;
  text-transform:uppercase;
}

.meccamd-booking-hero__panel-head h2{
  margin:0;
  font-size:clamp(24px,2.35vw,37px);
  line-height:1.2;
  letter-spacing:-.04em;
  font-weight:900;
  color:#fff;
}

/* FEATURED */
.meccamd-booking-hero__featured{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:22px;
  align-items:center;
  padding:28px;
  border-radius:34px;
  color:#fff;
  background:
    radial-gradient(circle at 88% 18%, rgba(217,164,65,.18), transparent 28%),
    linear-gradient(145deg,rgba(109,22,17,.92),rgba(38,9,7,.82));
  border:1px solid rgba(255,255,255,.17);
  box-shadow:0 30px 72px rgba(0,0,0,.28);
}

.meccamd-booking-hero__featured small{
  display:block;
  margin-bottom:8px;
  font-size:10px;
  font-weight:850;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:#ffd8d2;
}

.meccamd-booking-hero__featured strong{
  display:block;
  margin-bottom:12px;
  font-size:clamp(30px,3vw,46px);
  line-height:1.06;
  letter-spacing:-.055em;
  font-weight:900;
  color:#fff;
}

.meccamd-booking-hero__featured span{
  display:block;
  font-size:14px;
  line-height:1.6;
  font-weight:750;
  color:rgba(255,255,255,.78);
}

.meccamd-booking-hero__featured a{
  min-height:50px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 22px;
  border-radius:999px;
  text-decoration:none;
  color:#6d1611;
  background:#fff;
  font-size:13px;
  font-weight:900;
  white-space:nowrap;
  box-shadow:0 20px 44px rgba(0,0,0,.20);
  transition:all .32s ease;
}

.meccamd-booking-hero__featured a:hover{
  transform:translateY(-3px);
  background:#fff4f1;
}

/* GRID */
.meccamd-booking-hero__grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  margin-top:16px;
}

.meccamd-booking-hero__grid div{
  min-height:150px;
  padding:20px;
  border-radius:26px;
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.13);
  transition:all .32s ease;
}

.meccamd-booking-hero__grid div:hover{
  transform:translateY(-6px);
  background:rgba(255,255,255,.14);
  border-color:rgba(255,255,255,.24);
}

.meccamd-booking-hero__grid small{
  display:block;
  margin-bottom:12px;
  font-size:9.5px;
  font-weight:850;
  letter-spacing:.15em;
  text-transform:uppercase;
  color:#ffd8d2;
}

.meccamd-booking-hero__grid strong{
  display:block;
  margin-bottom:10px;
  font-size:clamp(21px,1.9vw,30px);
  line-height:1.08;
  letter-spacing:-.045em;
  font-weight:900;
  color:#fff;
}

.meccamd-booking-hero__grid span{
  display:block;
  font-size:12.5px;
  line-height:1.58;
  color:rgba(255,255,255,.68);
}

/* HELP */
.meccamd-booking-hero__help{
  margin-top:16px;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:18px;
  align-items:center;
  padding:22px;
  border-radius:28px;
  background:#fff;
  color:#21100d;
}

.meccamd-booking-hero__help b{
  display:block;
  font-size:16px;
  line-height:1.35;
  font-weight:900;
  color:#21100d;
}

.meccamd-booking-hero__help a{
  min-height:46px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 18px;
  border-radius:999px;
  text-decoration:none;
  color:#fff;
  background:linear-gradient(135deg,#e43125,#7d120e);
  font-size:12.5px;
  font-weight:900;
  white-space:nowrap;
  box-shadow:0 16px 34px rgba(228,49,37,.20);
  transition:all .32s ease;
}

.meccamd-booking-hero__help a:hover{
  transform:translateY(-3px);
}

/* RESPONSIVE */
@media (max-width:1180px){
  .meccamd-booking-hero{
    min-height:auto;
    padding-top:130px;
    padding-bottom:100px;
  }

  .meccamd-booking-hero__wrap{
    grid-template-columns:1fr;
    gap:60px;
  }

  .meccamd-booking-hero__content{
    max-width:100%;
  }
}

@media (max-width:767px){
  .meccamd-booking-hero{
    padding:110px 20px 82px;
  }

  .meccamd-booking-hero__eyebrow{
    gap:10px;
    margin-bottom:20px;
    font-size:10px;
    line-height:1.5;
    letter-spacing:.15em;
  }

  .meccamd-booking-hero__eyebrow span{
    width:30px;
  }

  .meccamd-booking-hero h1{
    font-size:38px;
    line-height:1.08;
  }

  .meccamd-booking-hero__content > p{
    margin-top:22px;
    font-size:15px;
    line-height:1.82;
  }

  .meccamd-booking-hero__actions{
    flex-direction:column;
    margin-top:30px;
  }

  .meccamd-booking-hero__btn{
    width:100%;
    min-height:56px;
  }

  .meccamd-booking-hero__note{
    margin-top:28px;
    padding:20px;
    border-radius:22px;
  }

  .meccamd-booking-hero__panel{
    padding:26px 18px;
    border-radius:30px;
  }

  .meccamd-booking-hero__panel:before{
    left:22px;
    width:90px;
  }

  .meccamd-booking-hero__panel-head{
    grid-template-columns:1fr;
    gap:16px;
    margin-bottom:20px;
  }

  .meccamd-booking-hero__panel-head h2{
    font-size:25px;
    line-height:1.3;
  }

  .meccamd-booking-hero__featured{
    grid-template-columns:1fr;
    padding:24px 20px;
    border-radius:24px;
  }

  .meccamd-booking-hero__featured strong{
    font-size:32px;
  }

  .meccamd-booking-hero__featured a{
    width:100%;
    min-height:48px;
  }

  .meccamd-booking-hero__grid{
    grid-template-columns:1fr;
    gap:12px;
  }

  .meccamd-booking-hero__grid div{
    min-height:auto;
    padding:18px;
    border-radius:22px;
  }

  .meccamd-booking-hero__grid div:hover{
    transform:none;
  }

  .meccamd-booking-hero__help{
    grid-template-columns:1fr;
    padding:20px 18px;
    border-radius:22px;
  }

  .meccamd-booking-hero__help a{
    width:100%;
    min-height:44px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f3670ba */.meccamd-booking-simple{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  overflow:hidden;
  padding:115px clamp(20px,6vw,90px);
  box-sizing:border-box;
  font-family:'Poppins',sans-serif;
  background:#f8f3ef;
  color:#21100d;
}

.meccamd-booking-simple *,
.meccamd-booking-simple *:before,
.meccamd-booking-simple *:after{
  box-sizing:border-box;
}

.meccamd-booking-simple__bg{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 10% 14%, rgba(228,49,37,.10), transparent 28%),
    radial-gradient(circle at 90% 18%, rgba(217,164,65,.14), transparent 28%),
    linear-gradient(135deg,#fffaf7 0%,#f4ebe5 54%,#ffffff 100%);
  pointer-events:none;
}

.meccamd-booking-simple__wrap{
  position:relative;
  z-index:2;
  max-width:1280px;
  margin:0 auto;
}

.meccamd-booking-simple__head{
  max-width:900px;
  margin-bottom:48px;
}

.meccamd-booking-simple__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:12px;
  margin-bottom:22px;
  font-size:12px;
  font-weight:850;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:#9f251d;
}

.meccamd-booking-simple__eyebrow span{
  width:46px;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg,#e43125,#d9a441);
}

.meccamd-booking-simple h2{
  margin:0;
  font-size:clamp(40px,4.6vw,72px);
  line-height:1.06;
  letter-spacing:-.055em;
  font-weight:900;
  color:#21100d;
}

.meccamd-booking-simple h2 strong{
  display:block;
  background:linear-gradient(90deg,#6d1611 0%,#c42d23 52%,#d9a441 100%);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  background-clip:text;
}

.meccamd-booking-simple__head p{
  margin:24px 0 0;
  max-width:760px;
  font-size:17px;
  line-height:1.85;
  color:#624c46;
}

/* MAIN BOX */
.meccamd-booking-simple__box{
  display:grid;
  grid-template-columns:minmax(320px,.36fr) minmax(0,.64fr);
  gap:26px;
  align-items:stretch;
}

/* INFO SIDE */
.meccamd-booking-simple__info{
  padding:36px;
  border-radius:36px;
  color:#fff;
  background:
    radial-gradient(circle at 88% 18%, rgba(217,164,65,.18), transparent 28%),
    linear-gradient(145deg,#6d1611 0%,#45100c 58%,#2b0907 100%);
  box-shadow:0 34px 82px rgba(55,18,14,.22);
}

.meccamd-booking-simple__info span{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:0 14px;
  margin-bottom:22px;
  border-radius:999px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.18);
  color:#ffd8d2;
  font-size:10px;
  font-weight:850;
  letter-spacing:.15em;
  text-transform:uppercase;
}

.meccamd-booking-simple__info h3{
  margin:0;
  font-size:clamp(28px,2.7vw,44px);
  line-height:1.12;
  letter-spacing:-.045em;
  font-weight:900;
  color:#fff;
}

.meccamd-booking-simple__info p{
  margin:18px 0 0;
  font-size:15px;
  line-height:1.82;
  color:rgba(255,255,255,.76);
}

.meccamd-booking-simple__quick{
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
  margin-top:30px;
}

.meccamd-booking-simple__quick div{
  padding:18px;
  border-radius:22px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.15);
}

.meccamd-booking-simple__quick strong{
  display:block;
  margin-bottom:6px;
  font-size:11px;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#ffd8d2;
}

.meccamd-booking-simple__quick a{
  color:#fff;
  text-decoration:none;
  font-size:15px;
  font-weight:800;
}

/* FORM */
.meccamd-booking-simple__form{
  padding:36px;
  border-radius:36px;
  background:#fff;
  border:1px solid rgba(109,22,17,.10);
  box-shadow:0 38px 90px rgba(58,24,18,.12);
}

.meccamd-booking-simple__row{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}

.meccamd-booking-simple__form label{
  display:block;
  margin-bottom:18px;
  font-size:13px;
  font-weight:850;
  color:#21100d;
}

.meccamd-booking-simple__form input,
.meccamd-booking-simple__form select,
.meccamd-booking-simple__form textarea{
  width:100%;
  margin-top:9px;
  padding:16px 16px;
  border-radius:16px;
  border:1px solid rgba(109,22,17,.16);
  background:#fffaf7;
  color:#21100d;
  font-family:'Poppins',sans-serif;
  font-size:14px;
  outline:none;
  transition:all .25s ease;
}

.meccamd-booking-simple__form textarea{
  resize:vertical;
  min-height:135px;
}

.meccamd-booking-simple__form input:focus,
.meccamd-booking-simple__form select:focus,
.meccamd-booking-simple__form textarea:focus{
  border-color:#c42d23;
  background:#fff;
  box-shadow:0 0 0 4px rgba(196,45,35,.10);
}

.meccamd-booking-simple__form button{
  width:100%;
  min-height:58px;
  border:0;
  border-radius:999px;
  cursor:pointer;
  color:#fff;
  background:linear-gradient(135deg,#e43125,#7d120e);
  font-family:'Poppins',sans-serif;
  font-size:14px;
  font-weight:900;
  box-shadow:0 20px 44px rgba(228,49,37,.24);
  transition:all .28s ease;
}

.meccamd-booking-simple__form button:hover{
  transform:translateY(-3px);
  box-shadow:0 26px 56px rgba(228,49,37,.30);
}

.meccamd-booking-simple__small{
  margin:16px 0 0;
  font-size:12.5px;
  line-height:1.65;
  color:#7a625c;
  text-align:center;
}

/* RESPONSIVE */
@media (max-width:1000px){
  .meccamd-booking-simple__box{
    grid-template-columns:1fr;
  }
}

@media (max-width:767px){
  .meccamd-booking-simple{
    padding:82px 20px;
  }

  .meccamd-booking-simple__head{
    margin-bottom:36px;
  }

  .meccamd-booking-simple__eyebrow{
    gap:10px;
    margin-bottom:18px;
    font-size:10px;
    line-height:1.5;
    letter-spacing:.15em;
  }

  .meccamd-booking-simple__eyebrow span{
    width:30px;
  }

  .meccamd-booking-simple h2{
    font-size:37px;
    line-height:1.1;
  }

  .meccamd-booking-simple__head p{
    margin-top:20px;
    font-size:15px;
    line-height:1.8;
  }

  .meccamd-booking-simple__info,
  .meccamd-booking-simple__form{
    padding:24px 18px;
    border-radius:28px;
  }

  .meccamd-booking-simple__info h3{
    font-size:28px;
    line-height:1.18;
  }

  .meccamd-booking-simple__info p{
    font-size:14px;
  }

  .meccamd-booking-simple__row{
    grid-template-columns:1fr;
    gap:0;
  }

  .meccamd-booking-simple__form input,
  .meccamd-booking-simple__form select,
  .meccamd-booking-simple__form textarea{
    padding:15px 14px;
    border-radius:14px;
    font-size:13.5px;
  }

  .meccamd-booking-simple__form button{
    min-height:56px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e13d556 */.meccamd-booking-prepare-simple{
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding:90px clamp(20px,6vw,80px);
  box-sizing:border-box;
  font-family:'Poppins',sans-serif;
  background:linear-gradient(135deg,#fffaf7 0%,#f4ebe5 55%,#ffffff 100%);
  color:#21100d;
}

.meccamd-booking-prepare-simple *,
.meccamd-booking-prepare-simple *:before,
.meccamd-booking-prepare-simple *:after{
  box-sizing:border-box;
}

.meccamd-booking-prepare-simple__wrap{
  max-width:1240px;
  margin:0 auto;
}

.meccamd-booking-prepare-simple__head{
  max-width:850px;
  margin-bottom:42px;
}

.meccamd-booking-prepare-simple__head span{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 16px;
  margin-bottom:18px;
  border-radius:999px;
  background:#f7e6df;
  border:1px solid rgba(161,40,31,.12);
  color:#a1281f;
  font-size:11px;
  font-weight:850;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.meccamd-booking-prepare-simple__head h2{
  margin:0;
  max-width:850px;
  font-size:clamp(34px,4vw,58px);
  line-height:1.08;
  letter-spacing:-.045em;
  font-weight:900;
  color:#21100d;
}

.meccamd-booking-prepare-simple__head p{
  margin:20px 0 0;
  max-width:760px;
  font-size:16px;
  line-height:1.8;
  color:#624c46;
}

/* GRID */
.meccamd-booking-prepare-simple__grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}

.meccamd-booking-prepare-simple__item{
  padding:26px;
  border-radius:24px;
  background:#fff;
  border:1px solid rgba(109,22,17,.10);
  box-shadow:0 18px 45px rgba(58,24,18,.08);
}

.meccamd-booking-prepare-simple__item--dark{
  color:#fff;
  background:linear-gradient(145deg,#6d1611 0%,#45100c 58%,#2b0907 100%);
  border-color:rgba(255,255,255,.12);
}

.meccamd-booking-prepare-simple__item h3{
  margin:0;
  font-size:22px;
  line-height:1.25;
  letter-spacing:-.03em;
  font-weight:900;
  color:#21100d;
}

.meccamd-booking-prepare-simple__item--dark h3{
  color:#fff;
}

.meccamd-booking-prepare-simple__item p{
  margin:12px 0 0;
  font-size:14px;
  line-height:1.75;
  color:#66504a;
}

.meccamd-booking-prepare-simple__item--dark p{
  color:rgba(255,255,255,.76);
}

/* CTA */
.meccamd-booking-prepare-simple__cta{
  margin-top:26px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:24px 26px;
  border-radius:26px;
  background:linear-gradient(135deg,#1b0706 0%,#6d1611 52%,#3c0d0a 100%);
  color:#fff;
}

.meccamd-booking-prepare-simple__cta p{
  margin:0;
  max-width:760px;
  font-size:16px;
  line-height:1.65;
  font-weight:700;
  color:rgba(255,255,255,.86);
}

.meccamd-booking-prepare-simple__cta a{
  min-height:50px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 24px;
  border-radius:999px;
  text-decoration:none;
  color:#6d1611;
  background:#fff;
  font-size:13px;
  font-weight:900;
  white-space:nowrap;
  transition:all .25s ease;
}

.meccamd-booking-prepare-simple__cta a:hover{
  transform:translateY(-3px);
  background:#fff4f1;
}

/* RESPONSIVE */
@media(max-width:1000px){
  .meccamd-booking-prepare-simple__grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:767px){
  .meccamd-booking-prepare-simple{
    padding:75px 20px;
  }

  .meccamd-booking-prepare-simple__head{
    margin-bottom:32px;
  }

  .meccamd-booking-prepare-simple__head span{
    font-size:10px;
    letter-spacing:.12em;
  }

  .meccamd-booking-prepare-simple__head h2{
    font-size:34px;
    line-height:1.12;
  }

  .meccamd-booking-prepare-simple__head p{
    font-size:15px;
  }

  .meccamd-booking-prepare-simple__grid{
    grid-template-columns:1fr;
  }

  .meccamd-booking-prepare-simple__item{
    padding:22px 20px;
    border-radius:22px;
  }

  .meccamd-booking-prepare-simple__item h3{
    font-size:21px;
  }

  .meccamd-booking-prepare-simple__item p{
    font-size:13.5px;
  }

  .meccamd-booking-prepare-simple__cta{
    flex-direction:column;
    align-items:flex-start;
    padding:22px 20px;
    border-radius:22px;
  }

  .meccamd-booking-prepare-simple__cta p{
    font-size:14.5px;
  }

  .meccamd-booking-prepare-simple__cta a{
    width:100%;
  }
}/* End custom CSS */