/* WORLD-CLASS RESPONSIVE CONTACT PAGE */
#contact {
	margin-top: clamp(70px, 10vw, 90px);
	padding: 0 clamp(15px, 3vw, 30px);
}

#contact .container {
	max-width: 1200px;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: clamp(15px, 3vw, 30px);
	padding-right: clamp(15px, 3vw, 30px);
}

#contact .section_header {
	text-align: center;
	margin-bottom: clamp(30px, 5vw, 50px);
}

#contact .section_header h3 {
	font-size: clamp(28px, 4vw, 42px) !important;
	line-height: 1.2;
	margin: 0;
}

#contact .contact{
	margin: clamp(30px, 5vw, 40px) 0 clamp(40px, 6vw, 60px) 0;
}

#contact .contact p{
	color: #555;
	font-size: clamp(16px, 1.5vw, 18px);
	margin-bottom: clamp(30px, 4vw, 40px);
	font-style: normal;
	line-height: 1.7;
	font-weight: 400;
	text-align: center;
	max-width: min(800px, 90%);
	margin-left: auto;
	margin-right: auto;
	padding: 0 clamp(15px, 2vw, 20px);
}
#contact .form{
	margin: 0;
	width: 100%;
	max-width: 100%;
}

#contact .contact form{
	margin: 0;
	width: 100%;
}

#contact .form .box{
	margin: 0;
	width: 100% !important;
	padding: 0 clamp(5px, 1vw, 10px);
}

#contact .form .box input[type="text"],
#contact .form .box input[type="email"],
#contact .form .box input[type="tel"]{
	padding-left: clamp(35px, 5vw, 39px);
	padding-right: clamp(12px, 2vw, 16px);
	margin-bottom: clamp(16px, 2.5vw, 18px);
	color: #333;
	height: clamp(44px, 6vw, 48px);
	border-radius: clamp(8px, 1.5vw, 10px);
	width: 100%;
	max-width: 100%;
	border: 2px solid rgba(224, 224, 224, 0.8);
	font-size: clamp(15px, 1.8vw, 16px);
	background: rgba(255, 255, 255, 0.95);
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	box-shadow: 0 2px 6px rgba(0,0,0,0.04);
	box-sizing: border-box;
}

#contact .form .box input[type="text"]:focus,
#contact .form .box input[type="email"]:focus,
#contact .form .box input[type="tel"]:focus{
	border-color: #cc0000;
	outline: none;
	box-shadow: 0 0 0 3px rgba(204, 0, 0, 0.1), 0 2px 8px rgba(0, 0, 0, 0.1);
	background: white;
}

#contact .form .box input[type="text"]:invalid:not(:placeholder-shown),
#contact .form .box input[type="email"]:invalid:not(:placeholder-shown){
	border-color: #e74c3c;
	box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.1);
}

#contact .form .box input[type="text"]:valid:not(:placeholder-shown),
#contact .form .box input[type="email"]:valid:not(:placeholder-shown){
	border-color: #27ae60;
	box-shadow: 0 0 0 3px rgba(39, 174, 96, 0.1);
}






#contact .form .box input.name{
	background: url('../img/formname.png') #fff no-repeat 5px;
}
#contact .form .box input.mail{
	background: url('../img/formmail.png') #fff no-repeat 5px;
}
#contact .form .box input.phone{
	background: url('../img/formphone.png') #fff no-repeat 5px;
}


/*for new php form */
#contact .form .box input[name="form-name"]{
	background: url('../img/formname.png') #fff no-repeat 5px;
}
#contact .form .box input[name="form-email"]{
	background: url('../img/formmail.png') #fff no-repeat 5px;
}
#contact .form .box input[name="form-phone"]{
	background: url('../img/formphone.png') #fff no-repeat 5px;
}


#contact .form .box_r{
	float: right;
	width: 100% !important;
}

#contact .form .box textarea{
	padding: clamp(14px, 2vw, 16px) clamp(16px, 2.5vw, 18px);
	width: 100%;
	max-width: 100%;
	margin: 0;
	border-radius: clamp(8px, 1.5vw, 10px);
	height: clamp(140px, 20vw, 150px);
	min-height: 120px;
	border: 2px solid rgba(224, 224, 224, 0.8);
	font-size: clamp(15px, 1.8vw, 16px);
	font-family: 'Lato', sans-serif;
	background: rgba(255, 255, 255, 0.95);
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	box-shadow: 0 2px 6px rgba(0,0,0,0.04);
	resize: vertical;
	line-height: 1.6;
	box-sizing: border-box;
}

