/* FORCE HOTEL BLOCK - independent css */
.hotel-force-block{
  padding:74px 0 !important;
  background:#fff !important;
}

.hotel-force-card{
  position:relative !important;
  background:#fff !important;
  border:1px solid #eadfce !important;
  border-radius:24px !important;
  box-shadow:0 18px 45px rgba(6,43,40,.10) !important;
  overflow:hidden !important;
  display:grid !important;
  grid-template-columns:360px 1fr !important;
  min-height:430px !important;
}

.hotel-force-photo{
  min-height:430px !important;
  background:
    linear-gradient(180deg,rgba(6,43,40,.06),rgba(6,43,40,.17)),
    url("https://images.unsplash.com/photo-1566073771259-6a8506099945?auto=format&fit=crop&w=900&q=80") center/cover !important;
  clip-path:polygon(0 0,100% 0,82% 100%,0 100%) !important;
}

.hotel-force-text{
  padding:46px 44px 105px !important;
}

.hotel-force-text h2{
  color:#062b28 !important;
  font-size:38px !important;
  line-height:1.35 !important;
  margin-bottom:10px !important;
}

.hotel-force-text p{
  color:#6f7774 !important;
  max-width:660px !important;
  margin-bottom:24px !important;
}

.hotel-force-services{
  display:grid !important;
  grid-template-columns:repeat(3,1fr) !important;
  gap:16px !important;
}

.hotel-force-services div{
  background:#fff !important;
  border:1px solid #eadfce !important;
  border-radius:16px !important;
  padding:18px 12px !important;
  text-align:center !important;
  min-height:122px !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  color:#062b28 !important;
  font-weight:900 !important;
  box-shadow:0 8px 22px rgba(0,0,0,.025) !important;
}

.hotel-force-services span{
  width:48px !important;
  height:48px !important;
  border-radius:50% !important;
  border:1px solid #eadfce !important;
  background:#fffaf4 !important;
  color:#c4923f !important;
  display:grid !important;
  place-items:center !important;
  font-size:24px !important;
  margin-bottom:8px !important;
}

.hotel-force-steps{
  position:absolute !important;
  right:0 !important;
  left:0 !important;
  bottom:0 !important;
  background:#062b28 !important;
  color:#d7c7a5 !important;
  display:grid !important;
  grid-template-columns:repeat(5,1fr) !important;
}

.hotel-force-steps div{
  padding:17px 10px !important;
  text-align:center !important;
  border-left:1px solid rgba(255,255,255,.1) !important;
  font-weight:900 !important;
  font-size:13px !important;
}

.hotel-force-steps strong{
  display:block !important;
  color:#e3bf77 !important;
  font-size:18px !important;
  line-height:1 !important;
  margin-bottom:4px !important;
}

@media(max-width:950px){
  .hotel-force-card{
    grid-template-columns:1fr !important;
  }
  .hotel-force-photo{
    min-height:260px !important;
    clip-path:none !important;
  }
  .hotel-force-text{
    padding:34px 22px 20px !important;
  }
  .hotel-force-services{
    grid-template-columns:repeat(2,1fr) !important;
  }
  .hotel-force-steps{
    position:static !important;
    grid-template-columns:repeat(2,1fr) !important;
  }
}

@media(max-width:620px){
  .hotel-force-services,
  .hotel-force-steps{
    grid-template-columns:1fr !important;
  }
}
