/**
* Theme Name: Royalking Child
* Description: This is a child theme of Royalking, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/template_path">TemplatePath</a>
* Template: royalking
* Version: 1.0
*/
/* Target ONLY Book Now buttons with these exact classes */
.link-btn .btn-1.btn-alt.yt-btn-title-v1,
.link-btn a.btn-1.btn-alt.yt-btn-title-v1 {
    background-color: var(--e-global-color-secondary) !important; /* keeps normal state if needed */
    transition: background-color 0.4s ease !important;
}

.link-btn .btn-1.btn-alt.yt-btn-title-v1:hover,
.link-btn a.btn-1.btn-alt.yt-btn-title-v1:hover {
    background-color: #091F97 !important;          /* dark blue on hover */
    color: #ffffff !important;                     /* white text for readability */
    border-color: #091F97 !important;              /* optional: match border to bg */
}

/* Optional: darker shade when clicked/active for better UX feedback */
.link-btn .btn-1.btn-alt.yt-btn-title-v1:active,
.link-btn a.btn-1.btn-alt.yt-btn-title-v1:active,
.link-btn .btn-1.btn-alt.yt-btn-title-v1:focus,
.link-btn a.btn-1.btn-alt.yt-btn-title-v1:focus {
    background-color: #0a1a7a !important;          /* slightly darker blue */
}