#header-text-img .bg {
    background-image: url('../images/bg-34.webp');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity:0.075;
}#benefits-2col-7 .bg-wrap {
    background-color: #f4f5f6;
}#desc-text-halfbg-2 .bg-wrap {
    background: #ffac00;
}
#desc-list-img .bg-wrap {
	background: #ffac00;
}﻿#contact-form-2 .bg {
    background-position: center bottom;
    background-size: cover;
    opacity: 1;
    background-image: url(../images/bg-11.webp);
}

#contact-form-2 .form-control {
	border: 1px solid #ccc; box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	border-radius: 0px;
	padding: 14px 18px;
	background: rgba(255, 255, 255, 0.9);
	transition: all 0.3s ease;
}

#contact-form-2 .form-control:focus {
	border-color: #059669;
	background: #ffffff;
	box-shadow: 0 4px 15px rgba(16, 185, 129, 0.2);
}

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

#contact-form-2 .btn:hover {
	transform: scale(1.05);
	box-shadow: 0 8px 20px rgba(16, 185, 129, 0.35);
}
#cookie-text .bg-wrap {
    background-color: rgba (0,0,0,0.9);
}
