.elementor-493 .elementor-element.elementor-element-027b6db{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-493 .elementor-element.elementor-element-027b6db{--content-width:950px;}}/* Start custom CSS *//* ========================================
   CENTRO LA COCCINELLA - CONTACT PAGE
   Brand Colors: #7bb445 (Verde) | #c53f3b (Rosso)
   ======================================== */

/* Contact Section Container */
.contact-section {
    max-width: 1400px;
    margin: 0 auto;
    padding: 60px 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', Arial, sans-serif;
}

/* Header Sezione */
.contact-header {
    text-align: center;
    margin-bottom: 60px;
}

.contact-title {
    font-size: clamp(2rem, 5vw, 3rem);
    color: #2c3e50;
    margin: 0 0 15px 0;
    font-weight: 700;
}

.contact-subtitle {
    font-size: clamp(1rem, 2.5vw, 1.2rem);
    color: #7f8c8d;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Container Principale */
.contact-container {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 40px;
    margin-bottom: 60px;
}

/* ========================================
   COLONNA SINISTRA - INFO CONTATTI
   ======================================== */

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Info Card */
.info-card {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    display: flex;
    gap: 20px;
    transition: all 0.3s ease;
    border-left: 4px solid #7bb445;
}

.info-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

/* Icon Container */
.info-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #7bb445 0%, #5a8835 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
}

.info-icon::before {
    content: "📍";
    font-size: 24px;
}

.info-card:nth-child(2) .info-icon::before {
    content: "📞";
}

.info-card:nth-child(3) .info-icon::before {
    content: "💬";
}

.info-card:nth-child(4) .info-icon::before {
    content: "✉️";
}

.info-card:nth-child(5) .info-icon::before {
    content: "🕐";
}

/* Info Content */
.info-content {
    flex: 1;
}

.info-content h3 {
    margin: 0 0 10px 0;
    font-size: 1.3rem;
    color: #2c3e50;
    font-weight: 600;
}

.info-content p {
    margin: 8px 0;
    color: #555;
    line-height: 1.6;
}

.info-note {
    font-size: 0.9rem;
    color: #7f8c8d;
    margin-top: 5px;
}

/* Links */
.map-link,
.phone-link,
.email-link,
.whatsapp-link {
    display: inline-block;
    color: #7bb445;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.05rem;
    transition: all 0.3s ease;
    margin-top: 8px;
}

.map-link:hover,
.phone-link:hover,
.email-link:hover,
.whatsapp-link:hover {
    color: #5a8835;
    transform: translateX(3px);
}

.phone-link {
    font-size: 1.3rem;
    display: block;
}

.email-link {
    font-size: 1.1rem;
    display: block;
}

.whatsapp-link {
    font-size: 1.3rem;
    display: block;
    color: #25D366;
}

.whatsapp-link:hover {
    color: #128C7E;
}

/* Social Section */
.social-section {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 12px;
    text-align: center;
    margin-top: 10px;
}

.social-section h3 {
    margin: 0 0 20px 0;
    font-size: 1.2rem;
    color: #2c3e50;
    font-weight: 600;
}

