.elementor-16252 .elementor-element.elementor-element-4c20179{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:10px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(min-width:480px){.elementor-16252 .elementor-element.elementor-element-4c20179{--content-width:900px;}}/* Start custom CSS for text-editor, class: .elementor-element-340da5c */.service-grid{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

@media (max-width: 700px){
  .service-grid{ grid-template-columns: 1fr; gap: 10px; }
}

.service-grid a{
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  background: #FFFFFF;
  border: 1px solid #E4E1DB;
  border-radius: 10px;
  text-decoration: none;
  color: #15233B;
  overflow: hidden;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

@media (max-width: 400px){
  .service-grid a{ padding: 14px; gap: 12px; }
}

.service-grid a::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #E8602C;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.2s ease;
}

@media (hover: hover){
  .service-grid a:hover{
    border-color: #E8602C;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px -10px rgba(21, 35, 59, 0.18);
  }
  .service-grid a:hover::before{
    transform: scaleY(1);
  }
}

.service-grid a:active{
  border-color: #E8602C;
}

.service-grid a:focus-visible{
  outline: 2px solid #E8602C;
  outline-offset: 2px;
}

.icon{
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: rgba(232,96,44,0.1);
  color: #E8602C;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon svg{ width: 20px; height: 20px; }

.text{
  display: flex;
  flex-direction: column;
  line-height: 1.3;
  min-width: 0;
  flex: 1 1 auto;
}

.trade{
  font-weight: 600;
  font-size: 0.95rem;
  overflow-wrap: break-word;
}

.city{
  font-size: 0.85rem;
  color: #5C6B7A;
  margin-top: 2px;
}

.arrow{
  flex: 0 0 auto;
  margin-left: auto;
  color: #E8602C;
  font-size: 1.1rem;
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

@media (hover: hover){
  .service-grid a:hover .arrow{
    opacity: 1;
    transform: translateX(0);
  }
}

@media (hover: none){
  .arrow{ opacity: 0.5; transform: translateX(0); }
}/* End custom CSS */