/* Custom/private deployment page */
.page-wrapper-custom .container {
  max-width: 1200px;
}

.page-wrapper-custom .custom-hero {
  min-height: 448px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  text-align: center;
}

.page-wrapper-custom .caption_container {
  width: 100%;
}

.zp_big_customer_banner .zp_customer_banner_title {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.zp_big_customer_banner p {
  padding: 0 !important;
  margin: 0;
  background-color: transparent !important;
}

.zp_big_customer_banner p a {
  display: inline-block;
  margin-top: 45px;
  height: 70px;
  line-height: 70px;
  min-width: 210px;
  background-color: #f8aa27;
  border-radius: 39px;
  font-size: 24px;
  color: #fff;
  text-decoration: none !important;
  cursor: pointer;
}

.zp_big_customer_banner p a:hover {
  opacity: .75;
}


.custom-section-heading {
  display: block;
  width: 100%;
  float: none;
  clear: both;
  text-align: center;
}

#zp_customer_plan .entry-content-wrapper,
#zp_customer_flow .entry-content-wrapper {
  display: block;
}

.zp_customer_plan_title {
  color: #131d3c;
  font-size: 36px;
  text-align: center;
  line-height: 1;
  margin: 0;
  font-weight: 400;
}

#zp_customer_plan .content,
#zp_customer_flow .content {
  padding-top: 90px;
  padding-bottom: 90px;
}

#zp_customer_plan 
.custom-section-heading {
  display: block;
  width: 100%;
  float: none;
  clear: both;
  text-align: center;
}

#zp_customer_plan .entry-content-wrapper,
#zp_customer_flow .entry-content-wrapper {
  display: block;
}

.zp_customer_plan_title {
  padding-bottom: 10px;
}

.custom-plan-grid {
  display: grid;
  float: none;
  clear: both;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px;
  margin-top: 40px;
}

.zp_customer_plan_wrap {
  text-align: center;
}

.zp_plan_item_icon_wrap {
  padding-bottom: 28px;
}

.zp_plan_item_icon {
  display: inline-block;
  width: 170px;
  height: 110px;
  background-image: url(/assets/img/custom/customer_plan.png);
  background-repeat: no-repeat;
}

.zp_plan_item_icon.func_icon {
  background-position: 0 0;
}

.zp_plan_item_icon.data_icon {
  background-position: -196px -13px;
}

.zp_plan_item_icon.customer_icon {
  background-position: -374px -13px;
}

.zp_plan_item_title {
  padding-bottom: 20px;
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  color: #131d3c;
  font-weight: 700;
}

.zp_plan_item_content {
  color: #3c4c57;
  min-height: 76px;
  font-size: 16px;
  line-height: 1.65;
}

.zp_custom_btn_wrap a {
  display: inline-block;
  margin-top: 20px;
  min-width: 200px;
  background-color: #00dc8c;
  color: #fff;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50px;
  text-decoration: none;
  cursor: pointer;
}

.zp_custom_btn_wrap a:hover {
  opacity: .8;
}

#zp_customer_flow {
  background-color: #f5f6f7;
}

.custom-flow-img {
  margin-top: 40px;
  text-align: center;
}

.custom-flow-img img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .page-wrapper-custom .custom-hero {
    min-height: 260px;
  }

  .zp_big_customer_banner .zp_customer_banner_title {
    font-size: 24px;
  }

  .zp_big_customer_banner p a {
    margin-top: 18px;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    min-width: 120px;
  }

  #zp_customer_plan .content,
  #zp_customer_flow .content {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  
.custom-section-heading {
  display: block;
  width: 100%;
  float: none;
  clear: both;
  text-align: center;
}

#zp_customer_plan .entry-content-wrapper,
#zp_customer_flow .entry-content-wrapper {
  display: block;
}

.zp_customer_plan_title {
    font-size: 28px;
  }

  .custom-plan-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .zp_plan_item_content {
    min-height: 0;
  }
}
