.elementor-40 .elementor-element.elementor-element-0bebafe{--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:10px;--padding-right:10px;}.elementor-40 .elementor-element.elementor-element-0bebafe:not(.elementor-motion-effects-element-type-background), .elementor-40 .elementor-element.elementor-element-0bebafe > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-8e7703f );}:root{--page-title-display:none;}@media(max-width:767px){.elementor-40 .elementor-element.elementor-element-0bebafe{--padding-top:30px;--padding-bottom:30px;--padding-left:15px;--padding-right:15px;}.elementor-40 .elementor-element.elementor-element-62a7735{padding:0px 0px 0px 0px;}}/* Start custom CSS for shortcode, class: .elementor-element-62a7735 *//* সার্ভিস আইটেম রো এর গ্যাপ বাড়ানো */
.bpa-front-module--service-items-row {
  gap: 20px !important;
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px;
}

/* প্রতিটি কলাম এর স্পেসিং - সাইজ কমানো */
.bpa-fm--si--col {
  flex: 1;
  min-width: 280px;
  max-width: calc(50% - 10px);
  margin-bottom: 15px;
}

/* সার্ভিস কার্ড স্টাইলিং - গ্রীন বর্ডার সহ */
.bpa-front-si-card {
  background: #ffffff;
  border: 2px solid #27ae60;
  border-radius: 10px;
  padding: 18px;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(39, 174, 96, 0.22);
  display: flex;
  gap: 15px;
  cursor: pointer;
}

/* হভার ইফেক্ট */
.bpa-front-si-card:hover {
  box-shadow: 0 8px 28px rgba(39, 174, 96, 0.32);
  border-color: #229954;
  transform: translateY(-3px);
}

/* কার্ড লেফট ইমেজ এরিয়া */
.bpa-front-si-card__left {
  flex-shrink: 0;
  min-width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* কার্ড লেফট ইমেজ */
.bpa-front-si-card__left img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

/* ডিফল্ট ইমেজ আইকন */
.bpa-front-si__default-img {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f9f5;
  border-radius: 6px;
  color: #27ae60;
  border: none !important;
}

/* কার্ড বডি স্টাইলিং */
.bpa-front-si__card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* কার্ড হেডিং */
.bpa-front-si__card-body--heading {
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 8px;
  line-height: 1.3;
}

/* স্পেক্স কন্টেইনার */
.bpa-front-si-cb__specs {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}

/* প্রতিটি স্পেক আইটেম */
.bpa-front-si-cb__specs-item {
  margin: 0;
  padding: 0;
}

.bpa-front-si-cb__specs-item p {
  margin: 0;
  font-size: 12px;
  color: #666666;
  font-weight: 500;
}

.bpa-front-si-cb__specs-item strong {
  color: #1a1a1a;
  font-weight: 600;
}

/* প্রাইস স্টাইলিং */
.--is-service-price {
  color: #27ae60 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

/* রেসপন্সিভ - ছোট স্ক্রিনের জন্য */
@media (max-width: 768px) {
  .bpa-front-module--service-items-row {
    gap: 15px !important;
    padding: 0 10px;
  }
  
  .bpa-fm--si--col {
    min-width: 100%;
    max-width: 100%;
  }
  
  .bpa-front-si-card {
    padding: 14px;
  }
}/* End custom CSS */