﻿/* Odoo ERP landing page — supplements theme service-wrap-2 cards */
.odoo-erp-page .theme-banner-two .breadcrumb-menu {
  margin-bottom: 20px;
}
.odoo-erp-page .theme-banner-two .breadcrumb-menu .breadcrumb-current {
  color: #ffffff;
}
.odoo-erp-page .service-wrap-2 .service-title {
  font-size: 28px;
  font-weight: 600;
  font-family: "GeneralSans-Semibold", sans-serif;
  line-height: 1.25;
}
.odoo-erp-page .service-wrap-2.serve-50 .service-title {
  margin-bottom: 12px;
}
.odoo-erp-page .service-wrap-2 .description {
  line-height: 1.65;
}
.odoo-erp-page .odoo-step-badge {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  color: #4D9400;
  background: rgba(77, 148, 0, 0.12);
  padding: 4px 12px;
  border-radius: 50px;
  margin-bottom: 12px;
}
.odoo-erp-page .odoo-hero-badge {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #ff433d;
  margin-bottom: 22px;
  padding: 6px 16px;
  background: rgba(169, 251, 80, 0.15);
  border-radius: 50px;
  border: 1px solid rgba(169, 251, 80, 0.25);
}
.odoo-hero-stats {
  max-width: 720px;
  margin: 0 auto;
}
.odoo-stat-pill {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 14px;
  padding: 18px 14px;
  backdrop-filter: blur(6px);
}
.odoo-stat-value {
  font-size: 1.75rem;
  font-weight: 700;
  font-family: "GeneralSans-Semibold", sans-serif;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 4px;
}
.odoo-stat-label {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.35;
}
.odoo-check-list {
  padding-left: 0;
  list-style: none;
}
.odoo-check-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  color: rgba(7, 17, 6, 0.78);
  line-height: 1.55;
}
.odoo-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(77, 148, 0, 0.15);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234D9400'%3E%3Cpath d='M6.5 11.5L3 8l1-1 2.5 2.5L12 4l1 1z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
}
.odoo-visual-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 340px;
}
.odoo-visual-ring {
  position: relative;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  border: 2px dashed rgba(77, 148, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
}
.odoo-ring-center {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4D9400 0%, #3a7000 100%);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 16px 40px rgba(77, 148, 0, 0.25);
  padding: 16px;
}
.odoo-ring-center img {
  width: 32px;
  height: 32px;
  filter: brightness(0) invert(1);
  margin-bottom: 8px;
}
.odoo-ring-center strong {
  font-size: 1rem;
  line-height: 1.2;
}
.odoo-ring-center span {
  font-size: 0.75rem;
  opacity: 0.85;
}
.odoo-ring-label {
  position: absolute;
  font-size: 0.8rem;
  font-weight: 600;
  background: #fff;
  border: 1px solid #e8ecef;
  border-radius: 50px;
  padding: 6px 14px;
  box-shadow: 0 4px 12px rgba(7, 17, 6, 0.06);
}
.odoo-ring-sales { top: 12px; left: 50%; transform: translateX(-50%); }
.odoo-ring-inventory { right: 0; top: 50%; transform: translateY(-50%); }
.odoo-ring-finance { bottom: 12px; left: 50%; transform: translateX(-50%); }
.odoo-ring-hr { left: 0; top: 50%; transform: translateY(-50%); }
.odoo-demo-wrap {
  background: linear-gradient(135deg, #1a1a2e 0%, #0f3460 100%);
  border-radius: 24px;
  padding: 48px 40px;
}
.odoo-demo-form-card {
  background: #fff;
  border-radius: 20px;
  padding: 36px 32px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}
.odoo-demo-form-card .contact-form-wrapper-2 .title-one .title {
  font-size: 1.5rem;
  margin-bottom: 8px;
}
.odoo-demo-form-card .contact-form-wrapper-2 .title-one p {
  color: rgba(7, 17, 6, 0.68);
}
.odoo-demo-form-card .szw-wrap {
  max-width: 100%;
}
.odoo-demo-contact li {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.9);
}
.odoo-demo-contact a {
  color: #ff433d;
  text-decoration: underline;
}
.odoo-demo-contact a:hover {
  color: #fff;
}
.odoo-mid-cta {
  background: linear-gradient(135deg, #f6f8f4 0%, #eef3ea 100%);
  border: 1px solid rgba(77, 148, 0, 0.15);
  border-radius: 20px;
  padding: 48px 40px;
  max-width: 820px;
  margin: 0 auto;
}
.odoo-mid-cta h3 {
  margin-bottom: 12px;
  font-size: 1.75rem;
}
.odoo-mid-cta p {
  color: rgba(7, 17, 6, 0.72);
  margin-bottom: 24px;
  line-height: 1.65;
}
@media only screen and (max-width: 767.98px) {
  .odoo-visual-ring {
    width: 260px;
    height: 260px;
  }
  .odoo-ring-center {
    width: 120px;
    height: 120px;
  }
  .odoo-demo-wrap {
    padding: 32px 24px;
  }
  .odoo-demo-form-card {
    padding: 28px 22px;
  }
  .odoo-stat-value {
    font-size: 1.4rem;
  }
  .odoo-erp-page .service-wrap-2 .service-title {
    font-size: 22px;
  }
}
