Connect With Us

Please get in touch, we’d love to hear from you.
Connections and community are so important for our wellbeing.

Location

Ubud, Bali

curve shape

Connect With Us

    /* Wrapper */ .custom-contact-form { display: flex; flex-direction: column; gap: 20px; }/* General fields */ .custom-contact-form input[type="text"], .custom-contact-form input[type="email"], .custom-contact-form select, .custom-contact-form textarea { font-family: 'Montserrat', sans-serif; width: 100%; background: #ffffff; color: #5e5e5e; border: 1px solid #ddd; border-radius: 6px; padding: 14px 18px; font-size: 16px; line-height: 1.4; box-sizing: border-box; }/* Placeholder color */ .custom-contact-form ::placeholder { color: #5e5e5e; opacity: 0.8; }/* Dropdown select */ .custom-contact-form select { appearance: none; background-image: url("data:image/svg+xml;utf8,"); background-repeat: no-repeat; background-position: right 16px center; background-size: 20px; }/* Textarea */ .custom-contact-form textarea { font-family: 'Montserrat', sans-serif; min-height: 150px; resize: vertical; }/* Submit button */ .custom-contact-form input[type="submit"] { background-color: #C45226; color: #ffffff; border: none; border-radius: 6px; padding: 14px 24px; font-size: 16px; font-weight: 600; cursor: pointer; transition: all 0.3s ease; }/* Hover effect */ .custom-contact-form input[type="submit"]:hover { background-color: #95a58e; } @media (max-width: 768px) { .custom-contact-form textarea { max-height: 40px; /* shorter for mobile */ font-family: 'Montserrat', sans-serif; } }