/*!
Theme Name: Reland
Theme URI: https://www.themegenix.net/reland/
Author: ThemeGenix
Author URI: https://mdsayemahmed.com
Description: Reland - Real Estate Group WordPress Theme
Version: 1.5
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: reland
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/* // Author URI: https://themeforest.net/user/themegenix/ */
.custom-header-btn {
    display: inline-block;
    padding: 8px 14px;
    background-color: #d4af37; /* gold */
    color: #000;
    font-weight: 600;
    border-radius: 5px;
    text-decoration: none;
    transition: 0.3s ease;
}

.custom-header-btn:hover {
    background-color: #b8962e;
    color: #fff;
}

.custom-header-btn.btn-secondary {
    background-color: #000;
    color: #fff;
}

.custom-header-btn.btn-secondary:hover {
    background-color: #333;
}

.phone-link {
    margin-right: 10px;
    color: #333;
    font-weight: 500;
    text-decoration: none;
}
