.elementor-198 .elementor-element.elementor-element-34f6e85{--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-198 .elementor-element.elementor-element-34f6e85.yes-is-sticky, .elementor-198 .elementor-element.elementor-element-34f6e85.adv-sticky-elementor{transition:all 300ms ease-in-out;}.elementor-198 .elementor-element.elementor-element-e2b1ba3{--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-198 .elementor-element.elementor-element-e2b1ba3.yes-is-sticky, .elementor-198 .elementor-element.elementor-element-e2b1ba3.adv-sticky-elementor{transition:all 300ms ease-in-out;}.elementor-198 .elementor-element.elementor-element-4167029{--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-198 .elementor-element.elementor-element-4167029.yes-is-sticky, .elementor-198 .elementor-element.elementor-element-4167029.adv-sticky-elementor{transition:all 300ms ease-in-out;}.elementor-198 .elementor-element.elementor-element-6222cd9{--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-198 .elementor-element.elementor-element-6222cd9.yes-is-sticky, .elementor-198 .elementor-element.elementor-element-6222cd9.adv-sticky-elementor{transition:all 300ms ease-in-out;}.elementor-198 .elementor-element.elementor-element-0e50c6c{--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-198 .elementor-element.elementor-element-0e50c6c.yes-is-sticky, .elementor-198 .elementor-element.elementor-element-0e50c6c.adv-sticky-elementor{transition:all 300ms ease-in-out;}.elementor-198 .elementor-element.elementor-element-9bb0ecd{--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-198 .elementor-element.elementor-element-9bb0ecd.yes-is-sticky, .elementor-198 .elementor-element.elementor-element-9bb0ecd.adv-sticky-elementor{transition:all 300ms ease-in-out;}.elementor-198 .elementor-element.elementor-element-f1c3625{--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-198 .elementor-element.elementor-element-f1c3625.yes-is-sticky, .elementor-198 .elementor-element.elementor-element-f1c3625.adv-sticky-elementor{transition:all 300ms ease-in-out;}/* Start custom CSS for html, class: .elementor-element-8f6eefc */.bulk-hero-pro {
  padding: 120px 20px;
  background: radial-gradient(circle at 20% 30%, #1e3a8a, #0f172a);
  color: #fff;
  overflow: hidden;
}

/* GRID */
.bulk-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

/* LEFT */
.bulk-left h1 {
  font-size: 52px;
  font-weight: 900;
  line-height: 1.2;
}

.bulk-left h1 span {
  background: linear-gradient(90deg,#3b82f6,#8b5cf6);
  -webkit-background-clip: text;
  color: transparent;
}

/* TAG */
.tag {
  background: rgba(255,255,255,0.1);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
}

/* TEXT */
.bulk-left p {
  color: #cbd5e1;
  margin: 20px 0;
  font-size: 16px;
}

/* BUTTONS */
.buttons {
  display: flex;
  gap: 15px;
  margin-bottom: 35px;
}

.btn-primary {
  background: linear-gradient(90deg,#3b82f6,#8b5cf6);
  padding: 14px 30px;
  border-radius: 10px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(59,130,246,0.4);
  transition: 0.3s;
}

.btn-primary:hover {
  transform: translateY(-3px);
}

.btn-outline {
  border: 1px solid rgba(255,255,255,0.4);
  padding: 14px 30px;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
}

/* STATS */
.stats {
  display: flex;
  gap: 40px;
}

.stats strong {
  font-size: 26px;
  display: block;
}

.stats span {
  font-size: 13px;
  color: #94a3b8;
}

/* RIGHT IMAGE */
.image-box {
  border-radius: 25px;
  overflow: hidden;
  position: relative;
}

/* GLOW EFFECT */
.image-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(59,130,246,0.4), rgba(139,92,246,0.4));
  opacity: 0;
  transition: 0.4s;
}

.image-box:hover::before {
  opacity: 1;
}

.image-box img {
  width: 100%;
  display: block;
}

/* MOBILE */
@media(max-width:768px){
  .bulk-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .bulk-left h1 {
    font-size: 32px;
  }

  .buttons {
    justify-content: center;
  }

  .stats {
    justify-content: center;
  }
}
.bulk-left h1 {
  color: #ffffff;
}

.bulk-left h1 span {
  background: linear-gradient(90deg,#3b82f6,#8b5cf6);
  -webkit-background-clip: text;
  color: transparent;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-efb0550 *//* ===== BULK BENEFITS ===== */
.bulk-benefits {
  padding: 100px 40px;
  background: #0a1a33;
  color: #fff;
}

.bulk-benefits .container {
  max-width: 1200px;
  margin: auto;
}

/* HEADING */
.bulk-benefits .section-head {
  text-align: center;
  margin-bottom: 60px;
}

.bulk-benefits h2 {
  font-size: 42px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 10px;
}

.bulk-benefits p {
  color: #94a3b8;
}

/* GRID */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 25px;
}

/* CARD */
.benefit-card {
  background: rgba(255,255,255,0.04);
  padding: 30px;
  border-radius: 16px;
  transition: 0.3s;
  border: 1px solid rgba(255,255,255,0.08);
}

.benefit-card:hover {
  transform: translateY(-8px);
  background: rgba(59,130,246,0.12);
  border-color: #3b82f6;
}

/* ICON */
.benefit-card .icon {
  font-size: 28px;
  margin-bottom: 15px;
}

/* TEXT */
.benefit-card h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
}

.benefit-card p {
  font-size: 14px;
  color: #9ca3af;
}

/* MOBILE */
@media(max-width:768px){
  .benefits-grid {
    grid-template-columns: 1fr;
  }

  .bulk-benefits h2 {
    font-size: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-041fd00 *//* ===== BULK PROCESS ===== */
.bulk-process {
  padding: 100px 40px;
  background: #ffffff;
  text-align: center;
}

.bulk-process .container {
  max-width: 1200px;
  margin: auto;
}

/* HEADING */
.process-head h2 {
  font-size: 42px;
  font-weight: 800;
  color: #0a1a33;
  margin-bottom: 10px;
}

.process-head p {
  color: #64748b;
  margin-bottom: 60px;
}

/* STEPS */
.process-steps {
  display: flex;
  justify-content: space-between;
  position: relative;
  gap: 20px;
}

/* LINE */
.process-steps::before {
  content: "";
  position: absolute;
  top: 35px;
  left: 5%;
  width: 90%;
  height: 2px;
  background: #e2e8f0;
  z-index: 0;
}

/* STEP */
.step {
  position: relative;
  z-index: 2;
  max-width: 180px;
}

/* CIRCLE */
.circle {
  width: 70px;
  height: 70px;
  margin: auto;
  border-radius: 50%;
  background: linear-gradient(135deg,#3b82f6,#8b5cf6);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  margin-bottom: 15px;
  box-shadow: 0 10px 30px rgba(59,130,246,0.4);
}

/* TEXT */
.step h4 {
  font-size: 16px;
  font-weight: 700;
  color: #0a1a33;
  margin-bottom: 8px;
}

.step p {
  font-size: 13px;
  color: #64748b;
}

/* MOBILE */
@media(max-width:768px){

  .process-steps {
    flex-direction: column;
    align-items: center;
  }

  .process-steps::before {
    display: none;
  }

  .step {
    max-width: 100%;
  }

  .process-head h2 {
    font-size: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f1b72e1 *//* ===== BULK PRICING ===== */
.bulk-pricing {
  padding: 100px 40px;
  background: #0a1a33;
  color: #fff;
}

.bulk-pricing .container {
  max-width: 1200px;
  margin: auto;
}

/* HEADING */
.pricing-head {
  text-align: center;
  margin-bottom: 60px;
}

.pricing-head h2 {
  font-size: 42px;
  font-weight: 800;
  color: #fff;
}

.pricing-head p {
  color: #94a3b8;
}

/* GRID */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 25px;
}

/* CARD */
.price-card {
  background: rgba(255,255,255,0.05);
  padding: 40px 30px;
  border-radius: 18px;
  text-align: center;
  border: 1px solid rgba(255,255,255,0.08);
  transition: 0.3s;
  position: relative;
}

.price-card:hover {
  transform: translateY(-10px);
  border-color: #3b82f6;
  background: rgba(59,130,246,0.15);
}

/* ACTIVE */
.price-card.active {
  border: 2px solid #3b82f6;
  transform: scale(1.05);
}

/* TAG */
.price-card .tag {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg,#3b82f6,#8b5cf6);
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 12px;
}

/* TEXT */
.price-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.price-card .price {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 20px;
  color: #3b82f6;
}

/* LIST */
.price-card ul {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.price-card ul li {
  margin: 8px 0;
  color: #cbd5e1;
}

/* BUTTON */
.price-card .btn {
  display: inline-block;
  padding: 12px 25px;
  background: linear-gradient(90deg,#3b82f6,#8b5cf6);
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
}

/* MOBILE */
@media(max-width:768px){
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .pricing-head h2 {
    font-size: 28px;
  }
}

.price-card h3 {
  color: #ffffff !important;
}

.price-card.active h3 {
  color: #ffffff !important;
}

.price-card h3 {
  color: #fff !important;
  font-weight: 700;
  opacity: 1 !important;
}
.price-card h3 {
  color: #fff;
  text-shadow: 0 0 10px rgba(255,255,255,0.2);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-49cd83e *//* ===== FACTORY PRO ===== */
.factory-pro {
  padding: 120px 40px;
  background: #0a1a33;
}

.factory-pro .container {
  max-width: 1200px;
  margin: auto;
}

/* HEADING */
.factory-head {
  text-align: center;
  margin-bottom: 60px;
}

.factory-head h2 {
  font-size: 44px;
  font-weight: 800;
  color: #fff;
}

.factory-head p {
  color: #94a3b8;
}

/* GRID */
.factory-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 25px;
}

/* CARD */
.factory-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
}

/* IMAGE */
.factory-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: 0.5s;
}

/* OVERLAY */
.factory-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 25px;
  background: linear-gradient(to top, rgba(0,0,0,0.85), transparent);
  transition: 0.4s;
}

.factory-overlay h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

/* HOVER EFFECT */
.factory-card:hover img {
  transform: scale(1.15);
}

.factory-card:hover .factory-overlay {
  background: linear-gradient(to top, rgba(59,130,246,0.8), transparent);
}

/* GLOW BORDER */
.factory-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.08);
}

/* MOBILE */
@media(max-width:768px){
  .factory-grid {
    grid-template-columns: 1fr;
  }

  .factory-head h2 {
    font-size: 28px;
  }
}
/* ===== FACTORY WHITE VERSION ===== */
.factory-pro {
  padding: 120px 40px;
  background: #ffffff; /* WHITE BG */
}

.factory-head h2 {
  font-size: 44px;
  font-weight: 800;
  color: #0a1a33; /* DARK TEXT */
}

.factory-head p {
  color: #64748b;
}

/* CARDS */
.factory-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  background: #0a1a33; /* CARD DARK */
}

/* IMAGE */
.factory-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: 0.5s;
}

/* OVERLAY */
.factory-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 25px;
  background: linear-gradient(to top, rgba(0,0,0,0.9), transparent);
}

/* TEXT */
.factory-overlay h3 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}

/* HOVER */
.factory-card:hover img {
  transform: scale(1.12);
}

/* BORDER */
.factory-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 18px;
  border: 1px solid rgba(0,0,0,0.08);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ba0905a */.brand-trust-pro {
  background: #ffffff;
  padding: 80px 0;
  overflow: hidden;
}

.brand-head-pro {
  text-align: center;
  margin-bottom: 50px;
}

.brand-head-pro h2 {
  font-size: 36px;
  font-weight: 800;
  color: #0b1c39;
  margin-bottom: 10px;
}

.brand-head-pro p {
  color: #6b7280;
  font-size: 16px;
}

/* SLIDER */
.logo-slider-pro {
  position: relative;
  overflow: hidden;
}

/* gradient fade sides */
.logo-slider-pro::before,
.logo-slider-pro::after {
  content: "";
  position: absolute;
  top: 0;
  width: 120px;
  height: 100%;
  z-index: 2;
}

.logo-slider-pro::before {
  left: 0;
  background: linear-gradient(to right, #fff, transparent);
}

.logo-slider-pro::after {
  right: 0;
  background: linear-gradient(to left, #fff, transparent);
}

/* TRACK */
.logo-track-pro {
  display: flex;
  gap: 60px;
  width: max-content;
  animation: scrollLogos 25s linear infinite;
}

/* LOGOS */
.logo-track-pro img {
  height: 60px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.3s ease;
}

.logo-track-pro img:hover {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.1);
}

/* ANIMATION */
@keyframes scrollLogos {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* MOBILE */
@media(max-width:768px){
  .brand-head-pro h2 {
    font-size: 26px;
  }

  .logo-track-pro {
    gap: 30px;
  }

  .logo-track-pro img {
    height: 40px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-62f3457 *//* ===== FINAL CTA ===== */
.bulk-final-cta {
  padding: 100px 20px;
  background: linear-gradient(135deg,#0a1a33,#1e3a8a);
  text-align: center;
  color: #fff;
}

/* BOX */
.cta-box {
  max-width: 700px;
  margin: auto;
}

/* HEADING */
.cta-box h2 {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 15px;
}

/* TEXT */
.cta-box p {
  color: #cbd5e1;
  margin-bottom: 30px;
}

/* BUTTONS */
.cta-actions {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 25px;
}

/* PRIMARY */
.btn-primary {
  background: linear-gradient(90deg,#3b82f6,#8b5cf6);
  padding: 14px 30px;
  border-radius: 10px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(59,130,246,0.4);
  transition: 0.3s;
}

.btn-primary:hover {
  transform: translateY(-3px);
}

/* OUTLINE */
.btn-outline {
  border: 1px solid rgba(255,255,255,0.4);
  padding: 14px 30px;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
}

/* TRUST */
.cta-points {
  display: flex;
  justify-content: center;
  gap: 20px;
  font-size: 14px;
  color: #e2e8f0;
}

/* MOBILE */
@media(max-width:768px){

  .cta-box h2 {
    font-size: 28px;
  }

  .cta-actions {
    flex-direction: column;
  }

  .cta-points {
    flex-direction: column;
    gap: 10px;
  }
}

.bulk-final-cta h2 {
  color: #fff !important;
  font-weight: 800;
  text-shadow: 0 5px 20px rgba(59,130,246,0.4);
}/* End custom CSS */