.zwc-page-inr{
	background: #000;
	color: #fff;
}
.zw-product-header{
	position: relative;
    z-index: 1;
}
/* 鈹€鈹€鈹€ Hero Glow 鈹€鈹€鈹€ */
.zwc-bnr-cont{
	text-align: center;
	margin-bottom: 80px;

}
.zwc-bnr-sec,.zwc-block8{
	padding: 100px 0;
}
.bnr-cta{
	padding-right: 25px;
	position: relative;
	width: max-content;
	margin-inline: auto;
}
.zwc-bnr-cont a {
    color: #fff;
    border-bottom: 1px solid #fff;
    font-size: 20px;
}
.bnr-cta::before {
	position: absolute;
    content: "";
    border-bottom: 2px solid #fff;
    width: 14px;
    right: 0;
    top: 57%;
    transform: translateY(-57%);
    transition: .3s all ease;
}
.bnr-cta::after {
	position: absolute;
    content: "";
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    width: 9px;
    height: 9px;
    right: 0;
    top: 60.5%;
    transform: translateY(-60.5%) rotate(225deg);
    transition: .3s all ease;
}
.bnr-cta:hover::before,.bnr-cta:hover::after {
    right: -2px
}
.zwc-gradient-clr::before,.zwc-gradient-clr::after{
	content: '';
	position: absolute;
	top: -230px;
}
.zwc-gradient-clr::before{
	width: 80%;
  height: 450px;
    border-radius: 0 400px 400px 0;
    background: linear-gradient(79deg, #481CC1 7.94%, #E77B17 47.04%);
    filter: blur(165px);
    left: 0;
}
.zwc-page-inr .zwc-bnr-sec{
	overflow: hidden;
    position: relative;
    margin-top: -100px;
    padding-top: 150px;
}

.zwc-page-inr .zwc-bnr-sec{
  padding-bottom: 0;
}
/* .zwc-more-ser{
  padding-top: 60px;
} */
.zwc-gradient-clr::after{
	width: 30%;
    height: 450px;
    border-radius: 0 400px 400px 0;
    background: #2922F4;
    filter: blur(165px);
    right: 0;
}

.hero-glow {
	position: absolute;
	top: -422px;
	left: 0;
	right: 0;
	height: 594px;
	pointer-events: none;
	overflow: hidden;
	z-index: 0;
  }

  .hero-glow::before {
	content: '';
	position: absolute;
	top: 0;
	left: -33px;
	width: 1448px;
	height: 594px;
	border-radius: 0 400px 400px 0;
	background: linear-gradient(65.3deg, rgb(72, 28, 193) 7.94%, rgb(231, 123, 23) 47.04%);
	filter: blur(165px);
  }

  .hero-glow::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 898px;
	height: 594px;
	border-radius: 0 400px 400px 0;
	background: #2922f4;
	filter: blur(165px);
	transform: rotate(180deg) scaleY(-1);
  }

  /* 鈹€鈹€鈹€ Sections 鈹€鈹€鈹€ */

  .section-title,  .section-title-h2  {
	font-family: var(--primaryfont-bold);
	text-align: center;
	margin-bottom: 60px;
  }

  /* 鈹€鈹€鈹€ Service Grid 鈹€鈹€鈹€ */
  .services-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 16px;
	margin-bottom: 16px;
	justify-items: center;
  }

  .service-card {
	background: #151515;
	border: 1px solid #313131;
	/* max-width: 200px; */
	width: 100%;
	padding: 42px 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 12px;
	transition: border-color 0.25s, background-color 0.25s, transform 0.2s;
  }

  .service-card:hover,.zwc-more-service li:hover {
	border-color: #4a4a4a;
	background: #1a1a1a;
	transform: translateY(-2px);
  }


.zwc-service-name::before{
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto 10px;
  background-size: 100% 100% !important;
}
.zwc-service-name{
	text-align: center;
	font-family: var(--secondaryfont-semibold);
}
.z-crm::before{
	background-position: var(--zp-crm-bp);
}
.z-amazons3::before {
  background: url(//cdn.zoho.com.cn/sites/zweb/images/mcp/amazon-s3-icon.png) no-repeat;
}
.z-microsoftteams::before {
  background: url(//cdn.zoho.com.cn/sites/zweb/images/otherbrandlogos/microsoft-office-teams.svg) no-repeat;
}
.z-microsoftid::before {
  background: url(//cdn.zoho.com.cn/sites/zweb/images/mcp/microsoft-entra-id-icon.png) no-repeat;
}
.z-azure::before {
  background: url(//cdn.zoho.com.cn/sites/zweb/images/otherbrandlogos/azure-devops-icon.png) no-repeat;
}
.z-github::before {
  background: url(//cdn.zoho.com.cn/sites/zweb/images/otherbrandlogos/github-icon-white.svg) no-repeat;
}
.z-gitlab::before {
  background: url(//cdn.zoho.com.cn/sites/zweb/images/otherbrandlogos/gitlab-icon.svg) no-repeat;
}
.z-bitbucket::before {
  background: url(//cdn.zoho.com.cn/sites/zweb/images/otherbrandlogos/bitbucket-icon.svg) no-repeat;
}

.z-jiracloud::before {
  background: url(//cdn.zoho.com.cn/sites/zweb/images/otherbrandlogos/jira-icon.svg) no-repeat;
}
.z-confluence::before {
  background: url(//cdn.zoho.com.cn/sites/zweb/images/otherbrandlogos/confluence-icon.svg) no-repeat;
}
.z-asana::before {
  background: url(//cdn.zoho.com.cn/sites/zweb/images/mcp/zwc-asana-logo.svg) no-repeat;
}

.z-monday::before {
  background: url(//cdn.zoho.com.cn/sites/zweb/images/otherbrandlogos/monday-com-icon.svg) no-repeat;
}
.z-notion::before {
  background: url(//cdn.zoho.com.cn/sites/zweb/images/otherbrandlogos/notion-icon.svg) no-repeat;
}

.z-hubspotcrm::before {
  background: url(//cdn.zoho.com.cn/sites/zweb/images/otherbrandlogos/hubspot-icon.svg) no-repeat;
}
.z-salesflare::before {
  background: url(//cdn.zoho.com.cn/sites/zweb/images/mcp/zwc-salesflare-icon.png) no-repeat;
}
.z-pipedrive::before {
  background: url(//cdn.zoho.com.cn/sites/zweb/images/otherbrandlogos/pipedrive-icon.svg) no-repeat;
}
.z-zendesk::before {
  background: url(//cdn.zoho.com.cn/sites/zweb/images/otherbrandlogos/zendesk-icon.svg) no-repeat;
}
.z-freshdesk::before {
  background: url(//cdn.zoho.com.cn/sites/zweb/images/otherbrandlogos/freshdesk-icon.svg) no-repeat;
}
.z-freshsales::before {
  background: url(//cdn.zoho.com.cn/sites/zweb/images/otherbrandlogos/freshsales-icon.svg) no-repeat;
}
.z-stripe::before {
  background: url(//cdn.zoho.com.cn/sites/zweb/images/otherbrandlogos/stripe-icon.svg) no-repeat;
}
.z-razorpay::before {
  background: url(//cdn.zoho.com.cn/sites/zweb/images/otherbrandlogos/razorpay-icon.svg) no-repeat;
}
.z-chargebee::before {
  background: url(//cdn.zoho.com.cn/sites/zweb/images/mcp/zwc-chargebee-icon.png) no-repeat;
}
.z-recurly::before {
  background: url(//cdn.zoho.com.cn/sites/zweb/images/mcp/zwc-recurly-icon.jpeg) no-repeat;
}
.z-paystack::before {
  background: url(//cdn.zoho.com.cn/sites/zweb/images/mcp/zwc-paystack-icon.png) no-repeat;
}
.z-twilio::before {
  background: url(//cdn.zoho.com.cn/sites/zweb/images/otherbrandlogos/twilio-icon-red.svg) no-repeat;
}
.z-messagebird::before {
  background: url(//cdn.zoho.com.cn/sites/zweb/images/mcp/zwc-messagebird-icon.png) no-repeat;
}
.z-sendgrid::before {
  background: url(//cdn.zoho.com.cn/sites/zweb/images/mcp/zwc-sendgrid-icon.svg) no-repeat;
}
.z-mailchimp::before {
  background: url(//cdn.zoho.com.cn/sites/zweb/images/otherbrandlogos/mailchimp-icon-white.svg) no-repeat;
}
.z-klaviyo::before {
  background: url(//cdn.zoho.com.cn/sites/zweb/images/otherbrandlogos/klaviyo-icon-white.svg) no-repeat;
}
.z-brevo::before {
  background: url(//cdn.zoho.com.cn/sites/zweb/images/otherbrandlogos/brevo-icon.svg) no-repeat;
}
.z-shopify::before {
  background: url(//cdn.zoho.com.cn/sites/zweb/images/otherbrandlogos/shopify-icon.svg) no-repeat;
}
/* Faq section */

.flex-prop {
    display: flex;
}
.zwc-block8 {
    position: relative;
    z-index: 1
}

.block8-inr {
    max-width: 963px;
    width: 100%;
    margin: 0 auto
}

.block8-sticky {
    justify-content: center;
    border-bottom: 1px solid #29312e;
    gap: 20px;
    margin: 50px 0 60px
}

.block8-sticky li {
    font-size: 16px;
    letter-spacing: -0.32px;
    padding: 20px;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    transition: border-bottom .5s ease
}

.block8-sticky li.active {
    border-bottom: 2px solid #cb4700
}

.block7-left-cont h4,.block8-sticky li.active {
    font-family: var(--primaryfont-bold)
}

.zwc-faq-inr button {
    border: 0;
    background: 0;
    color: #b0b0b0;
    text-align: left;
    margin: 25px 0;
    font-family: var(--primaryfont-semibold);
    width: 100%;
    padding-left: 0;
    font-size: 18px;
    line-height: 1.4;
    position: relative;
    cursor: pointer
}

.zwc-faq-cont p:last-child,.zwc-faq-cont ul:last-child {
    margin-bottom: 0
}

.zwc-faq-inr.active button {
    color: #fff
}

.zwc-faq-cont ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 20px
}

.zwc-faq-cont ul li {
    margin-bottom: 5px
}

.zwc-faq-inr {
    border-bottom: 1px solid #29312e
}

.zwc-faq-cont {
    padding-bottom: 25px
}

.faq-arrow {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.faq-arrow::after,.faq-arrow::before {
    content: '';
    position: absolute;
    top: 7px;
    border: 0;
    background: #b0b0b0;
    width: 10px;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.faq-arrow::after,.faq-arrow::before {
    width: 16px;
    right: -11px
}

.zwc-faq-inr.active .faq-arrow::after {
    transform: translate(-50%,-50%) rotate(180deg);
    background: #fff
}

.faq-arrow::after {
    transform-origin: center center;
    transform: translate(-50%,-50%) rotate(90deg);
    transition: .3s all ease-in
}

.zwc-faq-inr.active {
    border-bottom: 1px solid #fff
}

.zwc-faq-inr .zwc-faq-cont,.zwc-faq-sec h3 {
    display: none
}

.zwc-faq-sec {
    display: none
}

.zwc-faq-inr:first-child .zwc-faq-cont {
    display: block
}

.zwc-faq-sec.active {
    display: block
}
.zwc-faq-inr button {
    font-size: 24px;
    letter-spacing: -0.48px;
}
.zwc-block8 h2{
	text-align: center;
}
/* Faq section */

.zwc-more-service li{
  background: #151515;
  border: 1px solid #313131;
  /* max-width: 100px; */
  width: 100%;
  padding: 15px 20px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#zwc-see-more-btn {
  margin: 30px auto ;
  background-color: #040313;
  border: 0;
  color: #fff;
  padding: 15px 30px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 15px;
  font-family: var(--zf-primary-semibold);
  position: relative;
  border: 1px solid #313131;
   display: flex;
   align-items: center;
   gap: 10px;
}
#zwc-see-more-btn::after {
    position: relative;
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    top: -1px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform:  rotate(45deg);
    transition: all .5s ease;
}
#zwc-see-more-btn.active::after{
  transform:  rotate(227deg);
  top: 3px;
}
.zwc-more-ser{
  display: none;
}
 .zgh-search-btn {
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    width: 22px;
    height: 22px;
    padding: 0;
    border: 0;
    transform: scale(0.8);
    margin: auto;
    background: url(//cdn.zoho.com.cn/sites/zweb/images/zoho_general_pages/zh-searchicon.svg)no-repeat;
    filter: contrast(0.3);
    background-size: 20px auto;
    background-position: 0 0;
    display: block;
}
.zwc-search-inp {
  width: 100%;
    border: 0;
    outline: 0;
    border: 1px solid #e8eef6;
    font-size: 17px;
    padding: 15px 16px 15px 50px;
    font-family: inherit;
    margin-inline: auto;
    background: none;
    color: #fff;
    border: 1px solid #444;
    border-radius: 55px;
}
.zwc-search-bar{
  max-width: 500px;
    width: 100%;
    margin: 0 auto;
  position: relative;
  margin-bottom: 40px;
  text-align: center;
}
#no-results{
  display: none;
  text-align: center;
}
  /* 鈹€鈹€鈹€ Responsive 鈹€鈹€鈹€ */
  @media (min-width: 1200px){

	.zwc-bnr-sec h1{
		font-size: 72px;
		letter-spacing: -1.44px;
	}
	.zwc-service-name{
		letter-spacing: -0.4px;
		font-size: 20px;
	}
	.zwc-page-inr section h2 {
        font-size: 50px;
        letter-spacing: -1.5px;
    }
	.zwc-faq-sec {
        min-height: 650px;
    }
	.zwc-page-inr .section-title-h2 {
		font-size: 64px;
		letter-spacing: -1.28px;

	}
  }
  @media (max-width: 1199px) {
	/* .services-grid {
	  grid-template-columns: repeat(4, 1fr);
	} */
	.block8-sticky {
        gap: 15px;
    }
  }
  @media (max-width: 991px) {
	.section-title-h2 {
		margin-bottom: 30px;
	}
	.block8-sticky li {
        padding: 20px 10px;
        font-size: 14px;
    }
	.block8-sticky {
        gap: 9px;
    }
	.zwc-faq-inr button {
        padding-right: 30px;
    }
  }
  @media (max-width: 767px) {
	.zwc-bnr-cont {
		margin-bottom: 60px;
	}
	.zwc-bnr-cont a{
		font-size: 15px;
	}
	.zwc-page-inr .zwc-bnr-sec{
		margin-top: 0;
		padding-top: 80px;
	}
	.zw-product-header{
		background: #000;
	}
	.zwc-gradient-clr{
		display: none;
	}
	/* .services-grid {
	  grid-template-columns: repeat(3, 1fr);
	  gap: 10px;
	} */
	.zwc-faq-inr button {
        font-size: 19px
    }
	.block8-sticky{
		display: none;
	}
	.zwc-bnr-sec, .zwc-block8{
		padding: 80px 0;
	}
    .zwc-faq-sec h3 {
        font-size: 25px;
        border-bottom: 2px solid #cb4700;
        display: inline-block;
        padding: 40px 0 10px
    }

    .zwc-faq-sec {
        display: block
    }
  }

  @media (max-width: 480px) {
	.service-card,.zwc-more-service li {
	  max-width: 200px;
	}
	.bnr-cta a{
		border-bottom: 0;
		text-decoration: underline;
	}
	.bnr-cta {
		display: block;
		padding-right: 0;
		max-width: 340px;
		width: 100%;
		margin-inline: auto;
		
	}
	.bnr-cta::after,.bnr-cta::before{
		display: none;
	}
  }