.elementor-8700 .elementor-element.elementor-element-eb4f88d{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;overflow:visible;}.elementor-8700 .elementor-element.elementor-element-558c4ec{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-8700 .elementor-element.elementor-element-578326c{--display:flex;--position:fixed;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:0px 10px;--row-gap:0px;--column-gap:10px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;bottom:0px;--z-index:99999;overflow:visible;}.elementor-8700 .elementor-element.elementor-element-578326c:not(.elementor-motion-effects-element-type-background), .elementor-8700 .elementor-element.elementor-element-578326c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-2f94f82 );}body:not(.rtl) .elementor-8700 .elementor-element.elementor-element-578326c{left:0px;}body.rtl .elementor-8700 .elementor-element.elementor-element-578326c{right:0px;}.elementor-8700 .elementor-element.elementor-element-a223e6c .elementor-button{background-color:var( --e-global-color-ade20e4 );fill:var( --e-global-color-c5eafae );color:var( --e-global-color-c5eafae );}.elementor-8700 .elementor-element.elementor-element-a223e6c .elementor-button-content-wrapper{flex-direction:row-reverse;}.elementor-8700 .elementor-element.elementor-element-ed8aff6{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;overflow:visible;}.elementor-8700 .elementor-element.elementor-element-31baa74 .elementor-repeater-item-568b35c.elementor-social-icon{background-color:var( --e-global-color-2f94f82 );}.elementor-8700 .elementor-element.elementor-element-31baa74{--grid-template-columns:repeat(1, auto);text-align:center;bottom:134px;z-index:99;--grid-column-gap:0px;--grid-row-gap:9px;}body:not(.rtl) .elementor-8700 .elementor-element.elementor-element-31baa74{right:10px;}body.rtl .elementor-8700 .elementor-element.elementor-element-31baa74{left:10px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:1024px){.elementor-8700 .elementor-element.elementor-element-578326c{--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}}@media(max-width:767px){.elementor-8700 .elementor-element.elementor-element-578326c{--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:10px;--padding-bottom:10px;--padding-left:0px;--padding-right:0px;--z-index:9999;}.elementor-8700 .elementor-element.elementor-element-a223e6c{width:var( --container-widget-width, 95% );max-width:95%;--container-widget-width:95%;--container-widget-flex-grow:0;}}/* Start custom CSS for html, class: .elementor-element-558c4ec */.mosaic-footer-section {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 18px 12.5%;
  background:
    linear-gradient(180deg, #050509 0%, #070707 100%);
  color: #ffffff;
}

.mosaic-footer-section * {
  box-sizing: border-box;
}

.mosaic-footer-container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
}

.mosaic-footer-logo {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  text-decoration: none !important;
  line-height: 0;
}

.mosaic-footer-logo img {
  width: 175px;
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.mosaic-footer-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.36);
  font-size: 13px !important;
  line-height: 1.4 !important;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
}

.mosaic-footer-contact {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #d1ad45;
  font-size: 13px !important;
  line-height: 1.4 !important;
  font-weight: 500;
  white-space: nowrap;
}

.mosaic-footer-contact a {
  color: #d1ad45 !important;
  text-decoration: none !important;
  transition: color 0.25s ease;
}

.mosaic-footer-contact a:hover {
  color: #ffffff !important;
}

.mosaic-footer-contact span {
  color: rgba(209, 173, 69, 0.55);
}

/* Laptop */
@media (max-width: 1366px) {
  .mosaic-footer-section {
    padding: 18px 8%;
  }

  .mosaic-footer-logo img {
    width: 165px;
  }
}

/* Tablet */
@media (max-width: 1024px) {
  .mosaic-footer-section {
    padding: 22px 6%;
  }

  .mosaic-footer-container {
    grid-template-columns: 1fr;
    gap: 14px;
    text-align: center;
  }

  .mosaic-footer-logo,
  .mosaic-footer-contact {
    justify-self: center;
  }

  .mosaic-footer-copy {
    white-space: normal;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .mosaic-footer-section {
    padding: 24px 30px;
  }

  .mosaic-footer-logo img {
    width: 145px;
  }

  .mosaic-footer-copy,
  .mosaic-footer-contact {
    font-size: 12px !important;
  }

  .mosaic-footer-contact {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 6px;
  }
}

/* Small Mobile */
@media (max-width: 420px) {
  .mosaic-footer-section {
    padding: 22px 24px;
  }

  .mosaic-footer-logo img {
    width: 135px;
  }
}/* End custom CSS */
/* Start custom CSS for button, class: .elementor-element-a223e6c */#cta
{
    display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 28px;
  border-radius: 12px;
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 800;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.25s ease;
    color: #061015 !important;
  background: linear-gradient(135deg, #66D08C 0%, #00B5E2 50%, #DAC8E7 100%);
  box-shadow: 0 18px 42px rgba(0, 181, 226, 0.22);
 
 
  transform: translateY(-3px);
  box-shadow: 0 24px 56px rgba(0, 181, 226, 0.32);
   width: 100%;
    min-height: 50px;
    padding: 0 20px;
    font-size: 12px !important;
}/* End custom CSS */