.btn.btn-primary {
    background: #f8d7d9;
    /* You can try a more contrasting color */
    color: #D2A679;
    border: 2px solid #D2A679;
    /* Adds a contrasting border */
    font-size: 18px;
    /* Increases the font size for better visibility */
    padding: 15px 30px;
    /* Adjusts padding for a larger button */
    border-radius: 5px;
    /* Optional: adds a border radius for a rounded button */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    /* Adds shadow for a 3D effect */
}

.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
    background: #D2A679;
    /* Changes the color on hover for interaction */
    color: #fff;
    /* Changes text color for readability */
    border: 2px solid #D2A679;
    /* Keeps the border solid */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    /* Darkens the shadow on hover */
}

/* Styling for the headings (Manicure, Pedicure, Brwi) */
.fh5co-block h2 {
    font-size: 26px;
    /* Increase the size of the heading */
    font-weight: 700;
    /* Make the heading bold */
    color: #D2A679;
    /* Make the color match your design, use a contrast color if needed */
    text-align: center;
    /* Center the text */
    text-transform: uppercase;
    /* Make the text all caps for emphasis */
    letter-spacing: 1px;
    /* Add some letter spacing */
    margin-bottom: 15px;
    /* Add some space below the heading */
}

/* Styling for the descriptions under the headings */
.fh5co-block p {
    font-size: 18px;
    /* Increase the font size for better readability */
    color: #7f7f7f;
    /* Adjust the color for better contrast against the background */
    line-height: 1.6;
    /* Increase line height to improve readability */
    text-align: center;
    /* Center the description text */
    margin-bottom: 20px;
    /* Add space below the description */
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    /* Add a subtle shadow for depth */
}

/* Optional: Add a hover effect for the entire block */
.fh5co-block:hover h2,
.fh5co-block:hover p {
    color: #f8d7d9;
    /* Change text color on hover for interactivity */
}

#fh5co-testimonials .fh5co-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.7);
}

.section-heading h2 {
    margin: 0 0 30px 0;
    font-size: 50px;
    font-weight: 300;
    color: #D2A679;
    text-transform: uppercase;
    position: relative;
    display: block;
    padding-bottom: 20px;
    line-height: 1.5;
}

.fh5co-person h3 a {
    color: #D2A679;
}

.fh5co-person h3 a:hover,
.fh5co-person h3 a:focus {
    color: #D2A679;
    /* Keeps the color consistent on hover/focus */
}

.fh5co-contact-address a {
    color: #7f7f7f;
    /* Set the text color for the link */
    text-decoration: none;
    /* Remove underline */
    transition: color 0.3s ease;
    /* Smooth transition on hover */
}

.fh5co-contact-address i {
    color: #7f7f7f;
    /* Set the color for the icon */
    margin-right: 5px;
    /* Add some spacing between the icon and the text */
}

.fh5co-contact-address a:hover {
    color: #D2A679;
    /* Change the color on hover if needed */
}

/* ####################################################### */

#fh5co-about {
    overflow: hidden;
    position: relative;
}

#fh5co-services h3 {
    font-size: 24px;
    color: #D2A679;
}


#fh5co-about:before,
#fh5co-about:after {
    position: absolute;
    transform: rotate(-1.7deg);
    -ms-transform: rotate(-1.7deg);
    -webkit-transform: rotate(-1.7deg);
    -o-transform: rotate(-1.7deg);
    -moz-transform: rotate(-1.7deg);
    background-color: #E2C391;
    content: "";
    z-index: 3;
    display: inline-block;
    height: 70px;
    padding: 0;
    width: 101%;
}

#fh5co-about:before {
    top: 0;
    margin-top: -35px;
}

#fh5co-about:after {
    bottom: 0;
    margin-bottom: -35px;
}

/* ####################################################### */