/**** Services Page Style ****/

.banner-section {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 100px 0 80px;
	box-shadow: 0 5px 3px #00000040;
	position: relative;
	z-index: 2;
}
.banner-content {
	border-radius: 2rem;
	background-color: rgba(255, 255, 255, 0.8);
}

.banner-content .banner-tagline {
	font-size: 30px;
	letter-spacing: -1px;
}

.banner-content h1{
	font-size: 60px;
	font-weight: 800;
	letter-spacing: -2px;
}

.bg-section {
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
}

/* Intro Section */

.intro-text {
	font-size: 24px;
}

/* Points Section */

.point-card {
	background-color: #ffffff;
	box-shadow: 0 5px 3px #00000040;
}
.point-icon i {
	border: 1px solid #7e93cd;
	border-radius: 50px;
	padding: 14px 37px 14px 16px;
	font-size: 25px;
}
.point-details h3 {
	font-weight: 900;
	letter-spacing: -1px;
}
.point-details p {
	font-size: 17px;
	letter-spacing: 1px;
}


/* Hear from Our Team Section */

.hfot-section {
	background-color: rgba(222, 228, 245, 0.3);
}

.hfot-side-img {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.hfot-side-img img {
	aspect-ratio: 3/2.5;
	object-fit: cover;
	object-position: top;
}

.hfot-icon {
	background-color: #7e93cd;
	display: block;
	max-width: 100px;
	padding: 30px 26px;
	border-radius: 50px;
}

.hfot-heading {
	font-size: 30px;
	font-weight: 900;
}

.hfot-text {
	color: #585959;
	font-size: 18px;
}

.hfot-details span {
	color: #585959;
}

/* Subscription Section */

.subscription-section {
	background: linear-gradient(to right, #fffdfe 0%, #f6f9fe 50%, #c9e5ff 100%);
}

.subscription-bg h2 {
	font-weight: 900;
	line-height: 1.4;
}
.subscription-bg p {
	font-size: 20px;
	max-width: 500px;
}

.subscription-card {
	border-radius: 12px;
	box-shadow: 0 5px 3px #00000040;	
}

.subscription-card .form-label {
	font-size: 20px;
	color: #989995;
	font-weight: 300;
}
.subscription-card .form-control {
	font-size: 18px;
	line-height: 30px;
	border: 1px solid #32267f40;
}
.subscription-card .form-control:hover,
.subscription-card .form-control:focus {
	box-shadow: 2px 5px 3px #32267F40;
}

.subscription-card button {
	font-size: 20px;
	font-weight: 500;
	padding: 10px 20px;
	border: none;
	background-color: #32267F;
	color: #ffffff;
	border-radius: 12px;
}
.subscription-card button:hover {
	background-color: #000000;
}

@media (max-width: 1399px) {
	.banner-section {
		padding: 75px 0 55px;
	}
	.banner-content .banner-tagline {
		font-size: 24px;
		letter-spacing: 0px;
	}
	.banner-content h1{
		font-size: 50px;
		letter-spacing: -1px;
	}
	
	.intro-text {
		font-size: 23px;
	}
}
@media (max-width: 1199px) {	
	.point-details p {
		letter-spacing: 0px;
	}
	
	.hfot-icon {
		max-width: 80px;
		padding: 26px 23px;
	}
}
@media (max-width: 1120px) {
	.banner-content h1{
		font-size: 44px;
	}
	.banner-content .banner-para,
	.banner-content .banner-tagline{
	  font-size: 22px;
	}
}
@media (max-width: 991px) {
	
	.intro-text {
		font-size: 22px;
	}
	
	.point-icon i {
		padding: 14px 34px 14px 16px;
		font-size: 22px;
	}
	.point-details p {
		font-size: 17px;
		letter-spacing: 1px;
	}
	
	.subscription-bg p {
		display: block;
		margin: 0 auto 1rem;
	}
}
@media (max-width: 767px) {
	.banner-section {
		padding: 55px 0 35px;
	}
	.banner-content h1{
		font-size: 42px;
	}
	.banner-content .banner-tagline{
		font-size: 20px;
	}
	
	.intro-text {
		font-size: 21px;
	}
	
	.point-details p {
		font-size: 16px;
	}
}
@media (max-width: 575px) {
	.banner-section {
		padding: 45px 0 30px;
	}
	.banner-content {
		border-radius: 1rem;
	}
	.banner-content h1{
		font-size: 38px;
	}
	
	.intro-text {
		font-size: 20px;
	}
	
	.point-icon i {
		padding: 14px 32px 14px 16px;
		font-size: 20px;
	}
	.point-details p {
		font-size: 16px;
		letter-spacing: 0px;
	}
	
	.hfot-icon {
		max-width: 70px;
		padding: 23px 23px;
	}
	.hfot-heading {
		font-size: 26px;
		margin-bottom: 18px !important;
	}
	.hfot-text {
		font-size: 17px;
	}
	.hfot-details span {
		font-size: 18px !important;
	}
	
	
	.subscription-bg p {
		font-size: 18px;
	}
	.subscription-card .form-label {
		font-size: 18px;
		margin-bottom: 3px;
	}
	.subscription-card .form-control {
		font-size: 17px;
	}
	.subscription-card button {
		font-size: 17px;
		padding: 8px 20px;
		border-radius: 8px;
	}
}