.custom-header .header-right .phone {
	 color: #333;
	 font-weight: 500;
}
 .custom-header .header-right .schedule-btn {
	 border: 1px solid #5c98c5;
	 color: #5c98c5;
	 padding: 6px 16px;
	 border-radius: 20px;
	 font-size: 14px;
	 font-weight: 500;
	 background: transparent;
	 transition: all 0.3s ease;
}
 .custom-header .header-right .schedule-btn:hover {
	 background: #5c98c5;
	 color: #fff;
}
 .odoo-hero .hero-content .badge-partner {
	 display: inline-block;
	 background: var(--bi-blue-color) !important;
	 color: #fff !important;
	 font-weight: 600;
	 padding: 6px 14px;
	 border-radius: 20px;
	 font-size: 1rem;
	 margin-bottom: 15px;
}
 .odoo-hero .hero-content .hero-title {
	 font-size: 42px;
	 font-weight: 700;
	 line-height: 1.3;
	 color: #1c1c1c;
}
 .odoo-hero .hero-content .hero-title span {
	 color: var(--bi-blue-color) !important;
}
 .odoo-hero .hero-content .hero-desc {
	 color: #6c757d;
	 margin: 20px 0;
	 font-size: 16px;
	 line-height: 1.6;
}
 .odoo-hero .hero-content .hero-points {
	 list-style: none;
	 padding: 0;
	 margin-bottom: 25px;
}
 .odoo-hero .hero-content .hero-points li {
	 margin-bottom: 10px;
	 padding-left: 28px;
	 position: relative;
	 color: #333;
}
 .odoo-hero .hero-content .hero-points li::before {
	 content: "✔";
	 position: absolute;
	 left: 0;
	 color: #20c997;
	 font-weight: bold;
}
 .odoo-hero .hero-content .hero-btn {
	 background: var(--bi-blue-color) !important;
	 border: none;
	 padding: 12px 24px;
	 font-weight: 600;
	 border-radius: 8px;
}
 .odoo-hero .hero-content .hero-btn:hover {
	 background: #5a32a3;
}
 .odoo-hero .hero-content .hero-call {
	 margin-top: 12px;
	 color: #6c757d;
	 font-size: 14px;
}
 .odoo-hero .form-card {
	 background: #fff;
	 padding: 30px;
	 border-radius: 16px;
	 box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
 .odoo-hero .form-card h4 {
	 font-weight: 700;
	 margin-bottom: 10px;
}
 .odoo-hero .form-card .form-subtitle {
	 color: #6c757d;
	 font-size: 14px;
	 margin-bottom: 20px;
}
 .odoo-hero .form-card label {
	 font-size: 13px;
	 font-weight: 600;
	 margin-bottom: 5px;
}
 .odoo-hero .form-card .form-control {
	 border-radius: 8px;
	 padding: 10px;
	 border: 1px solid #ddd;
}
 .odoo-hero .form-card .form-control:focus {
	 border-color: var(--bi-blue-color) !important;
	 box-shadow: none;
}
 .odoo-hero .form-card .btn-success {
	 background: #20c997;
	 border: none;
	 padding: 12px;
	 font-weight: 600;
	 border-radius: 8px;
}
 .odoo-hero .form-card .btn-success:hover {
	 background: #17a589;
}
 .odoo-hero .form-card .form-note {
	 font-size: 12px;
	 color: #999;
	 text-align: center;
}
 .trusted-section {
	 background: #f8f9fb;
	/* INDUSTRY BOXES */
	/* BADGES */
}
 .trusted-section .trusted-title {
	 font-size: 1rem;
	 letter-spacing: 1.5px;
	 color: #6c757d;
	 font-weight: 600;
}
 .trusted-section .trusted-boxes .trusted-item {
	 padding: 14px 24px;
	 background: #fff;
	 border: 1px solid #e5e7eb;
	 border-radius: 12px;
	 font-size: 14px;
	 color: #333;
	 font-weight: 500;
	 min-width: 180px;
	 text-align: center;
	 transition: all 0.3s ease;
}
 .trusted-section .trusted-boxes .trusted-item:hover {
	 border-color: var(--bi-blue-color);
	 transform: translateY(-2px);
	 box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}
 .trusted-section .trusted-badges .badge-pill {
	 padding: 10px 18px;
	 border-radius: 30px;
	 background: #fff;
	 border: 1px solid #e5e7eb;
	 font-size: 13px;
	 font-weight: 500;
	 color: #333;
	 display: flex;
	 align-items: center;
	 gap: 6px;
}
 .trusted-section .trusted-badges .badge-pill:hover {
	 border-color: var(--bi-blue-color);
	 color: var(--bi-blue-color);
}
 .problem-section .section-title {
	 font-size: 36px;
	 font-weight: 700;
	 color: #1c1c1c;
	 line-height: 1.3;
}
 .problem-section .problem-card {
	 background: #fff;
	 border: 1px solid #e5e7eb;
	 border-radius: 16px;
	 padding: 30px;
	 text-align: left;
	 height: 100%;
	 transition: all 0.3s ease;
}
 .problem-section .problem-card .icon-box {
	 width: 50px;
	 height: 50px;
	 border-radius: 12px;
	 background: #808080 26;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 margin-bottom: 15px;
}
 .problem-section .problem-card .icon-box i {
	 font-size: 22px;
	 color: var(--bi-blue-color);
}
 .problem-section .problem-card h5 {
	 font-weight: 600;
	 margin-bottom: 10px;
	 color: #1c1c1c;
}
 .problem-section .problem-card p {
	 font-size: 14px;
	 color: #6c757d;
	 line-height: 1.6;
}
 .problem-section .problem-card:hover {
	 transform: translateY(-5px);
	 border-color: var(--bi-blue-color);
	 box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}
 .problem-section .cta-link {
	 font-weight: 600;
	 color: var(--bi-blue-color);
	 text-decoration: none;
	 transition: 0.3s;
}
 .problem-section .cta-link:hover {
	 text-decoration: underline;
	 color: var(--bi-blue-color);
}
 .why-section {
	/* TABLE CARD */
}
 .why-section .why-title {
	 font-size: 36px;
	 font-weight: 700;
	 color: #1c1c1c;
	 line-height: 1.3;
}
 .why-section .why-title span {
	 color: var(--bi-blue-color);
}
 .why-section .why-desc {
	 color: var(--bi-blue-color);
	 margin-top: 10px;
	 font-size: 15px;
}
 .why-section .stats h3 {
	 font-size: 36px;
	 font-weight: 700;
	 color: var(--bi-blue-color);
	 margin-bottom: 5px;
}
 .why-section .stats p {
	 font-size: 14px;
	 color: #6c757d;
	 margin: 0;
}
 .why-section .comparison-card {
	 background: #fff;
	 border-radius: 16px;
	 border: 1px solid #e5e7eb;
	 overflow: hidden;
}
 .why-section .comparison-card table {
	 width: 100%;
	/* Highlight middle column */
}
 .why-section .comparison-card table thead {
	 background: #f3f4f6;
}
 .why-section .comparison-card table thead th {
	 font-size: 13px;
	 color: #6c757d;
	 font-weight: 600;
	 padding: 14px;
}
 .why-section .comparison-card table tbody tr {
	 border-top: 1px solid #eee;
}
 .why-section .comparison-card table tbody tr td {
	 padding: 14px;
	 font-size: 14px;
	 color: #333;
}
 .why-section .comparison-card table .highlight-col {
	 border-left: 3px solid var(--bi-blue-color);
	 border-right: 3px solid var(--bi-blue-color);
	 font-weight: 600;
	 color: var(--bi-blue-color);
}
 .industry-section {
	/* PILLS */
	/* CARD */
	/* BUTTON */
}
 .industry-section .section-title {
	 font-size: 34px;
	 font-weight: 700;
	 color: #1c1c1c;
}
 .industry-section .nav-pills .nav-link {
	 background: #f1f1f1;
	 color: #555;
	 border-radius: 25px;
	 padding: 8px 18px;
	 margin: 5px;
	 font-size: 14px;
	 transition: all 0.3s ease;
}
 .industry-section .nav-pills .nav-link.active {
	 background: var(--bi-blue-color);
	 color: #fff;
}
 .industry-section .nav-pills .nav-link:hover {
	 background: var(--bi-blue-color);
}
 .industry-section .industry-card {
	 background: #fff;
	 border-radius: 16px;
	 padding: 30px;
	 max-width: 700px;
	 margin: auto;
	 border: 1px solid var(--bi-blue-color);
	 text-align: left;
}
 .industry-section .industry-card h5 {
	 font-weight: 600;
	 margin-bottom: 15px;
	 color: var(--bi-blue-color);
}
 .industry-section .industry-card ul {
	 padding-left: 18px;
}
 .industry-section .industry-card ul li {
	 margin-bottom: 10px;
	 color: #333;
}
 .industry-section .industry-card ul li::marker {
	 color: #20c997;
}
 .industry-section .industry-btn {
	 background: var(--bi-blue-color);
	 color: #fff;
	 padding: 12px 24px;
	 border-radius: 8px;
	 font-weight: 600;
}
 .industry-section .industry-btn:hover {
	 background: var(--bi-blue-color);
	 color: #fff;
}
 .timeline-section {
	 background: #f8f9fb;
}
 .timeline-section .section-title {
	 font-size: 34px;
	 font-weight: 700;
	 color: #1c1c1c;
}
 .timeline-section .timeline {
	 margin-top: 40px;
}
 .timeline-section .timeline .timeline-line {
	 position: absolute;
	 top: 30px;
	 left: 5%;
	 width: 90%;
	 height: 2px;
	 background: var(--bi-blue-color);
	 z-index: 0;
}
 .timeline-section .timeline .timeline-item {
	 position: relative;
	 text-align: center;
	 width: 18%;
	 z-index: 1;
}
 .timeline-section .timeline .timeline-item .icon-circle {
	 width: 60px;
	 height: 60px;
	 border-radius: 50%;
	 border: 2px solid var(--bi-blue-color);
	 background: #fff;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 margin: 0 auto 12px;
	 font-size: 22px;
}
 .timeline-section .timeline .timeline-item .week {
	 display: block;
	 font-size: 12px;
	 color: var(--bi-blue-color);
	 font-weight: 600;
	 margin-bottom: 5px;
}
 .timeline-section .timeline .timeline-item h6 {
	 font-size: 14px;
	 font-weight: 600;
	 color: #1c1c1c;
}
 .timeline-section .timeline .timeline-item small {
	 font-size: 12px;
	 color: var(--bi-blue-color);
}
 .timeline-section .timeline-note {
	 font-size: 14px;
	 color: var(--bi-blue-color);
}
 .timeline-section .timeline-note a {
	 color: var(--bi-blue-color);
	 font-weight: 600;
	 text-decoration: none;
}
 .timeline-section .timeline-note a:hover {
	 text-decoration: underline;
}
 .cta-section {
	 background: linear-gradient(135deg, #5c98c5, #4a7da3);
	 color: #fff;
	/* BUTTONS */
}
 .cta-section .cta-title {
	 font-size: 36px;
	 font-weight: 700;
	 margin-bottom: 10px;
}
 .cta-section .cta-subtitle {
	 font-size: 16px;
	 opacity: 0.9;
}
 .cta-section .cta-buttons .cta-btn-primary {
	 background: #fff;
	 color: #5c98c5;
	 font-weight: 600;
	 padding: 12px 24px;
	 border-radius: 8px;
	 border: none;
	 transition: 0.3s;
}
 .cta-section .cta-buttons .cta-btn-primary:hover {
	 background: #f1f1f1;
	 color: #4a7da3;
}
 .cta-section .cta-buttons .cta-btn-outline {
	 border: 1px solid #fff;
	 color: #fff;
	 padding: 12px 24px;
	 border-radius: 8px;
	 font-weight: 600;
	 transition: 0.3s;
}
 .cta-section .cta-buttons .cta-btn-outline:hover {
	 background: rgba(255, 255, 255, 0.1);
	 color: #fff;
}
 .cta-section .cta-note {
	 font-size: 1rem;
	 opacity: 0.8;
}
 .cta-section .cta-divider {
	 margin: 40px auto 20px;
	 width: 60%;
	 border-color: rgba(255, 255, 255, 0.2);
}
 .cta-section .cta-footer {
	 font-size: 13px;
	 opacity: 0.8;
}
 