.elementor-4896 .elementor-element.elementor-element-c9d5ab6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4896 .elementor-element.elementor-element-f00123a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4896 .elementor-element.elementor-element-c70cb5b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4896 .elementor-element.elementor-element-4a6d9cf{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}body.elementor-page-4896:not(.elementor-motion-effects-element-type-background), body.elementor-page-4896 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}@media(max-width:1366px){.elementor-4896 .elementor-element.elementor-element-4a6d9cf{--padding-top:72px;--padding-bottom:72px;--padding-left:20px;--padding-right:20px;}}@media(max-width:1024px){.elementor-4896 .elementor-element.elementor-element-4a6d9cf{--padding-top:0px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}}/* Start custom CSS for html, class: .elementor-element-3e01d0f */:root {
  --primary-color-inner: #3831b5;
  --primary-hover-inner: #292394;
  --text-dark: #0f172a;
  --text-muted: #475569;
  --bg-light: #f8fafc;
  --white: #ffffff;
  --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
  --shadow-md: 0 10px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.05);
  --shadow-lg: 0 20px 25px -5px rgba(56, 49, 181, 0.05), 0 10px 10px -5px rgba(0, 0, 0, 0.03);
  --font-main: "Inter", sans-serif;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--font-main);
  background-color: #ffffff;
  color: var(--text-dark);
  line-height: 1.5;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* ==========================================================================
   Hero Layout
   ========================================================================== */

.hero-section {
  position: relative;
  width: 100%;
  padding: 60px 40px 40px 40px;
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 85% 20%, rgba(238, 242, 255, 0.6) 0%, rgba(255, 255, 255, 0) 60%),
    radial-gradient(circle at 15% 80%, rgba(245, 243, 255, 0.5) 0%, rgba(255, 255, 255, 0) 50%) #fff;
  overflow: hidden;
}

.hero-section .container {
  width: 100%;
  max-width: 1440px;
  display: grid;
  min-height: 520px;
  margin: 0 auto;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 30px;
  align-items: center;
  z-index: 2;
}

/* ==========================================================================
   Typography & Left Panel Content
   ========================================================================== */

.hero-section .content-left {
  display: flex;
  flex-direction: column;
}

.hero-section .main-title {
  font-size: 46px;
  font-weight: 800;
  line-height: 1.15;
  color: #0b132b;
  letter-spacing: -0.5px;
  margin-bottom: 8px;
}

.hero-section .subtitle {
  font-size: 32px;
  font-weight: 700;
  color: var(--primary-color-inner);
  margin-bottom: 24px;
}

.hero-section .section-tagline {
  font-size: 17px;
  font-weight: 700;
  color: #0b132b;
  margin-bottom: 14px;
}

.hero-section .description,
.hero-section .description-secondary {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 16px;
  max-width: 580px;
}

.hero-section .description-secondary {
  margin-bottom: 30px;
}

/* Buttons */
.hero-section .btn-container {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.hero-section .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 28px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
}

.hero-section .btn-primary {
  background-color: var(--primary-color-inner);
  color: var(--white);
  border: 2px solid var(--primary-color-inner);
  box-shadow: 0 4px 14px rgba(56, 49, 181, 0.2);
}

.hero-section .btn-primary:hover {
  background-color: var(--primary-hover-inner);
  border-color: var(--primary-hover-inner);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(56, 49, 181, 0.3);
}

.hero-section .btn-secondary {
  background-color: transparent;
  color: var(--primary-color-inner);
  border: 2px solid #e2e8f0;
}

.hero-section .btn-secondary:hover {
  border-color: var(--primary-color-inner);
  background-color: rgba(56, 49, 181, 0.02);
  transform: translateY(-2px);
}

.hero-section .btn i {
  margin-left: 8px;
  font-size: 12px;
  transition: transform 0.3s ease;
}

.hero-section .btn:hover i {
  transform: translateX(4px);
}

/* ==========================================================================
   Graphics & Right Floating Elements
   ========================================================================== */