#contact .form .box textarea:focus{
	border-color: #cc0000;
	outline: none;
	box-shadow: 0 0 0 3px rgba(204, 0, 0, 0.1), 0 2px 8px rgba(0, 0, 0, 0.1);
	background: white;
}
#contact .form .box .form-control{
	padding: clamp(14px, 2vw, 16px) clamp(16px, 2.5vw, 18px);
	border-radius: clamp(8px, 1.5vw, 10px);
	border: 2px solid rgba(224, 224, 224, 0.8);
	font-size: clamp(15px, 1.8vw, 16px);
	background: rgba(255, 255, 255, 0.95);
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	box-shadow: 0 2px 6px rgba(0,0,0,0.04);
	width: 100%;
	max-width: 100%;
	margin-bottom: clamp(16px, 2.5vw, 18px);
	box-sizing: border-box;
}

#contact .form .box .form-control:focus{
	border-color: #cc0000;
	outline: none;
	box-shadow: 0 0 0 3px rgba(204, 0, 0, 0.1), 0 2px 8px rgba(0, 0, 0, 0.1);
	background: white;
}
#contact .contact .submit{
	margin: clamp(20px, 3vw, 30px) 0 0 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: clamp(15px, 2vw, 20px);
}

#contact .contact .submit .box{
	margin: 0;
	flex: 1 1 auto;
	min-width: 200px;
}

#contact .contact .submit label.checkbox{
	color: #394350;
	font-size: clamp(14px, 1.6vw, 16px);
	display: flex;
	align-items: center;
	gap: 8px;
}

#contact .contact .submit .right{
	float: none;
	flex: 0 1 auto;
	display: flex;
	justify-content: flex-end;
}

#contact .contact .submit .right input[type="submit"]{
	float: none;
	text-transform: uppercase;
	color: #fff;
	background: linear-gradient(135deg, #e63946 0%, #d62839 100%);
	font-size: clamp(14px, 1.8vw, 16px);
	font-weight: 700;
	padding: clamp(14px, 2vw, 16px) clamp(40px, 6vw, 48px);
	border: 0 none;
	border-radius: clamp(6px, 1.2vw, 8px);
	cursor: pointer;
	letter-spacing: 0.8px;
	box-shadow: 
		0 4px 16px rgba(230, 57, 70, 0.4),
		inset 0 1px 0 rgba(255, 255, 255, 0.2);
	-webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	white-space: nowrap;
	position: relative;
	overflow: hidden;
	will-change: transform, box-shadow;
}

/* Button shimmer */
#contact .contact .submit .right input[type="submit"]::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 50%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
	transform: skewX(-20deg);
	transition: left 0.6s ease;
}

#contact .contact .submit .right input[type="submit"]:hover::before {
	left: 150%;
}

#contact .contact .submit .right input[type="submit"]:hover{
	background: linear-gradient(135deg, #ff4757 0%, #e63946 100%);
	transform: translateY(-2px) scale(1.02);
	box-shadow: 
		0 6px 24px rgba(230, 57, 70, 0.5),
		0 0 30px rgba(230, 57, 70, 0.3),
		inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

#contact .contact .submit .right input[type="submit"]:active{
	transform: translateY(0) scale(1);
	box-shadow: 0 2px 12px rgba(230, 57, 70, 0.4);
}
#contact .map{
	margin: clamp(40px, 6vw, 60px) 0 0 0;
	width: 100%;
	position: relative;
}

#contact .map iframe{
	display: block;
	width: 100%;
	height: clamp(400px, 50vw, 600px);
	border: none;
}

#contact .map .box_wrapp{
	position: absolute;
	margin: 0;
	box-shadow: 0 8px 32px rgba(26, 26, 26, 0.18);
	padding: clamp(24px, 3.5vw, 30px) 0;
	background: rgba(255, 255, 255, 0.97);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	bottom: clamp(30px, 4vw, 50px);
	top: auto;
	transform: none;
	left: clamp(20px, 3vw, 40px);
	border-radius: clamp(8px, 1.2vw, 12px);
	max-width: clamp(300px, 32vw, 380px);
	width: auto;
	border: 1px solid rgba(230, 57, 70, 0.15);
}
#contact .map .box_wrapp .box_cont{
	margin: 0 auto;
	width: 85%;
	padding: 0 clamp(10px, 2vw, 15px);
}

#contact .map .box_wrapp .head{
	width: 100%;
	margin-bottom: clamp(15px, 2vw, 17px);
	overflow: hidden;
}

#contact .map .box_wrapp .head h6{
	font-size: clamp(20px, 3vw, 24px);
	margin: 0;
	font-style: italic;
	float: left;
	padding-bottom: 2px;
	border-bottom: 2px solid #cc0000;
	font-weight: 600;
}

#contact .map .box_wrapp ul.street{
	list-style: none;
	margin: 0;
	padding: 0;
}

