* {
  font-family: poppins, sans-serif !important;
}

body {
  width: 100%;
}

.page-wrap{
  padding: 0;
}

.margin-bottom-1em{
	margin-bottom: 1em !important;
}

#breadcrums, #breadcrumbs a, .breadcrumb_last {
	color: #FFF;
}

.highlight-red{
	color: #ED1A3B;
}

/* hide header cta button */
.header-elements .roll-button.header-item {
  display: none;
}

/* hide scroll modal */
#scroll-popup-desktop {
  display: none;
}

.section-heading {
  font-size: 44px !important;
  font-weight: 500;
  line-height: 66px;
}

.pink-background {
  background-color: #fff9f9 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

/* Breadcrumbs  */
.entry-header {
  margin-bottom: 0 !important;
}

#breadcrumbs {
  padding: 10px 100px;
  margin: 0;
  width: 100%;
}

/* 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 !important;
}

.hero-h1 {
  font-size: 48px !important;
  font-weight: 500;
  line-height: 60px;
  text-align: left;
	margin-top: 120px !important;
}

.hero-text {
  font-weight: 500;
  line-height: 25px;
  text-align: left;
  color: #7d7d7d;
  padding-right: 55px;
}

.hero-section .download-vyapar-1 {
  margin-top: 20px;
}

.hero-img {
  width: 100%;
}

.hero-btn a{
	background-color: #FFFFFF;
	color: #ED1A3B !important;
	width: max-content !important;
	padding: 10px 14px;
	border-radius: 999px;
	font-weight: 500;
}

.hero-btn a:hover, a:active{
	background-color: #FFFFFF;
	color: #ED1A3B !important;
	opacity: 0.9;
}

/* Highlights Section */
.highlights-section {
	background-image: url("https://vyaparwebsiteimages.vypcdn.in/marketing-images/images/features_background.webp");
	background-repeat: no-repeat;
  background-position: center;
	background-size: cover;
	margin-bottom: 0;
}

.highlights-columns {
  display: flex;
  justify-content: center;
  gap: 165px;
	padding: 40px 65px;
	margin-bottom: 0;
}

.highlights-section .highlights-columns .highlight-column {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}

.highlight-heading {
  font-size: 40px !important;
  font-weight: 500;
}

.highlight-text {
  font-size: 25px !important;
}

/* Key Features Section */
.key-features-section {
  padding: 87px 0 97px;
}

.key-features-section > div{
	width: 80%;
	margin: auto;
}

.key-features-heading {
  margin-top: 0 !important;
}

.key-features-sub-heading {
  margin: 11px auto 68px;
  line-height: 33px;
}

.key-sections-row {
  display: flex;
  gap: 47px;
}

.key-feature-card {
  background-color: #fff;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0px 4px 6px 0px #0000001a;
}

.key-feature-heading {
  font-size: 20px !important;
  font-weight: 700;
  margin: 10px 0;
  color: #000;
}


/* Experience section */
.experience-section {
  border: 20px solid #ED1A3B;
}

.experience-columns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 122px;
  position: relative;
  z-index: 1;
}

.experience-section .experience-column {
  width: auto;
}

.experience-content-column {
  padding-left: 69px;
}

.experience-heading {
  margin-bottom: 15px !important;
}

.experience-sub-heading {
  font-size: 18.54px !important;
  line-height: 30.6px;
}

.experience-img-col {
  padding: 118px 136px 106px 0;
}

.experience-img-col::before {
  content: "";
  position: absolute;
  top: 15%;
  right: 7%;
  bottom: 15%;
  left: 50%;
  pointer-events: none;
  opacity: 0.4;
  background: linear-gradient(180deg,
      rgba(237, 26, 59, 0.87) 0%,
      #ffc20f 86.35%);
  filter: blur(60px);
}

.experience-img {
  position: relative;
  z-index: 1;
}

.experience-img img {
  position: relative;
  border-radius: 8px;
}


/* Success section */
.success-columns{
	margin: 0 93px 60px !important;
}

.success-heading{
	margin-top: 30px !important;
}

/* Innovation section */
.innovation-section{
	padding: 10px 0 105px;
	margin-bottom: 0;
}

.innovation-heading{
	width: 80%;
	margin: auto;
}

.innovation-sub-heading{
	width: 70%;
	margin: 15px auto 84px;
	font-size: 22px !important;
	line-height: 34px;
	color: #000;
}

.innovation-card-extra{
	display: none;
}

.innovation-img{
	cursor: pointer;
}

/* Image preview modal */
.image-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  inset: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: opacity 0.3s ease;
  opacity: 0;
  pointer-events: none;
}

