/**** Services Page Style ****/

.banner-section {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
	padding: 100px 0 80px;
	box-shadow: 0 5px 3px #00000040;
}
.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;
}

.banner-content .banner-para {
	font-size: 32px;
	letter-spacing: -2px;
}

.contact-section .sec-text,
.git-section .sec-text{
	max-width: 100%;
}

/* Contact Form Section */

.contact-form-section {
	border-radius: 2rem;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 0 5px 3px #00000040;
}

.contact-form-section form .form-control,
.contact-form-section form .form-select {
	border: 1px solid #00000050;
	padding: 25px;
  	border-radius: 12px;
	color: #58595970;
}
.contact-form-section form .form-select option {
	color: #585959;
}

.contact-form-section form .form-control:hover,
.contact-form-section form .form-select:hover,
.contact-form-section form .form-control:focus,
.contact-form-section form .form-select:focus {
	box-shadow: 0 5px 3px #00000040;
}
.contact-form-section form .form-control::placeholder {
  color: #98999570;
}

/* Get in touch Section */

.git-card {
	background-color: #dee4f525;
	box-shadow: 0 5px 3px #00000040;
	display: flex;
    flex-direction: column;
    height: 100%;
} 
.git-card .icon-circle {
	width: 40px;
	height: 40px;
	border: 1px solid #32267F;
	border-radius: 50%;
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	font-size: 22px;
}
.git-card .icon-circle img {
	width: 30px;
	height: 30px;
}
.git-card p,
.git-card p a {
	color: #585959;
	font-weight: 500;
	font-size: 20px;
}
.git-card p a:hover {
	color: #32267F;
}
.git-card-location {
    margin-top: auto;
}
.git-card .git-card-location a { 
	color: #7f94fe;
	font-size: 18px;
	font-weight: 400;
}
.git-card .git-card-location i {
	color: #32267F;
	font-size: 34px;
}
.git-card-location img {
	max-width: 41px;
}

/* 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;
	}
	.banner-content .banner-para {
	  font-size: 24px;
		letter-spacing: 0px;
	}
	
	.git-card p,
	.git-card p a {
		font-size: 18px;
	}
	.git-card .git-card-location a {
		font-size: 16px;
	}
}
@media (max-width: 1260px) {
	.contact-form-section form .form-control,
	.contact-form-section form .form-select {
		padding: 20px;
	}
}
@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) {
	
	.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-para,
	.banner-content .banner-tagline{
		font-size: 20px;
	}
	
	.contact-form-section {
		border-radius: 1.2rem;
	}
	
	.contact-form-section form .form-control,
	.contact-form-section form .form-select {
		padding: 15px 18px;
		border-radius: 10px;
	}
}
@media (max-width: 575px) {
	.banner-section {
		padding: 45px 0 30px;
	}
	.banner-content {
		border-radius: 1rem;
	}
	.banner-content h1{
		font-size: 40px;
	}
	.banner-content .banner-para {
	  font-size: 18px;
	}
	
	.contact-form-section {
		border-radius: 0.8rem;
	}
	
	.contact-form-section form .form-control,
	.contact-form-section form .form-select {
		padding: 12px 15px;
		border-radius: 8px;
	}
	
	.git-card p,
	.git-card p a {
		font-size: 16px;
	}
	.git-card .git-card-location a {
		font-size: 15px;
	}
	
	.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;
	}
}