/*
Theme Name: Delaware Child
Theme URI: http://steelthemes.com/delaware
Author: SteelThemes
Author URI: http://steelthemes.com
Description: Consulting, Business, Finance, Accounting WordPress Theme
Version: 1.0.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: delaware
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: delaware
*/

/* ===== About 2 Page Styles ===== */
.polaxis-about-blockquote {
    border-left: 5px solid #f8e510;
    padding: 22px 32px;
    margin: 32px 0 28px;
    background: #f8f9fb;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.7;
    font-style: italic;
    color: #111c55;
}
.polaxis-founder-name {
    font-size: 30px;
    font-weight: 700;
    color: #111c55;
    margin: 0 0 6px;
    display: inline-block;
    border-bottom: 3px solid #f8e510;
    padding-bottom: 6px;
}
.polaxis-founder-name .name-first {
    color: #f8e510;
}
/* On dark bg, ensure the section title text renders white */
.why-bk-dark .delaware-section-title h2,
.why-bk-dark .delaware-section-title h3,
.why-bk-dark .delaware-section-title p,
.why-bk-dark .vc_column_text p {
    color: #fff !important;
}
.why-bk-dark .vc_column_text strong {
    color: #f8e510 !important;
}

/* CFO Engagement Models section */
.cfo-engagement-section {
    background-color: #f4f6fb !important;
}
.cfo-engagement-section .delaware-icon-box-1 {
    background: #fff;
    border-top: 3px solid #111c55;
    padding: 30px 25px;
    height: 100%;
    box-shadow: 0 2px 16px rgba(17,28,85,0.07);
    transition: box-shadow 0.25s, transform 0.2s;
}
.cfo-engagement-section .delaware-icon-box-1:hover {
    box-shadow: 0 6px 28px rgba(17,28,85,0.14);
    transform: translateY(-3px);
}
.cfo-engagement-section .delaware-icon-box-1 .icon-content .svg-icon {
    color: #111c55 !important;
}
.cfo-engagement-section .delaware-icon-box-1 .svg-icon svg {
    fill: #111c55;
}

/* ===== Polaxis CTA Section ===== */
.polaxis-cta-section {
    position: relative;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.polaxis-cta-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(17,28,85,0.92) 0%, rgba(17,28,85,0.75) 100%);
    z-index: 1;
}
.polaxis-cta-section > .vc_column-inner,
.polaxis-cta-section .wpb_column > .vc_column-inner {
    position: relative;
    z-index: 2;
}
.polaxis-cta-section .delaware-section-title h2,
.polaxis-cta-section .delaware-section-title h3,
.polaxis-cta-section .delaware-section-title p {
    color: #fff !important;
}
.polaxis-cta-section .delaware-section-title .title-underline span {
    color: #f8e510 !important;
}
.polaxis-cta-section .polaxis-cta-tagline {
    color: rgba(255,255,255,0.85);
    font-size: 18px;
    line-height: 1.7;
    text-align: center;
    margin-bottom: 0;
}
.polaxis-cta-btn-wrap {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}
.polaxis-cta-btn-wrap .polaxis-btn-primary {
    display: inline-block;
    padding: 16px 48px;
    background: #f8e510;
    color: #111c55 !important;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.25s, transform 0.2s;
}
.polaxis-cta-btn-wrap .polaxis-btn-primary:hover {
    background: #ffe800;
    transform: translateY(-2px);
    text-decoration: none;
}
.polaxis-cta-btn-wrap .polaxis-btn-outline {
    display: inline-block;
    padding: 14px 46px;
    border: 2px solid rgba(255,255,255,0.75);
    color: #fff !important;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    transition: border-color 0.25s, background 0.25s, transform 0.2s;
}
.polaxis-cta-btn-wrap .polaxis-btn-outline:hover {
    border-color: #fff;
    background: rgba(255,255,255,0.1);
    transform: translateY(-2px);
    text-decoration: none;
}
/* Why Bookkeeping Matters dark section */
.why-bk-dark {
    background-color: #111c55 !important;
}
.why-bk-dark .delaware-icon-box-3 .emtry-content,
.why-bk-dark .delaware-icon-box-3 .emtry-content p,
.why-bk-dark .delaware-icon-box-3 .descreption {
    color: #fff !important;
}
.why-bk-dark .delaware-icon-box-3 .emtry-content .readmore {
    display: none !important;
}

.polaxis-cta-divider {
    width: 60px;
    height: 3px;
    background: #f8e510;
    margin: 0 auto 28px;
}
.page-header .page-header-content {
	padding: 120px 0;
}
.extra-ct-box {
	display: none;
}