.elementor-1673 .elementor-element.elementor-element-63ff52d{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1673 .elementor-element.elementor-element-67b1d03{--display:flex;--padding-top:2px;--padding-bottom:2px;--padding-left:0px;--padding-right:0px;}.elementor-1673 .elementor-element.elementor-element-be6189a{--e-image-carousel-slides-to-show:6;padding:17px 0px 17px 0px;}.elementor-1673 .elementor-element.elementor-element-be6189a .swiper-wrapper{display:flex;align-items:center;}.elementor-1673 .elementor-element.elementor-element-9f59af2{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1673 .elementor-element.elementor-element-7abdf72{z-index:1;}.elementor-1673 .elementor-element.elementor-element-5cb762f{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1673 .elementor-element.elementor-element-7bf88d7{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1673 .elementor-element.elementor-element-6541d04{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1673 .elementor-element.elementor-element-ab3bf2d{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1673 .elementor-element.elementor-element-135ff60{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1673 .elementor-element.elementor-element-fefd5cf{z-index:1;}.elementor-1673 .elementor-element.elementor-element-7b4eabd{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1673 .elementor-element.elementor-element-4e8611e{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1673 .elementor-element.elementor-element-8b1a52e{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1673 .elementor-element.elementor-element-f4f0a0f{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-8e81b24 *//* =========================================
   ERP SECTION (WHITE BG + #2BA8C6 ACCENTS)
   ========================================= */

.wp-custom-erp-graphical {
  position: relative;
  background-color: #ffffff; /* Crisp white main background */
  color: #334155;
  padding: 80px 20px;
  overflow: hidden;
  font-family: 'Outfit', system-ui, -apple-system, sans-serif; 
}

/* Large soft teal radial glow on the right behind the image */
.wp-custom-erp-graphical::before {
  content: '';
  position: absolute;
  top: 50%;
  right: -10%;
  width: 800px;
  height: 800px;
  /* Using your #2BA8C6 with 15% opacity for a premium glow */
  background: radial-gradient(circle, rgba(43, 168, 198, 0.15) 0%, rgba(255,255,255,0) 70%);
  transform: translateY(-50%);
  z-index: 0;
  pointer-events: none;
}

/* SVG Waves on the bottom left */
.erp-bg-lines {
  position: absolute;
  left: -15%;
  bottom: -20%;
  width: 700px;
  height: auto;
  opacity: 1;
  z-index: 0;
  pointer-events: none;
}

/* Applying your #2BA8C6 to the wireframe lines with slight transparency */
.erp-bg-lines circle {
  stroke: rgba(43, 168, 198, 0.25) !important;
}

/* --- Container & Layout --- */
.erp-container {
  position: relative;
  z-index: 1;
  max-width: 1350px; 
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 60px;
}

.erp-content {
  flex: 1;
}

.erp-image-wrapper {
  flex: 1.4; 
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* --- Typography --- */
.erp-subtitle {
  display: flex;
  align-items: center;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  color: #475569;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.erp-line {
  display: inline-block;
  width: 40px;
  height: 2px;
  background-color: #2BA8C6; /* Secondary color accent */
  margin-right: 15px;
}

.erp-title {
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  line-height: 1.2;
  font-weight: 700;
  color: #0f172a; /* Dark text for contrast on white */
  margin-bottom: 24px;
}

.erp-title span {
  color: #2BA8C6; /* Highlighted text in your secondary color */
}

.erp-description {
  font-size: 1.125rem;
  line-height: 1.7;
  color: #475569; 
  font-weight: 400;
  margin-bottom: 30px;
  max-width: 95%;
}

/* --- Product Grid & Badges --- */
.erp-products-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 40px;
}

.erp-badge {
  background: #ffffff;
  color: #334155; 
  padding: 10px 18px;
  border-radius: 8px;
  font-size: 0.95rem;
  font-weight: 500;
  border: 1px solid #e2e8f0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
  transition: all 0.3s ease;
  cursor: default;
}

.erp-badge:hover {
  border-color: #2BA8C6;
  background: rgba(43, 168, 198, 0.05); /* Very light tint of your secondary color */
  color: #2BA8C6;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(43, 168, 198, 0.15);
}

/* --- CTA Button --- */
.erp-cta-btn {
  display: inline-flex;
  align-items: center;
  background-color: #2BA8C6; /* Main button color */
  color: #ffffff;
  padding: 16px 32px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.05rem;
  transition: all 0.3s ease;
}

.erp-cta-btn:hover {
  background-color: #1a8a9a; /* Slightly darker shade on hover */
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(43, 168, 198, 0.25);
  color: #ffffff;
}

.erp-arrow {
  width: 20px;
  height: 20px;
  margin-left: 12px;
  background-color: #ffffff;
  color: #2BA8C6; 
  border-radius: 50%;
  padding: 4px;
  transition: transform 0.3s ease;
}

.erp-cta-btn:hover .erp-arrow {
  transform: translateX(4px);
}

/* --- Image Styling --- */
.erp-reveal-img {
  width: 100%;
  max-width: 900px; 
  height: auto;
  display: block;
}

/* --- Mobile & Tablet Responsiveness --- */
@media (max-width: 1024px) {
  .erp-container {
    flex-direction: column;
    gap: 50px;
  }
  .erp-image-wrapper {
    justify-content: center;
  }
  .erp-reveal-img {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .wp-custom-erp-graphical {
    padding: 80px 20px;
  }
  .erp-container {
    text-align: center;
  }
  .erp-subtitle {
    justify-content: center;
  }
  .erp-products-grid {
    justify-content: center;
  }
  .erp-title br {
    display: none;
  }
}/* End custom CSS */
/* Start custom CSS for image-carousel, class: .elementor-element-be6189a *//* ============ Infinite Continuous Marquee ============ */

/* 1. Force Swiper.js to move linearly without snapping/pausing */
.elementor-1673 .elementor-element.elementor-element-be6189a .swiper-wrapper {
  transition-timing-function: linear !important;
}

/* 2. Premium Edge Fade (Soft transparent gradient on left/right edges) */
.elementor-1673 .elementor-element.elementor-element-be6189a .elementor-image-carousel-wrapper {
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 15%, black 85%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, black 15%, black 85%, transparent 100%);
}

/* ============ Logo Styling ============ */

/* 3. Center the logos vertically and horizontally in their slides */
.elementor-1673 .elementor-element.elementor-element-be6189a .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 4. Display logos in their real, original colors */
.elementor-1673 .elementor-element.elementor-element-be6189a .swiper-slide img {
  max-width: 140px !important; /* Controls maximum logo width */
  width: auto;
  height: auto;
  max-height: 60px !important; /* Prevents tall logos from stretching */
  object-fit: contain;
  
  /* Keeps the real colors while applying a slight transparency for polish */
  opacity: 0.85; 
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
}

/* 5. Full opacity and slight pop-up on hover */
.elementor-1673 .elementor-element.elementor-element-be6189a .swiper-slide:hover img {
  opacity: 1;
  transform: scale(1.08);
}/* End custom CSS */