/**
* Theme Name: PhysioZen Child
* Description: This is a child theme of PhysioZen.
* Author: <a href="https://cmsmasters.net/">cmsmasters</a>
* Template: physiozen
* Version: 1.0.0
* Tested up to: 6.6
* Requires PHP: 7.4
* License:
* License URI:
* Text Domain: physiozen-child
* Copyright: cmsmasters 2025 / All Rights Reserved
*/

/* breadcrubmps */
nav.rank-math-breadcrumb   {
    color: white;
}

nav.rank-math-breadcrumb a  {
    color: white;
    text-decoration: underline;
}

.breadcrumb-g-uphresia nav.rank-math-breadcrumb   {
    color: #03288D;
}
.breadcrumb-g-uphresia nav.rank-math-breadcrumb  a {
    color: #03288D;
    text-decoration: underline;
}
/* telos bread */

/* contactofrom epikoinwnias */
/* CONTACT FORM 7 - CUSTOM CSS */
/* Πρόσθεσε αυτό το CSS στο Additional CSS του WordPress ή στο style.css του theme σου */

/* Row container για τα δύο πρώτα πεδία */
.cf7-row {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}

.cf7-col-half {
    flex: 1;
}

/* Styling για όλα τα labels */
.wpcf7-form label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
}

/* Styling για όλα τα input fields */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form select,
.wpcf7-form textarea {
    width: 100%;
    padding: 15px 20px;
    border: 1px solid #ddd;
    border-radius: 25px;
    font-size: 14px;
    font-family: inherit;
    background-color: #fff;
    transition: border-color 0.3s ease;
    box-sizing: border-box;
    margin-top: 8px;
}

/* Focus state */
.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus {
    outline: none;
    border-color: #999;
}

/* Textarea specific styling */
.wpcf7-form textarea {
    min-height: 150px;
    resize: vertical;
    border-radius: 20px;
}

/* Select dropdown styling */
.wpcf7-form select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23333' d='M1.41 0L6 4.59L10.59 0L12 1.41l-6 6l-6-6z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 20px center;
    padding-right: 45px;
    cursor: pointer;
}

.wpcf7-form input[type="submit"] {
    background-color: #36AEE3;
    color: white;
    border: none;
    padding: 15px 40px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top :20px;
}

.wpcf7-form input[type="submit"]:hover {
    background-color: #03288D;
    transform: translateY(-1px);
}

/* Responsive Design - για κινητά */
@media (max-width: 768px) {
    .cf7-row {
        flex-direction: column;
        gap: 0;
    }
    
    .cf7-col-half {
        width: 100%;
    }
    
    .wpcf7-form input[type="submit"] {
        width: 100%;
    }
}

/* Spinner styling */
.wpcf7-spinner {
    margin-left: 10px;
}

/* Error/Success messages */
.wpcf7-response-output {
    margin-top: 20px;
    padding: 15px;
    border-radius: 10px;
}

.wpcf7-validation-errors {
    border: 2px solid #f44336;
    background-color: #ffebee;
    color: #c62828;
}

.wpcf7-mail-sent-ok {
    border: 2px solid #4caf50;
    background-color: #e8f5e9;
    color: #2e7d32;
}
/* telos contactofrom epikoinwnias */


/* ========================================
   CONTACT FORM 7 - ΦΟΡΜΑ ΚΡΑΤΗΣΗΣ ΥΠΗΡΕΣΙΑΣ
   ======================================== */

/* Container της φόρμας */
.forma-uphresias {
    background-color: #ffffff;
    padding: 40px 30px;
    border-radius: 20px;
    max-width: 400px;
    margin: 0 auto;
}

/* Τίτλος της φόρμας */
.forma-uphresias__title {
    color: #2c3e50;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 30px 0;
    line-height: 1.3;
}

/* Wrapper για κάθε πεδίο */
.forma-uphresias__field {
    margin-bottom: 0;
}

/* Styling για όλα τα input fields */
.forma-uphresias input[type="text"],
.forma-uphresias input[type="email"],
.forma-uphresias input[type="tel"] {
    width: 100%;
    padding: 18px 25px;
    border: 1px solid #e0e0e0;
    border-radius: 30px;
    font-size: 15px;
    font-family: inherit;
    transition: all 0.3s ease;
    box-sizing: border-box;
    color: #2c3e50;
}

/* Placeholder styling */
.forma-uphresias input::placeholder {
    color: #95a5a6;
    opacity: 1;
    font-weight: 400;
}


/* Submit button container */
.forma-uphresias__submit {
    margin-top: 25px;
}

/* Submit button */
.forma-uphresias input[type="submit"] {
    width: 100%;
    background: linear-gradient(135deg, #36AEE3 0%, #36AEE3 100%);
    color: #ffffff;
    border: none;
    padding: 18px 40px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    cursor: pointer;
    transition: all 0.3s ease;

}

/* Hover effect για το κουμπί */
.forma-uphresias input[type="submit"]:hover {
    background: linear-gradient(135deg, #03288D 0%, #03288D 100%);
    transform: translateY(-2px);

}

/* Active state */
.forma-uphresias input[type="submit"]:active {
    transform: translateY(0);

}

/* Spinner loading */
.forma-uphresias .wpcf7-spinner {
    position: absolute;
    margin: 0;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

/* Validation errors */
.forma-uphresias .wpcf7-not-valid-tip {
    color: #03288D;
    font-size: 13px;
    margin-top: 5px;
    display: block;
    padding-left: 25px;
}

.forma-uphresias .wpcf7-not-valid {
    border-color: #e74c3c !important;

}

/* Response messages */
.forma-uphresias .wpcf7-response-output {
    margin-top: 20px;
    padding: 15px 20px;
    border-radius: 15px;
    font-size: 14px;
    text-align: center;
    border: none;
}

.forma-uphresias .wpcf7-validation-errors {
    background-color: #fff5f5;
    color: #36AEE3;
    border-left: 4px solid #36AEE3;
}

.forma-uphresias .wpcf7-mail-sent-ok {
    background-color: #36AEE3;
    color: #36AEE3;
    border-left: 4px solid #16a34a;
}

/* Edit form link (αν χρειαστεί) */
.forma-uphresias__edit-link {
    text-align: center;
    margin-top: 15px;
}

.forma-uphresias__edit-link a {
    color: #3498db;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.forma-uphresias__edit-link a:hover {
    color: #2980b9;
    text-decoration: underline;
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */

@media (max-width: 768px) {
    .forma-uphresias {
        padding: 30px 20px;
        margin: 0 15px;
    }
    
    .forma-uphresias__title {
        font-size: 20px;
        margin-bottom: 25px;
    }
    
    .forma-uphresias input[type="text"],
    .forma-uphresias input[type="email"],
    .forma-uphresias input[type="tel"] {
        padding: 16px 20px;
        font-size: 14px;
    }
    
    .forma-uphresias input[type="submit"] {
        padding: 16px 30px;
        font-size: 14px;
        letter-spacing: 1px;
    }
}

@media (max-width: 480px) {
    .forma-uphresias {
        padding: 25px 15px;
        border-radius: 15px;
    }
    
    .forma-uphresias__title {
        font-size: 18px;
    }
}