.image-modal.active {
  display: flex;
  opacity: 1;
  pointer-events: auto;
}

.image-modal-content {
  position: relative;
  display: inline-block;
  width: 50%;
	background-color: #fff;
}

.image-modal-content img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.6);
  transition: transform 0.3s ease;
}

.image-modal-content .nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 48px;
  font-weight: bold;
  color: white;
  cursor: pointer;
  user-select: none;
  padding: 12px;
  background: rgba(0, 0, 0, 0.4);
  transition: background 0.3s ease;
  z-index: 2;
}

.image-modal-content .nav:hover {
  background: rgba(0, 0, 0, 0.7);
}

.image-modal-content .left-arrow {
  left: 0;
}

.image-modal-content .right-arrow {
  right: 0;
}

.close-btn {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 36px;
  color: white;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.4);
  padding: 8px 14px;
  transition: background 0.3s ease;
}

.close-btn:hover {
  background: rgba(0, 0, 0, 0.7);
}
 
/* Tab section */
.carousel-v2-heading{
	font-size: 44px !important;
  font-weight: 500;
  line-height: 66px;
}

.carousel-v2-tabs {
	flex-direction: row !important;
	justify-content: center;
	gap: 16px;
}

.carousel-v2-tab {
	width: 260px;
	height: 70px;
}

.carousel-v2-para{
	color: #212529;
}

.carousel-v2-img > img{
	width: 450px !important;
	height: auto;
}

/* Plans section */
.plans-sub-heading{
	font-size: 22px !important;
	line-height: 33px;
	color: #000;
	width: 60%;
	margin: 12px auto 44px;
}

.plans-row{
	display: flex;
	align-items: stretch;
}

.plan-column{
	border: 1.01px solid #EAEAEA;
	box-shadow: 0px 1.01px 3.03px 0px #0000001F;
	border-radius: 18px;
	padding:40px 22px 20px;
	flex: 1;
  display: flex;
  flex-direction: column;
  height: auto;
}

.plan-details-container{
	border-bottom: 1.01px solid #EAEAEA;
}


.plan-name{
	font-weight: 600;
	font-size: 15.13px !important;
	line-height: 22.7px;
}

.plan-final-price{
	font-weight: 500;
	font-size: 22px !important;
	line-height: 23px;
	color: #ED1A3B;
}

.plan-final-price span{
	font-size: 15px !important;
	line-height: 23px;
	color: #808080;
}

.plan-additional-text{
	font-size: 13px !important;
	line-height: 23px;
	color: #808080;
	margin-bottom: 18px !important;
}

.plan-features{
	margin-top: 18px;
}

.plan-feature-text{
	font-weight: 500;
	font-size: 13px !important;
	line-height: 23px;
	color: #626262;
	margin-bottom: 6px;
}

.plan-popular-text{
	font-weight: 600;
	font-size: 12px !important;
}

