.elementor-1857 .elementor-element.elementor-element-2e7767a8{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;--gap:50px 50px;--row-gap:50px;--column-gap:50px;}.elementor-1857 .elementor-element.elementor-element-2e7767a8:not(.elementor-motion-effects-element-type-background), .elementor-1857 .elementor-element.elementor-element-2e7767a8 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-fa678a6 );}.elementor-1857 .elementor-element.elementor-element-4b6dbd7e .elementor-heading-title{font-family:var( --e-global-typography-708eaaf-font-family ), Sans-serif;font-size:var( --e-global-typography-708eaaf-font-size );font-weight:var( --e-global-typography-708eaaf-font-weight );line-height:var( --e-global-typography-708eaaf-line-height );}.elementor-1857 .elementor-element.elementor-element-3e219121{width:100%;max-width:100%;}@media(max-width:1366px){.elementor-1857 .elementor-element.elementor-element-2e7767a8{--gap:40px 40px;--row-gap:40px;--column-gap:40px;}.elementor-1857 .elementor-element.elementor-element-4b6dbd7e .elementor-heading-title{font-size:var( --e-global-typography-708eaaf-font-size );line-height:var( --e-global-typography-708eaaf-line-height );}.elementor-1857 .elementor-element.elementor-element-3e219121{width:100%;max-width:100%;}}@media(max-width:1024px){.elementor-1857 .elementor-element.elementor-element-4b6dbd7e .elementor-heading-title{font-size:var( --e-global-typography-708eaaf-font-size );line-height:var( --e-global-typography-708eaaf-line-height );}}@media(max-width:767px){.elementor-1857 .elementor-element.elementor-element-4b6dbd7e{text-align:center;}.elementor-1857 .elementor-element.elementor-element-4b6dbd7e .elementor-heading-title{font-size:var( --e-global-typography-708eaaf-font-size );line-height:var( --e-global-typography-708eaaf-line-height );}}/* Start custom CSS *//* Services Hidden Learn More and Mobile styles */
@media (min-width: 1024px) and (max-width: 5000px) {
.hidden-button {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.hover-container:hover .hidden-button,
.hover-container:hover a .hidden-button,
.hover-container a:hover ~ .hidden-button,
.hover-container:has(:hover) .hidden-button {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}}

@media (min-width: 1px) and (max-width: 1024px) {
.hover-container {
    border-color: #F0FE74!important;
}}

.services .elementor-icon-list-item{
    display:flex!important;
}
.services .elementor-icon-list-icon{
    order:2!important;
    padding-left: 5px!important;
    
}


/* Change heading color on container hover */
.hover-white:hover .elementor-heading-title {
    color: #ffffff !important;
}

/* Special heading with different styling - add custom class "special-heading" to your heading */
.hover-white .special-heading {
    transition: background-color 0.3s ease;
}

.hover-white .special-heading .elementor-heading-title {
    transition: color 0.3s ease;
}

.hover-white:hover .special-heading {
    background-color: #F0FE74 !important;
}

.hover-white:hover .special-heading .elementor-heading-title {
    color: #0715BB !important;
}

/* Change text widget/paragraph color on container hover */
.hover-white:hover .elementor-text-editor,
.hover-white:hover .elementor-text-editor p,
.hover-white:hover .elementor-text-editor *,
.hover-white:hover .elementor-widget-text-editor,
.hover-white:hover .elementor-widget-text-editor * {
    color: #ffffff !important;
}

/* Change icon color on container hover */
.hover-white:hover .elementor-icon {
    color: #ffffff !important;
    fill: #ffffff !important;
}

.hover-white:hover .elementor-icon i {
    color: #ffffff !important;
}

.hover-white:hover .elementor-icon svg {
    fill: #ffffff !important;
    color: #ffffff !important;
}

/* Change icon text color on container hover */
.hover-white:hover .elementor-icon-box-title,
.hover-white:hover .elementor-icon-box-description {
    color: #ffffff !important;
}

/* Optional: Add smooth transition to all text elements */
.hover-white .elementor-heading-title,
.hover-white .elementor-text-editor,
.hover-white .elementor-text-editor p,
.hover-white .elementor-icon,
.hover-white .elementor-icon-box-title,
.hover-white .elementor-icon-box-description {
    transition: color 0.3s ease;
}/* End custom CSS */