/*============================================================================================
	Start Indoor Area
==============================================================================================*/
.indoor-area {
  padding-top: 285px;
}

@media only screen and (min-width: 1200px) {
  /* .indoor-section-img-02-wrap reaches top:50px + height:914px = 964px
     below this section's top edge. Without a guaranteed minimum height,
     short content (e.g. a brief title/description) leaves the section's
     box shorter than that reach, so the decorative artwork spills into
     whatever section comes next. */
  .indoor-area {
    min-height: 1010px;
  }
}
.indoor-section-img-01 {
  width: 100%;
  max-width: 560px;
  position: absolute;
  top: -114px;
  bottom: auto;
  left: 5%;
  right: auto;
  z-index: 99;
}

.indoor-section-img-02-wrap {
  height: 914px;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: -529px;
  display: flex;
  position: absolute;
  top: 50px;
  bottom: auto;
  left: auto;
  right: 4%;
  z-index: -1;
}
.indoor-images {
  text-align: center;
}
.indoor-frame-img {
  width: 100%;
}
.indoor-main-img {
  z-index: 2;
  object-fit: cover;
  width: 100%;
  max-width: 540px;
  position: absolute;
  top: 60px;
  bottom: 0%;
  left: 60px;
  right: 0%;
}
.indoor-single-wrap.right {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 60px;
  display: flex;
}
.indoor-image-frame {
  width: 100%;
}

.indoor-icon {
  max-width: 44px;
  height: 44px;
  object-fit: contain;
}
.indoor-content {
  padding-left: 60px;
}
.indoor-content-single-wrap {
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
  margin-bottom: 40px;
}
.indoor-content-single-wrap:last-child {
  margin: 0;
}
.indoor-icon-wrap {
  width: 80px;
  height: 80px;
  background-color: #9dcb44;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}
.indoor-icon-wrap._2 {
  background-color: #f7917b;
}
.indoor-icon-wrap._3 {
  background-color: #39beb1;
}
.indoor-icon-wrap._4 {
  background-color: #fec84e;
}
.indoor-icon-main-wrap {
  width: 96px;
  height: 96px;
  border: 2px solid #9dcb44;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  min-width: 96px;
}
.indoor-icon-main-wrap._2 {
  border-color: #f7917b;
}
.indoor-icon-main-wrap._3 {
  border-color: #39beb1;
}
.indoor-icon-main-wrap._4 {
  border-color: #fec84e;
}
.indoor-title {
  letter-spacing: -0.4px;
  margin-bottom: 4px;
  font-size: 20px;
  line-height: 34px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.indoor-details {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (min-width: 1920px) {
  .indoor-section-img-01 {
    left: 15%;
  }
  .indoor-section-img-02-wrap {
    top: -4px;
    height: 914px;
    margin-top: -450px;
    right: 175px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .indoor-area {
    padding: 80px 0px !important;
  }
  .indoor-images-wrap {
    display: none;
  }
  .indoor-main-img {
    max-width: 100%;
    top: 0;
    left: 0;
    padding: 46px 46px 0px 46px;
  }
  .indoor-content {
    padding-left: 32px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .indoor-area {
    padding-top: 56px;
  }
  .indoor-images-wrap {
    display: none;
  }
  .indoor-area .order-class {
    order: 1;
  }
  .indoor-images {
    margin-top: 40px;
  }
  .indoor-frame-img {
    width: 80%;
  }
  .indoor-main-img {
    max-width: 80%;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 50px 50px 0px;
    margin: auto;
  }
}

@media only screen and (max-width: 767.99px) {
  .indoor-area {
    padding-top: 56px;
  }
  .indoor-area .order-class {
    order: 1;
  }
  .indoor-images-wrap {
    display: none;
  }
  .indoor-content {
    padding-left: 0;
    text-align: center;
  }
  .indoor-icon-main-wrap {
    width: 80px;
    height: 80px;
    min-width: 80px;
    margin: auto;
  }
  .indoor-content-single-wrap {
    display: block;
  }
  .indoor-icon {
    max-width: 32px;
    height: 32px;
  }
  .indoor-icon-wrap {
    width: 64px;
    height: 64px;
  }
  .indoor-title {
    font-size: 18px;
  }
  .indoor-details-wrap {
    margin-top: 12px;
  }
  .indoor-images {
    margin-top: 40px;
  }
  .indoor-details {
    -webkit-line-clamp: 3;
  }
  .indoor-content-single-wrap {
    margin-bottom: 32px;
  }
  .indoor-main-img {
    max-width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 50px 50px 0px 50px;
  }
}

.color-1 {
  background-color: #FF5733;
  /* Example color */
}

.color-2 {
  background-color: #33FF57;
  /* Example color */
}

.color-3 {
  background-color: #3357FF;
  /* Example color */
}

@media only screen and (max-width: 479.99px) {
  .indoor-main-img {
    padding: 30px 30px 0px 30px;
  }
}
/*============================================================================================
	End Indoor Area
==============================================================================================*/
