/*
Theme Name: child abruzzoliving
Version: 1.0
Description: A child theme of Neve
Template: neve
Author: ALBERTO BATTAGLIA
*/
@import url("../neve/style.css");
/* Your awesome customization starts here */

/* Abruzzoliving lightweight contact form */
.al-contact-form {
    position: relative;
    max-width: 780px;
    margin: 26px 0 8px;
    padding: 32px 30px 30px;
    border: 1px solid #dce5f0;
    border-top: 4px solid #3d66b3;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 18px 46px rgba(41, 79, 152, .14);
    color: #46505d;
}

.al-contact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 20px;
}

.al-contact-form label {
    display: block;
    margin: 0 0 18px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #3e4856;
}

.al-contact-form label > span:first-child {
    display: inline-block;
    margin-bottom: 7px;
}

.al-contact-form input[type="text"],
.al-contact-form input[type="email"],
.al-contact-form input[type="tel"],
.al-contact-form select,
.al-contact-form textarea {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 13px 14px;
    border: 1px solid #d8dee7;
    border-radius: 9px;
    background: #f8fafc;
    color: #28313d;
    font: inherit;
    font-weight: 400;
    line-height: 1.35;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.al-contact-form input:hover,
.al-contact-form select:hover,
.al-contact-form textarea:hover {
    border-color: #bcc8d8;
    background: #fff;
}

.al-contact-form input:focus,
.al-contact-form select:focus,
.al-contact-form textarea:focus {
    border-color: #3d66b3;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(61, 102, 179, .11);
}

.al-contact-form select {
    min-height: 48px;
    cursor: pointer;
}

.al-contact-form textarea {
    min-height: 155px;
    resize: vertical;
}

.al-contact-privacy {
    display: flex !important;
    align-items: flex-start;
    gap: 10px;
    margin: 2px 0 20px !important;
    padding: 12px 14px;
    border-radius: 9px;
    background: #f3f6fa;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1.45;
    color: #566171 !important;
}

.al-contact-privacy input {
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    margin: 2px 0 0;
    accent-color: #3d66b3;
}

.al-contact-privacy a {
    color: #294f98;
    font-weight: 600;
    text-decoration: none;
}

.al-contact-privacy a:hover {
    text-decoration: underline;
}

.al-contact-form button {
    width: 100%;
    min-height: 50px;
    border: 0;
    border-radius: 9px;
    background: #3d66b3;
    box-shadow: 0 8px 18px rgba(61, 102, 179, .22);
    color: #fff;
    padding: 13px 24px;
    font-family: "Roboto Slab", serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .1px;
    cursor: pointer;
    transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.al-contact-form button:hover {
    background: #31599f;
    box-shadow: 0 10px 22px rgba(61, 102, 179, .28);
    transform: translateY(-1px);
}

.al-contact-form button:active {
    transform: translateY(0);
}

.al-contact-message {
    max-width: 780px;
    margin: 16px 0;
    padding: 13px 15px;
    border-radius: 9px;
    font-size: 14px;
}

.al-contact-success {
    border: 1px solid #b9dec2;
    background: #edf8f0;
    color: #28613a;
}

.al-contact-error {
    border: 1px solid #e4bcbc;
    background: #fff1f1;
    color: #8b3030;
}

.al-contact-hp {
    position: absolute !important;
    left: -10000px !important;
    top: auto !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

@media (max-width: 767px) {
    .al-contact-form {
        margin-top: 18px;
        padding: 22px 16px 18px;
        border-radius: 13px;
        box-shadow: 0 10px 26px rgba(41, 79, 152, .09);
    }

    .al-contact-form::before {
        left: 16px;
        right: 16px;
    }

    .al-contact-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .al-contact-form label {
        margin-bottom: 15px;
    }

    .al-contact-form textarea {
        min-height: 140px;
    }
}

/* Lightweight grids replacing Livemesh carousels */
.al-lite-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    width: 100%;
    margin: 12px 0;
}

.al-lite-card {
    overflow: hidden;
    border: 1px solid #e0e6ee;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(41, 79, 152, .08);
    transition: transform .18s ease, box-shadow .18s ease;
}

.al-lite-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(41, 79, 152, .12);
}

.al-lite-card-image {
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #f3f5f8;
}

.al-lite-card-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.al-lite-card-body {
    padding: 16px 17px 18px;
}

.al-lite-card-body h3 {
    margin: 0 0 9px;
    font-family: "Roboto Slab", serif;
    font-size: 20px;
    line-height: 1.25;
}

.al-lite-card-body h3 a {
    color: #414b57;
    text-decoration: none;
}

.al-lite-card-body p {
    margin: 0 0 14px;
    color: #606a76;
    font-size: 14px;
    line-height: 1.55;
}

.al-lite-card-link {
    display: inline-block;
    padding: 9px 14px;
    border-radius: 7px;
    background: #3d66b3;
    color: #fff !important;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none !important;
}

.al-lite-card-link:hover {
    background: #31599f;
}

@media (max-width: 767px) {
    .al-lite-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .al-lite-card-body {
        padding: 14px 15px 16px;
    }

    .al-lite-card-body h3 {
        font-size: 18px;
    }
}