.hero-section .graphics-right {
  position: relative;
  width: 100%;
  height: 400px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.hero-section .presenter-wrapper {
  position: absolute;
  bottom: -60px;
  right: 40px;
  width: 480px;
  height: 420px;
  z-index: 2;
}

/* Floating Left Features Card */
.hero-section .features-floating-card {
  position: absolute;
  left: -20px;
  top: 25px;
  background: var(--white);
  border-radius: 12px;
  padding: 20px;
  width: 210px;
  box-shadow: var(--shadow-md);
  border: 1px solid rgba(226, 232, 240, 0.8);
  z-index: 3;
  animation: float-slow 6s ease-in-out infinite alternate;
}

.hero-section .feature-mini-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.hero-section .feature-mini-item:last-child {
  margin-bottom: 0;
}

.hero-section .mini-icon-wrapper {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  flex-shrink: 0;
}

/* Badge Context Color Sets */
.hero-section .icon-blue {
  background-color: #eff6ff;
  color: #3b82f6;
  border: 1px solid #dbeafe;
}
.hero-section .icon-purple {
  background-color: #f5f3ff;
  color: #7c3aed;
  border: 1px solid #ddd6fe;
}
.hero-section .icon-pink {
  background-color: #fdf2f8;
  color: #ec4899;
  border: 1px solid #fce7f3;
}
.hero-section .icon-orange {
  background-color: #fff7ed;
  color: #f97316;
  border: 1px solid #ffedd5;
}
.hero-section .icon-green {
  background-color: #f0fdf4;
  color: #22c55e;
  border: 1px solid #dcfce7;
}

.hero-section .feature-mini-text {
  font-size: 11px;
  font-weight: 600;
  color: #334155;
}

/* Floating Assessment Check Card */
.hero-section .assessment-card {
  position: absolute;
  right: -10px;
  top: 10px;
  background: var(--white);
  border-radius: 14px;
  width: 250px;
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(226, 232, 240, 0.6);
  overflow: hidden;
  z-index: 3;
  animation: float-delayed 6s ease-in-out infinite alternate;
}

.hero-section .assessment-header {
  background-color: var(--primary-color-inner);
  color: var(--white);
  padding: 16px 18px;
}

.hero-section .assessment-header span {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.hero-section .assessment-body {
  padding: 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.hero-section .assessment-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero-section .assessment-item i {
  color: #22c55e;
  font-size: 14px;
  flex-shrink: 0;
}

.hero-section .assessment-item span {
  font-size: 11.5px;
  font-weight: 500;
  color: #334155;
}

/* Floating Rating Review Badge */
.hero-section .rating-badge {
  position: absolute;
  right: 40px;
  bottom: 35px;
  background: var(  --white);
  border-radius: 10px;
  padding: 10px 16px;
  box-shadow: var(--shadow-md);
  border: 1px solid rgba(226, 232, 240, 0.8);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 4;
  transition: transform 0.3s ease;
}

.hero-section .rating-badge:hover {
  transform: scale(1.05);
}

.hero-section .rating-stars {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-bottom: 3px;
}

.hero-section .rating-score {
  font-size: 15px;
  font-weight: 800;
  color: #0f172a;
}

.hero-section .rating-stars i {
  color: #eab308;
  font-size: 11px;
}

.hero-section .rating-text {
  font-size: 10px;
  font-weight: 500;
  color: #64748b;
}
/* ==========================
   Large Tablet
========================== */
@media (max-width: 1200px) {

  .hero-section {
    padding: 60px 30px;
  }

  .hero-section .container {
    gap: 20px;
  }

  .hero-section .main-title {
    font-size: 40px;
  }

  .hero-section .subtitle {
    font-size: 28px;
  }

  .hero-section .presenter-wrapper {
    width: 420px;
    height: 370px;
    right: 0;
  }

  .hero-section .assessment-card {
    width: 220px;
  }

  .hero-section .features-floating-card {
    width: 190px;
  }

}
@media (max-width: 992px) {

  .hero-section {
    padding: 50px 20px;
  }

  .hero-section .container {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 50px;
  }

  .hero-section .content-left {
    align-items: center;
  }

  .hero-section .description,
  .hero-section .description-secondary {
    max-width: 100%;
  }

  .hero-section .btn-container {
    justify-content: center;
  }

  .hero-section .graphics-right {
    height: 500px;
  }

  .hero-section .presenter-wrapper {
    position: relative;
    width: 380px;
    height: 360px;
    right: auto;
    bottom: auto;
  }

  .hero-section .features-floating-card {
    left: 0;
    top: 20px;
  }

  .hero-section .assessment-card {
    right: 0;
    top: 0;
  }

  .hero-section .rating-badge {
    right: 20px;
    bottom: 20px;
  }

}
@media (max-width: 768px) {

  .hero-section {
    padding: 40px 15px;
  }

  .hero-section .main-title {
    font-size: 32px;
    line-height: 1.2;
  }

  .hero-section .subtitle {
    font-size: 24px;
  }

  .hero-section .section-tagline {
    font-size: 16px;
  }

  .hero-section .description,
  .hero-section .description-secondary {
    font-size: 14px;
  }

  .hero-section .graphics-right {
    height: auto;
    min-height: 420px;
  }

  .hero-section .presenter-wrapper {
    width: 280px;
    height: 300px;
    display: none;
  }

  .hero-section .features-floating-card {
    width: 170px;
    padding: 14px;
    left: -10px;
    top: 10px;
  }

  .hero-section .assessment-card {
    width: 190px;
    right: -5px;
    top: 20px;
  }

  .hero-section .rating-badge {
    right: 10px;
    bottom: 0;
  }

}
@media (max-width: 576px) {

  .hero-section .container {
    gap: 30px;
  }

  .hero-section .main-title {
    font-size: 28px;
  }

  .hero-section .subtitle {
    font-size: 20px;
  }

  .hero-section .btn-container {
    flex-direction: column;
    width: 100%;
  }

  .hero-section .btn {
    width: 100%;
  }

  /* Stack cards instead of floating */

  .hero-section .graphics-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    gap: 20px;
  }

  .hero-section .presenter-wrapper,
  .hero-section .assessment-card,
  .hero-section .features-floating-card,
  .hero-section .rating-badge {
    position: static;
    width: 100%;
    /*max-width: 280px;*/
    margin: 0 auto;
  }

}

/* ==========================================================================
   Horizontal Value Stats Bar Section
   ========================================================================== */

.stats-bar-section {
  width: 100%;
  background-color: #03071e;
  background-image: radial-gradient(circle at 50% 50%, rgba(15, 23, 42, 0.8) 0%, #03071e 100%);
  padding: 30px 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.stats-container {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.stats-item {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 1;
  min-width: 180px;
  transition: transform 0.3s ease;
}

.stats-item:hover {
  transform: translateY(-2px);
}

.stats-icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: #9d4edf;
  flex-shrink: 0;
}

.stats-icon-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  stroke: rgba(157, 78, 223, 0.4);
  stroke-width: 1.5;
  fill: none;
}

.stats-item:hover .stats-icon-bg {
  stroke: rgba(157, 78, 223, 0.8);
  transform: rotate(15deg);
  transition: all 0.4s ease;
}

.stats-icon-inner {
  font-size: 16px;
  color: #b79ced;
  z-index: 1;
}

.stats-text-content {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}

.stats-value {
  font-size: 16px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.2px;
}

.stats-label {
  font-size: 11px;
  font-weight: 500;
  color: #94a3b8;
  margin-top: 2px;
  white-space: nowrap;
}


/* ==========================================================================
   Animation Keyframes
   ========================================================================== */

@keyframes float-slow {
  0% {
    transform: translateY(0px) translateX(0px);
  }
  100% {
    transform: translateY(-10px) translateX(2px);
  }
}

@keyframes float-delayed {
  0% {
    transform: translateY(-5px) translateX(0px);
  }
  100% {
    transform: translateY(5px) translateX(-3px);
  }
}

.features-floating-card:hover,
.assessment-card:hover {
  box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.1);
  border-color: rgba(58, 49, 181, 0.2);
}

/* ==========================================================================
   Responsive Breakpoints
   ========================================================================== */

@media (max-width: 1200px) {
  .stats-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}

@media (max-width: 1150px) {
  .container {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .hero-section {
    padding: 60px 24px 40px 24px;
  }
  .content-left {
    align-items: center;
    text-align: center;
  }
  .btn-container {
    justify-content: center;
  }
  .graphics-right {
    max-width: 600px;
    margin: 0 auto;
    height: 440px;
  }
  .presenter-wrapper {
    right: 50%;
    transform: translateX(50%);
    bottom: -60px;
  }
  .features-floating-card {
    left: 10px;
  }
  .assessment-card {
    right: 10px;
  }
  .rating-badge {
    right: 60px;
  }
}

@media (max-width: 768px) {
  .stats-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .main-title {
    font-size: 32px;
  }
  .subtitle {
    font-size: 24px;
  }
  .graphics-right {
    height: 380px;
    transform: scale(0.85);
    transform-origin: bottom center;
  }
  .btn-container {
    flex-direction: column;
    width: 100%;
    max-width: 320px;
  }
  .btn {
    width: 100%;
  }
  .stats-container {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .stats-bar-section {
    padding: 30px 24px;
  }
  .stats-item {
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    
    .stats-text-content {
        text-align: center;
    }
}

/* Why Odoo Support Matters Styles */
.odoo-support-section {
  padding: 60px 20px 0px 20px;
  background-color: #ffffff;
  font-family: "Inter", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}

.odoo-support-container {
  max-width: 1440px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.odoo-support-title {
  font-size: 28px;
  font-weight: 700;
  color: #0c0b4e;
  margin: 0 0 8px 0;
  letter-spacing: -0.5px;
}

.odoo-support-subtitle {
  font-size: 16px;
  font-weight: 500;
  color: #525f7f;
  margin: 0 0 20px 0;
}

/* .odoo-support-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 16px;
  width: 100%;
} */

.odoo-support-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  width: 100%;
  justify-content: center;
}

.odoo-support-grid > * {
  flex: 0 1 calc((80% - (3 * 16px)) / 4);
  min-width: 200px;
}

.odoo-support-card {
  background: #ffffff;
  border: 1px solid #eef2f5;
  border-radius: 12px;
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition:
    transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.3s ease;
  /* cursor: pointer; */
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.01),
    0 2px 4px -1px rgba(0, 0, 0, 0.01);
}

.odoo-support-card:hover {
  transform: translateY(-4px);
  border-color: #dbdee4;
  box-shadow: 0 12px 20px -8px rgba(12, 11, 78, 0.08);
}

.odoo-card-icon-wrapper {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
}

.odoo-support-card:hover .odoo-card-icon-wrapper {
  transform: scale(1.05);
}

.odoo-card-icon {
  width: 26px;
  height: 26px;
}

/* Icon Gradient/Color Backgrounds matching image blobs */
.odoo-icon-purple-bg {
  background: radial-gradient(circle, rgba(108, 92, 231, 0.12) 0%, rgba(108, 92, 231, 0.02) 70%);
  color: #6c5ce7;
}

.odoo-icon-red-bg {
  background: radial-gradient(circle, rgba(255, 118, 117, 0.15) 0%, rgba(255, 118, 117, 0.02) 70%);
  color: #ff7675;
}

.odoo-icon-blue-purple-bg {
  background: radial-gradient(circle, rgba(162, 155, 254, 0.15) 0%, rgba(162, 155, 254, 0.02) 70%);
  color: #a29bfe;
}

.odoo-icon-teal-bg {
  background: radial-gradient(circle, rgba(0, 206, 201, 0.12) 0%, rgba(0, 206, 201, 0.02) 70%);
  color: #00cec9;
}

.odoo-icon-lavender-bg {
  background: radial-gradient(circle, rgba(224, 86, 253, 0.12) 0%, rgba(224, 86, 253, 0.02) 70%);
  color: #e056fd;
}

.odoo-icon-blue-bg {
  background: radial-gradient(circle, rgba(116, 185, 255, 0.15) 0%, rgba(116, 185, 255, 0.02) 70%);
  color: #74b9ff;
}

.odoo-icon-purple-light-bg {
  background: radial-gradient(circle, rgba(162, 155, 254, 0.12) 0%, rgba(162, 155, 254, 0.02) 70%);
  color: #6c5ce7;
}

.odoo-card-title {
  font-size: 18px;
  font-weight: 700;
  color: #0c0b4e;
  margin: 0 0 10px 0;
  line-height: 1.3;
}

.odoo-card-description {
  font-size: 14px;
  font-weight: 400;
  color: #6b7c93;
  margin: 0;
  line-height: 1.5;
}

/* Responsive Breakpoints */
@media (max-width: 1100px) {
  .odoo-support-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
}

@media (max-width: 768px) {
  .odoo-support-section {
    padding: 40px 16px;
  }
  .odoo-support-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .odoo-support-title {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  .odoo-support-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .odoo-support-card {
    padding: 20px 16px;
  }
}

/* Our Odoo Support & Maintenance Services Styles */
.odoo-services-section {
  padding: 60px 20px 0px 20px;
  background-color: #ffffff;
  font-family: "Inter", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}

.odoo-services-container {
  max-width: 1440px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.odoo-services-title {
  font-size: 28px;
  font-weight: 700;
  color: #0c0b4e;
  margin: 0 0 10px 0;
  letter-spacing: -0.5px;
}

.odoo-services-subtitle {
  font-size: 15px;
  font-weight: 500;
  color: #525f7f;
  margin: 0 0 20px 0;
}

.odoo-services-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  width: 100%;
}

.odoo-service-card {
  background: #ffffff;
  border: 1px solid #edf2f7;
  border-radius: 12px;
  padding: 24px 20px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  text-align: left;
  gap: 16px;
  transition:
    transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.3s ease;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
}

.odoo-service-card:hover {
  transform: translateY(-2px);
  border-color: #e2e8f0;
  box-shadow: 0 10px 25px -5px rgba(12, 11, 78, 0.06);
}

.odoo-service-icon-wrapper {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.odoo-service-icon {
  width: 22px;
  height: 22px;
}

.odoo-service-content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.odoo-service-card-title {
  font-size: 18px;
  font-weight: 700;
  color: #0c0b4e;
  margin: 0;
  line-height: 1.4;
}

.odoo-service-card-description {
  font-size: 14px;
  font-weight: 400;
  color: #6b7c93;
  margin: 0;
  line-height: 1.5;
}

/* Specific Card Blur-Blob Icon Background Colors from 5.png */
.odoo-bg-lavender {
  background: radial-gradient(circle, rgba(162, 155, 254, 0.18) 0%, rgba(162, 155, 254, 0.02) 70%);
  color: #6c5ce7;
}

/* Responsive Breakdown */
@media (max-width: 1200px) {
  .odoo-services-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 900px) {
  .odoo-services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

@media (max-width: 600px) {
  .odoo-services-section {
    padding: 40px 16px;
  }
  .odoo-services-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .odoo-services-title {
    font-size: 22px;
  }
}
.odoo-bg-red {
  background: radial-gradient(circle, rgba(255, 118, 117, 0.18) 0%, rgba(255, 118, 117, 0.02) 70%);
  color: #ff7675;
}

.odoo-bg-dark-blue {
  background: radial-gradient(circle, rgba(10, 61, 98, 0.12) 0%, rgba(10, 61, 98, 0.02) 70%);
  color: #0a3d62;
}

.odoo-bg-light-blue {
  background: radial-gradient(circle, rgba(116, 185, 255, 0.18) 0%, rgba(116, 185, 255, 0.02) 70%);
  color: #0984e3;
}

.odoo-bg-purple {
  background: radial-gradient(circle, rgba(108, 92, 231, 0.15) 0%, rgba(108, 92, 231, 0.02) 70%);
  color: #6c5ce7;
}

.odoo-bg-blue-gradient {
  background: radial-gradient(circle, rgba(0, 206, 201, 0.15) 0%, rgba(0, 206, 201, 0.02) 70%);
  color: #00a8ff;
}

.odoo-bg-orange {
  background: radial-gradient(circle, rgba(225, 112, 85, 0.18) 0%, rgba(225, 112, 85, 0.02) 70%);
  color: #e17055;
}

.odoo-bg-purple-dark {
  background: radial-gradient(circle, rgba(155, 89, 182, 0.15) 0%, rgba(155, 89, 182, 0.02) 70%);
  color: #8e44ad;
}

.odoo-bg-green {
  background: radial-gradient(circle, rgba(46, 204, 113, 0.15) 0%, rgba(46, 204, 113, 0.02) 70%);
  color: #27ae60;
}

.odoo-bg-teal {
  background: radial-gradient(circle, rgba(52, 152, 219, 0.15) 0%, rgba(52, 152, 219, 0.02) 70%);
  color: #2980b9;
}

/* Responsive Breakdown */
@media (max-width: 1200px) {
  .odoo-services-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 900px) {
  .odoo-services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

@media (max-width: 600px) {
  .odoo-services-section {
    padding: 40px 16px;
  }
  .odoo-services-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .odoo-services-title {
    font-size: 22px;
  }
}

/* AI-Powered Odoo Optimization Styles */
.synexa-ai-section {
  padding: 60px 20px 0 20px;
  background-color: #ffffff;
  font-family: "Inter", sans-serif;
  display: flex;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
}

.synexa-ai-banner {
  background: linear-gradient(135deg, #03042c 0%, #080b4b 50%, #0d093a 100%);
  border-radius: 20px;
  padding: 48px 40px;
  width: 100%;
  max-width: 1440px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  box-sizing: border-box;
  box-shadow: 0 20px 40px rgba(8, 11, 75, 0.15);
  position: relative;
  overflow: hidden;
}

/* Subtle underlying mesh overlay effect */
.synexa-ai-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 80% 20%, rgba(108, 92, 231, 0.15) 0%, transparent 50%), radial-gradient(circle at 20% 80%, rgba(0, 206, 201, 0.1) 0%, transparent 50%);
  pointer-events: none;
}

/* Header Column Layout */
.synexa-ai-header-col {
  flex: 0 0 320px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  z-index: 1;
}

.synexa-ai-title {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 12px 0;
}

.synexa-ai-subtitle {
  color: #b0b7e1;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 28px 0;
}

.synexa-ai-button {
  background-color: #3b30cc;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition:
    background-color 0.2s ease,
    transform 0.2s ease;
}

.synexa-ai-button:hover {
  background-color: #4a3fd9;
  transform: translateY(-1px);
}

.synexa-btn-arrow {
  width: 16px;
  height: 16px;
  transition: transform 0.2s ease;
}

.synexa-ai-button:hover .synexa-btn-arrow {
  transform: translateX(3px);
}

/* Workflow Flowchart Layout */
.synexa-ai-workflow {
  display: flex;
  align-items: flex-start;
  flex: 1;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.synexa-workflow-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
  position: relative;
  min-width: 0;
}

/* Colored glowing circles around icons */
.synexa-icon-container {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.03);
  position: relative;
  transition:
    transform 0.3s ease,
    border-color 0.3s ease;
}

.synexa-workflow-step:hover .synexa-icon-container {
  transform: scale(1.08);
}

.synexa-step-icon {
  width: 22px;
  height: 22px;
}

/* Individual glowing effects based on original colors */
.synexa-glow-blue {
  color: #54a0ff;
  box-shadow: 0 0 15px rgba(84, 160, 255, 0.2);
  border-color: rgba(84, 160, 255, 0.3);
}
.synexa-glow-cyan {
  color: #00d2d3;
  box-shadow: 0 0 15px rgba(0, 210, 211, 0.2);
  border-color: rgba(0, 210, 211, 0.3);
}
.synexa-glow-teal {
  color: #1dd1a1;
  box-shadow: 0 0 15px rgba(29, 209, 161, 0.2);
  border-color: rgba(29, 209, 161, 0.3);
}
.synexa-glow-purple {
  color: #9c88ff;
  box-shadow: 0 0 15px rgba(156, 136, 255, 0.2);
  border-color: rgba(156, 136, 255, 0.3);
}
.synexa-glow-magenta {
  color: #ff9ff3;
  box-shadow: 0 0 15px rgba(255, 159, 243, 0.2);
  border-color: rgba(255, 159, 243, 0.3);
}

.synexa-step-title {
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  margin: 0 0 6px 0;
  line-height: 1.3;
  padding: 0 4px;
}

.synexa-step-desc {
  color: #a4b0be;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
  padding: 0 8px;
}

/* Custom dashed connectors between steps */
.synexa-workflow-connector {
  height: 1px;
  flex: 1;
  margin-top: 26px;
  border-top: 1px dashed rgba(255, 255, 255, 0.2);
  min-width: 10px;
}

/* Responsive Styles */
@media (max-width: 1200px) {
  .synexa-ai-banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 40px;
  }

  .synexa-ai-header-col {
    flex: none;
    width: 100%;
    margin-bottom: 12px;
  }

  .synexa-ai-workflow {
    width: 100%;
  }
}

@media (max-width: 850px) {
  .synexa-ai-workflow {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
  }

  .synexa-workflow-connector {
    display: none;
  }

  .synexa-step-desc {
    padding: 0;
  }
}

@media (max-width: 650px) {
  .synexa-ai-banner {
    padding: 32px 24px;
  }

  .synexa-ai-workflow {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .synexa-workflow-step {
    flex-direction: row;
    text-align: left;
    align-items: center;
    gap: 16px;
  }

  .synexa-icon-container {
    margin-bottom: 0;
    flex-shrink: 0;
  }

  .synexa-step-title {
    padding: 0;
    font-size: 14px;
  }

  .synexa-step-desc {
    padding: 0;
    font-size: 12px;
  }
}

/* Flexible Support Plans Styles */

.odoo-plans-section {
  padding: 60px 20px 0 20px;
  background-color: #ffffff;
  font-family: "Inter", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}

.odoo-plans-container {
  max-width: 1440px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.odoo-plans-title {
  font-size: 26px;
  font-weight: 700;
  color: #0c0b4e;
  margin: 0 0 8px 0;
  letter-spacing: -0.5px;
}

.odoo-plans-subtitle {
  font-size: 15px;
  font-weight: 400;
  color: #525f7f;
  margin: 0 0 20px 0;
}

.odoo-plans-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  width: 100%;
}

.odoo-plan-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
  border: 1px solid transparent;
  transition:
    transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow:
    0 2px 4px rgba(0, 0, 0, 0.01),
    0 1px 2px rgba(0, 0, 0, 0.01);
  box-sizing: border-box;
}

.odoo-plan-card:hover {
  transform: translateY(-4px);
}

.odoo-plan-header {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 28px;
}

.odoo-plan-icon-wrapper {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.odoo-plan-icon {
  width: 20px;
  height: 20px;
}

.odoo-plan-header-text {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.odoo-plan-name {
  font-size: 18px;
  font-weight: 700;
  color: #0c0b4e;
  margin: 0;
}

.odoo-plan-desc {
  font-size: 14px;
  font-weight: 400;
  color: #6b7c93;
  margin: 0;
  line-height: 1.4;
}

.odoo-plan-features {
  list-style: none;
  padding: 0;
  margin: 0 0 32px 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex-grow: 1;
}

.odoo-plan-features li {
  font-size: 14px;
  font-weight: 500;
  color: #32325d;
  display: flex;
  align-items: center;
  gap: 12px;
  line-height: 1.2;
}

.odoo-check-icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

.odoo-plan-button {
  width: 100%;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  background-color: transparent;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
  border: 1px solid transparent;
  text-align: center;
}

/* Plan Themes matching colors and borders exactly from image */

/* 1. Purple Plan Theme */
.odoo-plan-purple {
  border-color: #e8e6fb;
  background-color: #fcfbfe;
}
.odoo-plan-purple:hover {
  box-shadow: 0 12px 24px -6px rgba(108, 92, 231, 0.12);
}
.odoo-plan-purple .odoo-plan-icon-wrapper {
  background: radial-gradient(circle, rgba(108, 92, 231, 0.12) 0%, rgba(108, 92, 231, 0.02) 70%);
  color: #6c5ce7;
}
.odoo-plan-purple .odoo-check-icon {
  color: #6c5ce7;
}
.odoo-plan-purple .odoo-plan-button {
  border-color: #d1ccf7;
  color: #3b30cc;
}
.odoo-plan-purple .odoo-plan-button:hover {
  background-color: #3b30cc;
  color: #ffffff;
}

/* 2. Blue Plan Theme */
.odoo-plan-blue {
  border-color: #e2f0fd;
  background-color: #f9fbfd;
}
.odoo-plan-blue:hover {
  box-shadow: 0 12px 24px -6px rgba(9, 132, 227, 0.1);
}
.odoo-plan-blue .odoo-plan-icon-wrapper {
  background: radial-gradient(circle, rgba(116, 185, 255, 0.15) 0%, rgba(116, 185, 255, 0.02) 70%);
  color: #0984e3;
}
.odoo-plan-blue .odoo-check-icon {
  color: #00b894;
}
.odoo-plan-blue .odoo-plan-button {
  border-color: #bad9f9;
  color: #3b30cc;
}
.odoo-plan-blue .odoo-plan-button:hover {
  background-color: #3b30cc;
  color: #ffffff;
}

/* 3. Teal Plan Theme */
.odoo-plan-teal {
  border-color: #e0f7f4;
  background-color: #f8fdfc;
}
.odoo-plan-teal:hover {
  box-shadow: 0 12px 24px -6px rgba(0, 206, 201, 0.1);
}
.odoo-plan-teal .odoo-plan-icon-wrapper {
  background: radial-gradient(circle, rgba(0, 206, 201, 0.15) 0%, rgba(0, 206, 201, 0.02) 70%);
  color: #00cec9;
}
.odoo-plan-teal .odoo-check-icon {
  color: #00b894;
}
.odoo-plan-teal .odoo-plan-button {
  border-color: #b3ede4;
  color: #3b30cc;
}
.odoo-plan-teal .odoo-plan-button:hover {
  background-color: #3b30cc;
  color: #ffffff;
}

/* 4. Orange Plan Theme */
.odoo-plan-orange {
  border-color: #fef0e6;
  background-color: #fffdfb;
}
.odoo-plan-orange:hover {
  box-shadow: 0 12px 24px -6px rgba(225, 112, 85, 0.12);
}
.odoo-plan-orange .odoo-plan-icon-wrapper {
  background: radial-gradient(circle, rgba(225, 112, 85, 0.15) 0%, rgba(225, 112, 85, 0.02) 70%);
  color: #e17055;
}
.odoo-plan-orange .odoo-check-icon {
  color: #00b894;
}
.odoo-plan-orange .odoo-plan-button {
  border-color: #fdd4b9;
  color: #3b30cc;
}
.odoo-plan-orange .odoo-plan-button:hover {
  background-color: #3b30cc;
  color: #ffffff;
}

/* Responsive Grid Breakdown */
@media (max-width: 1200px) {
  .odoo-plans-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

@media (max-width: 650px) {
  .odoo-plans-section {
    padding: 40px 16px;
  }
  .odoo-plans-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .odoo-plans-title {
    font-size: 22px;
  }
  .odoo-plan-card {
    padding: 24px 20px;
  }
}
/* Our Support Methodology Styles */

.odoo-methodology-section {
  padding: 60px 20px;
  background-color: #ffffff;
  font-family: "Inter", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}

.odoo-methodology-container {
  max-width: 1440px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.odoo-methodology-title {
  font-size: 26px;
  font-weight: 700;
  color: #0c0b4e;
  margin: 0 0 8px 0;
  letter-spacing: -0.5px;
}

.odoo-methodology-subtitle {
  font-size: 15px;
  font-weight: 400;
  color: #525f7f;
  margin: 0 0 54px 0;
}

.odoo-methodology-timeline {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  width: 100%;
  position: relative;
  align-items: stretch;
}

.odoo-methodology-card {
  background: #ffffff;
  border: 1px solid #edf2f7;
  border-radius: 12px;
  padding: 36px 20px 28px 20px;
  flex: 1;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.01);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

.odoo-methodology-card:hover {
  transform: translateY(-2px);
  border-color: #cbd5e1;
  box-shadow: 0 10px 20px -5px rgba(12, 11, 78, 0.05);
}

/* Number Badges positioned perfectly over top border */
.odoo-methodology-badge {
  position: absolute;
  top: -18px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Badge Color Definitions matching Image 7 */
.odoo-badge-purple {
  background-color: #5842be;
}

.odoo-badge-pink {
  background-color: #e24c80;
}

.odoo-badge-blue {
  background-color: #3b71db;
}

.odoo-badge-green {
  background-color: #59a667;
}

.odoo-badge-yellow {
  background-color: #e5b331;
}

.odoo-badge-lavender {
  background-color: #a469cd;
}

.odoo-methodology-card-title {
  font-size: 14px;
  font-weight: 700;
  color: #0c0b4e;
  margin: 0 0 12px 0;
  line-height: 1.3;
}

.odoo-methodology-card-description {
  font-size: 12px;
  font-weight: 400;
  color: #6b7c93;
  margin: 0;
  line-height: 1.5;
}

/* Timeline separating arrows */
.odoo-methodology-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a0aec0;
  padding: 0 8px;
  flex-shrink: 0;
}

.odoo-methodology-arrow svg {
  width: 14px;
  height: 14px;
}

/* Responsive Styles */
@media (max-width: 1150px) {
  .odoo-methodology-timeline {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 24px;
  }

  .odoo-methodology-arrow {
    display: none;
  }

  .odoo-methodology-card {
    padding-top: 32px;
  }
}

@media (max-width: 768px) {
  .odoo-methodology-timeline {
    grid-template-columns: repeat(2, 1fr);
  }
  .odoo-methodology-title {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  .odoo-methodology-section {
    padding: 50px 16px;
  }

  .odoo-methodology-timeline {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

/* Why Businesses Trust Synconics Styles */

.trust-synconics-section {
  width: 100%;
  background-color: #ffffff;
  font-family: "Inter", sans-serif;
  overflow: hidden;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  position: relative;
}

.trust-synconics-container {
  width: 100%;
  max-width: 1440px;
  display: flex;
  position: relative;
}

/* Left Content Column Layout */
.trust-content-side {
  flex: 1;
  padding: 54px 40px 60px 60px;
  box-sizing: border-box;
  z-index: 2;
}

.trust-section-title {
  font-size: 24px;
  font-weight: 700;
  color: #0c0b4e;
  margin: 0 0 42px 0;
  letter-spacing: -0.3px;
  text-align: left;
}

.trust-values-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
  align-items: flex-start;
}

.trust-value-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.trust-icon-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(108, 92, 231, 0.14) 0%, rgba(108, 92, 231, 0.02) 70%);
  color: #6c5ce7;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 18px;
  transition: transform 0.3s ease;
}

.trust-value-item:hover .trust-icon-wrapper {
  transform: scale(1.06);
}

.trust-icon {
  width: 22px;
  height: 22px;
}

.trust-value-title {
  font-size: 13px;
  font-weight: 700;
  color: #0c0b4e;
  margin: 0 0 8px 0;
  line-height: 1.35;
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.trust-value-desc {
  font-size: 11px;
  font-weight: 400;
  color: #6b7c93;
  margin: 0;
  line-height: 1.45;
}

/* Right Image Column Layout with Soft Edge Fade */
.trust-image-side {
  width: 38%;
  position: absolute;
  flex-shrink: 0;
  align-self: stretch;
  right: 0;
}

.trust-showcase-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.trust-image-gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 150px;
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0.8) 25%, transparent 100%);
  z-index: 1;
}

/* Responsive Adaptations */
@media (max-width: 1200px) {
  .trust-values-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px 20px;
  }
  .trust-value-title {
    min-height: auto;
  }
}

@media (max-width: 992px) {
  .trust-synconics-container {
    flex-direction: column;
  }
  .trust-content-side {
    padding: 48px 32px;
  }
  .trust-image-side {
    width: 100%;
    height: 300px;
  }
  .trust-image-gradient-overlay {
    width: 100%;
    height: 80px;
    background: linear-gradient(to bottom, #ffffff 0%, transparent 100%);
  }
}

@media (max-width: 640px) {
  .trust-values-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 16px;
  }
  .trust-section-title {
    margin-bottom: 32px;
    font-size: 28px;
    text-align: center;
  }
}

@media (max-width: 400px) {
  .trust-values-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

/* Keep Odoo Running at Peak Performance Styles */

.odoo-performance-banner {
  width: 100%;
  background: linear-gradient(100deg, #3225df 0%, #201ab0 50%, #161094 100%);
  padding: 42px 48px;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
}

.performance-banner-container {
  width: 100%;
  max-width: 1440px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

/* Left Content Styles */
.performance-main-content {
  flex: 1.1;
  max-width: 480px;
}

.performance-title {
  color: #ffffff;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 12px 0;
  letter-spacing: -0.3px;
}

.performance-description {
  color: #cbd5e1;
  font-size: 13.5px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}

/* Center Checklist Styles */
.performance-assessment-features {
  flex: 1.2;
  max-width: 460px;
}

.assessment-features-heading {
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  margin: 0 0 14px 0;
  letter-spacing: 0.2px;
}

.assessment-features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 20px;
}

.assessment-feature-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.assessment-check-icon {
  width: 15px;
  height: 15px;
  background-color: #2ed573;
  color: #120e6d;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  font-weight: 700;
  flex-shrink: 0;
}

.assessment-feature-text {
  color: #e2e8f0;
  font-size: 12.5px;
  font-weight: 500;
  white-space: nowrap;
}

/* Right CTA Buttons Styles */
.performance-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-shrink: 0;
  min-width: 270px;
}

.performance-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 20px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    transform 0.15s ease;
  box-sizing: border-box;
}

.performance-btn-arrow {
  width: 14px;
  height: 14px;
  transition: transform 0.2s ease;
}

.performance-btn:hover .performance-btn-arrow {
  transform: translateX(3px);
}

.btn-primary {
  background-color: #ffffff;
  color: #261cb8;
  border: 1px solid transparent;
}

.btn-primary:hover {
  background-color: #f8fafc;
  transform: translateY(-1px);
}

.btn-secondary {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.7);
  transform: translateY(-1px);
}

/* Desktop and Tablet Adaptability responsive guardrails */
@media (max-width: 1200px) {
  .performance-banner-container {
    gap: 24px;
  }
  .performance-title {
    font-size: 22px;
  }
}

@media (max-width: 1040px) {
  .performance-banner-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
  .performance-main-content,
  .performance-assessment-features,
  .performance-actions {
    max-width: 100%;
    width: 100%;
  }
  .performance-actions {
    flex-direction: row;
  }
  .performance-btn {
    flex: 1;
    justify-content: center;
    gap: 12px;
  }
  .performance-btn-arrow {
    position: absolute;
    right: 20px;
  }
  .performance-btn {
    position: relative;
  }
}

@media (max-width: 680px) {
  .odoo-performance-banner {
    padding: 36px 24px;
  }
  .assessment-features-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .performance-actions {
    flex-direction: column;
  }
  .performance-btn-arrow {
    position: static;
  }
  .performance-btn {
    justify-content: space-between;
  }
}

/* --- Dynamic Root Variables --- */
:root {
  --oas-bg-main: #fcfdfe;
  --oas-text-title: #0a1128;
  --oas-text-desc: #64748b;
  --oas-card-border: #f1f5f9;
  --oas-card-shadow: 0 4px 20px rgba(148, 163, 184, 0.06);
  --oas-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;

  /* Icon Base Background Tones */
  --oas-clr-orange: #fff7ed;
  --oas-icon-orange: #ea580c;
  --oas-clr-blue-alt: #eff6ff;
  --oas-icon-blue-alt: #2563eb;
  --oas-clr-purple: #faf5ff;
  --oas-icon-purple: #9333ea;
  --oas-clr-cyan: #ecfeff;
  --oas-icon-cyan: #0891b2;
  --oas-clr-green: #f0fdf4;
  --oas-icon-green: #16a34a;
  --oas-clr-blue: #f0f5ff;
  --oas-icon-blue: #3b82f6;
}

/* --- Global Section Core Layout --- */
.odoo-analysis-section {
  background-color: var(--oas-bg-main);
  padding: 80px 24px;
  font-family: var(--oas-font);
  display: flex;
  justify-content: center;
  align-items: center;
}

.odoo-analysis-section * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.oas-container {
  width: 100%;
  max-width: 1280px;
  display: grid;
  grid-template-columns: 1.1fr 1.3fr;
  gap: 48px;
  align-items: start;
}

/* --- Panel Header Structure --- */
.oas-panel-header {
  text-align: center;
  margin-bottom: 36px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.oas-panel-title {
  color: var(--oas-text-title);
  font-size: 1.65rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}

.oas-panel-subtitle {
  color: var(--oas-text-desc);
  font-size: 0.92rem;
  line-height: 1.5;
}

/* --- Left Column: Why Odoo Projects Fail (Horizontal Cards) --- */
.oas-grid-fail {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.oas-card-horizontal {
  background: #ffffff;
  border: 1px solid var(--oas-card-border);
  border-radius: 10px;
  padding: 20px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  box-shadow: var(--oas-card-shadow);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.oas-card-horizontal:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(148, 163, 184, 0.12);
}

.oas-icon-wrapper {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.oas-icon-wrapper svg {
  width: 20px;
  height: 20px;
}

/* Icon Palette Definitions matching reference verbatim execution */
.oas-icon-orange {
  background-color: var(--oas-clr-orange);
  color: var(--oas-icon-orange);
}
.oas-icon-blue-alt {
  background-color: var(--oas-clr-blue-alt);
  color: var(--oas-icon-blue-alt);
}
.oas-icon-purple {
  background-color: var(--oas-clr-purple);
  color: var(--oas-icon-purple);
}
.oas-icon-cyan {
  background-color: var(--oas-clr-cyan);
  color: var(--oas-icon-cyan);
}
.oas-icon-green {
  background-color: var(--oas-clr-green);
  color: var(--oas-icon-green);
}
.oas-icon-blue {
  background-color: var(--oas-clr-blue);
  color: var(--oas-icon-blue);
}

.oas-card-content h3 {
  color: var(--oas-text-title);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 6px;
}

.oas-card-content p {
  color: var(--oas-text-desc);
  font-size: 0.82rem;
  line-height: 1.4;
}

/* --- Right Column: Signs You Need Odoo Rescue (Vertical Grid) --- */
.oas-grid-rescue {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.oas-card-vertical {
  background: #ffffff;
  border: 1px solid var(--oas-card-border);
  border-radius: 10px;
  padding: 24px 12px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  box-shadow: var(--oas-card-shadow);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.oas-card-vertical:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(148, 163, 184, 0.12);
}

.oas-icon-centered {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #f8fafc;
  color: #6366f1; /* Soft slate indigo branding execution matching 2.png */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.oas-icon-centered svg {
  width: 22px;
  height: 22px;
}

.oas-card-vertical h3 {
  color: var(--oas-text-title);
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1.4;
  max-width: 110px;
}

/* --- Responsive Layout Rules --- */
@media (max-width: 1200px) {
  .oas-container {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}

@media (max-width: 1024px) {
  .oas-grid-rescue {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 680px) {
  .oas-grid-fail {
    grid-template-columns: 1fr;
  }

  .oas-grid-rescue {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 420px) {
  .oas-grid-rescue {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */