/* 
   ==========================================================================
   Brand Refresh - Official Logo Color Overrides (#ffc20e)
   ========================================================================== 
*/

:root {
    --primary-color: #ffc20e;
    --primary-dark: #e6b00d;
    --primary-light: #ffcd3e;
    --secondary-color: #e67e22;
}

/* Primary Color Overrides */
.primary-color, 
.blue-color,
.theme-color,
.header-top,
.btn-primary,
.bg-blue,
.bg-primary,
.section-title h2 span,
.section-title h3 span {
    color: #ffc20e !important;
}

/* Background Overrides */
.btn-primary,
.bg-blue,
.bg-primary,
.header-top,
.footer-social-links li a:hover,
.scroll-to-top:hover,
.nav-pills .nav-link.active,
.pagination .page-item.active .page-link,
.tags-list li a:hover,
.sidebar-title:after,
.footer-widget-title:after {
    background-color: #ffc20e !important;
    border-color: #ffc20e !important;
    color: #333 !important;
}

/* Border Overrides */
.btn-primary:hover,
.pagination .page-item.active .page-link,
.form-control:focus {
    border-color: #ffc20e !important;
}

/* Hover States */
.btn-primary:hover {
    background-color: #e67e22 !important;
    border-color: #e67e22 !important;
    color: #fff !important;
}

/* Specific Component Overrides */
.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a {
    color: #ffc20e !important;
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a {
    color: #ffc20e !important;
}

.breadcrumb-item a {
    color: #ffc20e !important;
}

.breadcrumb-item.active {
    color: #666 !important;
}

/* Selection */
::selection {
    background: #ffc20e;
    color: #333;
}

::-moz-selection {
    background: #ffc20e;
    color: #333;
}

/* Icon Colors */
i.primary-color,
.sbox-icon i,
.features-list li i {
    color: #ffc20e !important;
}

/* Hero Gradient Overlay Fix (if needed) */
.page-hero-section {
    position: relative;
}

/* Custom UI Polish */
.btn-primary {
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 194, 14, 0.2);
    border: none !important;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 194, 14, 0.3);
}
