.pink-background {
    background-color: #fff9f9 !important;
}

.mb-0{
	margin-bottom: 0 !important;
}

.section-heading{
	font-size: 50px !important;
	line-height: 67px;
	font-weight: 600;
}

/* Hero section */
.hero-padding {
  padding-top: 2rem;
}

.hero-section {
  padding-bottom: 0;
	background-image: url("https://vyaparwebsiteimages.vypcdn.in/marketing-images/images/non_profit_desktop_background.webp");
	background-repeat: no-repeat;
  background-position: center;
	margin-top: -45px;
}

.hero-content{
	padding-left: 100px;
}

.hero-h1{
	font-weight: 700;
	font-size: 48px !important;
	line-height: 68px;
}

.hero-text{
	font-weight: 400;
	font-size: 25px !important;
	line-height: 35px;
}

.hero-desktop-btns-container{
	flex-direction: column;
	width: 65%;
	gap: 1em;
	margin-top: 32px;
}

.watch-btn a{
	color: #EF223B !important;
	border: 1px solid #E5E7EB;
	font-size: 22px !important;
	background-color: #FFF;
	font-weight: 500;
}

.demo-btn a{
	background-color: transparent;
	color: #FFF !important;
	border: 2.64px solid #FFFFFF;
	font-size: 22px !important;
	font-weight: 500;
}

.watch-btn a:hover{
	background-color: #FFF;
	opacity: 0.85;
}


.demo-btn a:hover{
	text-decoration: none;
	background-color: transparent;
	opacity: 0.85;
}

.hero-img{
	margin-top: -100px;
}

/* Transcript section */
.transcript-section{
	width: 80%;
	margin: 80px auto;
}

.transcript-heading{
	margin-bottom: 60px !important;
	margin-top: 0 !important;
}

.read-more-link{
	text-decoration: underline;
	font-weight: 500;
	font-size: 22px !important;
	line-height: 44px;
	cursor: pointer;
	width: max-content;
}

.transcript-data{
	font-size: 22px !important;
	line-height: 33px;
}

.transcript-hidden-data{
	display: none;
}

.transcript-hidden-data.show{
	display: block;
}


/* Related videos section */
.related-section{
	width: 90%;
	margin: 70px auto 80px;
}

.related-heading{
	margin-top: 0 !important;
	margin-bottom: 80px !important;
}

.videos-cards-container{
	display: flex;
	justify-content: space-between;
}

.videos-card{
	border-radius: 18px;
	box-shadow: 0px 4.41px 13.24px 4.41px #3C404326;
}

.video-card-img img{
	border-top-left-radius: 18px;
	border-top-right-radius: 18px;
}

.video-card-text{
	font-weight: 500;
	line-height: 23px;
	color: #000;
}

.video-card-link{
	font-weight: 500;
	line-height: 23px;
}

.video-card-content{
	padding: 14px 31px 30px;
}

/* Download section */
.download-section {
  background-color: #f86d88;
  padding: 0 !important;
  position: relative;
  overflow: hidden;
}

.download-gradient-section {
  padding: 81px 214px !important;
  position: relative;
}

.download-gradient-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(800px circle at center,
      #ffc20f 0%,
      #ed1a3b 40%,
      #f86d88 70%);
  opacity: 0.3;
  filter: blur(20px);
  z-index: 1;
}

.download-heading,
.download-sub-heading,
.download-ocr-btn {
  position: relative;
  z-index: 2;
}

.download-heading {
  font-weight: 600;
}

.download-sub-heading {
  line-height: 28px;
  margin: 11px auto 38px;
}

.download-ocr-btn {
  display: flex !important;
  justify-content: center;
}

.download-ocr-btn a {
  width: 272px !important;
  height: 52px;
  border-radius: 9999px !important;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  font-weight: 600;
  font-size: 18px !important;
  text-align: center;
  color: #ff003a !important;
  padding: 12px 27px;
}

.download-ocr-btn a:hover,
.download-ocr-btn a:active {
  opacity: 0.9;
  background-color: #fff;
	text-decoration: none;
}

@media only screen and (max-width: 572px) {
	#breadcrumbs {
		padding: 0 !important;
	}
	
	.section-heading{
		font-size: 18px !important;
		line-height: 26px;
	}
	
	/* Hero section */
	.hero-section {
   		padding: 0 35px !important;
	position: relative;
   }
	
	.header-section-new{
		margin-bottom: 0 !important;
	}
	
	.hero-h1{
		margin-top: 45px !important;
		font-size: 23px !important;
		line-height: 33px;
	}
	
	.hero-text{
		font-size: 12px !important;
		line-height: 20px;
		text-align: center;
	}
	
	.hero-img{
		position: absolute;
		left: 50%;
		bottom: -40%;
		transform: translateX(-50%);
		width: 85%;
	}
	
	.show-on-mobile.hero-mobile-btns-container{
		display: flex !important;
		gap: 8px;
		margin-bottom: 20px;
	}
	
	.watch-btn a{
		font-size: 12px !important;
		padding-left: 10px;
		padding-right: 10px;
	}

	.demo-btn a{
		font-size: 12px !important;
		padding-left: 0;
		padding-right: 0;
	}
	
	/* Transcript section */
	.transcript-section{
		width: 90%;
		margin: 160px auto 53px;
	}
	
	.transcript-heading {
    margin-bottom: 26px !important;
	}
	
	.read-more-link{
		font-size: 10px !important;
		line-height: 22px;
	}

	.transcript-data{
		font-size: 10px !important;
		line-height: 15px;
	}
	
	
	/* Related videos section */
	.related-section{
		width: 75%;
		margin: 21px auto 85px;
	}

	.related-heading{
		margin-bottom: 12px !important;
	}

	.videos-cards-container{
		display: flex;
		justify-content: space-between;
	}

	.videos-card{
		border-radius: 11px;
	}
	
	.video-card-img{
		margin-bottom: 0;
	}

	.video-card-img img{
		border-top-left-radius: 11px;
		border-top-right-radius: 11px;
	}

	.video-card-text{
		font-weight: 500;
		font-size: 10px !important;
		line-height: 13px;
		color: #000;
		margin-bottom: 8px;
	}

	.video-card-link{
		font-weight: 500;
		font-size: 9px !important;
		line-height: 13px;
		margin-bottom: 0;
	}

	.video-card-content{
		padding: 11px 5px 19px;
	}

  /* Download Section  */
  .download-section {
    padding: 24px 0 28px;
    margin: auto;
  }

  .download-gradient-section {
    padding: 24px 0 28px !important;
    margin: auto;
  }

  .download-heading {
    font-size: 17px !important;
    line-height: 22px;
    padding: 0 20px;
  }

  .download-sub-heading {
    font-size: 12px !important;
    line-height: 17px;
    padding: 0 45px;
    margin-bottom: 25px;
  }

  .download-ocr-btn.show-on-desktop {
    display: none !important;
  }

  .download-ocr-btn.show-on-mobile {
	display: flex !important;
    margin-bottom: 0 !important;
  }

  .download-ocr-btn.show-on-mobile a {
    border-radius: 9999px !important;
    display: flex;
    justify-content: center;
    padding: 7px 15px !important;
    height: 30px;
    font-size: 11px !important;
  }
}