.sfr_contact_intro_ciril  {
   padding: 85px 20px; 
	               background: #f9f9f9;
}

.sfr_contact_intro_content {

	  max-width: 920px;
  text-align: center;
    margin: 0 auto;

}

.sfr_contact_intro_content h2{
    color: #1a1a1a;
   margin-bottom: 26px;
               font-size   :    40px;
}

.sfr_contact_intro_content p {
    font-size: 17px;
    line-height: 1.85;
   color: #555555;
    margin-bottom: 20px;
}

.sfr_contact_main_amoros {
  padding: 95px 20px;
    background:  #ffffff;
}

.sfr_contact_layout
{
   display: grid;
    grid-template-columns: 1.3fr 1fr;
  gap     :60px;
}

.sfr_form_header {

	               margin-bottom: 35px;

}

.sfr_form_header h3 {
  margin-bottom: 12px;
	font-size: 32px;
        color: #1a1a1a;
}

.sfr_form_header p {
      font-size: 16px;
   color: #666666;
}

.sfr_contact_form		{
	 background: #f9f9f9;

    padding  :40px;

        border-radius: 10px;
}

.sfr_form_row  
  {


                    margin-bottom: 24px;
     }
/* Performance critical */

.sfr_form_group {
 display: flex;
   flex-direction: column;
}

.sfr_form_group label {
   font-size: 15px;
  font-weight   :600;
   color: #2c2c2c;
	 margin-bottom    :   8px;
}

.sfr_form_input,
.sfr_form_select,
.sfr_form_textarea {
	font-size: 15px;
    transition: all 0.3s ease;
  font-family: 'Roboto', sans-serif;
  padding: 14px 16px;
  border: 2px solid #e0e0e0;
  border-radius    :       6px;
         background: #ffffff;
}

.sfr_form_input:focus,
.sfr_form_select:focus,
.sfr_form_textarea:focus {
  outline: none;
  border-color: #d4461b;
  box-shadow: 0 0 0 3px rgba(212,70,27,0.1);
}

.sfr_form_input.error,
.sfr_form_textarea.error

{
	  border-color: #e74c3c;
}


.sfr_form_textarea {
   resize: vertical;
  min-height: 120px;
}

.sfr_form_select


{
 cursor: pointer;
	}


.sfr_error_message {
	display: none;
       font-size: 13px;
  color: #e74c3c;
  margin-top: 6px;
}

/* Legacy code */

.sfr_error_message.active {
    display: block;
}

.sfr_form_checkbox  {
   display:     flex; 
   align-items: flex-start; 
       gap    :     10px;
}

.sfr_form_checkbox input[type="checkbox"] {
    width: 18px;
	height: 18px;
   margin-top: 3px;
  cursor: pointer;
  flex-shrink: 0;


}

.sfr_form_checkbox label {
     font-size: 14px;
   color: #555555;
  cursor: pointer;
	}

.sfr_form_checkbox label a {
  color   :#d4461b;
       text-decoration:    underline;
}

.sfr_form_actions {
  margin-top :32px;
}

.sfr_submit_button {
     display: inline-flex;
	align-items: center;
  gap: 10px;
   padding: 16px 36px;
  background: #d4461b;
  color :  #ffffff;
    border: none;
               border-radius: 6px;
   font-size: 16px;
   font-weight: 600;
   text-transform: uppercase;
   letter-spacing: 0.6px;
  cursor  :        pointer;
   transition: all 0.3s ease;
}

.sfr_submit_button:hover {
  background: #b83916;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(212,70,27,0.35);
}

.sfr_submit_button:disabled {

	  background: #cccccc;
   cursor: not-allowed;
   transform: none;


}

.sfr_button_icon {
  width: 18px;
    height: 18px;
  filter: brightness(0) invert(1);
}

.sfr_contact_info_side {

	   gap: 35px;
   display: flex;
   flex-direction: column;

}

.sfr_info_block   {
    background: #f9f9f9;
  padding: 35px 30px;
   border-radius: 10px;
}

