/* =========================================================
   BOOKING STEPS SECTION
   ========================================================= */

.cws-booking-steps{
  position: relative;
  width: 100%;
  background: #FFF7F2;
  overflow: hidden;
}

.cws-booking-steps__inner{
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 60px 24px;
}

.cws-booking-steps__header{
  width: 100%;
  text-align: center;
  margin-bottom: 48px;
}

.cws-booking-steps__heading{
  margin: 0;
  color: #302826;
  font-family: "DM Sans", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
}

.cws-booking-steps__grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  align-items: start;
}

.cws-booking-steps__item{
  position: relative;
  width: 100%;
  text-align: center;
  opacity: 0;
  transform: translateY(40px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}

.cws-booking-steps__item.is-visible{
  opacity: 1;
  transform: translateY(0);
}

.cws-booking-steps__image-wrap{
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 290px;
  margin-bottom: 28px;
}

.cws-booking-steps__media{
  position: relative;
  width: 290px;
  height: 290px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cws-booking-steps__number{
  position: absolute;
  top: 50%;
  left: calc(50% - 145px - 76px);
  transform: translateY(-50%);
  z-index: 3;
  margin: 0;
  color: #DE5945;
  font-family: "DM Sans", sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 90px;
  white-space: nowrap;
  pointer-events: none;
	top:122px;
}

.cws-booking-steps__bg-image{
  position: absolute;
  left: -6px;
  bottom: 0;
  z-index: 1;
  width: 290px;
  height: 145px;
  overflow: hidden;
}

.cws-booking-steps__bg-image img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cws-booking-steps__main-image{
  position: relative;
  z-index: 2;
  width: 290px;
  height: 290px;
  border-radius: 500px;
  overflow: hidden;
  flex-shrink: 0;
	right:-30px;
}

.cws-booking-steps__main-image img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 500px;
}

.cws-booking-steps__content{
  max-width: 420px;
  margin: 0 auto;
}

.cws-booking-steps__title{
  margin: 0 0 10px;
  color: #302826;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  text-transform: capitalize;
}

.cws-booking-steps__description{
  color: #413F3C;
  text-align: center;
  font-family: "Overpass", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.cws-booking-steps__description p{
  margin: 0;
}

.cws-booking-steps__description p:not(:last-child){
  margin-bottom: 12px;
}

/* =========================================================
   LARGE DESKTOP
   ========================================================= */
@media (min-width: 1200px) and (max-width: 1439px){
  .cws-booking-steps__inner{
    padding: 60px 32px;
  }

  .cws-booking-steps__grid{
    gap: 28px;
  }

  .cws-booking-steps__number{
    left: calc(50% - 145px - 66px);
    font-size: 72px;
    line-height: 82px;
	  top:122px;
  }
}

/* =========================================================
   TABLET LANDSCAPE / SMALL DESKTOP
   ========================================================= */
@media (min-width: 992px) and (max-width: 1199px){
  .cws-booking-steps__inner{
    padding: 56px 28px;
  }

  .cws-booking-steps__header{
    margin-bottom: 42px;
  }

  .cws-booking-steps__grid{
    gap: 24px;
  }

  .cws-booking-steps__media{
    width: 250px;
    height: 250px;
  }

  .cws-booking-steps__main-image{
    width: 250px;
    height: 250px;
  }

  .cws-booking-steps__bg-image{
    width: 250px;
    height: 125px;
    left: -14px;
  }

  .cws-booking-steps__image-wrap{
    min-height: 250px;
    margin-bottom: 24px;
  }

  .cws-booking-steps__number{
    left: calc(50% - 125px - 40px);
    font-size: 62px;
    line-height: 70px;
  }

  .cws-booking-steps__title{
    font-size: 22px;
    line-height: 30px;
  }

  .cws-booking-steps__description{
    font-size: 15px;
    line-height: 24px;
  }
}

/* =========================================================
   TABLET
   ========================================================= */
@media (min-width: 768px) and (max-width: 991px){
  .cws-booking-steps__inner{
    padding: 52px 24px;
  }

  .cws-booking-steps__header{
    margin-bottom: 40px;
  }

  .cws-booking-steps__heading{
    font-size: 28px;
    line-height: 36px;
  }

  .cws-booking-steps__grid{
    grid-template-columns: 1fr;
    gap: 40px;
    max-width: 760px;
    margin: 0 auto;
  }

  .cws-booking-steps__item{
    max-width: 100%;
  }

  .cws-booking-steps__image-wrap{
    min-height: 260px;
    margin-bottom: 24px;
  }

  .cws-booking-steps__media{
    width: 260px;
    height: 260px;
  }

  .cws-booking-steps__main-image{
    width: 260px;
    height: 260px;
  }

  .cws-booking-steps__bg-image{
    width: 260px;
    height: 130px;
    left: -12px;
  }

  .cws-booking-steps__number{
    left: calc(50% - 130px - 52px);
    font-size: 68px;
    line-height: 76px;
  }

  .cws-booking-steps__content{
    max-width: 520px;
  }

  .cws-booking-steps__title{
    font-size: 24px;
    line-height: 34px;
  }

  .cws-booking-steps__description{
    font-size: 16px;
    line-height: 26px;
  }
}

/* =========================================================
   MOBILE
   ========================================================= */
@media (max-width: 767px){
  .cws-booking-steps__inner{
    padding: 44px 20px;
  }

  .cws-booking-steps__header{
    margin-bottom: 34px;
  }

  .cws-booking-steps__heading{
    font-size: 24px;
    line-height: 32px;
  }

  .cws-booking-steps__grid{
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .cws-booking-steps__item{
    max-width: 100%;
  }

  .cws-booking-steps__image-wrap{
    min-height: 235px;
    margin-bottom: 22px;
  }

  .cws-booking-steps__media{
    width: 220px;
    height: 220px;
  }

  .cws-booking-steps__main-image{
    width: 220px;
    height: 220px;
  }

  .cws-booking-steps__bg-image{
    width: 220px;
    height: 110px;
    left: -10px;
  }

  .cws-booking-steps__number{
    left: calc(50% - 110px - 34px);
    font-size: 54px;
    line-height: 60px;
	  top:90px;
  }

  .cws-booking-steps__content{
    max-width: 100%;
  }

  .cws-booking-steps__title{
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 30px;
  }

  .cws-booking-steps__description{
    font-size: 15px;
    line-height: 24px;
  }
}

/* =========================================================
   SMALL MOBILE
   ========================================================= */
@media (max-width: 479px){
  .cws-booking-steps__inner{
    padding: 40px 16px;
  }

  .cws-booking-steps__heading{
    font-size: 22px;
    line-height: 30px;
  }

  .cws-booking-steps__image-wrap{
    min-height: 210px;
    margin-bottom: 20px;
  }

  .cws-booking-steps__media{
    width: 190px;
    height: 190px;
  }

  .cws-booking-steps__main-image{
    width: 190px;
    height: 190px;
  }

  .cws-booking-steps__bg-image{
    width: 190px;
    height: 95px;
    left: -8px;
  }

  .cws-booking-steps__number{
    left: calc(50% - 95px - 28px);
    font-size: 42px;
    line-height: 48px;
	  top:90px;
  }

  .cws-booking-steps__title{
    font-size: 20px;
    line-height: 28px;
  }

  .cws-booking-steps__description{
    font-size: 15px;
    line-height: 24px;
  }
}

/* =========================================================
   REDUCED MOTION
   ========================================================= */
@media (prefers-reduced-motion: reduce){
  .cws-booking-steps__item{
    opacity: 1;
    transform: none;
    transition: none;
  }
}