@charset "UTF-8";
/*!
Theme Name: acBase
Theme URI:
Author: RapidDev
Author URI: https://www.rapidevelopers.com/
Description: RapidDev custom WordPress theme development.
Version: 2.0.0
Requires at least: 5.3
Tested up to: 5.6
Requires PHP: 7.0
Text Domain: acb_td
Tags: one-column, two-columns, custom-menu, full-width-template,  theme-options, translation-ready
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/
/* ============================================================
   CRO 2026-06-24 — custom CSS overrides.
   Enqueued sitewide (front end) via includes/scripts.php, handle "hb-cro".
   The theme's main.css/app.css are NOT reliably linked on standard pages,
   so CRO style overrides belong here.
   ============================================================ */

/* #2: standout hero "Call us" CTA — full button variant (mirrors .btn_white geometry, yellow palette),
   scoped to the hero banner so it never leaks to other buttons sitewide. */
.section-hero--banner .btn_yellow {
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.1;
    text-align: center;
    color: #18181b;
    background: #FAE693;
    border-radius: 100px;
    height: initial;
    min-height: 52px;
}
.section-hero--banner .btn_yellow:hover,
.section-hero--banner .btn_yellow:focus {
    background: #18181b;
    color: #FAE693;
    text-decoration: none;
}
@media (max-width: 991px) {
    .section-hero--banner .btn_yellow {
        min-height: 48px !important;
        font-size: 16px !important;
        padding: 5px 20px;
    }
}
