.elementor-9 .elementor-element.elementor-element-62b83ff{padding:0px 0px 0px 0px;}.elementor-9 .elementor-element.elementor-element-e195b3f > .elementor-container{min-height:400px;}.elementor-9 .elementor-element.elementor-element-e195b3f{margin-top:120px;margin-bottom:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-9 .elementor-element.elementor-element-2aea6e8{text-align:center;}.elementor-9 .elementor-element.elementor-element-2aea6e8 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:12px;font-weight:400;font-style:normal;color:var( --e-global-color-708b762 );}.elementor-9 .elementor-element.elementor-element-2e17f42{text-align:center;}.elementor-9 .elementor-element.elementor-element-2e17f42 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:52px;font-weight:400;color:var( --e-global-color-secondary );}.elementor-9 .elementor-element.elementor-element-a3d97a2{margin-top:38px;margin-bottom:0px;}/* Start custom CSS for html, class: .elementor-element-f10616a */.emco-header{
  position:sticky;
  top:0;
  left:0;
  width:100%;
  z-index:9999;
  background:rgba(249,249,249,0.88);
  backdrop-filter:blur(14px);
  border-bottom:1px solid #e5e5e5;
}

.emco-header-inner{
  height:78px;
  max-width:1440px;
  margin:0 auto;
  padding:0 64px;
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.emco-logo{
  font-family:'Noto Serif',serif;
  font-size:20px;
  letter-spacing:0.28em;
  color:#1a1a1a;
  text-decoration:none;
  font-weight:300;
}

.emco-nav{
  display:flex;
  align-items:center;
  gap:44px;
}

.emco-nav a{
  font-family:'Manrope',sans-serif;
  font-size:10px;
  letter-spacing:0.22em;
  text-transform:uppercase;
  color:#747878;
  text-decoration:none;
  transition:0.3s ease;
}

.emco-nav a:hover{
  color:#1a1a1a;
}

.emco-dropdown{
  position:relative;
}

.emco-dropdown-menu{
  position:absolute;
  top:46px;
  left:50%;
  transform:translateX(-50%) translateY(10px);
  min-width:230px;
  background:#f9f9f9;
  border:1px solid #e5e5e5;
  padding:18px 0;
  opacity:0;
  visibility:hidden;
  transition:0.3s ease;
  box-shadow:0 20px 50px rgba(0,0,0,0.08);
}

.emco-dropdown:hover .emco-dropdown-menu{
  opacity:1;
  visibility:visible;
  transform:translateX(-50%) translateY(0);
}

.emco-dropdown-menu a{
  display:block;
  padding:13px 24px;
  color:#1a1a1a;
  font-size:10px;
  letter-spacing:0.16em;
}

.emco-dropdown-menu a:hover{
  background:#f1f1f1;
  color:#a68966;
}

.emco-header-btn{
  background:#1a1a1a;
  color:#ffffff;
  padding:14px 28px;
  font-family:'Manrope',sans-serif;
  font-size:10px;
  letter-spacing:0.22em;
  text-transform:uppercase;
  text-decoration:none;
  transition:0.3s ease;
}

.emco-header-btn:hover{
  background:#a68966;
  color:#ffffff;
}

@media(max-width:900px){
  .emco-header-inner{
    padding:0 22px;
  }

  .emco-nav{
    display:none;
  }

  .emco-logo{
    font-size:16px;
  }

  .emco-header-btn{
    padding:12px 18px;
    font-size:9px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-963bf72 */.emco-hero{
    position:relative;
    width:100%;
    height:100vh;
    min-height:750px;
    overflow:hidden;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#111;
}

.emco-hero-bg{
    position:absolute;
    inset:0;
    background-image:url('https://emcocera.com/wp-content/uploads/2026/05/3.jpg');
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    transform:scale(1.03);
}

.emco-hero-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.38);
}

.emco-hero-content{
    position:relative;
    z-index:2;
    text-align:center;
    padding:0 20px;
    max-width:1200px;
}

.emco-subtitle{
    color:rgba(255,255,255,0.78);
    font-size:11px;
    letter-spacing:0.45em;
    text-transform:uppercase;
    margin-bottom:28px;
    font-family:'Manrope',sans-serif;
    font-weight:500;
}

.emco-title{
    color:#ffffff;
    font-size:68px;
    line-height:1.1;
    font-weight:300;
    letter-spacing:-0.03em;
    margin-bottom:50px;
    font-family:'Noto Serif',serif;
}

.emco-btn{
    display:inline-block;
    padding:18px 46px;
    background:#ffffff;
    color:#111111;
    text-decoration:none;
    text-transform:uppercase;
    letter-spacing:0.25em;
    font-size:10px;
    border:1px solid #ffffff;
    transition:all 0.4s ease;
    font-family:'Manrope',sans-serif;
}

.emco-btn:hover{
    background:transparent;
    color:#ffffff;
}

@media(max-width:768px){

    .emco-title{
        font-size:42px;
        line-height:1.2;
    }

    .emco-subtitle{
        font-size:9px;
        letter-spacing:0.3em;
    }

    .emco-btn{
        padding:16px 34px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-20117f6 */.emco-services-section{
  background:#f9f9f9;
  padding:120px 64px;
  display:grid;
  grid-template-columns:32% 68%;
  gap:60px;
  font-family:'Manrope',sans-serif;
  align-items:start;
}

.emco-services-left{
  padding-top:30px;
}

.emco-services-logo{
  width:72px;
  height:72px;
  object-fit:contain;
  margin-bottom:34px;
}

.emco-services-left h2{
  font-family:'Noto Serif',serif;
  font-size:58px;
  line-height:1.1;
  font-weight:300;
  color:#6f7d68;
  margin:0 0 34px;
}

.emco-services-left p{
  font-size:18px;
  line-height:2;
  color:#1a1a1a;
  max-width:460px;
  margin-bottom:52px;
}

.emco-services-link{
  color:#6f7d68;
  text-decoration:none;
  font-size:16px;
  font-weight:600;
  border-bottom:1px solid #6f7d68;
  padding-bottom:6px;
}

.emco-services-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
}

.emco-service-card{
  height:330px;
  background-size:cover;
  background-position:center;
  position:relative;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  color:#fff;
  overflow:hidden;
}

.emco-service-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.28);
}

