	.br-12 {
		border-radius: 12px;
	}
	
	.br-24 {
		border-radius: 24px;
	}
	
	.p-32 {
		padding: 32px;
	}
	
	.fs-14 {
		font-size: 14px !important;
	}
	
	.py-64{
		padding: 64px 0 !important;
	}
	
	.no-scroll {
	  overflow: hidden;
	  height: 100vh;
	}
	
	/* Hero section */
	.guide-hero-section.dark-background.has-background  {
		padding: 0;
	}
	
	.guide-hero-content-group {
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.guide-hero-img-group {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.guide-hero-img{
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.guide-hero-img img {
		width: 95%;
		margin-left: 120px;
	}
	
	.guide-hero-heading{
		font-size: 50px !important;
	}
	
	.guide-hero-subheading{
		font-size: 18px !important;
	}
	
	.guide-hero-btn a{
		padding: 8px 100px !important;
		font-size: 16px !important;
		width: max-content !important;
	}
	
	/* Additional points */
	.guide-additional-points {
		border: 1px solid #21C45D33;
		max-width: 768px;
		margin: auto;
	}
	
	.additional-heading-row {
		gap: 12px;
	}
	
	.additional-heading {
		font-size: 18px !important;
	}

	.point-tick-icon {
		width: 40px;
		height: 40px;
		margin: 0;
		flex: 0 0 40px;
	}

	.point-tick-icon img {
		width: 40px;
		height: 40px;
		max-width: none;
		object-fit: cover;
		display: block;
	}
	
	/* How it works section */
	.how-heading {
		margin-bottom: 40px !important;
	}
	
	.steps-container {
		gap: 40px;
	}
	
	.step-card {
		border: 1px solid #E5E7EB;
		overflow: hidden;
	}
	
	.step-card:hover {
		box-shadow: 0 20px 25px -5px #0000001a, 
            0 8px 10px -6px #0000001a;
	}
	
	.step-number-container {
		width: 48px;
		height: 48px;
		border: 5px solid #FFFFFF;
	}

	.step-img img {
		cursor: zoom-in;
	}
	
	.expand-step-img {
		cursor: pointer;
	}
	
	.custom-image-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 40px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.9);
  justify-content: center;
  align-items: center; 
		
}

/* Image */
.custom-modal-content {
  max-width: 95%;
  max-height: 90vh;
  margin: auto;
}

/* Close button */
.custom-close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}
	
	.step-heading{
		font-size: 20px !important;
		margin-bottom: 12px;
	}
	
	.step-subheading {
		margin-bottom: 20px !important;
	}
	
	.guide-how-tick-icon {
		padding: 0 !important;
		line-height: 0 !important;
		flex-shrink: 0;
		margin: 2px 0 0 !important;
	}
	
	.guide-how-tick-icon img{
		display: block !important;
	}
	
	/* Video section */
	.videos-group > div {
		width: 80%;
		margin: auto;
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 24px;
	}
	
	.video-card {
		border: 1px solid #E5E7EB;
		overflow: hidden;
	}
	
	.video-card:hover {
	  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
	  transform: translateY(-6px);
	}
	
	.video-container figure > div {
		padding-top: 0;
	}
	
	.all-videos-btn {
		font-size: 14px !important;
		border-radius: 6px;
		border: 1px solid #E5E7EB;
	}
	
	/* Features section */
	.features-container.dark-background.has-background{
		padding-bottom: 64px;
	}
	
	.features-sub-heading {
		margin-bottom: 40px;
	}
	
	.features-group > div {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
		gap: 24px;
	}
	
	.feature-card {
		border: 1px solid #E5E7EB;
	}
	
	.feature-card:hover {
		box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
	}
	
	/* Issues section */
	.issues-sub-heading {
		margin-bottom: 40px;
	}
	
	.issue-cards-group {
		width: 60%;
		margin: auto;
	}

	.issue-cards-group > div {
		display: flex;
		flex-direction: column;
		gap: 16px;
	}
	
	.issues-card {
		border: 1px solid #E5E7EB;
		padding: 20px;
		transition: 
			box-shadow 0.3s ease,
			border-color 0.3s ease,
			transform 0.3s ease;
	}
	
	.issues-card:hover {
	  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
	  border-color: rgba(230, 55, 70, 0.3);
	}
	
	.issues-btn{
		font-size: 14px !important;
		border-radius: 6px;
		border: 1px solid #E5E7EB;
		margin-top: 32px !important;
	}
	
	/* Try vyapar section */
	.try-vyapar-section {
		width: 60%;
		margin: auto;
	}
	
	.download-heading {
		font-size: 30px !important;
		margin-bottom: 12px;
	}
	
	.try-vyapar-sub-heading {
		color: #FFFFFFCC !important;
	}
	
	.try-vyapar-border {
		border-top: 1px solid #FFFFFF33;
	}
	
	.try-contact-container {
		color: #FFFFFFE6 !important;
	}

	
	.try-btns-container {
		justify-content: center !important;
	}

	.try-vyapar-free-btn {
		flex-basis: max-content !important;
	}

	.try-vyapar-free-btn a {
		padding: 12px 35px !important;
		width: max-content !important;
		margin: auto;
	}

	@media screen and (max-width: 768px) {
		.section-container.dark-background.has-background {
			padding: 20px 0 !important;
		}
		
		.section-heading {
			margin-top: 0 !important;
		}
		
		/* Hero section */
		.guide-hero-section.dark-background.has-background {
			padding: 60px 20px 0 !important;
			margin-top: 40px !important;
		}
		
		.guide-hero-container {
			margin: 0 !important;
			flex-wrap: wrap !important;
		}
		
		.guide-hero-container > *{
			padding-left: 0;
			padding-right: 0;
		}
		
			
		.guide-hero-content-group {
			flex: 0 0 100%;
			max-width: 100%;
		}

		.guide-hero-img-group {
			flex: 0 0 100%;
			max-width: 100%;
		}
		
		
		.guide-hero-btn a{
			padding: 8px 16px !important;
			width: 95% !important;
		}
		
		/* Additional points */
		.guide-additional-points {
			max-width: 90%;
		}
		
		.guide-additional-points.dark-background.has-background{
			padding: 24px !important;
		}
		
		.guide-additional-points p{
			padding-left: 0;
			padding-right: 0;
		}
		
		/* Steps section */
		.steps-container {
			gap: 40px;
		}

		/* Videos section */
		.videos-group > div {
			width: 90%;
			grid-template-columns: 1fr;
		}
		
		/* Try Vyapar Section */
		.try-vyapar-section {
     width: 95%;
		}
	}
	
	@media screen and (max-width: 576px){
		/* Hero section */
		.guide-hero-heading {
			font-size: 36px !important;
		}
		
		.guide-hero-section p, .guide-hero-btn {
			padding-left: 0;
			padding-right: 0;
		}
	
		.guide-hero-img-group {
			display: none;
		}
		
		.guide-hero-img {
			margin-top: 50px; 
		}
		
		/* Additional points */
		
		.point-tick-icon img {
			width: 20px;
			height: 20px;
			margin-top: 3px;
		}

	.point-tick-icon {
		width: 20px;
		height: 20px;
		flex: 0 0 20px;
	}
		
		/* How section */
		.step-card {
			flex-direction: column;
		}
		
		.step-card-left.dark-background.has-background {
			padding: 24px !important;
		}
		
		.step-card-right.dark-background.has-background {
			padding: 20px !important;
		}
		
		.step-card-right p, .step-card-right h3{
			padding-left: 0;
			padding-right: 0;
		}
		
		p.step-number {
			padding-left: 10px;
			padding-right: 10px;
		}
		
		/* Features section */
		.feature-card.dark-background.has-background {
			padding: 24px !important;
		}
		
		.feature-icon {
			width: 48px;
		}
		
		.feature-card p {
			padding-left: 0;
			padding-right: 0;
		}
		
		/* Issues section */
		.issue-cards-group {
			width: 90%;
		}
		
		.issues-card p{
			padding-left: 0;
			padding-right: 0;
		}
		
		/* Try vyapar section */
		.try-vyapar-section.dark-background.has-background {
			padding: 32px !important;
		}
		
		.try-vyapar-download { 
			margin: 60px auto 20px;
		}
		
		.try-contact-container {
			gap: 16px;
		}
		
		.try-vyapar-social {
			margin-bottom: 0;
		}
		
		.try-vyapar-free-btn {
			font-size: 14px !important;
			margin-bottom: 0 !important;
		}
	}