/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

.ubud-service-block {
    display: flex;
    align-items: center;
    margin: 40px 0;
    background: #111111;
    border-radius: 12px;
    overflow: hidden;
}

.service-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.service-image, .service-content {
    flex: 1;
}

.service-content {
    padding: 30px;
}

.service-content h3 {
    font-family: 'Cinzel', serif;
    color: #FFFFFF;
    font-size: 28px;
}

.service-content p {
    font-family: 'Inter', sans-serif;
    color: #CCCCCC;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.btn.btn-accent {
    background-color: #C6A15B;
    color: #FFFFFF;
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 4px;
}

.btn.btn-accent:hover {
    opacity: 0.9;
}