.emco-service-card h3,
.emco-service-card span{
  position:relative;
  z-index:2;
}

.emco-service-card h3{
  font-family:'Noto Serif',serif;
  font-size:34px;
  font-weight:300;
  margin:0 0 12px;
}

.emco-service-card span{
  font-size:12px;
  letter-spacing:.22em;
  text-transform:uppercase;
}

.service-1{background-image:url('https://emcocera.com/wp-content/uploads/2026/05/HomePage-OurServices-Ceramic_Tyle.jpg');}
.service-2{background-image:url('https://emcocera.com/wp-content/uploads/2026/05/HomePage-OurServices-Carpeting.jpg');}
.service-3{background-image:url('https://emcocera.com/wp-content/uploads/2026/05/HomePage-OurServices-Vinyl_Tile.jpg');}
.service-4{background-image:url('https://emcocera.com/wp-content/uploads/2026/05/HomePage-OurServices-Concrete.jpg');}
.service-5{background-image:url('https://emcocera.com/wp-content/uploads/2026/05/HomePage-OurServices-Laminate.jpg');}
.service-6{background-image:url('https://emcocera.com/wp-content/uploads/2026/05/HomePage-OurServices-Hardwood.jpg');}

@media(max-width:900px){
  .emco-services-section{
    grid-template-columns:1fr;
    padding:80px 24px;
  }

  .emco-services-grid{
    grid-template-columns:1fr;
  }

  .emco-services-left h2{
    font-size:42px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dbaabac */.emco-support-section{
    background:#f9f9f9;
    padding:120px 64px;
}

.emco-support-heading{
    text-align:center;
    margin-bottom:90px;
}

.emco-support-heading p{
    font-family:'Manrope',sans-serif;
    font-size:11px;
    letter-spacing:0.45em;
    text-transform:uppercase;
    color:#a68966;
    margin-bottom:28px;
}

.emco-support-heading h2{
    font-family:'Noto Serif',serif;
    font-size:64px;
    line-height:1.1;
    font-weight:300;
    color:#1a1a1a;
    margin:0;
}

.emco-divider{
    width:58px;
    height:1px;
    background:#a68966;
    display:block;
    margin:34px auto 0;
}

.emco-support-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:40px;
    max-width:1600px;
    margin:0 auto;
}

.emco-support-card{
    background:#ffffff;
    border:1px solid #e5e5e5;
    min-height:470px;
    padding:70px 50px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:flex-start;
    text-align:center;
    transition:all .35s ease;
}

.emco-support-card:hover{
    border-color:#1a1a1a;
}

.emco-support-icon{
    width:62px;
    height:62px;
    margin-bottom:42px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.emco-support-icon svg{
    width:42px;
    height:42px;
    stroke:#1a1a1a;
}

.emco-support-card h3{
    font-family:'Noto Serif',serif;
    font-size:34px;
    line-height:1.2;
    font-weight:300;
    color:#1a1a1a;
    margin:0 0 30px;
    min-height:82px;

    display:flex;
    align-items:center;
    justify-content:center;
}

.emco-support-card p{
    font-family:'Manrope',sans-serif;
    font-size:16px;
    line-height:1.9;
    color:#747878;
    margin:0 0 34px;

    min-height:165px;

    display:flex;
    align-items:flex-start;
    justify-content:center;
    flex-direction:column;
}

.emco-email{
    font-family:'Manrope',sans-serif;
    font-size:14px;
    font-weight:600;
    color:#a68966;
    text-decoration:none;
    margin-bottom:42px;
}

.emco-link{
    font-family:'Manrope',sans-serif;
    font-size:11px;
    letter-spacing:0.28em;
    text-transform:uppercase;
    color:#1a1a1a;
    text-decoration:none;
    border-bottom:1px solid #1a1a1a;
    padding-bottom:8px;
    transition:all .3s ease;
}

.emco-link:hover{
    color:#a68966;
    border-color:#a68966;
}

@media(max-width:900px){

    .emco-support-section{
        padding:90px 22px;
    }

    .emco-support-heading h2{
        font-size:42px;
    }

    .emco-support-grid{
        grid-template-columns:1fr;
        gap:24px;
    }

    .emco-support-card{
        min-height:auto;
        padding:60px 28px;
    }

    .emco-support-card p{
        min-height:auto;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a37fbad */.emco-footer{
  background:#f2f2f2;
  padding:120px 64px 50px;
  border-top:1px solid #e5e5e5;
  font-family:'Manrope',sans-serif;
}

.emco-footer-grid{
  display:grid;
  grid-template-columns:2fr 1fr 1fr 1.6fr;
  gap:90px;
  max-width:1680px;
  margin:0 auto;
  min-height:360px;
}

.emco-footer-brand h3{
  font-family:'Noto Serif',serif;
  font-size:28px;
  font-weight:300;
  letter-spacing:.32em;
  margin:0 0 52px;
}

.emco-footer-brand p,
.emco-footer-newsletter p{
  color:#747878;
  font-size:16px;
  line-height:1.65;
  max-width:460px;
  margin:0 0 44px;
}

.emco-footer h4{
  font-size:11px;
  letter-spacing:.32em;
  text-transform:uppercase;
  color:#111;
  margin:0 0 44px;
  font-weight:700;
}

.emco-email{
  display:block;
  color:#a68966;
  text-decoration:none;
  font-size:16px;
  margin-bottom:60px;
}

.emco-socials{
  display:flex;
  gap:28px;
}

.emco-socials a{
  color:#747878;
  font-size:22px;
  text-decoration:none;
}

.emco-footer-col{
  display:flex;
  flex-direction:column;
}

.emco-footer-col a{
  color:#747878;
  text-decoration:none;
  font-size:16px;
  margin-bottom:28px;
}

.emco-footer-col a:hover,
.emco-email:hover,
.emco-socials a:hover{
  color:#1a1a1a;
}

.emco-footer-newsletter form{
  margin-top:44px;
  border-bottom:1px solid #b5b5b5;
  display:flex;
  align-items:center;
  padding-bottom:14px;
}

.emco-footer-newsletter input{
  flex:1;
  background:transparent;
  border:0;
  outline:0;
  font-size:16px;
  color:#1a1a1a;
}

.emco-footer-newsletter button{
  background:transparent;
  border:0;
  font-size:26px;
  color:#747878;
  cursor:pointer;
}

.emco-footer-bottom{
  max-width:1680px;
  margin:100px auto 0;
  padding-top:52px;
  border-top:1px solid #dadada;
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.emco-footer-bottom p,
.emco-footer-bottom span{
  font-size:11px;
  letter-spacing:.22em;
  text-transform:uppercase;
  color:#b5b5b5;
}

.emco-footer-bottom div{
  display:flex;
  gap:48px;
}

@media(max-width:900px){
  .emco-footer{
    padding:80px 24px 40px;
  }

  .emco-footer-grid{
    grid-template-columns:1fr;
    gap:50px;
  }

  .emco-footer-bottom{
    flex-direction:column;
    align-items:flex-start;
    gap:22px;
  }

  .emco-footer-bottom div{
    flex-direction:column;
    gap:12px;
  }
}/* End custom CSS */