.elementor-76 .elementor-element.elementor-element-02ad26a{--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;--overflow:hidden;}.elementor-76 .elementor-element.elementor-element-c6bffbb .service-card .icon i{font-size:30px;color:#3F5AF3;}.elementor-76 .elementor-element.elementor-element-c6bffbb .service-item-5 .service-thumb .icon i{font-size:30px;color:#3F5AF3;}.elementor-76 .elementor-element.elementor-element-c6bffbb .service-item-wrap .service-item-10 .icon i{font-size:30px;color:#3F5AF3;}.elementor-76 .elementor-element.elementor-element-616d76f{--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:100px;--padding-bottom:100px;--padding-left:0px;--padding-right:0px;}.elementor-76 .elementor-element.elementor-element-6a944e75 > .elementor-widget-container{padding:100px 0px 0px 0px;}/* Start custom CSS for services, class: .elementor-element-c6bffbb *//* Service Card Icon and Title Alignment - Mobile and Tablet Only */

/* Apply horizontal alignment only on tablet and mobile devices */
@media (max-width: 1024px) {
    
    /* Remove bottom margin from icon for horizontal alignment */
    .service-card .icon {
        margin-bottom: 0; /* Remove bottom margin for horizontal alignment */
    }
    
    /* Create horizontal layout for icon and title */
    .service-card .icon,
    .service-card .title {
        float: left;
    }
    
    /* Icon positioning with reduced spacing */
    .service-card .icon {
        margin-right: 8px; /* Reduced from 15px to 8px for tighter spacing */
    }
    
    /* Title positioning and typography */
    .service-card .title {
        margin-top: 0; /* Remove top margin for better centering */
        margin-bottom: 20px;
        width: calc(100% - 58px); /* Account for icon width (50px) + reduced margin (8px) */
        line-height: 1.4; /* Better line spacing for multi-line titles */
        padding-top: 5px; /* Fine-tune vertical alignment with icon center */
    }
    
    /* Clear float after title to ensure content flows normally */
    .service-card .title::after {
        content: "";
        display: table;
        clear: both;
    }
    
    /* Ensure any content below flows normally */
    .service-card p,
    .service-card ul,
    .service-card .content {
        clear: both;
        margin-top: 0px;
    }
}

/* Mobile specific adjustments (768px and below) */
@media (max-width: 768px) {
    
    /* Reset to vertical stacking on very small screens if needed */
    .service-card .icon,
    .service-card .title {
        float: none;
        text-align: center;
    }
    
    .service-card .icon {
        margin: 0 auto 15px auto;
    }
    
    .service-card .title {
        width: 100%;
        margin-top: 0;
        margin-bottom: 20px;
    }
}/* End custom CSS */
/* Start custom CSS for faq, class: .elementor-element-478a38c2 */.aboutus-faq ol li,
.aboutus-faq ul li {
  color: #B0B2B7;
}/* End custom CSS */