.contact-outer-container {
    max-width: 1020px;
    display: flex;
    justify-content: center;
    margin: auto;
    width: 100%;
}



.contact-shop-container {
    display: flex;
    flex-direction: row;
    width: 85%;
}

.contact-form-container {
    display: flex; 
    flex-direction: column;
    width: 80%; 
}

@media (max-width: 800px) {

    .contact-form-container .field {
        flex: 1 1 100%;
    }
}

@media (max-width: 800px) {
    .social-icons-container .social-icon {
        width: 28px !important; /* Smaller size for small screens */
        height: 28px !important; /* Smaller size for small screens */
    }
}

.contact-form-header {
    margin-bottom: 10px;
}

.contact-form-header h2 {
    font-size: 40px;
    font-weight: bold;
    color: black;
}

@media (max-width: 800px) {
    .contact-form-header h2 {
        font-size: 32px;
        text-align: center; /* Center the text on smaller screens */
    }
}


.contact-shop-container .form.contact .field.comment label {
    margin-bottom: 5px; 
}

.contact-shop-container .form.contact .input-text {
    width: 60%; 
    border: none; 
    border-bottom: 1px solid black; 
    outline: none; 
    box-sizing: border-box; 
}

.contact-shop-container .form.contact .input-text:focus {
    border: 2px solid;
    border-image: linear-gradient(to right, rgb(159, 205, 251), rgb(250, 131, 189)) 1;
    outline: none;
}

.contact-shop-container .form.contact textarea.input-text {
    border: 1px solid black; 
    border-radius: 0; 
    resize: none; 
    width: 100%; 
    box-sizing: border-box; 
}

@media (max-width: 768px) {
    .contact-shop-container .form.contact textarea.input-text {
        width: 100%; /* Adjust to desired width for smaller screens */
    }

    .contact-shop-container .form.contact .input-text {
        width: 100%;
    }

    .grecaptcha-badge {
        margin: 0 auto;
    }
}



.contact-shop-container .form.contact textarea.input-text:focus {
    border: 2px solid;
    border-image: linear-gradient(to right, rgb(159, 205, 251), rgb(250, 131, 189)) 1;
    outline: none;
}

.shop-info h2 {
    font-size: 40px;
    color: black;
    font-weight: bold;
    margin-bottom: 18px;
}

.shop-info div {
    color: black;
    font-weight: bold;
    font-size: 15px;
}

.contact-index-index button.action.submit.primary {
    border-radius: 0; 
    background: #fbfbfb; 
    border: 3px solid rgb(235, 201, 219); 
    color: #000; 
    font-weight: 600; 
    width: 140px; 
    height: 55px; 
    cursor: pointer; 
    display: inline-block; 
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif; 
    font-size: 1.4rem; 
    line-height: 22px; 
    box-sizing: border-box; 
    vertical-align: middle; 
    margin-top: -5%; 
    background-image: none; 
}

.contact-index-index button.action.submit.primary:hover {
    border-color: rgb(235, 201, 219); 
}

.contact-image-container {
    text-align: center; 
    margin-bottom: 20px; 
}

@media (max-width: 800px) {
    .contact-index-index .contact-image-container{
        width: 92%; /* gia na kentraristei h photo kalutera stis mikres othones */
    }
 }

.contact-image-container img {
    height: auto;
    max-width: 100%;
}

.social-icon:last-child {
    margin-right: 0;
}

.social-icons-container {
    display: flex;       
    justify-content: flex-start;
    margin-top: 35px;  
    align-self: flex-start;
}

@media (max-width: 800px) {
    .contact-map-container{
        margin-top:15px
    }
}

.responsive-map{
    height: 400px;
    max-width: 1020px;
    width: 100%;
}

.contact-index-index .support-header {
    font-size: 40px;
    font-weight: bold;
    color: black;
}

@media (max-width: 800px) {
   .contact-index-index .support-header {
        font-size: 32px; /* Smaller font size for smaller screens */
        font-weight: bold;
        color: black;
    }
}


 
 