.adp-visit-section{
    padding: 70px 0 40px !important;
}

.adp-visit-card{
    display: grid !important;
    grid-template-columns: 1fr 1.15fr !important;
    background: #fff !important;
    border-radius: 34px !important;
    overflow: hidden !important;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08) !important;
}

.adp-visit-info{
    padding: 64px 52px !important;
    background: #fff !important;
}

.adp-contact-title{
    font-family: var(--wp--preset--font-family--birthstone) !important;
    font-size: 58px !important;
    line-height: 1.02 !important;
    font-weight: 800 !important;
    letter-spacing: 0px !important;
    color: var(--wp--preset--color--primary) !important;
    margin: 0 0 36px 0 !important;
}

.adp-visit-item{
    margin-bottom: 28px !important;
}

.adp-visit-label{
    font-family:'Manrope',sans-serif !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    color: #b04ad6 !important;
    margin-bottom: 6px !important;
}

.adp-visit-text{
    font-family:'Manrope',sans-serif !important;
    font-size: 18px !important;
    line-height: 1.6 !important;
    color: #333 !important;
}

.adp-visit-whatsapp{
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 320px !important;
    padding: 18px 30px !important;
    border-radius: 999px !important;
    background: #25D366 !important;
    color: #fff !important;
    text-decoration: none !important;
    font-family:'Manrope',sans-serif !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    box-shadow: 0 14px 28px rgba(37,211,102,.24) !important;
    margin-top: 18px !important;
    transition: transform .25s ease, box-shadow .25s ease !important;
}

.adp-visit-whatsapp:hover{
    transform: translateY(-2px) !important;
    box-shadow: 0 18px 30px rgba(37,211,102,.30) !important;
    color: #fff !important;
}

.adp-visit-whatsapp:focus{
    outline: none !important;
    box-shadow:
            0 0 0 3px rgba(37,211,102,.18),
            0 18px 30px rgba(37,211,102,.30) !important;
    color: #fff !important;
}

.adp-visit-map{
    min-height: 520px !important;
    background: #f4f4f4 !important;
}

.adp-visit-map iframe{
    width: 100% !important;
    height: 100% !important;
    min-height: 520px !important;
    border: 0 !important;
    display: block !important;
}

@media (max-width: 900px){
    .adp-visit-card{
        grid-template-columns: 1fr !important;
    }

    .adp-visit-info{
        padding: 38px 24px !important;
    }

    .adp-contact-title{
        font-size: 40px !important;
        letter-spacing: -1px !important;
    }

    .adp-visit-whatsapp{
        width: 100% !important;
        min-width: 0 !important;
    }

    .adp-visit-map,
    .adp-visit-map iframe{
        min-height: 340px !important;
    }
}

.adp-whatsapp-float{
    position: fixed !important;
    right: 24px !important;
    bottom: 24px !important;
    width: 72px !important;
    height: 72px !important;
    border-radius: 50% !important;
    background: #25D366 !important;
    color: #fff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    box-shadow: 0 8px 18px rgba(37, 211, 102, 0.28) !important;
    z-index: 9999 !important;
    transition: transform .2s ease, box-shadow .2s ease !important;
}

.adp-whatsapp-float:hover{
    transform: translateY(-2px) !important;
    box-shadow: 0 10px 22px rgba(37, 211, 102, 0.34) !important;
    color: #fff !important;
}

.adp-whatsapp-float:focus{
    outline: none !important;
    color: #fff !important;
}

.adp-whatsapp-float-icon{
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 38px !important;
    height: 38px !important;
}

.adp-whatsapp-float-icon svg{
    width: 38px !important;
    height: 38px !important;
    display: block !important;
    fill: currentColor !important;
}

@media (max-width: 900px){
    .adp-whatsapp-float{
        width: 64px !important;
        height: 64px !important;
        right: 16px !important;
        bottom: 16px !important;
    }

    .adp-whatsapp-float-icon,
    .adp-whatsapp-float-icon svg{
        width: 34px !important;
        height: 34px !important;
    }
}

@media (max-width: 900px){
    .adp-whatsapp-float{
        width: 64px !important;
        height: 64px !important;
        right: 16px !important;
        bottom: 16px !important;
    }

    .adp-whatsapp-float-icon,
    .adp-whatsapp-float-icon svg{
        width: 30px !important;
        height: 30px !important;
    }
}