.elementor-13764 .elementor-element.elementor-element-06233fb{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13764 .elementor-element.elementor-element-d145126{--display:flex;--margin-top:-200px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}@media(max-width:767px){.elementor-13764 .elementor-element.elementor-element-06233fb{--margin-top:-120px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-13764 .elementor-element.elementor-element-d145126{--margin-top:-300px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for shortcode, class: .elementor-element-149a68c */#toscana-google-map {
    position: absolute;
    margin-bottom: 20px;
    width: 100vw;
    height: 550px !important;
    left: 50%;
    transform: translateX(-50%);
}

.entry-content-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    background-color: white;
    padding: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-top: 390px !important;
    z-index: 1;
}

.entry-title {
    text-align: center;
}

.contact-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-left: 0px;
    margin-right: 0px;
}

.contact-form, .contact-info {
    flex: 1 1 calc(50% - 10px);
    box-sizing: border-box;
}

.contact-form {
    margin-right: 20px;
}

.contact-info {
    background-color: #F4F4F4;
    border: 2px solid #1DADD9;
    padding: 20px;
    border-radius: 10px;
}

.contact-info p {
    margin: 5px 0;
}

.contact-info a {
    color: #000;
    text-decoration: none;
}

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

.contact-name {
    color: #FD7C59;
    font-size: 1.5em;
    font-weight: bold;
}

.social-icons {
    margin-top: 10px;
}

.social-icons a {
    margin-right: 10px;
    font-size: 1.5em;
}

.google-reviews {
    margin-bottom: 20px;
}

.info-window {
    display: flex;
    width: 100%;
    padding: 15px;
    background-color: #f8f9fa;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    line-height: 1.4;
}

.info-window-image-container {
    flex: 40%;
    margin-right: 15px;
}

.info-window-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.info-window-content {
    flex: 60%;
}

.info-window-title {
    margin: 10px 0 5px 0;
    font-size: 1.5em;
    font-weight: bold;
    color: #333;
}

.info-window-address {
    margin: 5px 0;
    font-size: 1em;
    color: #FF5722;
    display: flex;
    align-items: center;
}

.info-window-address i {
    margin-right: 5px;
}

.info-window-buttons {
    display: flex;
    gap: 8px;
    margin-top: 10px;
}

.info-window-button {
    padding: 6px 12px;
    font-size: 0.9em;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
    text-align: center;
    display: inline-block;
}

.info-window-button:hover {
    background-color: #0056b3;
}

.zoom-button {
    background-color: #17a2b8;
}

.zoom-button:hover {
    background-color: #138496;
}

.toscana-associated-posts {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    margin-bottom: 20px;
    padding: 10px;
    box-sizing: border-box;
    width: calc(100% + 40px);
    margin-left: -20px;
}

.toscana-associated-post {
    flex: 0 0 30%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.toscana-associated-post a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
}

.toscana-associated-post h4 {
    margin-top: 10px;
    font-size: 1.1em;
    text-align: center;
    width: 100%;
}

.toscana-associated-post img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.slick-prev, .slick-next {
    background: #000;
    color: #000!important;
    border: none;
    padding: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 40px!important;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
}

.slick-next::before, .slick-prev::before {
    color: #000!important;
}

.slick-prev:hover, .slick-next:hover {
    background: #333;
}

.slick-prev:before, .slick-next:before {
    content: none;
}

.slick-prev i, .slick-next i {
    font-size: 16px;
    color: #000;
}

.slick-prev {
    left: -20px;
}

.slick-next {
    right: -20px;
}

@media (max-width: 1024px) {
    .contact-section {
        flex-direction: column;
    }

    .contact-form, .contact-info {
        flex: 1 1 100%;
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    .entry-content-container {
        margin-top: -50px;
    }

    .toscana-associated-post {
        flex: 1 1 100%;
    }

    .slick-prev, .slick-next {
        width: 30px!important;
        height: 30px;
    }

    #toscana-google-map {
        height: 300px;
    }
}

/* Contact Form */
/* Contact Form */
.wpcf7-form {
    font-family: Arial, sans-serif;
}

.wpcf7-form p {
    margin-bottom: 5px;
}

.wpcf7-form label {
    font-weight: bold;
    display: block;
    margin-bottom: -52px;
}

.wpcf7-form .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 5px;
}

/* Input Styles */
.wpcf7-form-control {
    width: 100%;
    padding: 6px;
    font-size: 14px;
    box-sizing: border-box;
}

/* Error Styles */
.wpcf7-not-valid-tip {
    color: red;
    font-size: 12px;
    margin-top: 2px;
}

/* Acceptance Checkbox */
.wpcf7-acceptance {
    display: flex;
    align-items: center;
    margin-bottom: 65px;
}

.wpcf7-acceptance input {
    margin-right: 5px;
}

/* Submit Button */
.wpcf7-submit {
    background-color: #00a1e5;
    color: #fff;
    padding: 8px;
    border: none;
    border-radius: 3px;
    font-size: 14px;
    cursor: pointer;
}

.wpcf7-submit:hover {
    background-color: #008cba;
}

/* Info Text */
.wpcf7-response-output {
    color: red;
    font-size: 12px;
    margin-top: 5px;
}/* End custom CSS */