.popular-plan-column{
	border: 2.82px solid #ED1A3B;
	background: linear-gradient(27.47deg, #FFFFFF 20.12%, #FFF6F6 94.46%);
	box-shadow: 0px 10.21px 20.42px 0px #00000040;
	position: relative;
}

.popular-container{
	background-color: #ED1A3B;
	padding: 9px 18px;
	position: absolute;
	top: -17px;
  left: 50%;
  transform: translateX(-50%);
	z-index: 2;
	border-radius: 46px;
	width: max-content;
}

.popular-icon img{
	display: block;
}

.popular-text{
	font-weight: 600;
	font-size: 12px !important;
	color: #FFF;
}

.features-btn-container{
	height: 100%;
}

.features-btn-container > div {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.features-btn-container .wp-block-buttons {
  margin-top: auto;
}

.trail-btn{
	width: 100%;
	margin-top: 20px !important;
}

.trail-btn a{
	background-color: #FFF;
	border-radius: 10px;
	box-shadow: 0px 0px 3.75px 0px #00000040;
	font-weight: 500;
	font-size: 13px;
	line-height: 22.7px;
	text-align: center;
	color: #000;
	width: 100%;
}

.trail-btn a:hover{
	color: #fff !important;
}


.popular-plan-column .trail-btn a{
	background-color: #E52929;
	color: #fff;
}

.popular-plan-column .trail-btn a{
	background-color: #E52929;
	color: #fff !important;
}

.plan-btn{
	display: flex !important;
	justify-content: center;
}

.plan-btn a{
	width: max-content !important;
	padding: 10px 20px;
	border-radius: 999px !important;
	text-decoration: none;
	font-weight: 500;
}


/* Phone section */
.phone-section{
	padding: 50px 101px 30px 107px;
}

.phone-text-container{
	  display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.phone-heading{
	font-weight: 500;
	font-size: 46.76px !important;
	line-height: 117%;
	text-align: center;
	margin-top: -40px !important;
	margin-bottom: 14px !important;
}

.phone-text{
	font-weight: 500;
	font-size: 27.07px !important;
	line-height: 125%;
	text-align: center;
	margin-bottom: 46px;
}

.mobile-links-container{
	gap: 21px;
}


/* Recommended by */
.recommended-container{
	background-color: #FEF8F8;
	min-height: 514px;
	padding: 86px 0 100px;
}

.recommended-heading{
	margin-top: 0 !important;
	margin-bottom: 77px !important
}

.recommended-columns{
	margin: 0 182px 0 159px;
}

.recommended-column{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.recommended-rating{
	font-size: 27.22px !important;
	font-weight: 600;
	line-height: 38px;
	color: #414141;
}

/* 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;
}
/* Floating button */
.floating-button-wrapper .wp-block-button .wp-block-button__link {
    width: 100% !important;
    padding-left: 10px;
    padding-right: 10px;
		font-weight: 500;
}

.show-on-mobile{
	display: none !important;
}
	
@media only screen and (max-width: 572px) {
	.show-on-mobile{
		display: block !important;
	}
  #breadcrumbs {
    padding: 25px 11px;
  }

  .section-heading {
    font-size: 23px !important;
    line-height: 29px;
  }

  .sm-heading {
    font-size: 19px !important;
  }

  .sm-text {
    font-size: 12px !important;
  }

  /* Hero section */
  .hero-section {
    padding: 0 !important;
  }

  .hero-section .hero-h1 {
    font-size: 21px !important;
    padding: 0 20px;
    margin: 55px 35px 21px !important;
    text-align: center;
    line-height: 26px !important;
  }

  .hero-text {
    font-size: 12px !important;
    line-height: 18px;
    margin: 0 auto 25px;
    text-align: center;
    padding: 0 10px;
    font-weight: 400;
  }

  .hero-img {
    width: 350px;
		height: auto;
		margin: -40px auto 20px;
  }

  .download-for-mobile {
    display: flex !important;
    justify-content: center;
    padding: 10.5px 13px !important;
  }

  .download-for-mobile a {
    width: 60% !important;
    font-size: 14px !important;
    border-radius: 999px !important;
    padding: 12px;
  }

  /* Highlight section */
  .highlights-section {
    margin-bottom: 0;
    margin-top: 0;
  }

  .highlights-columns {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 14px;
    margin-bottom: 0;
		padding: 0;
  }

  .highlights-section .highlights-columns .highlight-column {
    flex-basis: auto !important;
		margin-top: 16px;
  }

  .highlight-heading {
    font-size: 14px !important;
		margin-bottom: 0;
  }

  .highlight-text {
    font-size: 9px !important;
  }

  /* Key Features Section */
  .key-features-section {
    padding: 39px 0 43px;
    margin: 0 auto;
    background-color: #fff;
  }

  .key-features-heading {
    padding: 0 10px;
  }

  .key-features-sub-heading {
    line-height: 17px;
    margin: 7px auto 28px;
    padding: 0 55px;
  }

  .key-sections-container {
    display: flex;
    flex-direction: column;
    gap: 21px;
  }

  .key-sections-row {
    width: 90%;
    margin: auto;
  }

  .key-sections-row:not(:last-child) {
    margin-bottom: 21px;
  }

  .key-feature-card {
    padding: 13px;
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .key-feature-icon {
    transform: scale(0.6);
    transform-origin: left;
    margin-bottom: 0;
  }

  .key-feature-heading {
    font-size: 12px !important;
    padding-left: 0;
    margin: 7px 0 !important;
  }

  .key-feature-text {
    padding-left: 0;
  }
	
	/* Success section */
	.success-section .highlight-heading {
		font-size: 23px !important;
    line-height: 29px;
	}
	
	.success-columns {
    margin: 0 auto 30px !important;
	}
	
	.review-text, .review-customer{
		font-size: 11px !important;
    line-height: 16.5px;
	}
	
	/* Innovation section */
	.innovation-heading {
    width: 90%;
	}
	
	.innovation-sub-heading {
		width: 90%;
		font-size: 13px !important;
    line-height: 19px;
	}
	
	.img-dots-container{
		text-align: center;
	}
	
	.img-dots-container .dot{
		display: inline-block;
		width: 10px;
		height: 10px;
		margin: 0 5px;
		background-color: #bbb;
		border-radius: 50%;
		cursor: pointer;
	}
		
	.img-dots-container .dot.active{
		background-color: #717171;
	}
	
	.innovation-card-extra{
		display: block;
	}
	
	.innovation-card {
		display: none;
	}

	.innovation-card.active-card {
		display: block;
	}

	/* Tab section*/
	.tab-everything-for-business-container .heading-all-feature{
		font-size: 23px !important;
    line-height: 29px;
		width: 90%;
		margin: 40px auto;
	}
	
	.carousel-v2-tabs{
		flex-direction: row !important;
	}
	
	.carousel-v2-heading{
		font-size: 23px !important;
    line-height: 29px;
	}
	
	/* Plans section */
	.plans-sub-heading {
		font-size: 11px !important;
		line-height: 16.5px !important;
		width: 90%;
	}

  /* Experience Section */
  .experience-section {
    padding: 35px 63px 24px;
    border: 12px solid #f86d88;
  }

  .experience-heading {
    text-align: center;
  }

  .experience-sub-heading {
    line-height: 14.26px !important;
    text-align: center;
  }

  .experience-columns {
    gap: 27px;
  }

  .experience-content-column {
    padding-left: 0;
  }

  .experience-img-col {
    padding: 0;
  }

  .experience-img-col::before {
    top: 50%;
    right: 0;
    bottom: 10%;
    left: 0;
    filter: blur(35px);
    opacity: 0.6;
  }

  /* Testimonials section */
  .testimonials-section {
    padding: 35px 0 0 14px;
  }
	
	/* Plans section */
		.plan-column{
		padding: 30px 20px;
	}
	
	.plan-name-discount-container {
		flex-wrap: nowrap !important;
	}
	
	.plan-name{
		font-size: 12px !important;
		line-height: 19px;
		margin-bottom: 0;
	}
	
	.plan-discount{
		font-size: 9px !important;
		line-height: 14px;
		padding: 2px 8px;
	}
	
	.plan-duration{
		font-size: 13px !important;
		line-height: 20px;
	}
	
	.plan-price-container {
    width: 75%;
   	flex-wrap: nowrap !important;
    padding-bottom: 14px;
	}
	
	.plan-final-price{
		font-size: 18px !important;
		line-height: 19px;
		padding-right: 0;
	}
	
	.plan-mrp{
		font-size: 15px !important;
		line-height: 15px;
		padding: 0;
	}
	
	.plan-features{
		margin-top: 7px;
	}
	
	.plan-feature-text{
		font-size: 12px !important;
		line-height: 20px;
	}
	
	.plan-feature-text img{
		width: 12px;
	}
	
	.plan-btn.show-on-desktop{
		display: none !important;
	}
	
	.popular-container{
		padding: 7px 20px;
	}
	
	.popular-text{
		font-size: 9px !important;
		padding: 0 5px;
	}
	
	.popular-icon img{
		width: 10px;
	}
	
	/* Phone section */
	.phone-section {
    padding: 30px 30px 0;
		margin-bottom: 0;
	}
	
	.phone-img-container {
		order: 2;
	}
	
	.phone-img-container img{
		max-width: 110%;
	}
	
	.phone-heading{
		margin-top: 0 !important;
		font-size: 23px !important;
		line-height: 29px;
	}
	
	.phone-text{
		font-size: 13px !important;
		line-height: 19px;
		margin-bottom: 19px;
	}
	
	.mobile-links-container{
		gap: 9px;
	}
	
	.mobile-links-container figure{
		width: 82px;
	}
	
	/* Recommended by */
	.recommended-container{
		min-height: 808px;
		padding: 45px 0 77.88px;
	}

	.recommended-heading{
		margin: 0 12px 66px !important;
	}

	.recommended-columns{
		margin: 0 auto;
	}
	
	.industry-img{
		width: 225px;
		text-align: center;
	}

	.industry-rating-img{
		width: 154px;
		height: 28px;
	}

	.recommended-rating{
		font-size: 21.79px !important;
		line-height: 30.41px;
	}

  /* 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 {
    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;
    line-height: 100%;
  }
	
	/* Form section */
	.form-section::before{
		inset: 0;
	}
	
	#submitBtn {
		margin: 16px auto 0;
		border-radius: 30px;
		font-size: 16px;
	}
}