.elementor-2703 .elementor-element.elementor-element-b7a9f33{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;}.elementor-2703 .elementor-element.elementor-element-c3ff0bd{--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;--justify-content:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-2703 .elementor-element.elementor-element-c3ff0bd.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-2703 .elementor-element.elementor-element-4923242{text-align:center;}.elementor-2703 .elementor-element.elementor-element-4923242 img{width:1000px;max-width:100%;height:78px;object-fit:fill;opacity:1;filter:brightness( 95% ) contrast( 101% ) saturate( 128% ) blur( 0px ) hue-rotate( 0deg );}.elementor-2703 .elementor-element.elementor-element-e1c9793{--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;}.elementor-2703 .elementor-element.elementor-element-d99ce96{--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;}.elementor-2703 .elementor-element.elementor-element-d99ce96.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-2703 .elementor-element.elementor-element-1bba803{width:var( --container-widget-width, 124.101% );max-width:124.101%;--container-widget-width:124.101%;--container-widget-flex-grow:0;}.elementor-2703 .elementor-element.elementor-element-1bba803.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-2703 .elementor-element.elementor-element-b7a9f33{--content-width:1062px;}.elementor-2703 .elementor-element.elementor-element-c3ff0bd{--width:10%;}.elementor-2703 .elementor-element.elementor-element-e1c9793{--width:5%;}.elementor-2703 .elementor-element.elementor-element-d99ce96{--width:77%;}}@media(max-width:1024px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS for html, class: .elementor-element-b46d6ec *//* Custom Divider */
.custom-divider {
    width: 1px !important;
    height: 100px !important;
    background-color: #cccccc !important;
    margin: 0 auto !important;
    opacity: 0.6 !important;
}

/* Container Fixes */
.elementor-container {
    align-items: center !important;
    min-height: auto !important;
}

/* Column Adjustments */
.elementor-column {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Logo Column */
.elementor-column:first-child {
    justify-content: flex-start !important;
}

/* Content Column */
.elementor-column:last-child {
    justify-content: flex-start !important;
    align-items: flex-start !important;
}

/* Footer Content Styles */
.mucci-footer-content {
    display: flex;
    flex-direction: column;
    gap: 18px;
    width: 100%;
}

.mucci-footer-nav {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    align-items: center;
}

.mucci-footer-nav a {
    color: #666666 !important;
    text-decoration: none !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.8px !important;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    line-height: 1.2 !important;
    transition: color 0.3s ease !important;
}

.mucci-footer-nav a:hover {
    color: #333333 !important;
}

.mucci-footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.mucci-copyright {
    color: #999999 !important;
    font-size: 12px !important;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-weight: 400 !important;
    line-height: 1.3 !important;
    margin: 0 !important;
}

.mucci-social-icons {
    display: flex;
    gap: 16px;
    align-items: center;
}

.mucci-social-icons a {
    color: #999999 !important;
    font-size: 16px !important;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.mucci-social-icons a:hover {
    color: #666666 !important;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .elementor-container {
        flex-direction: column !important;
        text-align: center !important;
        gap: 25px !important;
        padding: 40px 20px !important;
    }
    
    .elementor-column:nth-child(2) {
        display: none !important;
    }
    
    .mucci-footer-nav {
        justify-content: center !important;
        gap: 20px !important;
        margin-bottom: 10px !important;
    }
    
    .mucci-footer-nav a {
        font-size: 13px !important;
    }
    
    .mucci-footer-bottom {
        flex-direction: column !important;
        gap: 15px !important;
        text-align: center !important;
    }
    
    .mucci-social-icons {
        justify-content: center !important;
    }
}

/* Tablet Responsive */
@media (max-width: 1024px) and (min-width: 769px) {
    .elementor-container {
        padding: 30px 20px !important;
    }
    
    .mucci-footer-nav {
        gap: 25px !important;
    }
    
    .mucci-footer-nav a {
        font-size: 13px !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1bba803 *//* Desktop Styles */
.mucci-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Navigation */
.mucci-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.mucci-nav a {
  color: #666;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.5px;
}

.mucci-nav a:hover {
  color: #333;
}

.nav-divider {
  color: #ccc;
  font-weight: 300;
}

/* Bottom Row */
.mucci-bottom {
  display: flex;
  
  gap: 25px;

  align-items: center;
}

.mucci-copyright {
  color: #999;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
}

.mucci-social {
  display: flex;
  gap: 15px;
}

.mucci-social a {
  color: #999;
  font-size: 25px;
  text-decoration: none;
}

.mucci-social a:hover {
  color: #666;
}

/* Vertical Divider */
.vertical-divider {
  width: 1px;
  height: 55px;
  background-color: #ccc;
  margin: 0 auto;
}

/* Mobile Footer */
.mobile-footer {
  display: none;
}

/* Responsive */
@media (max-width: 768px) {
  .mucci-content {
    display: none;
  }
  
  .mobile-footer {
    display: block;
    text-align: center;
  }
  
  .mobile-top {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 15px;
  }
  
  .mobile-logo {
    height: 45px;
  }
  
  .mobile-divider {
    width: 1px;
    height: 45px;
    background: #ccc;
  }
  
  .mobile-social {
    display: flex;
    gap: 15px;
  }
  
  .mobile-social a {
    color: #999;
    font-size: 16px;
  }
  
  .mobile-copyright {
    color: #999;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a86152d *//* Mobile Footer Styles */
.mobile-footer {
 display: none;
}

@media (max-width: 768px) {
 /* Hide desktop columns in mobile */
 .elementor-column:nth-child(1),
 .elementor-column:nth-child(2),
 .elementor-column:nth-child(3) {
 display: none !important;
 }
 
 /* Show mobile footer */
 .mobile-footer {
 display: block !important;
 width: 100% !important;
 text-align: center !important;
 padding: 20px !important;
 }
 
 .mobile-top {
 display: flex !important;
 align-items: center !important;
 justify-content: center !important;
 gap: 20px !important;
 margin-bottom: 15px !important;
 }
 
 .mobile-logo {
 height: 45px !important;
 width: auto !important;
 }
 
 .mobile-divider {
 width: 1px !important;
 height: 45px !important;
 background-color: #cccccc !important;
 }
 
 .mobile-social {
 display: flex !important;
 gap: 15px !important;
 }
 
 .mobile-social a {
 color: #999999 !important;
 font-size: 16px !important;
 }
 
 .mobile-copyright {
 color: #999999 !important;
 font-size: 12px !important;
 font-family: 'Montserrat', sans-serif !important;
 }
}/* End custom CSS */