.social-links {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.social-links a {
    width: 45px;
    height: 45px;
    background: #7bb445;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(123, 180, 69, 0.3);
    color: #fff;
    font-size: 20px;
}

.social-links a:hover {
    background: #c53f3b;
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(197, 63, 59, 0.4);
}

.social-links a i {
    color: #fff;
}

/* ========================================
   COLONNA DESTRA - FORM CONTATTO
   ======================================== */

.contact-form-wrapper {
    background: #fff;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border-top: 5px solid #7bb445;
}

.form-header {
    margin-bottom: 30px;
}

.form-header h2 {
    margin: 0 0 10px 0;
    font-size: 1.8rem;
    color: #2c3e50;
    font-weight: 700;
}

.form-header p {
    margin: 0;
    color: #7f8c8d;
    font-size: 1rem;
}

/* ========================================
   CONTACT FORM 7 - STILE PERSONALIZZATO
   ======================================== */

/* Wrapper principale CF7 */
.wpcf7 {
    margin: 0;
}

/* Reset stili CF7 */
.wpcf7 form {
    margin: 0;
}

.wpcf7 p {
    margin: 0;
}

/* Form Row */
.wpcf7 .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

/* Form Group */
.wpcf7 .form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.wpcf7 .form-group label {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 8px;
    font-size: 0.95rem;
    display: block;
}

/* Input, Select, Textarea Styling */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 input[type="number"],
.wpcf7 select,
.wpcf7 textarea {
    width: 100%;
    padding: 14px 16px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.3s ease;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', Arial, sans-serif;
    background: #fff;
    box-sizing: border-box;
}

.wpcf7 input:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
    outline: none;
    border-color: #7bb445;
    box-shadow: 0 0 0 3px rgba(123, 180, 69, 0.1);
}

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    color: #adb5bd;
}

/* Select Dropdown */
.wpcf7 select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%237bb445' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 12px;
    padding-right: 40px;
}

/* Textarea */
.wpcf7 textarea {
    resize: vertical;
    min-height: 120px;
    line-height: 1.6;
}

