
#section-1{
	background-image: url("/services/software-consultation/images/bg-1.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
}
#section-2,#section-3,#section-4{
	width: 100%;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 70px;
	gap: 15px;
}

.contact-us-btn {
	padding: 10px;
	border: none;
	border-radius: 5px;
	background: linear-gradient(90deg, #006997, #0085AA);
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	width: 120px;
	display: block;
	text-align: center;
	margin: auto;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
  }
  
  .contact-us-btn:hover {
	background:#006997
  }

  .blue-gradient-text {
	background: linear-gradient(90deg, #016A97, #00B4E5);
	background-clip: text;
	-webkit-text-fill-color: transparent;
  }
  .css-container {
	margin: 0px 75px;
  }
  .css-row {
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
	justify-content: center;
  }

.bottom-images-div{
	display: flex;
	background-color: #002C3F;
	justify-content: space-between;
	align-items: self-end;
	border-radius: 20px;
}
.bottom-image-content-div{
	position: absolute;
	color: white;
	bottom: 22%;
	left: 22%;
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 13px;
}

  @media (max-width: 576px) {
	.css-container {
		margin: 0px 20px;
		/* max-width: 540px; */
	}
	.css-row {
		gap: 10px;
	}
	.css-col{
		flex: 0 0 auto;
    	width: 100%;
	}

	.bottom-images-div{
		display: none;
	}
	.bottom-image-content-div{
		position: unset;
		background-color: #002C3F;
		padding:60px 20px;
  		border-radius: 20px;
	}
	.bottom-image-content-div button{
		margin: unset;
	}

	.multi-helper-profiles{
		display: none;
	}
	.single-helper-profile{
		display: block;
	}
	p{
		text-align: justify;
		margin: 0px;
	}
	
	.main-hero-section h1{
		font-size: 24px;
		width: 100%;
	}
	.main-hero-section p{
		font-size: 14px;
		width: 90%;
	}
	.sub-hero-section h2{
		font-size: 22px;
		text-align: start;
	}
	.sub-hero-section h5{
		font-size: 18px;
		text-align: start;
	}
	.sub-hero-section span{
		font-size: 15px;
	}
	.sub-hero-section p{
		font-size: 12px;
	}

	#section-2,#section-3,#section-4,.main-hero-section{
		margin-top: 25px;
	}
  }
  
  @media (min-width: 576px) {
	.css-container {
		margin: 0px 20px;
	  /* max-width: 540px; */
	  /* padding-inline: 24px; */
	}
	.css-row {
		gap: 10px;
	}
	.css-col{
		flex: 0 0 auto;
    	width: 100%;
	}
	.bottom-images-div{
		display: none;
	}
	.bottom-image-content-div{
		position: unset;
		background-color: #002C3F;
		padding: 60px 20px;
  		border-radius: 20px;
	}
	.bottom-image-content-div button{
		margin: unset;
	}

	.multi-helper-profiles{
		display: none;
	}
	.single-helper-profile{
		display: block;
	}
	p{
		text-align: justify;
		margin: 0px;
	}
	.main-hero-section h1{
		font-size: 24px;
		width: 100%;
	}
	.main-hero-section p{
		font-size: 14px;
		width: 90%;
	}
	.sub-hero-section h2{
		font-size: 22px;
		text-align: start;
	}
	.sub-hero-section h5{
		font-size: 18px;
		text-align: start;
	}
	.sub-hero-section span{
		font-size: 15px;
	}
	.sub-hero-section p{
		font-size: 12px;
	}

	#section-2,#section-3,#section-4,.main-hero-section{
		margin-top: 25px;
	}
  }
  
  @media (min-width: 768px) {
	.css-container {
		margin: 0px 75px;
	  /* max-width: 720px; */
	  /* padding-inline: 32px; */
	}

	.css-row {
		gap: 32px;
	}
	.css-col{
		flex: 0 0 auto;
    	width: 47%
	}

	.bottom-images-div{
		display: flex;
	}
	.bottom-image-content-div{
		position: absolute;
		color: white;
		background-color:unset;
		padding:0px;
  		border-radius: 0px;
	}
	.bottom-image-content-div button{
		margin: auto;
	}

	.multi-helper-profiles{
		display: block;
	}
	.single-helper-profile{
		display: none;
	}
	.main-hero-section h1{
		font-size: 2.5rem;
		width: 75%;
	}
	.main-hero-section p{
		font-size: 15px;
		width: 75%;
	}
	.sub-hero-section h2{
		font-size: 2rem;
		text-align: center;
	}
	.sub-hero-section h5{
		font-size: 1.25rem;
	}
	.sub-hero-section span{
		font-size: 15px;
	}
	.sub-hero-section p{
		font-size: 13px;
	}
	#section-2,#section-3,#section-4,.main-hero-section{
		margin-top: 70px;
	}
  }
  
  @media (min-width: 992px) {
	.css-container {
		margin: 0px 75px;
	  /* max-width: 960px; */
	  /* padding-inline: 48px; */
	}
	.css-col{
		flex: 0 0 auto;
    	width: 48%
	}
  }
  
  @media (min-width: 1200px) {
	.css-container {
		margin: 0px 75px;
	  /* max-width: 1140px; */
	  /* padding-inline: 75px;  */
	}
	.css-col{
		flex: 0 0 auto;
    	width: 30%
	}
  }
  
  @media (min-width: 1400px) {
	.css-container {
		margin: 0px 75px;
	  /* max-width: 1320px; */
	  /* padding-inline: 75px;  */
	}
	
  }
  
