.elementor-1975 .elementor-element.elementor-element-e0f2077{--display:flex;--min-height:0px;--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1975 .elementor-element.elementor-element-540f2d9 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-1975 .elementor-element.elementor-element-540f2d9 .hero-section-content p{color:#0F0707 !important;}.elementor-1975 .elementor-element.elementor-element-27c5ee8{--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:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1975 .elementor-element.elementor-element-30afd68{--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:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1975 .elementor-element.elementor-element-f5c57f9 > .elementor-widget-container{margin:-30px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-1975 .elementor-element.elementor-element-b7cbda1 > .elementor-widget-container{margin:0px -3px -30px 0px;padding:0px 0px 0px 0px;}@media(min-width:768px){.elementor-1975 .elementor-element.elementor-element-e0f2077{--width:100%;}}@media(max-width:1024px){.elementor-1975 .elementor-element.elementor-element-f5c57f9 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-1975 .elementor-element.elementor-element-b7cbda1 > .elementor-widget-container{padding:0px 0px 0px 0px;}}@media(max-width:767px){.elementor-1975 .elementor-element.elementor-element-f5c57f9 > .elementor-widget-container{margin:-20px 0px -30px 0px;padding:0px 0px 0px 0px;}.elementor-1975 .elementor-element.elementor-element-b7cbda1 > .elementor-widget-container{margin:-42px 0px 0px 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for container, class: .elementor-element-e0f2077 *//* Force-remove gap for any .e-con wrapper */
.e-con,
.e-con > .e-con-inner {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
  min-height: 0 !important;
  height: auto !important;
}

/* Remove any pseudo-element spacing */
.e-con::before,
.e-con::after,
.e-con > .e-con-inner::before,
.e-con > .e-con-inner::after {
  content: none !important;
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Ensure no extra bottom spacing when .e-con is the last element before footer */
.e-con:last-child,
.e-con:last-child + footer,
.e-con + .site-footer,
.e-con + #colophon,
.e-con + .footer {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* Safety: reset immediate parent/child spacing that commonly causes gaps */
.e-con,
.e-con > * {
  box-sizing: border-box !important;
}/* End custom CSS */
/* Start custom CSS for synckhomev2services, class: .elementor-element-c520a60 */.service3-card .theme-btn, .service2-card .theme-btn {
  width: 30px !important;
  height: 30px !important;
  opacity: 0.7 !important;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-27c5ee8 *//*The Below code will strict the service cards to have equal width when extra content is uploaded on the description */

/* Container */
.service2-items{
    display:flex;
    flex-wrap:wrap;
    gap:30px;
}

/* Every card has the same width */
.service2-card{
    flex:0 0 calc(20% - 24px);   /* 5 cards per row */
    max-width:calc(20% - 24px);
    min-width:calc(20% - 24px);

    display:flex;
    flex-direction:column;
    box-sizing:border-box;
}/* End custom CSS */
/* Start custom CSS for synckhomev1client, class: .elementor-element-b7cbda1 *//* Make logo images responsive */
.client-logo img {
  max-width: 100%;
  height: auto !important;
}

/* On smaller screens, allow logos to wrap or scroll */
@media (max-width: 768px) {
  .clients-marquee {
    overflow-x: auto;
  }

  .client-logo {
    flex: 0 0 100px;
    max-width: 100px;
    padding: 10px;
  }
}/* End custom CSS */