.elementor-201 .elementor-element.elementor-element-31a3fc4{--display:flex;}.elementor-201 .elementor-element.elementor-element-fb0e3c5{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-201 .elementor-element.elementor-element-8f63d26{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-201 .elementor-element.elementor-element-a845a49{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-201 .elementor-element.elementor-element-e14e0a9{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-201 .elementor-element.elementor-element-76426bf{--display:flex;}.elementor-201 .elementor-element.elementor-element-de231cc{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-201 .elementor-element.elementor-element-e0f74fa{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-201 .elementor-element.elementor-element-56648f0{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-e74f7fe *//* ===================================
ACR INTERIOR DESIGN PAGE - HERO
GREEN ID DEPARTMENT THEME
=================================== */

.acr-id-hero{
  position:relative;
  width:100vw;
  min-height:100vh;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  overflow:hidden;
  display:flex;
  align-items:center;
  background:#070b07;
  font-family:'Poppins',sans-serif;
}

.acr-id-hero__media{
  position:absolute;
  inset:0;
  background:
    url("https://images.unsplash.com/photo-1618221195710-dd6b41faaea6?q=80&w=2000&auto=format&fit=crop")
    center/cover no-repeat;
  transform:scale(1.06);
  opacity:.66;
  filter:contrast(1.06) saturate(.92);
}

.acr-id-hero__overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(
      90deg,
      rgba(7,11,7,.97) 0%,
      rgba(7,11,7,.84) 48%,
      rgba(7,11,7,.48) 100%
    ),
    radial-gradient(circle at 18% 30%, rgba(119,206,45,.28), transparent 30%),
    radial-gradient(circle at 82% 75%, rgba(166,232,94,.16), transparent 34%);
}

.acr-id-hero__grid{
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size:74px 74px;
  opacity:.22;
  pointer-events:none;
}

.acr-id-hero__wrap{
  position:relative;
  z-index:4;
  width:100%;
  max-width:1450px;
  margin:0 auto;
  padding:130px 7%;
}

.acr-id-hero__content{
  max-width:1000px;
}

/* LABEL */
.acr-id-hero__label{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:28px;
  color:#a6e85e;
  font-size:.82rem;
  font-weight:900;
  letter-spacing:2.3px;
  text-transform:uppercase;
}

.acr-id-hero__label span{
  width:60px;
  height:3px;
  display:block;
  background:linear-gradient(90deg,#77ce2d,#a6e85e,#ffffff);
  box-shadow:0 0 18px rgba(119,206,45,.35);
}

/* TITLE */
.acr-id-hero h1{
  margin:0;
  max-width:1050px;
  color:#fff;
  font-size:clamp(3rem,6vw,6.5rem);
  line-height:.97;
  letter-spacing:-4px;
  font-weight:900;
}

.acr-id-hero h1 strong{
  display:block;
  font-weight:900;
  background:linear-gradient(90deg,#77ce2d 0%,#a6e85e 52%,#ffffff 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

/* TEXT */
.acr-id-hero p{
  max-width:780px;
  margin:34px 0 0;
  color:rgba(255,255,255,.76);
  font-size:1.08rem;
  line-height:1.9;
}

/* BUTTONS */
.acr-id-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
  margin-top:42px;
}

.acr-id-hero__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:0 34px;
  border-radius:999px;
  text-decoration:none;
  font-size:.94rem;
  font-weight:900;
  transition:.3s ease;
}

.acr-id-hero__btn--primary{
  background:linear-gradient(135deg,#77ce2d,#b7ff75);
  color:#13210b;
  box-shadow:0 16px 40px rgba(119,206,45,.28);
}

.acr-id-hero__btn--primary:hover{
  transform:translateY(-4px);
  background:linear-gradient(135deg,#a6e85e,#d6ff9f);
  color:#13210b;
}

.acr-id-hero__btn--outline{
  color:#fff;
  border:1px solid rgba(119,206,45,.34);
  background:rgba(119,206,45,.08);
  backdrop-filter:blur(12px);
}

.acr-id-hero__btn--outline:hover{
  background:#fff;
  color:#13210b;
  transform:translateY(-4px);
}

/* STATS */
.acr-id-hero__stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  max-width:920px;
  margin-top:60px;
}

.acr-id-hero__stat{
  position:relative;
  overflow:hidden;
  padding:28px 28px 28px 34px;
  border-radius:26px;
  background:
    radial-gradient(circle at 88% 12%, rgba(119,206,45,.24), transparent 34%),
    linear-gradient(145deg,
      rgba(119,206,45,.24) 0%,
      rgba(119,206,45,.12) 40%,
      rgba(8,18,7,.82) 100%
    );
  border:1px solid rgba(119,206,45,.32);
  backdrop-filter:blur(14px);
  box-shadow:
    inset 8px 0 0 #77ce2d,
    0 18px 60px rgba(0,0,0,.30),
    0 0 38px rgba(119,206,45,.14);
}

.acr-id-hero__stat::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:8px;
  background:linear-gradient(180deg,#77ce2d,#a6e85e,#77ce2d);
  box-shadow:0 0 24px rgba(119,206,45,.55);
}

.acr-id-hero__stat::after{
  content:"";
  position:absolute;
  width:160px;
  height:160px;
  right:-65px;
  bottom:-65px;
  border-radius:999px;
  background:#77ce2d;
  opacity:.16;
  filter:blur(7px);
  pointer-events:none;
}

.acr-id-hero__stat strong{
  position:relative;
  z-index:2;
  display:block;
  margin-bottom:10px;
  color:#a6e85e;
  font-size:2rem;
  font-weight:900;
}

.acr-id-hero__stat span{
  position:relative;
  z-index:2;
  display:block;
  color:rgba(255,255,255,.72);
  font-size:.94rem;
  line-height:1.6;
}

/* RESPONSIVE */
@media(max-width:1000px){
  .acr-id-hero__stats{
    grid-template-columns:1fr;
  }
}

@media(max-width:767px){
  .acr-id-hero{
    min-height:auto;
  }

  .acr-id-hero__wrap{
    padding:100px 22px 80px;
  }

  .acr-id-hero__overlay{
    background:
      linear-gradient(
        180deg,
        rgba(7,11,7,.96) 0%,
        rgba(7,11,7,.88) 58%,
        rgba(7,11,7,.96) 100%
      ),
      radial-gradient(circle at 18% 20%, rgba(119,206,45,.24), transparent 32%);
  }

  .acr-id-hero__label{
    font-size:.72rem;
    letter-spacing:1.4px;
  }

  .acr-id-hero__label span{
    width:40px;
  }

  .acr-id-hero h1{
    letter-spacing:-2px;
    line-height:1.04;
  }

  .acr-id-hero p{
    font-size:.96rem;
    line-height:1.8;
  }

  .acr-id-hero__actions{
    flex-direction:column;
  }

  .acr-id-hero__btn{
    width:100%;
  }

  .acr-id-hero__stats{
    margin-top:38px;
  }

  .acr-id-hero__stat{
    padding:24px 24px 24px 32px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ebc4137 *//* ===================================
ACR INTERIOR DESIGN PAGE - SECTION 2
ABOUT INTERIOR DESIGN
GREEN ID DEPARTMENT THEME
=================================== */

.acr-id-s2{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  overflow:hidden;
  background:
    radial-gradient(circle at 8% 0%, rgba(119,206,45,.18), transparent 30%),
    radial-gradient(circle at 92% 100%, rgba(166,232,94,.14), transparent 32%),
    linear-gradient(120deg,#f7fff1 0%,#ffffff 56%,#efffe4 100%);
  padding:125px 0;
  font-family:'Poppins',sans-serif;
}

.acr-id-s2::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(38,52,69,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(38,52,69,.045) 1px, transparent 1px);
  background-size:72px 72px;
  opacity:.35;
  pointer-events:none;
}

.acr-id-s2__wrap{
  position:relative;
  z-index:2;
  width:100%;
  max-width:1450px;
  margin:0 auto;
  padding:0 7%;
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:70px;
  align-items:center;
}

/* LEFT */
.acr-id-s2__label{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:26px;
  color:#5baa1f;
  font-size:.82rem;
  font-weight:900;
  letter-spacing:2.3px;
  text-transform:uppercase;
}

.acr-id-s2__label span{
  width:60px;
  height:3px;
  display:block;
  background:linear-gradient(90deg,#77ce2d,#a6e85e,#ffffff);
  box-shadow:0 0 18px rgba(119,206,45,.30);
}

.acr-id-s2 h2{
  margin:0;
  color:#183010;
  font-size:clamp(2.8rem,5.2vw,5.5rem);
  line-height:.98;
  letter-spacing:-4px;
  font-weight:900;
}

.acr-id-s2 h2 strong{
  display:block;
  background:linear-gradient(
    90deg,
    #77ce2d 0%,
    #5baa1f 48%,
    #183010 100%
  );
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.acr-id-s2__left p{
  max-width:620px;
  margin:32px 0 0;
  color:#435b38;
  font-size:1.05rem;
  line-height:1.9;
}

/* QUOTE */
.acr-id-s2__quote{
  position:relative;
  overflow:hidden;
  margin-top:38px;
  padding:34px 34px 34px 42px;
  border-radius:30px;
  background:
    radial-gradient(circle at 92% 12%, rgba(119,206,45,.18), transparent 34%),
    linear-gradient(145deg,#ffffff 0%,#f7fff1 55%,#efffe4 100%);
  border:1px solid rgba(119,206,45,.25);
  box-shadow:
    inset 8px 0 0 #77ce2d,
    0 24px 80px rgba(119,206,45,.13);
}

.acr-id-s2__quote::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:8px;
  background:linear-gradient(180deg,#77ce2d,#a6e85e,#77ce2d);
  box-shadow:0 0 24px rgba(119,206,45,.42);
}

.acr-id-s2__quote::after{
  content:"";
  position:absolute;
  width:170px;
  height:170px;
  right:-70px;
  bottom:-70px;
  border-radius:999px;
  background:#77ce2d;
  opacity:.16;
  filter:blur(8px);
  pointer-events:none;
}

.acr-id-s2__quote strong{
  position:relative;
  z-index:2;
  display:block;
  color:#183010;
  font-size:1.15rem;
  line-height:1.7;
  font-weight:900;
}

/* RIGHT */
.acr-id-s2__right{
  position:relative;
}

.acr-id-s2__main-image{
  position:relative;
  width:100%;
  aspect-ratio:1 / 1;
  overflow:hidden;
  border-radius:40px;
  border:1px solid rgba(119,206,45,.24);
  box-shadow:
    inset 8px 0 0 #77ce2d,
    0 30px 90px rgba(67,91,56,.16);
  background:#efffe4;
}

.acr-id-s2__main-image::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:8px;
  background:linear-gradient(180deg,#77ce2d,#a6e85e,#77ce2d);
  z-index:2;
  box-shadow:0 0 24px rgba(119,206,45,.42);
}

.acr-id-s2__main-image::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg,rgba(0,0,0,0) 48%,rgba(8,18,7,.24) 100%),
    radial-gradient(circle at top right, rgba(119,206,45,.26), transparent 34%);
  z-index:1;
  pointer-events:none;
}

.acr-id-s2__main-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:.55s ease;
}

.acr-id-s2__main-image:hover img{
  transform:scale(1.06);
}

.acr-id-s2__floating-card{
  position:absolute;
  left:-40px;
  bottom:40px;
  width:320px;
  padding:30px 30px 30px 38px;
  border-radius:30px;
  background:
    radial-gradient(circle at 92% 12%, rgba(119,206,45,.18), transparent 34%),
    linear-gradient(145deg,#ffffff 0%,#f7fff1 55%,#efffe4 100%);
  border:1px solid rgba(119,206,45,.25);
  box-shadow:
    inset 8px 0 0 #77ce2d,
    0 24px 80px rgba(67,91,56,.16);
  overflow:hidden;
}

.acr-id-s2__floating-card::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:8px;
  background:linear-gradient(180deg,#77ce2d,#a6e85e,#77ce2d);
  box-shadow:0 0 24px rgba(119,206,45,.42);
}

.acr-id-s2__floating-card::after{
  content:"";
  position:absolute;
  width:150px;
  height:150px;
  right:-60px;
  bottom:-60px;
  border-radius:999px;
  background:#77ce2d;
  opacity:.16;
  filter:blur(8px);
  pointer-events:none;
}

.acr-id-s2__floating-card span{
  position:relative;
  z-index:2;
  display:inline-flex;
  margin-bottom:18px;
  color:#5baa1f;
  font-size:.75rem;
  font-weight:900;
  letter-spacing:1.4px;
}

.acr-id-s2__floating-card h3{
  position:relative;
  z-index:2;
  margin:0 0 14px;
  color:#183010;
  font-size:1.5rem;
  line-height:1.2;
  font-weight:900;
}

.acr-id-s2__floating-card p{
  position:relative;
  z-index:2;
  margin:0;
  color:#435b38;
  font-size:.94rem;
  line-height:1.8;
}

/* RESPONSIVE */
@media(max-width:1100px){
  .acr-id-s2__wrap{
    grid-template-columns:1fr;
    gap:50px;
  }

  .acr-id-s2__floating-card{
    left:24px;
  }
}

@media(max-width:767px){
  .acr-id-s2{
    padding:80px 0;
  }

  .acr-id-s2__wrap{
    padding:0 22px;
  }

  .acr-id-s2__label{
    font-size:.72rem;
    letter-spacing:1.4px;
  }

  .acr-id-s2__label span{
    width:40px;
  }

  .acr-id-s2 h2{
    letter-spacing:-2px;
    line-height:1.04;
  }

  .acr-id-s2__left p{
    font-size:.96rem;
    line-height:1.8;
  }

  .acr-id-s2__quote{
    padding:26px 26px 26px 34px;
    border-radius:24px;
  }

  .acr-id-s2__quote strong{
    font-size:1rem;
  }

  .acr-id-s2__main-image{
    border-radius:28px;
  }

  .acr-id-s2__floating-card{
    position:relative;
    left:auto;
    bottom:auto;
    width:auto;
    margin-top:18px;
    padding:24px 24px 24px 32px;
    border-radius:24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6ced150 *//* ===================================
ACR INTERIOR DESIGN PAGE - SECTION 3
SERVICES - GREEN ID DEPARTMENT THEME
=================================== */

.acr-id-s3{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  overflow:hidden;
  background:
    radial-gradient(circle at 12% 0%, rgba(119,206,45,.20), transparent 30%),
    radial-gradient(circle at 88% 80%, rgba(166,232,94,.14), transparent 32%),
    linear-gradient(135deg,#070b07 0%,#101a0d 55%,#070b07 100%);
  padding:125px 0;
  font-family:'Poppins',sans-serif;
}

.acr-id-s3::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size:72px 72px;
  opacity:.25;
  pointer-events:none;
}

.acr-id-s3__glow{
  position:absolute;
  border-radius:50%;
  filter:blur(90px);
  pointer-events:none;
}

.acr-id-s3__glow--green{
  width:420px;
  height:420px;
  background:rgba(119,206,45,.18);
  top:-130px;
  left:-120px;
}

.acr-id-s3__glow--lime{
  width:380px;
  height:380px;
  background:rgba(166,232,94,.14);
  right:-120px;
  bottom:-100px;
}

.acr-id-s3__wrap{
  position:relative;
  z-index:2;
  width:100%;
  max-width:1450px;
  margin:0 auto;
  padding:0 7%;
}

/* TOP */
.acr-id-s3__top{
  display:grid;
  grid-template-columns:1.1fr .75fr;
  gap:80px;
  align-items:end;
  margin-bottom:70px;
}

.acr-id-s3__label{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:26px;
  color:#a6e85e;
  font-size:.82rem;
  font-weight:900;
  letter-spacing:2.3px;
  text-transform:uppercase;
}

.acr-id-s3__label span{
  width:60px;
  height:3px;
  display:block;
  background:linear-gradient(90deg,#77ce2d,#a6e85e,#ffffff);
  box-shadow:0 0 18px rgba(119,206,45,.35);
}

.acr-id-s3 h2{
  margin:0;
  color:#fff;
  font-size:clamp(2.8rem,5.3vw,5.6rem);
  line-height:.98;
  letter-spacing:-4px;
  font-weight:900;
}

.acr-id-s3 h2 strong{
  display:block;
  background:linear-gradient(90deg,#77ce2d 0%,#a6e85e 52%,#ffffff 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.acr-id-s3__top > p{
  margin:0;
  color:rgba(255,255,255,.72);
  font-size:1.05rem;
  line-height:1.9;
}

/* LAYOUT */
.acr-id-s3__layout{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:26px;
  align-items:stretch;
}

/* FEATURE */
.acr-id-s3__feature{
  position:relative;
  overflow:hidden;
  border-radius:36px;
  background:
    radial-gradient(circle at 88% 12%, rgba(119,206,45,.24), transparent 34%),
    linear-gradient(145deg,
      rgba(119,206,45,.22) 0%,
      rgba(119,206,45,.11) 40%,
      rgba(8,18,7,.86) 100%
    );
  border:1px solid rgba(119,206,45,.34);
  box-shadow:
    inset 8px 0 0 #77ce2d,
    0 24px 80px rgba(0,0,0,.28),
    0 0 42px rgba(119,206,45,.15);
  backdrop-filter:blur(16px);
}

.acr-id-s3__feature::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:8px;
  background:linear-gradient(180deg,#77ce2d,#a6e85e,#77ce2d);
  box-shadow:0 0 26px rgba(119,206,45,.55);
  z-index:3;
}

.acr-id-s3__feature-img{
  width:100%;
  aspect-ratio:1 / 1;
  overflow:hidden;
  position:relative;
}

.acr-id-s3__feature-img::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg,rgba(0,0,0,0) 45%,rgba(8,18,7,.52) 100%),
    radial-gradient(circle at top right, rgba(119,206,45,.34), transparent 34%);
  pointer-events:none;
}

.acr-id-s3__feature-img img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:.55s ease;
}

.acr-id-s3__feature:hover .acr-id-s3__feature-img img{
  transform:scale(1.06);
}

.acr-id-s3__feature-content{
  position:relative;
  z-index:2;
  padding:42px;
}

.acr-id-s3__feature-content span{
  display:inline-flex;
  margin-bottom:18px;
  color:#a6e85e;
  font-size:.75rem;
  font-weight:900;
  letter-spacing:1.4px;
}

.acr-id-s3 h3{
  margin:0 0 16px;
  color:#fff;
  font-size:1.7rem;
  line-height:1.18;
  letter-spacing:-1px;
  font-weight:900;
}

.acr-id-s3__feature-content p{
  margin:0;
  color:rgba(255,255,255,.72);
  font-size:.96rem;
  line-height:1.8;
}

/* LIST */
.acr-id-s3__list{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
}

.acr-id-s3__list article{
  position:relative;
  overflow:hidden;
  padding:30px 30px 30px 38px;
  border-radius:28px;
  background:
    radial-gradient(circle at 88% 12%, rgba(119,206,45,.22), transparent 34%),
    linear-gradient(145deg,
      rgba(119,206,45,.20) 0%,
      rgba(119,206,45,.10) 40%,
      rgba(8,18,7,.84) 100%
    );
  border:1px solid rgba(119,206,45,.30);
  box-shadow:
    inset 8px 0 0 #77ce2d,
    0 20px 65px rgba(0,0,0,.24),
    0 0 36px rgba(119,206,45,.12);
  backdrop-filter:blur(16px);
  transition:.35s ease;
}

.acr-id-s3__list article:hover{
  transform:translateY(-6px);
  border-color:rgba(119,206,45,.48);
  box-shadow:
    inset 8px 0 0 #77ce2d,
    0 26px 75px rgba(0,0,0,.30),
    0 0 46px rgba(119,206,45,.18);
}

.acr-id-s3__list article::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:8px;
  background:linear-gradient(180deg,#77ce2d,#a6e85e,#77ce2d);
  box-shadow:0 0 24px rgba(119,206,45,.52);
  z-index:2;
}

.acr-id-s3__list article::after{
  content:"";
  position:absolute;
  width:150px;
  height:150px;
  right:-60px;
  bottom:-60px;
  border-radius:999px;
  background:#77ce2d;
  opacity:.16;
  filter:blur(7px);
  pointer-events:none;
  z-index:1;
}

.acr-id-s3__list b{
  position:relative;
  z-index:3;
  display:inline-flex;
  width:52px;
  height:52px;
  margin-bottom:24px;
  border-radius:18px;
  background:linear-gradient(135deg,#77ce2d,#b7ff75);
  color:#13210b;
  align-items:center;
  justify-content:center;
  font-weight:900;
  box-shadow:0 0 26px rgba(119,206,45,.35);
}

.acr-id-s3__list h3{
  position:relative;
  z-index:3;
  font-size:1.25rem;
}

.acr-id-s3__list p{
  position:relative;
  z-index:3;
  margin:0;
  color:rgba(255,255,255,.72);
  font-size:.92rem;
  line-height:1.7;
}

/* RESPONSIVE */
@media(max-width:1100px){
  .acr-id-s3__top,
  .acr-id-s3__layout{
    grid-template-columns:1fr;
  }
}

@media(max-width:767px){
  .acr-id-s3{
    padding:80px 0;
  }

  .acr-id-s3__wrap{
    padding:0 22px;
  }

  .acr-id-s3__top{
    gap:28px;
    margin-bottom:45px;
  }

  .acr-id-s3__label{
    font-size:.72rem;
    letter-spacing:1.4px;
  }

  .acr-id-s3__label span{
    width:40px;
  }

  .acr-id-s3 h2{
    letter-spacing:-2px;
    line-height:1.04;
  }

  .acr-id-s3__top > p{
    font-size:.96rem;
    line-height:1.8;
  }

  .acr-id-s3__list{
    grid-template-columns:1fr;
  }

  .acr-id-s3__feature,
  .acr-id-s3__list article{
    border-radius:26px;
  }

  .acr-id-s3__feature-content,
  .acr-id-s3__list article{
    padding:28px 24px 28px 32px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5878e8e *//* ===================================
ACR INTERIOR DESIGN PAGE - SECTION 4
DESIGN PHILOSOPHY
GREEN ID DEPARTMENT THEME
=================================== */

.acr-id-s4{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  overflow:hidden;
  background:
    radial-gradient(circle at 12% 0%, rgba(119,206,45,.16), transparent 30%),
    radial-gradient(circle at 88% 100%, rgba(166,232,94,.12), transparent 32%),
    linear-gradient(120deg,#f7fff1 0%,#ffffff 56%,#efffe4 100%);
  padding:125px 0;
  font-family:'Poppins',sans-serif;
}

.acr-id-s4::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(38,52,69,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(38,52,69,.045) 1px, transparent 1px);
  background-size:72px 72px;
  opacity:.34;
  pointer-events:none;
}

.acr-id-s4__wrap{
  position:relative;
  z-index:2;
  width:100%;
  max-width:1450px;
  margin:0 auto;
  padding:0 7%;
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:50px;
  align-items:start;
}

/* LEFT */
.acr-id-s4__sticky{
  position:sticky;
  top:120px;
}

.acr-id-s4__label{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:26px;
  color:#5baa1f;
  font-size:.82rem;
  font-weight:900;
  letter-spacing:2.3px;
  text-transform:uppercase;
}

.acr-id-s4__label span{
  width:60px;
  height:3px;
  display:block;
  background:linear-gradient(90deg,#77ce2d,#a6e85e,#ffffff);
  box-shadow:0 0 18px rgba(119,206,45,.30);
}

.acr-id-s4 h2{
  margin:0;
  color:#183010;
  font-size:clamp(2.8rem,5vw,5.3rem);
  line-height:.98;
  letter-spacing:-4px;
  font-weight:900;
}

.acr-id-s4 h2 strong{
  display:block;
  background:linear-gradient(90deg,#77ce2d 0%,#5baa1f 48%,#183010 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.acr-id-s4__left p{
  margin:32px 0 0;
  max-width:620px;
  color:#435b38;
  font-size:1.05rem;
  line-height:1.9;
}

/* MAIN IMAGE */
.acr-id-s4__main-image{
  position:relative;
  width:100%;
  aspect-ratio:1 / 1;
  overflow:hidden;
  border-radius:38px;
  margin-top:42px;
  border:1px solid rgba(119,206,45,.24);
  background:#efffe4;
  box-shadow:
    inset 8px 0 0 #77ce2d,
    0 30px 90px rgba(67,91,56,.16);
}

.acr-id-s4__main-image::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:8px;
  background:linear-gradient(180deg,#77ce2d,#a6e85e,#77ce2d);
  box-shadow:0 0 24px rgba(119,206,45,.42);
  z-index:2;
}

.acr-id-s4__main-image::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg,rgba(0,0,0,0) 48%,rgba(8,18,7,.24) 100%),
    radial-gradient(circle at top right, rgba(119,206,45,.28), transparent 34%);
  pointer-events:none;
  z-index:1;
}

.acr-id-s4__main-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:.55s ease;
}

.acr-id-s4__main-image:hover img{
  transform:scale(1.06);
}

/* RIGHT */
.acr-id-s4__right{
  display:grid;
  gap:24px;
}

.acr-id-s4__card{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:92px 1fr;
  gap:28px;
  align-items:start;
  padding:38px 38px 38px 44px;
  border-radius:34px;
  background:
    radial-gradient(circle at 92% 14%, rgba(119,206,45,.16), transparent 34%),
    linear-gradient(145deg,#ffffff 0%,#f7fff1 55%,#efffe4 100%);
  border:1px solid rgba(119,206,45,.24);
  box-shadow:
    inset 8px 0 0 #77ce2d,
    0 22px 70px rgba(67,91,56,.12);
  transition:.35s ease;
  isolation:isolate;
}

.acr-id-s4__card:hover{
  transform:translateX(-10px);
  box-shadow:
    inset 8px 0 0 #77ce2d,
    0 30px 90px rgba(67,91,56,.16);
}

.acr-id-s4__card::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:8px;
  background:linear-gradient(180deg,#77ce2d,#a6e85e,#77ce2d);
  box-shadow:0 0 24px rgba(119,206,45,.42);
  z-index:2;
}

.acr-id-s4__card::after{
  content:"";
  position:absolute;
  width:180px;
  height:180px;
  right:-70px;
  bottom:-70px;
  border-radius:999px;
  background:#77ce2d;
  opacity:.14;
  filter:blur(8px);
  pointer-events:none;
  z-index:1;
}

.acr-id-s4__card span{
  position:relative;
  z-index:3;
  width:72px;
  height:72px;
  border-radius:24px;
  background:linear-gradient(135deg,#77ce2d,#b7ff75);
  color:#13210b;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:1rem;
  font-weight:900;
  box-shadow:0 18px 40px rgba(119,206,45,.22);
}

.acr-id-s4__card h3{
  position:relative;
  z-index:3;
  margin:0 0 14px;
  color:#183010;
  font-size:1.5rem;
  line-height:1.2;
  font-weight:900;
}

.acr-id-s4__card p{
  position:relative;
  z-index:3;
  margin:0;
  color:#435b38;
  font-size:.97rem;
  line-height:1.85;
}

/* RESPONSIVE */
@media(max-width:1100px){
  .acr-id-s4__wrap{
    grid-template-columns:1fr;
  }

  .acr-id-s4__sticky{
    position:relative;
    top:auto;
  }
}

@media(max-width:767px){
  .acr-id-s4{
    padding:80px 0;
  }

  .acr-id-s4__wrap{
    padding:0 22px;
    gap:40px;
  }

  .acr-id-s4__label{
    font-size:.72rem;
    letter-spacing:1.4px;
  }

  .acr-id-s4__label span{
    width:40px;
  }

  .acr-id-s4 h2{
    letter-spacing:-2px;
    line-height:1.04;
  }

  .acr-id-s4__left p{
    font-size:.96rem;
    line-height:1.8;
  }

  .acr-id-s4__main-image{
    border-radius:26px;
    margin-top:30px;
  }

  .acr-id-s4__card{
    grid-template-columns:1fr;
    gap:20px;
    padding:28px 24px 28px 32px;
    border-radius:26px;
  }

  .acr-id-s4__card:hover{
    transform:none;
  }

  .acr-id-s4__card span{
    width:58px;
    height:58px;
    border-radius:18px;
  }

  .acr-id-s4__card h3{
    font-size:1.2rem;
  }

  .acr-id-s4__card p{
    font-size:.92rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6336321 *//* ===================================
ACR INTERIOR DESIGN PAGE - SECTION 5
IDEAL FOR INTERIOR
GREEN ID DEPARTMENT THEME
=================================== */

.acr-id-s5{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  overflow:hidden;
  background:
    radial-gradient(circle at 8% 0%, rgba(119,206,45,.18), transparent 30%),
    radial-gradient(circle at 92% 100%, rgba(166,232,94,.14), transparent 32%),
    linear-gradient(120deg,#f7fff1 0%,#ffffff 56%,#efffe4 100%);
  padding:125px 0;
  font-family:'Poppins',sans-serif;
}

.acr-id-s5::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(38,52,69,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(38,52,69,.045) 1px, transparent 1px);
  background-size:72px 72px;
  opacity:.34;
  pointer-events:none;
}

.acr-id-s5__wrap{
  position:relative;
  z-index:2;
  width:100%;
  max-width:1450px;
  margin:0 auto;
  padding:0 7%;
}

/* HEAD */
.acr-id-s5__head{
  max-width:1050px;
  margin-bottom:70px;
}

.acr-id-s5__label{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:26px;
  color:#5baa1f;
  font-size:.82rem;
  font-weight:900;
  letter-spacing:2.3px;
  text-transform:uppercase;
}

.acr-id-s5__label span{
  width:60px;
  height:3px;
  display:block;
  background:linear-gradient(90deg,#77ce2d,#a6e85e,#ffffff);
  box-shadow:0 0 18px rgba(119,206,45,.30);
}

.acr-id-s5 h2{
  margin:0;
  color:#183010;
  font-size:clamp(2.8rem,5.2vw,5.5rem);
  line-height:.98;
  letter-spacing:-4px;
  font-weight:900;
}

.acr-id-s5 h2 strong{
  display:block;
  background:linear-gradient(90deg,#77ce2d 0%,#5baa1f 48%,#183010 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.acr-id-s5__head p{
  max-width:760px;
  margin:30px 0 0;
  color:#435b38;
  font-size:1.05rem;
  line-height:1.9;
}

/* LAYOUT */
.acr-id-s5__layout{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:70px;
  align-items:center;
}

/* VISUAL */
.acr-id-s5__visual{
  position:relative;
}

.acr-id-s5__image-main{
  position:relative;
  width:100%;
  aspect-ratio:1 / 1;
  overflow:hidden;
  border-radius:40px;
  border:1px solid rgba(119,206,45,.24);
  background:#efffe4;
  box-shadow:
    inset 8px 0 0 #77ce2d,
    0 30px 90px rgba(67,91,56,.16);
}

.acr-id-s5__image-main::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:8px;
  background:linear-gradient(180deg,#77ce2d,#a6e85e,#77ce2d);
  box-shadow:0 0 24px rgba(119,206,45,.42);
  z-index:2;
}

.acr-id-s5__image-main::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg,rgba(0,0,0,0) 48%,rgba(8,18,7,.24) 100%),
    radial-gradient(circle at top right, rgba(119,206,45,.28), transparent 34%);
  pointer-events:none;
  z-index:1;
}

.acr-id-s5__image-main img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
  transition:.55s ease;
}

.acr-id-s5__image-main:hover img{
  transform:scale(1.06);
}

/* MINI CARD */
.acr-id-s5__mini-card{
  position:absolute;
  right:-30px;
  bottom:36px;
  width:260px;
  padding:26px 26px 26px 34px;
  border-radius:28px;
  background:
    radial-gradient(circle at 92% 12%, rgba(119,206,45,.18), transparent 34%),
    linear-gradient(145deg,#ffffff 0%,#f7fff1 55%,#efffe4 100%);
  border:1px solid rgba(119,206,45,.25);
  box-shadow:
    inset 8px 0 0 #77ce2d,
    0 24px 70px rgba(67,91,56,.18);
  overflow:hidden;
}

.acr-id-s5__mini-card::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:8px;
  background:linear-gradient(180deg,#77ce2d,#a6e85e,#77ce2d);
  box-shadow:0 0 24px rgba(119,206,45,.42);
}

.acr-id-s5__mini-card::after{
  content:"";
  position:absolute;
  width:150px;
  height:150px;
  right:-60px;
  bottom:-60px;
  border-radius:999px;
  background:#77ce2d;
  opacity:.16;
  filter:blur(8px);
  pointer-events:none;
}

.acr-id-s5__mini-card strong{
  position:relative;
  z-index:2;
  display:block;
  margin-bottom:8px;
  color:#183010;
  font-size:1.35rem;
  font-weight:900;
}

.acr-id-s5__mini-card span{
  position:relative;
  z-index:2;
  display:block;
  color:#435b38;
  font-size:.92rem;
  line-height:1.65;
}

/* LIST */
.acr-id-s5__list{
  display:grid;
  gap:22px;
}

.acr-id-s5__list article{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:82px 1fr;
  gap:26px;
  padding:32px 32px 32px 40px;
  border-radius:30px;
  background:
    radial-gradient(circle at 92% 14%, rgba(119,206,45,.16), transparent 34%),
    linear-gradient(145deg,#ffffff 0%,#f7fff1 55%,#efffe4 100%);
  border:1px solid rgba(119,206,45,.24);
  box-shadow:
    inset 8px 0 0 #77ce2d,
    0 22px 70px rgba(67,91,56,.12);
  transition:.35s ease;
  isolation:isolate;
}

.acr-id-s5__list article:hover{
  transform:translateX(-8px);
  box-shadow:
    inset 8px 0 0 #77ce2d,
    0 30px 90px rgba(67,91,56,.16);
}

.acr-id-s5__list article::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:8px;
  background:linear-gradient(180deg,#77ce2d,#a6e85e,#77ce2d);
  box-shadow:0 0 24px rgba(119,206,45,.42);
  z-index:2;
}

.acr-id-s5__list article::after{
  content:"";
  position:absolute;
  width:170px;
  height:170px;
  right:-70px;
  bottom:-70px;
  border-radius:999px;
  background:#77ce2d;
  opacity:.14;
  filter:blur(8px);
  pointer-events:none;
  z-index:1;
}

.acr-id-s5__list article > span{
  position:relative;
  z-index:3;
  width:62px;
  height:62px;
  border-radius:22px;
  background:linear-gradient(135deg,#77ce2d,#b7ff75);
  color:#13210b;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  box-shadow:0 18px 40px rgba(119,206,45,.22);
}

.acr-id-s5__list h3{
  position:relative;
  z-index:3;
  margin:0 0 12px;
  color:#183010;
  font-size:1.35rem;
  line-height:1.25;
  font-weight:900;
}

.acr-id-s5__list p{
  position:relative;
  z-index:3;
  margin:0;
  color:#435b38;
  font-size:.96rem;
  line-height:1.8;
}

/* RESPONSIVE */
@media(max-width:1100px){
  .acr-id-s5__layout{
    grid-template-columns:1fr;
    gap:50px;
  }

  .acr-id-s5__mini-card{
    right:24px;
  }
}

@media(max-width:767px){
  .acr-id-s5{
    padding:80px 0;
  }

  .acr-id-s5__wrap{
    padding:0 22px;
  }

  .acr-id-s5__head{
    margin-bottom:45px;
  }

  .acr-id-s5__label{
    font-size:.72rem;
    letter-spacing:1.4px;
  }

  .acr-id-s5__label span{
    width:40px;
  }

  .acr-id-s5 h2{
    letter-spacing:-2px;
    line-height:1.04;
  }

  .acr-id-s5__head p{
    font-size:.96rem;
    line-height:1.8;
  }

  .acr-id-s5__image-main{
    border-radius:28px;
  }

  .acr-id-s5__mini-card{
    position:relative;
    right:auto;
    bottom:auto;
    width:auto;
    margin-top:18px;
    padding:24px 24px 24px 32px;
    border-radius:24px;
  }

  .acr-id-s5__list article{
    grid-template-columns:1fr;
    gap:18px;
    padding:28px 24px 28px 32px;
    border-radius:26px;
  }

  .acr-id-s5__list article:hover{
    transform:none;
  }

  .acr-id-s5__list article > span{
    width:56px;
    height:56px;
    border-radius:18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7faacb0 *//* ===================================
ACR INTERIOR DESIGN PAGE - SECTION 6
INTERIOR PROCESS FLOW
GREEN ID DEPARTMENT THEME
=================================== */

.acr-id-s6{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  overflow:hidden;
  background:
    radial-gradient(circle at 12% 0%, rgba(119,206,45,.20), transparent 30%),
    radial-gradient(circle at 88% 80%, rgba(166,232,94,.14), transparent 32%),
    linear-gradient(135deg,#070b07 0%,#101a0d 55%,#070b07 100%);
  padding:125px 0;
  font-family:'Poppins',sans-serif;
}

.acr-id-s6::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size:72px 72px;
  opacity:.25;
  pointer-events:none;
}

.acr-id-s6__wrap{
  position:relative;
  z-index:2;
  width:100%;
  max-width:1450px;
  margin:0 auto;
  padding:0 7%;
}

/* TOP */

.acr-id-s6__top{
  max-width:1050px;
  margin-bottom:80px;
}

.acr-id-s6__label{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:26px;
  color:#a6e85e;
  font-size:.82rem;
  font-weight:900;
  letter-spacing:2.3px;
  text-transform:uppercase;
}

.acr-id-s6__label span{
  width:60px;
  height:3px;
  display:block;
  background:linear-gradient(90deg,#77ce2d,#a6e85e,#ffffff);
  box-shadow:0 0 18px rgba(119,206,45,.35);
}

.acr-id-s6 h2{
  margin:0;
  color:#fff;
  font-size:clamp(2.8rem,5.4vw,5.8rem);
  line-height:.98;
  letter-spacing:-4px;
  font-weight:900;
}

.acr-id-s6 h2 strong{
  display:block;
  background:linear-gradient(
    90deg,
    #77ce2d 0%,
    #a6e85e 52%,
    #ffffff 100%
  );
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

/* PROCESS */

.acr-id-s6__process{
  display:grid;
  gap:120px;
}

.acr-id-s6__step{
  position:relative;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:70px;
  align-items:center;
}

.acr-id-s6__step:nth-child(even){
  direction:rtl;
}

.acr-id-s6__step:nth-child(even) .acr-id-s6__content{
  direction:ltr;
}

.acr-id-s6__step::after{
  content:"";
  position:absolute;
  left:50%;
  top:100%;
  width:2px;
  height:120px;
  background:linear-gradient(180deg,#77ce2d,#a6e85e,#77ce2d);
  box-shadow:0 0 22px rgba(119,206,45,.38);
  opacity:.55;
}

.acr-id-s6__step:last-child::after{
  display:none;
}

/* IMAGE */

.acr-id-s6__image{
  position:relative;
  width:100%;
  aspect-ratio:1 / 1;
  overflow:hidden;
  border-radius:38px;
  border:1px solid rgba(119,206,45,.30);
  background:#0c1609;
  box-shadow:
    inset 8px 0 0 #77ce2d,
    0 30px 90px rgba(0,0,0,.30),
    0 0 42px rgba(119,206,45,.12);
}

.acr-id-s6__image::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:8px;
  background:linear-gradient(180deg,#77ce2d,#a6e85e,#77ce2d);
  box-shadow:0 0 26px rgba(119,206,45,.52);
  z-index:2;
}

.acr-id-s6__image::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg,rgba(0,0,0,0) 45%,rgba(8,18,7,.50) 100%),
    radial-gradient(circle at top right, rgba(119,206,45,.30), transparent 34%);
  pointer-events:none;
  z-index:1;
}

.acr-id-s6__image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:.55s ease;
}

.acr-id-s6__step:hover .acr-id-s6__image img{
  transform:scale(1.08);
}

/* CONTENT */

.acr-id-s6__content{
  position:relative;
  overflow:hidden;
  padding:42px 42px 42px 50px;
  border-radius:34px;
  background:
    radial-gradient(circle at 88% 12%, rgba(119,206,45,.24), transparent 34%),
    linear-gradient(145deg,
      rgba(119,206,45,.22) 0%,
      rgba(119,206,45,.11) 40%,
      rgba(8,18,7,.86) 100%
    );
  border:1px solid rgba(119,206,45,.34);
  box-shadow:
    inset 8px 0 0 #77ce2d,
    0 24px 80px rgba(0,0,0,.24),
    0 0 42px rgba(119,206,45,.15);
  backdrop-filter:blur(16px);
}

.acr-id-s6__content::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:8px;
  background:linear-gradient(180deg,#77ce2d,#a6e85e,#77ce2d);
  box-shadow:0 0 26px rgba(119,206,45,.55);
  z-index:2;
}

.acr-id-s6__content::after{
  content:"";
  position:absolute;
  width:180px;
  height:180px;
  right:-70px;
  bottom:-70px;
  border-radius:999px;
  background:#77ce2d;
  opacity:.16;
  filter:blur(8px);
  pointer-events:none;
  z-index:1;
}

.acr-id-s6__content span{
  position:relative;
  z-index:3;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:62px;
  height:62px;
  margin-bottom:26px;
  border-radius:20px;
  background:linear-gradient(135deg,#77ce2d,#b7ff75);
  color:#13210b;
  font-weight:900;
  box-shadow:0 18px 40px rgba(119,206,45,.28);
}

.acr-id-s6__content h3{
  position:relative;
  z-index:3;
  margin:0 0 14px;
  color:#fff;
  font-size:1.7rem;
  line-height:1.2;
  font-weight:900;
}

.acr-id-s6__content p{
  position:relative;
  z-index:3;
  margin:0;
  color:rgba(255,255,255,.72);
  font-size:.98rem;
  line-height:1.9;
}

/* RESPONSIVE */

@media(max-width:1100px){

  .acr-id-s6__process{
    gap:70px;
  }

  .acr-id-s6__step,
  .acr-id-s6__step:nth-child(even){
    grid-template-columns:1fr;
    direction:ltr;
    gap:30px;
  }

  .acr-id-s6__step::after{
    display:none;
  }

}

@media(max-width:767px){

  .acr-id-s6{
    padding:80px 0;
  }

  .acr-id-s6__wrap{
    padding:0 22px;
  }

  .acr-id-s6__top{
    margin-bottom:45px;
  }

  .acr-id-s6__label{
    font-size:.72rem;
    letter-spacing:1.4px;
  }

  .acr-id-s6__label span{
    width:40px;
  }

  .acr-id-s6 h2{
    letter-spacing:-2px;
    line-height:1.04;
  }

  .acr-id-s6__process{
    gap:40px;
  }

  .acr-id-s6__image{
    border-radius:26px;
  }

  .acr-id-s6__content{
    padding:28px 24px 28px 32px;
    border-radius:26px;
  }

  .acr-id-s6__content span{
    width:56px;
    height:56px;
    border-radius:18px;
  }

  .acr-id-s6__content h3{
    font-size:1.25rem;
  }

  .acr-id-s6__content p{
    font-size:.92rem;
    line-height:1.8;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4b62f8c *//* ===================================
ACR INTERIOR DESIGN PAGE - SECTION 7
DARK CINEMATIC CTA
GREEN ID DEPARTMENT THEME
=================================== */

.acr-id-s7{
  position:relative;
  width:100vw;
  min-height:88vh;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  overflow:hidden;
  display:flex;
  align-items:center;
  background:#070b07;
  font-family:'Poppins',sans-serif;
}

.acr-id-s7__media{
  position:absolute;
  inset:0;
  background:
    url("https://images.unsplash.com/photo-1618221195710-dd6b41faaea6?q=80&w=2000&auto=format&fit=crop")
    center/cover no-repeat;
  transform:scale(1.05);
  opacity:.60;
  filter:contrast(1.06) saturate(.92);
}

.acr-id-s7__overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(
      90deg,
      rgba(7,11,7,.97) 0%,
      rgba(7,11,7,.84) 48%,
      rgba(7,11,7,.48) 100%
    ),
    radial-gradient(circle at 18% 30%, rgba(119,206,45,.28), transparent 30%),
    radial-gradient(circle at 84% 75%, rgba(166,232,94,.16), transparent 32%);
}

.acr-id-s7::after{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);
  background-size:74px 74px;
  opacity:.22;
  pointer-events:none;
}

.acr-id-s7__wrap{
  position:relative;
  z-index:3;
  width:100%;
  max-width:1450px;
  margin:0 auto;
  padding:125px 7%;
}

.acr-id-s7__content{
  max-width:1050px;
}

/* LABEL */
.acr-id-s7__label{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:26px;
  color:#a6e85e;
  font-size:.82rem;
  font-weight:900;
  letter-spacing:2.3px;
  text-transform:uppercase;
}

.acr-id-s7__label span{
  width:60px;
  height:3px;
  display:block;
  background:linear-gradient(90deg,#77ce2d,#a6e85e,#ffffff);
  box-shadow:0 0 18px rgba(119,206,45,.35);
}

/* TITLE */
.acr-id-s7 h2{
  margin:0;
  color:#fff;
  font-size:clamp(3rem,5.8vw,6.1rem);
  line-height:.98;
  letter-spacing:-4px;
  font-weight:900;
}

.acr-id-s7 h2 strong{
  display:block;
  background:linear-gradient(90deg,#77ce2d 0%,#a6e85e 52%,#ffffff 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

/* PARAGRAPH */
.acr-id-s7 p{
  max-width:760px;
  margin:32px 0 0;
  color:rgba(255,255,255,.76);
  font-size:1.08rem;
  line-height:1.9;
}

/* BUTTONS */
.acr-id-s7__actions{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
  margin-top:42px;
}

.acr-id-s7__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:0 34px;
  border-radius:999px;
  text-decoration:none;
  font-size:.94rem;
  font-weight:900;
  transition:.3s ease;
}

.acr-id-s7__btn--primary{
  background:linear-gradient(135deg,#77ce2d,#b7ff75);
  color:#13210b;
  box-shadow:0 16px 40px rgba(119,206,45,.28);
}

.acr-id-s7__btn--primary:hover{
  transform:translateY(-4px);
  background:linear-gradient(135deg,#a6e85e,#d6ff9f);
  color:#13210b;
}

.acr-id-s7__btn--outline{
  color:#fff;
  border:1px solid rgba(119,206,45,.34);
  background:rgba(119,206,45,.08);
  backdrop-filter:blur(12px);
}

.acr-id-s7__btn:hover{
  transform:translateY(-4px);
}

.acr-id-s7__btn--outline:hover{
  background:#fff;
  color:#13210b;
}

/* MINI CARDS */
.acr-id-s7__mini{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  max-width:950px;
  margin-top:58px;
}

.acr-id-s7__mini div{
  position:relative;
  overflow:hidden;
  padding:26px 26px 26px 34px;
  border-radius:24px;
  background:
    radial-gradient(circle at 88% 12%, rgba(119,206,45,.24), transparent 34%),
    linear-gradient(145deg,
      rgba(119,206,45,.24) 0%,
      rgba(119,206,45,.12) 40%,
      rgba(8,18,7,.82) 100%
    );
  border:1px solid rgba(119,206,45,.32);
  backdrop-filter:blur(14px);
  box-shadow:
    inset 8px 0 0 #77ce2d,
    0 18px 60px rgba(0,0,0,.30),
    0 0 38px rgba(119,206,45,.14);
  transition:.35s ease;
}

.acr-id-s7__mini div:hover{
  transform:translateY(-7px);
  border-color:rgba(119,206,45,.48);
  box-shadow:
    inset 8px 0 0 #77ce2d,
    0 24px 70px rgba(0,0,0,.36),
    0 0 46px rgba(119,206,45,.20);
}

.acr-id-s7__mini div::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:8px;
  background:linear-gradient(180deg,#77ce2d,#a6e85e,#77ce2d);
  box-shadow:0 0 24px rgba(119,206,45,.55);
  z-index:2;
}

.acr-id-s7__mini div::after{
  content:"";
  position:absolute;
  width:160px;
  height:160px;
  right:-65px;
  bottom:-65px;
  border-radius:999px;
  background:#77ce2d;
  opacity:.16;
  filter:blur(7px);
  pointer-events:none;
  z-index:1;
}

.acr-id-s7__mini b{
  position:relative;
  z-index:3;
  display:block;
  margin-bottom:10px;
  color:#a6e85e;
  font-size:1rem;
  font-weight:900;
}

.acr-id-s7__mini span{
  position:relative;
  z-index:3;
  display:block;
  color:rgba(255,255,255,.72);
  font-size:.92rem;
  line-height:1.65;
}

/* RESPONSIVE */
@media(max-width:1000px){
  .acr-id-s7__mini{
    grid-template-columns:1fr;
  }
}

@media(max-width:767px){
  .acr-id-s7{
    min-height:auto;
  }

  .acr-id-s7__wrap{
    padding:85px 22px;
  }

  .acr-id-s7__overlay{
    background:
      linear-gradient(
        180deg,
        rgba(7,11,7,.96) 0%,
        rgba(7,11,7,.88) 60%,
        rgba(7,11,7,.96) 100%
      ),
      radial-gradient(circle at 18% 20%, rgba(119,206,45,.24), transparent 32%);
  }

  .acr-id-s7__label{
    font-size:.72rem;
    letter-spacing:1.4px;
  }

  .acr-id-s7__label span{
    width:40px;
  }

  .acr-id-s7 h2{
    letter-spacing:-2px;
    line-height:1.04;
  }

  .acr-id-s7 p{
    font-size:.96rem;
    line-height:1.8;
  }

  .acr-id-s7__actions{
    flex-direction:column;
  }

  .acr-id-s7__btn{
    width:100%;
  }

  .acr-id-s7__mini{
    margin-top:38px;
  }

  .acr-id-s7__mini div{
    padding:24px 24px 24px 32px;
    border-radius:22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c15db66 *//* =========================
ACR FOOTER
INTERIOR DESIGN THEME
GREEN DEPARTMENT STYLE
========================= */

.acr-footer{
  width:100vw;
  margin-left:calc(50% - 50vw);
  position:relative;
  overflow:hidden;
  padding:90px 0 0;
  background:
    radial-gradient(circle at 82% 12%, rgba(119,206,45,.30), transparent 28%),
    radial-gradient(circle at 12% 88%, rgba(166,232,94,.16), transparent 28%),
    linear-gradient(135deg,#070b07 0%,#101a0d 58%,#070b07 100%);
  font-family:'Inter','Poppins','Montserrat',sans-serif;
  color:#fff;
}

.acr-footer,
.acr-footer *{
  box-sizing:border-box;
}

.acr-footer__grid-bg{
  position:absolute;
  inset:0;
  opacity:.13;
  background-image:
    linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px);
  background-size:52px 52px;
  z-index:1;
}

.acr-footer__shape{
  position:absolute;
  pointer-events:none;
  z-index:2;
}

.acr-footer__shape--one{
  top:-120px;
  right:-120px;
  width:420px;
  height:420px;
  background:linear-gradient(135deg,rgba(119,206,45,.46),rgba(166,232,94,.16));
  transform:rotate(45deg);
  opacity:.60;
}

.acr-footer__shape--two{
  left:-100px;
  bottom:110px;
  width:310px;
  height:120px;
  background:rgba(119,206,45,.09);
  transform:skewX(-32deg);
}

.acr-footer__wrap{
  position:relative;
  z-index:5;
  width:min(1240px,92%);
  margin:0 auto;
}

/* TOP */
.acr-footer__top{
  display:grid;
  grid-template-columns:1.35fr .7fr .9fr 1fr;
  gap:42px;
  align-items:start;
  padding-bottom:42px;
}

.acr-footer__brand{
  max-width:430px;
}

.acr-footer__logo{
  width:190px;
  max-width:100%;
  display:inline-flex;
  margin-bottom:24px;
}

.acr-footer__logo img{
  max-width:100%;
  height:auto;
  display:block;
}

.acr-footer__brand p{
  margin:0;
  color:rgba(255,255,255,.72);
  font-size:15px;
  line-height:1.82;
  font-weight:500;
}

.acr-footer__badges{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin-top:24px;
}

.acr-footer__badges span{
  padding:9px 11px;
  border-radius:999px;
  color:#fff;
  font-size:11px;
  font-weight:850;
  background:rgba(119,206,45,.15);
  border:1px solid rgba(119,206,45,.34);
}

/* COLUMNS */
.acr-footer__col h3,
.acr-footer__contact h3{
  margin:0 0 22px;
  color:#fff;
  font-size:18px;
  font-weight:950;
}

.acr-footer__col h3::after,
.acr-footer__contact h3::after{
  content:"";
  width:42px;
  height:3px;
  display:block;
  margin-top:12px;
  border-radius:999px;
  background:linear-gradient(90deg,#77ce2d,#a6e85e,#ffffff);
  box-shadow:0 0 18px rgba(119,206,45,.35);
}

.acr-footer__col ul{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:12px;
}

.acr-footer__col a{
  color:rgba(255,255,255,.68);
  text-decoration:none;
  font-size:14px;
  line-height:1.45;
  font-weight:650;
  transition:.25s ease;
}

.acr-footer__col a:hover{
  color:#a6e85e;
  padding-left:5px;
}

/* CONTACT */
.acr-footer__contact{
  position:relative;
  overflow:hidden;
  padding:26px;
  border-radius:28px;
  background:
    radial-gradient(circle at 92% 12%, rgba(119,206,45,.22), transparent 34%),
    rgba(119,206,45,.08);
  border:1px solid rgba(119,206,45,.22);
  backdrop-filter:blur(14px);
  box-shadow:
    inset 7px 0 0 #77ce2d,
    0 24px 70px rgba(0,0,0,.22);
}

.acr-footer__contact::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:7px;
  background:linear-gradient(180deg,#77ce2d,#a6e85e,#77ce2d);
  box-shadow:0 0 24px rgba(119,206,45,.48);
}

.acr-footer__contact::after{
  content:"";
  position:absolute;
  right:0;
  bottom:0;
  width:54px;
  height:54px;
  background:#77ce2d;
  clip-path:polygon(100% 0,100% 100%,0 100%);
}

.acr-footer__info{
  position:relative;
  z-index:2;
  margin-bottom:20px;
}

.acr-footer__info span{
  display:block;
  margin-bottom:8px;
  color:#a6e85e;
  font-size:11px;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-weight:950;
}

.acr-footer__info p{
  margin:0;
  color:rgba(255,255,255,.74);
  font-size:13px;
  line-height:1.65;
  font-weight:600;
}

.acr-footer__cta{
  position:relative;
  z-index:2;
  min-height:50px;
  padding:0 22px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:100%;
  border-radius:999px;
  color:#13210b;
  background:linear-gradient(135deg,#77ce2d,#b7ff75);
  text-decoration:none;
  font-size:13px;
  font-weight:950;
  box-shadow:0 18px 38px rgba(119,206,45,.28);
  transition:.28s ease;
}

.acr-footer__cta:hover{
  transform:translateY(-3px);
  color:#13210b;
  background:linear-gradient(135deg,#a6e85e,#d6ff9f);
  box-shadow:0 24px 50px rgba(119,206,45,.36);
}

/* MIDDLE */
.acr-footer__middle{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  padding:26px;
  border-radius:30px;
  background:rgba(119,206,45,.08);
  border:1px solid rgba(119,206,45,.18);
  backdrop-filter:blur(14px);
  margin-bottom:34px;
}

.acr-footer__middle-card{
  position:relative;
  overflow:hidden;
  padding:22px 22px 22px 28px;
  border-radius:22px;
  background:
    radial-gradient(circle at 92% 12%, rgba(119,206,45,.22), transparent 34%),
    rgba(119,206,45,.08);
  border:1px solid rgba(119,206,45,.20);
  box-shadow:
    inset 6px 0 0 #77ce2d,
    0 18px 55px rgba(0,0,0,.18);
}

.acr-footer__middle-card::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:6px;
  background:linear-gradient(180deg,#77ce2d,#a6e85e,#77ce2d);
  box-shadow:0 0 20px rgba(119,206,45,.45);
}

.acr-footer__middle-card::after{
  content:"";
  position:absolute;
  right:0;
  bottom:0;
  width:42px;
  height:42px;
  background:#77ce2d;
  clip-path:polygon(100% 0,100% 100%,0 100%);
  opacity:.9;
}

.acr-footer__middle span{
  position:relative;
  z-index:2;
  display:block;
  margin-bottom:9px;
  color:#a6e85e;
  font-size:11px;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-weight:950;
}

.acr-footer__middle strong{
  position:relative;
  z-index:2;
  display:block;
  color:#fff;
  font-size:14px;
  line-height:1.55;
  font-weight:750;
}

/* BOTTOM */
.acr-footer__bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:24px 0;
  border-top:1px solid rgba(119,206,45,.18);
}

.acr-footer__bottom p{
  margin:0;
  color:rgba(255,255,255,.60);
  font-size:13px;
  line-height:1.5;
  font-weight:600;
}

.acr-footer__bottom-links{
  display:flex;
  align-items:center;
  gap:18px;
}

.acr-footer__bottom-links a{
  color:rgba(255,255,255,.60);
  text-decoration:none;
  font-size:13px;
  font-weight:700;
  transition:.25s ease;
}

.acr-footer__bottom-links a:hover{
  color:#a6e85e;
}

/* RESPONSIVE */
@media(max-width:1100px){
  .acr-footer{
    padding-top:78px;
  }

  .acr-footer__top{
    grid-template-columns:1fr 1fr;
    gap:34px;
  }

  .acr-footer__brand{
    max-width:100%;
  }

  .acr-footer__middle{
    grid-template-columns:1fr;
  }
}

@media(max-width:767px){
  .acr-footer{
    padding-top:66px;
  }

  .acr-footer__wrap{
    width:min(100% - 34px,1240px);
  }

  .acr-footer__shape{
    display:none;
  }

  .acr-footer__top{
    grid-template-columns:1fr;
    gap:30px;
    padding-bottom:34px;
  }

  .acr-footer__logo{
    width:170px;
  }

  .acr-footer__brand p{
    font-size:14px;
    line-height:1.75;
  }

  .acr-footer__contact{
    padding:24px;
    border-radius:24px;
  }

  .acr-footer__middle{
    padding:18px;
    border-radius:24px;
  }

  .acr-footer__middle-card{
    padding:20px 20px 20px 28px;
    border-radius:20px;
  }

  .acr-footer__bottom{
    flex-direction:column;
    align-items:flex-start;
  }

  .acr-footer__bottom-links{
    flex-wrap:wrap;
    gap:12px;
  }
}

@media(max-width:420px){
  .acr-footer__badges span{
    width:100%;
    text-align:center;
  }

  .acr-footer__bottom p,
  .acr-footer__bottom-links a{
    font-size:12px;
  }
}/* End custom CSS */