/* Checkbox Group */
.wpcf7 .checkbox-group {
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.wpcf7 .checkbox-group .wpcf7-list-item {
    margin: 0;
}

.wpcf7 .checkbox-group input[type="checkbox"] {
    width: 20px;
    height: 20px;
    cursor: pointer;
    accent-color: #7bb445;
    margin: 0 10px 0 0;
}

.wpcf7 .checkbox-group label {
    margin: 0;
    font-weight: 400;
    font-size: 0.9rem;
    cursor: pointer;
    display: inline;
}

.wpcf7 .checkbox-group label a {
    color: #7bb445;
    text-decoration: none;
    font-weight: 600;
}

.wpcf7 .checkbox-group label a:hover {
    text-decoration: underline;
}

/* Submit Button */
.wpcf7 input[type="submit"],
.wpcf7 .submit-btn {
    background: linear-gradient(135deg, #c53f3b 0%, #a33330 100%);
    color: #fff;
    padding: 18px 40px;
    border: none;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.4s ease;
    box-shadow: 0 4px 15px rgba(197, 63, 59, 0.3);
    margin-top: 10px;
    width: auto;
    display: inline-block;
}

.wpcf7 input[type="submit"]:hover,
.wpcf7 .submit-btn:hover {
    background: linear-gradient(135deg, #7bb445 0%, #5a8835 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(123, 180, 69, 0.4);
}

.wpcf7 input[type="submit"]:active,
.wpcf7 .submit-btn:active {
    transform: translateY(0);
}

/* Messaggi di Successo/Errore CF7 */
.wpcf7-response-output {
    border: none !important;
    padding: 15px 20px !important;
    margin: 20px 0 0 0 !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    text-align: center !important;
}

.wpcf7-mail-sent-ok {
    background: #d4edda !important;
    color: #155724 !important;
    border: 1px solid #c3e6cb !important;
}

.wpcf7-validation-errors,
.wpcf7-acceptance-missing {
    background: #fff3cd !important;
    color: #856404 !important;
    border: 1px solid #ffeaa7 !important;
}

.wpcf7-mail-sent-ng,
.wpcf7-aborted {
    background: #f8d7da !important;
    color: #721c24 !important;
    border: 1px solid #f5c6cb !important;
}

/* Errori di Validazione sui Campi */
.wpcf7-not-valid-tip {
    color: #c53f3b;
    font-size: 0.85rem;
    margin-top: 5px;
    display: block;
}

.wpcf7-not-valid {
    border-color: #c53f3b !important;
}

/* Spinner Loading */
.wpcf7 .ajax-loader {
    display: none !important;
}

.wpcf7 form.submitting input[type="submit"] {
    position: relative;
    color: transparent;
    pointer-events: none;
}

.wpcf7 form.submitting input[type="submit"]::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    border: 3px solid #fff;
    border-radius: 50%;
    border-top-color: transparent;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* ========================================
   MAPPA GOOGLE
   ======================================== */

.map-container {
    margin-top: 60px;
}

.map-title {
    text-align: center;
    font-size: 2rem;
    color: #2c3e50;
    margin: 0 0 30px 0;
    font-weight: 700;
}

.map-container iframe {
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    display: block;
}

/* ========================================
   ANIMAZIONI
   ======================================== */

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.contact-header,
.contact-container,
.map-container {
    animation: fadeIn 0.6s ease-out;
}

.info-card {
    animation: fadeIn 0.6s ease-out;
    animation-fill-mode: both;
}

.info-card:nth-child(1) { animation-delay: 0.1s; }
.info-card:nth-child(2) { animation-delay: 0.2s; }
.info-card:nth-child(3) { animation-delay: 0.3s; }
.info-card:nth-child(4) { animation-delay: 0.4s; }
.info-card:nth-child(5) { animation-delay: 0.5s; }
.social-section { animation-delay: 0.6s; }

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */

@media screen and (max-width: 1024px) {
    .contact-container {
        grid-template-columns: 1fr;
    }

    .contact-info {
        order: 2;
    }

    .contact-form-wrapper {
        order: 1;
    }
}

@media screen and (max-width: 768px) {
    .contact-section {
        padding: 40px 16px;
    }

    .contact-header {
        margin-bottom: 40px;
    }

    .contact-container {
        gap: 30px;
        margin-bottom: 40px;
    }

    .contact-form-wrapper {
        padding: 30px 20px;
    }

    .wpcf7 .form-row {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .form-header h2 {
        font-size: 1.5rem;
    }

    .info-card {
        padding: 20px;
        gap: 15px;
    }

    .info-icon {
        width: 45px;
        height: 45px;
    }

    .info-icon::before {
        font-size: 20px;
    }

    .info-content h3 {
        font-size: 1.15rem;
    }

    .wpcf7 input[type="submit"],
    .wpcf7 .submit-btn {
        width: 100%;
        padding: 16px 30px;
    }

    .map-container {
        margin-top: 40px;
    }

    .map-title {
        font-size: 1.6rem;
        margin-bottom: 20px;
    }

    .map-container iframe {
        height: 350px;
    }
}

@media screen and (max-width: 480px) {
    .contact-title {
        font-size: 1.8rem;
    }

    .contact-subtitle {
        font-size: 0.95rem;
    }

    .contact-form-wrapper {
        padding: 25px 16px;
    }

    .form-header h2 {
        font-size: 1.3rem;
    }

    .form-header p {
        font-size: 0.9rem;
    }

    .info-card {
        padding: 16px;
    }

    .phone-link,
    .whatsapp-link {
        font-size: 1.1rem;
    }

    .social-links a {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .map-container iframe {
        height: 300px;
        border-radius: 12px;
    }

    .wpcf7 input[type="text"],
    .wpcf7 input[type="email"],
    .wpcf7 input[type="tel"],
    .wpcf7 select,
    .wpcf7 textarea {
        font-size: 16px;
    }
}

/* ========================================
   ACCESSIBILITY
   ======================================== */

.wpcf7 input:focus-visible,
.wpcf7 select:focus-visible,
.wpcf7 textarea:focus-visible,
.wpcf7 input[type="submit"]:focus-visible {
    outline: 3px solid #7bb445;
    outline-offset: 2px;
}

.wpcf7 .checkbox-group input[type="checkbox"]:focus-visible {
    outline: 2px solid #7bb445;
    outline-offset: 2px;
}

a:focus-visible {
    outline: 2px solid #7bb445;
    outline-offset: 2px;
}

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
}

/* Selection Color */
::selection {/* End custom CSS */