
/* CSS Document */

/******************************

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Home
4. Header
	4.1 Logo
	4.2 Navigation
	4.3 Search
	4.4 Hamburger
5. Menu
	5.1 Menu Social
	5.2 Menu copyright
6. Find
7. Contact
	7.1 Contact Form
	7.2 Contact Map
8. Newsletter
9. Footer


******************************/

/***********
1. Fonts
***********/

/*********************************
7. Contact
*********************************/

.contact
{   
	background-color: #FFFFFF;
	padding-top: 107px;
	padding-bottom: 120px;
}
.contact_title
{  
	
	font-size: 40px;
	font-weight: 400;
	color: #131a2f;
}


.contact_content
{  
	 width: auto;
	justify-self: start;
}
.contact_text 
{
	margin-bottom: 25px;
}
.contact_info
{  
	margin-top: 15px;
}
.contact_info_box
{   
	
	display: inline-block;
	width: 34px;
	height: 34px;
	line-height: 3px;
	font-size: 1px;
	font-weight: 500;
	color: #FFFFFF;
	text-align: center;
	background: #fe3c52;
	font-style: italic;
}
.contact_info_container
{      
	position: relative;
	
	display: inline-flex;
	
	margin: 10px;
}
.contact_info_content ul 
{
	
    
	padding-left: 7px;
	padding-right: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 16px;
	color: #6c6d70;
	background-color: #dcdcdc00;
}
.contact_info_content .uuu{
	
padding-top: 0px;
padding-bottom: 0px;
padding-left: 4px;
color: rgb(0, 0, 0);
font-weight: 600;
	font-size: 16px;
	padding-left: 11px;
}
.contact_info_content ul li{
	
padding-top: 6px;
padding-bottom: 0px;
padding-left: 4px;
color: rgb(0, 0, 0);
font-weight: 600;
	font-size: 16px;
}
.contact_info_content ul li a{
	padding-top: 6px;
	padding-bottom: 0px;
	padding-left: 4px;
	color: rgb(74, 74, 74);
	font-weight: 600;
	font-size: 16px;
	    
	}
	.contact_info_content ul li a:hover{
	color: rgb(0, 0, 0);
	  text-decoration: underline;
		}
		.contact_info_content .uuu i{
		font-size: 16px;
	 padding-right: 15px; 
	 padding-top: 4px;
	  padding-bottom: 5px; 
	  margin: 0;
	   align-items: start;align-content: start;
	color: rgb(46, 46, 46);
	margin-right: 0px;
	}
.contact_info_content ul li i{
		font-size: 16px;
	 padding-right: 10px; 
	 padding-top: 4px;
	  padding-bottom: 5px; 
	  margin: 0;
	   align-items: start;align-content: start;
	color: rgb(46, 46, 46);
	margin-right: 8px;
	}

.column{
	background-color: #000000;
	padding-top: 6px;
	padding-bottom: 6px;
	border-radius: 20px;
}


/*********************************
7.1 Contact Form
*********************************/
.contact_form {
	padding: 10px;
	
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.form_row {
    display: flex;
    gap: 0px;
}

.form_group {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 5px; /* Space between label and input */
}

label span{
	color: #fe3c52;
}

label {
    font-size: 14px;
    font-weight: bold;
    color: #333; /* Adjust to your design */
}

.contact_input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 10px;
}

textarea.contact_input {
    resize: vertical;
}



.captcha_container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.captcha_display {
    background-color: black;
    color: white;
    padding: 10px;
    display: inline-block;
    font-weight: bold;
}

.captcha_refresh_btn {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
}



.contact_send_btn
{
	width: 100%;
	height:100%;
	background: rgba(254,60,82,1);
	border: none;
	outline: none;
	float: right;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
    background: #cfcfcf97;
    border:1px rgb(41, 41, 41);
border: 1px solid rgb(41, 41, 41);
color: rgb(41, 41, 41);
}

.contact_send_btn:hover
{
	background: rgb(236, 205, 109);
    color: #ffffff;
}

/*********************************
7.2 Contact Map
*********************************/

.contact_map
{    
	margin-top: 26px;
	
}
#google_map
{border-radius: 30px;
	
	margin-top: 26px;
	width: 100%;

}
.map_container
{
	border-radius: 30px;
	
	overflow: hidden;
}
#map
{
	width: 100%;
	
}


@media(max-width: 1118px) {

	.form_row {
		display: inline;
		gap: 20px;
	}

	

}