#contact .map .box_wrapp ul.street li{
	color: #555;
	font-size: clamp(13px, 1.6vw, 14px);
	line-height: 1.6;
	margin-bottom: clamp(6px, 1vw, 8px);
}
#contact .map .box_wrapp ul.street li.icon{
	margin-top: 3px;
}
#contact .map .box_wrapp ul.street li.icon span.ico1{
	float: left;
	height: 20px;
}
#contact .map .box_wrapp ul.street li.icon span.ico2{
	float: left;
	height: 20px;
	background-position: 0px -23px;
}
#contact .map .box_wrapp ul.street li.icon .text{
	font-size: 15px;
	color: #777777;
	margin-left: 6px;
}
#contact .map .box_wrapp ul.street li.icon a:hover{
	color: #187CCC;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
}
#contact .map .box_wrapp ul.street li.icontop{
	margin-top: 13px;
}
#contact .map .box_wrapp .headbottom{
	margin-top: 42px;
}
#contact .map .box_wrapp p{
	color: #777777;
	font-size: 14px;
	margin-bottom: 32px;
}
#contact .map .box_wrapp a.btn{
	text-transform: uppercase;
	color: #fff;
	font-size: 15px;
	background: #cc0000;
	text-shadow: none;
	padding: 10px 0;
	font-weight: 600;
	border: 0 none;
	box-shadow: 0 4px 12px rgba(33,144,219,0.3);
	border-radius: 6px;
	margin: 0 auto;
	display: block;
	width: 56%;
	letter-spacing: 0.5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#contact .map .box_wrapp a.btn:hover{
	background: #252528;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(37,37,40,0.4);
}
.contacticos{
	background: url('../img/contact_icos.png') no-repeat;
	width: 24px;
	height: 44px;
}

/* Responsive
-------------------------------------------------- */

/* Large desktop */
@media (min-width: 1200px) {

}
@media (min-width: 980px) {

}
@media (max-width: 979px) {

}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {

}
/* MOBILE-FIRST RESPONSIVE DESIGN */

/* Ultra-small phones (320px - 374px) */
@media (max-width: 374px) {
	#contact {
		margin-top: 60px;
		padding: 0 10px;
	}
	
	#contact .container {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	#contact .form .box {
		width: 100% !important;
		padding: 0 5px;
	}
	
	#contact .contact .submit {
		flex-direction: column;
		align-items: stretch;
	}
	
	#contact .contact .submit .right {
		width: 100%;
		justify-content: center;
	}
	
	#contact .contact .submit .right input[type="submit"] {
		width: 100%;
	}
}

/* Small phones (375px - 480px) */
@media (min-width: 375px) and (max-width: 480px) {
	#contact {
		margin-top: 60px;
	}
	
	#contact .form .box {
		padding: 0 8px;
	}
}

/* Landscape phone to portrait tablet (481px - 767px) */
@media (max-width: 767px) {
	#contact {
		padding: 0 15px;
	}
	
	#contact .container {
		width: 100% !important;
	}
	
	#contact .contact {
		margin: 30px 0;
	}
	
	#contact .contact .submit {
		flex-direction: column;
		align-items: stretch;
		gap: 20px;
	}
	
	#contact .contact .submit .box {
		width: 100%;
		margin: 0;
	}
	
	#contact .contact .submit .right {
		width: 100%;
		justify-content: center;
	}
	
	#contact .contact .submit .right input[type="submit"] {
		width: 100%;
		max-width: 100%;
		padding: 16px 40px;
	}
	
	#contact .form .box {
		width: 100% !important;
		padding: 0 10px;
		margin-bottom: 15px;
	}
	
	#contact .form .box_r {
		float: none;
	}
	
	#contact .map {
		margin-top: 40px;
	}
	
	#contact .map .box_wrapp {
		position: relative;
		transform: none;
		left: 0;
		top: 0;
		width: 100%;
		max-width: 100%;
		margin: 0 0 30px 0;
		padding: 30px 0;
	}
	
	#contact .map .box_wrapp .box_cont {
		width: 90%;
		padding: 0;
	}
	
	#contact .map iframe {
		display: none;
	}
	
	#contact .map .box_wrapp a.btn {
		width: 85%;
	}
}

/* Tablets (768px - 979px) */
@media (min-width: 768px) and (max-width: 979px) {
	#contact .container {
		width: 724px !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	
	#contact .form .box {
		padding: 0 15px;
	}
	
	#contact .contact .submit {
		flex-direction: row;
		justify-content: space-between;
	}
	
	#contact .map .box_wrapp {
		max-width: 320px;
	}
}

/* Desktop (980px+) */
@media (min-width: 980px) {
	#contact .container {
		width: 940px !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	
	#contact .form .row {
		display: flex;
		gap: 20px;
	}
	
	#contact .form .box {
		flex: 1;
	}
	
	#contact .contact .submit {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
}

/* Large desktop (1200px+) */
@media (min-width: 1200px) {
	#contact .container {
		width: 1170px !important;
	}
	
	#contact .map .box_wrapp {
		max-width: 400px;
	}
}
