/*
Theme Name:   Rally Labor Child Theme
Theme URI:    https://rallylabor.com
Description:  Child theme for Hello Elementor – Rally Labor custom widgets
Author:       Rally Labor
Author URI:   https://rallylabor.com
Template:     hello-elementor
Version:      1.0.0
Text Domain:  hello-elementor-child
*/

html {
  font-size: 16px;
}
.heading span {
	color: #FBB03B;
}
strong {
	color: #fff;
}
.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(90deg, rgba(251, 176, 59, 0.03) 0px, rgba(251, 176, 59, 0.03) 1px, transparent 1px, transparent 80px);
    pointer-events: none;
}
.pain-item {
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-left: 3px solid rgba(251, 176, 59, 0.4);
    border-radius: 4px;
}
.pillar {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-top: 3px solid #fbb03b;
}

/* ── Comparison Table: kill all theme/Elementor table borders ── */
.elementor-widget-rally_comparison_table table,
.elementor-widget-rally_comparison_table thead,
.elementor-widget-rally_comparison_table tbody,
.elementor-widget-rally_comparison_table tr,
.elementor-widget-rally_comparison_table th,
.elementor-widget-rally_comparison_table td {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}
.elementor-widget-rally_comparison_table table {
    border-collapse: collapse !important;
}
.elementor-widget-rally_comparison_table thead tr {
    border-bottom: 2px solid rgba(251,176,59,0.3) !important;
}
.elementor-widget-rally_comparison_table td {
    border-bottom: 1px solid rgba(255,255,255,0.06) !important;
}
.industry-icon svg, .custom-icons svg {
    color: #fbb03b;
}
.industry-icon svg path, .industry-icon svg circle {
    fill: #fbb03b !important;
}
.stroke-icon svg path, .stroke-icon svg circle {
    stroke: #fbb03b !important;
}

.rally-button {
  transition: background 0.2s, transform 0.15s !important;
}

.rally-button:hover {
  transform: translateY(-1px) !important;
}
.header-cta a {
    background: #fbb03b;
		color: #333333 !important; 
    padding: 0.5rem 1.5rem !important;
    border-radius: 4px;
	transition: background 0.2s, transform 0.15s !important;
}
.header-cta a:hover {
    background: #d9920a;
	color: #ffffff;
	transform: translateY(-1px) !important;
}
.contact-methods {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-left: 3px solid #fbb03b !important;
}
.elementor-field-textual,
.elementor-select-wrapper select,
select.elementor-field-textual {
    padding: 12px 16px !important;
    height: auto !important;
    box-sizing: border-box !important;
    font-size: 0.95rem !important;
    line-height: 1.5 !important;
}
.elementor-field-textual:focus,
.elementor-select-wrapper select:focus,
select.elementor-field-textual:focus {
    border-color: #fbb03b !important;
    outline: none !important;
    box-shadow: 0 0 0 2px rgba(251, 176, 59, 0.2) !important;
}