.elementor-1463 .elementor-element.elementor-element-9c23ebc{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-1463 .elementor-element.elementor-element-9c23ebc:not(.elementor-motion-effects-element-type-background), .elementor-1463 .elementor-element.elementor-element-9c23ebc > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FBF3E2;}.elementor-1463 .elementor-element.elementor-element-e41aeaa.elementor-element{--align-self:flex-start;}@media(min-width:768px){.elementor-1463 .elementor-element.elementor-element-9c23ebc{--content-width:1100px;}}/* Start custom CSS for container, class: .elementor-element-9c23ebc */.custom-service .feature-title {
    font-size: 28px;
    color: #0D0D4C;
    font-weight: 600;
    font-family: 'Montserrat';
}
.feature-box-wrapper {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.feature-box.left-align {
  width: 256px;
  height: 324px;
  box-sizing: border-box;
  background-color: #fff;
  padding: 30px;
  border: 1px solid #ddd;
  border-radius: 18px;
  transition: all 0.3s ease;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.feature-box.left-align:hover {
  background-color: #FBF3E2;
  border: 2px solid #000025;
}

.feature-image img {
  width: 80px;
  height: auto;
  margin-bottom: 15px;
}

.feature-title {
  font-size: 20px;
  color: #111;
  margin-bottom: 20px;
}

.feature-button.icon-bg-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #333;
  font-weight: bold;
  transition: all 0.3s ease;
  overflow: hidden;
  margin-top: auto;
}

.feature-button.icon-bg-button .text {
  opacity: 0;
  width: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.feature-box.left-align:hover .feature-button .text {
  opacity: 1;
  width: auto;
}

/* Icon inside background circle */
.icon-bg {
  background-color: #D09B2C4D;
  color: #fff;
  width: 29px;
  height: 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

/* Icon hover state */
.feature-box.left-align:hover .icon-bg {
  background-color: #0D0D4C;
  color: #ffffff;
}

.arrow {
  font-size: 18px;
}/* End custom CSS */