.sfr_info_block h3  
  {
   margin-bottom: 25px;
    color: #1a1a1a;
  font-size    :        26px;
}

.sfr_info_item
{
         display: flex;
    gap: 18px;
	margin-bottom: 28px;
}

.sfr_info_item:last-child {
    margin-bottom: 0;
}



.sfr_info_icon {
   width: 38px;
   height: 38px;
    flex-shrink: 0;
  filter: invert(21%) sepia(89%) saturate(2476%) hue-rotate(348deg) brightness(91%) contrast(96%);
}

.sfr_info_text h4 {
    font-size: 16px;
	  margin-bottom: 8px;
	    color   :   #2c2c2c;
	  font-weight: 600;
}

/* Hack for old browsers */

.sfr_info_text p {
  font-size: 15px;
   line-height: 1.6;
    color: #666666;
  margin: 0;
}

.sfr_info_text a {
		 color  :     #666666;
      transition: color 0.3s;
	
}

.sfr_info_text a:hover    {
  color: #d4461b;
} 

.sfr_expectation_item {
   display: flex;
       gap: 16px;
     margin-bottom: 24px;
}

.sfr_expectation_item:last-child {
  margin-bottom  :0;
}

.sfr_expect_number {
          width: 42px;
                    height: 42px;
  background: #d4461b;
  color: #ffffff;
   border-radius: 50%;
   display: flex;
  align-items: center;
    justify-content: center;
  font-size: 16px;
    font-weight: 700;
   flex-shrink: 0;
}

.sfr_expect_text h4 {
	    font-size  :  16px;
    margin-bottom   :        6px;
     color: #2c2c2c;
	}

.sfr_expect_text p {
	font-size   :        14px;
   line-height: 1.5;
 color: #666666;
  margin: 0;
}
@media(max-width:992px){
    .sfr_contact_layout{
        grid-template-columns:1fr;
        gap:50px;
    }
}

@media(max-width:768px){
    .sfr_contact_form{
        padding:30px 20px;
    }
}.sfr_map_location_ciril {
   background     : #ffffff;
}

.sfr_map_wrapper {
    width: 100%;
    height: 450px;
}

.sfr_map_wrapper iframe {
    width:100%;
         height: 100%;
 display:       block;
}

.sfr_modal_overlay {
      display: none;
                    position: fixed;
    top: 0;
    left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.75);
    z-index: 9999;
               align-items: center;
    justify-content:   center;}

.sfr_modal_overlay.active {
	display    :       flex;
}

.sfr_modal_content {
   background: #ffffff;
  padding     :    50px 40px;
          border-radius: 12px;
   max-width: 540px;
	width: 90%;
    text-align: center;
  box-shadow: 0 10px 40px rgba(0,0,0,0.3);
	 animation: modalSlideIn 0.4s ease;
}@keyframes modalSlideIn{
    from{
        transform:translateY(-50px);
        opacity:0;
    }
    to{
        transform:translateY(0);
        opacity:1;
    }
}.sfr_modal_icon {
  width: 80px;
  height: 80px;
  -moz-border-radius    :   50%;
 margin: 0 auto 25px;
  background: #d4461b;
  border-radius: 50%;
  -webkit-border-radius: 50%;
    display: flex;
   align-items: center;
                    justify-content: center;
}

.sfr_success_icon {
   width  :    45px;
    height : 45px;
  filter: brightness(0) invert(1);
}

.sfr_modal_content h3    {
     margin-bottom: 18px;
                    color: #1a1a1a;
    font-size: 28px;
}

.sfr_modal_content p {
    font-size: 16px;
   line-height: 1.7;
   color: #666666;
    margin-bottom  :  16px;
}

.sfr_modal_button {
				 display: inline-block;
    padding: 14px 36px;
   background: #d4461b;
  color: #ffffff;
  border     :       none;
   border-radius: 6px;
    font-size: 15px;
	font-weight: 600;
   text-transform    :   uppercase;
    letter-spacing: 0.6px;
   cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 18px;
}

.sfr_modal_button:hover {
       background    :        #b83916;
  transform: translateY(-2px);
} 