#header-text-4 .bg {
    background-image: url('../images/bg-12.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    opacity:.3;
}#desc-img-list-3col .bg-wrap {
    background-color: #f4f5f6;
}#desc-text-halfbg-2 .bg-wrap {
    background: #ffac00;
}#desc-text-halfbg .bg-wrap {
    background: #333;
}#desc-text .bg {
    background-image: url('../images/bg-68.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity:0.35;
}#text-4col .bg {
    background-image: url('../images/bg-sign.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    opacity: 0.1;
}
#testimonial-4col .bg-wrap {
    background-color: #333;
}﻿#contact-form-halfbg .bg {
	background-image: url('../images/bg-34.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	opacity: 1;
}

#contact-form-halfbg .form-control {
	border: 2px solid #e0e0e0; border-bottom: 1px solid #333;
	border-radius: 8px;
	padding: 15px 20px;
	background: rgba(139, 92, 246, 0.05);
	transition: all 0.3s ease;
}

#contact-form-halfbg .form-control:focus {
	border-color: #7c3aed;
	background: rgba(139, 92, 246, 0.1);
	box-shadow: 0 8px 25px rgba(139, 92, 246, 0.2);
}

#contact-form-halfbg .btn { border: 2px solid #ff6b6b; background: #ff6b6b; color: #fff; padding: 12px 30px; cursor: pointer; }

#contact-form-halfbg .btn::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	border-radius: 50%;
	background: #ff6b6b;
	transform: translate(-50%, -50%);
	transition: width 0.6s, height 0.6s;
}

#contact-form-halfbg .btn:hover::before {
	width: 300px;
	height: 300px;
}

#contact-form-halfbg .btn:hover {
	transform: scale(1.08);
	box-shadow: 0 10px 30px rgba(139, 92, 246, 0.4);
}
