.elementor-58 .elementor-element.elementor-element-8793edc{--display:flex;}.elementor-58 .elementor-element.elementor-element-70f5f85{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-58 .elementor-element.elementor-element-c52b9d5{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-58 .elementor-element.elementor-element-5903bae{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-58 .elementor-element.elementor-element-ea4497c{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-58 .elementor-element.elementor-element-fd0021a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-58 .elementor-element.elementor-element-5a4cfa8{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-58 .elementor-element.elementor-element-ca480b9{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-58 .elementor-element.elementor-element-cc29cb5{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-d8b78ab *//* =========================
ACR SOLUTIONS PAGE - SEC 1
PAGE HERO
CSS ONLY
========================= */

.acr-sol-hero{
  width:100vw;
  margin-left:calc(50% - 50vw);
  position:relative;
  overflow:hidden;
  min-height:86vh;
  padding:150px 0 105px;
  background:
    url('https://images.unsplash.com/photo-1550751827-4bd374c3f58b?auto=format&fit=crop&w=1800&q=85');
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  font-family:'Inter','Poppins','Montserrat',sans-serif;
  color:#fff;
}

.acr-sol-hero,
.acr-sol-hero *{
  box-sizing:border-box;
}

.acr-sol-hero__overlay{
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(90deg,rgba(23,29,41,.97) 0%,rgba(32,41,55,.90) 48%,rgba(32,41,55,.52) 100%),
    radial-gradient(circle at 82% 18%,rgba(236,42,136,.36),transparent 28%),
    radial-gradient(circle at 12% 88%,rgba(45,125,191,.26),transparent 30%);
}

.acr-sol-hero__grid{
  position:absolute;
  inset:0;
  z-index:2;
  opacity:.14;
  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;
}

.acr-sol-hero::after{
  content:"";
  position:absolute;
  right:0;
  bottom:0;
  width:0;
  height:0;
  border-style:solid;
  border-width:0 0 125px 125px;
  border-color:transparent transparent #ec2a88 transparent;
  z-index:5;
}

.acr-sol-hero__shape{
  position:absolute;
  pointer-events:none;
  z-index:3;
}

.acr-sol-hero__shape--one{
  top:-110px;
  right:-95px;
  width:390px;
  height:390px;
  background:linear-gradient(135deg,rgba(236,42,136,.42),rgba(45,125,191,.14));
  transform:rotate(45deg);
  opacity:.55;
}

.acr-sol-hero__shape--two{
  left:-95px;
  bottom:90px;
  width:300px;
  height:120px;
  background:rgba(255,255,255,.08);
  transform:skewX(-32deg);
}

.acr-sol-hero__wrap{
  position:relative;
  z-index:6;
  width:min(1240px,92%);
  margin:0 auto;
  min-height:calc(86vh - 255px);
  display:grid;
  grid-template-columns:1fr 420px;
  gap:70px;
  align-items:end;
}

/* LEFT CONTENT */

.acr-sol-hero__content{
  max-width:900px;
}

.acr-sol-hero__label{
  display:flex;
  align-items:center;
  gap:13px;
  margin-bottom:24px;
  color:#f5a5cd;
  font-size:13px;
  line-height:1.4;
  letter-spacing:.14em;
  text-transform:uppercase;
  font-weight:900;
}

.acr-sol-hero__label span{
  width:48px;
  height:3px;
  border-radius:999px;
  flex:0 0 auto;
  background:linear-gradient(90deg,#ec2a88,#63c4ff);
}

.acr-sol-hero h1{
  margin:0;
  max-width:980px;
  color:#fff;
  font-size:clamp(44px,5.8vw,86px);
  line-height:.98;
  letter-spacing:-.068em;
  font-weight:950;
}

.acr-sol-hero h1 em{
  display:block;
  font-style:normal;
  background:linear-gradient(90deg,#f5a5cd 0%,#ec2a88 44%,#63c4ff 100%);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  color:transparent;
}

.acr-sol-hero__content > p{
  max-width:760px;
  margin:28px 0 0;
  color:rgba(255,255,255,.74);
  font-size:17px;
  line-height:1.85;
  font-weight:500;
}

.acr-sol-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:36px;
}

.acr-sol-hero__btn{
  min-height:56px;
  padding:0 28px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  text-decoration:none;
  font-size:14px;
  line-height:1;
  font-weight:900;
  transition:.28s ease;
}

.acr-sol-hero__btn--primary{
  color:#fff;
  background:linear-gradient(135deg,#ec2a88,#9b2f68);
  box-shadow:0 20px 45px rgba(236,42,136,.32);
}

.acr-sol-hero__btn--primary:hover{
  transform:translateY(-3px);
  box-shadow:0 26px 58px rgba(236,42,136,.42);
}

.acr-sol-hero__btn--outline{
  color:#fff;
  border:1px solid rgba(255,255,255,.30);
  background:rgba(255,255,255,.08);
  backdrop-filter:blur(12px);
}

.acr-sol-hero__btn--outline:hover{
  transform:translateY(-3px);
  border-color:#ec2a88;
  background:rgba(236,42,136,.18);
}

/* RIGHT PANEL */

.acr-sol-hero__panel{
  position:relative;
  overflow:hidden;
  padding:32px;
  border-radius:32px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.16);
  backdrop-filter:blur(18px);
  box-shadow:0 30px 80px rgba(0,0,0,.26);
}

.acr-sol-hero__panel::before{
  content:"";
  position:absolute;
  top:-75px;
  right:-75px;
  width:170px;
  height:170px;
  background:rgba(236,42,136,.42);
  transform:rotate(45deg);
}

.acr-sol-hero__panel::after{
  content:"";
  position:absolute;
  right:0;
  bottom:0;
  width:58px;
  height:58px;
  background:#ec2a88;
  clip-path:polygon(100% 0,100% 100%,0 100%);
}

.acr-sol-hero__panel > span,
.acr-sol-hero__list{
  position:relative;
  z-index:2;
}

.acr-sol-hero__panel > span{
  display:block;
  margin-bottom:20px;
  color:#f5a5cd;
  font-size:12px;
  line-height:1;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-weight:950;
}

.acr-sol-hero__list{
  display:grid;
  gap:12px;
}

.acr-sol-hero__list div{
  display:grid;
  grid-template-columns:48px 1fr;
  gap:14px;
  align-items:center;
  padding:16px;
  border-radius:18px;
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.14);
}

.acr-sol-hero__list strong{
  width:48px;
  height:48px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:15px;
  background:rgba(255,255,255,.12);
  color:#f5a5cd;
  font-size:13px;
  line-height:1;
  font-weight:950;
}

.acr-sol-hero__list small{
  display:block;
  color:rgba(255,255,255,.72);
  font-size:13px;
  line-height:1.45;
  font-weight:700;
}

/* =========================
RESPONSIVE
========================= */

@media(max-width:1100px){
  .acr-sol-hero{
    padding:130px 0 90px;
  }

  .acr-sol-hero__wrap{
    grid-template-columns:1fr;
    gap:42px;
    align-items:start;
  }

  .acr-sol-hero__panel{
    max-width:620px;
  }
}

@media(max-width:767px){
  .acr-sol-hero{
    min-height:auto;
    padding:108px 0 75px;
  }

  .acr-sol-hero__overlay{
    background:
      linear-gradient(180deg,rgba(23,29,41,.96) 0%,rgba(32,41,55,.90) 58%,rgba(32,41,55,.72) 100%),
      radial-gradient(circle at 82% 18%,rgba(236,42,136,.30),transparent 28%);
  }

  .acr-sol-hero__wrap{
    width:min(100% - 34px,1240px);
    min-height:auto;
  }

  .acr-sol-hero__shape{
    display:none;
  }

  .acr-sol-hero__label{
    font-size:11px;
    letter-spacing:.1em;
    gap:10px;
  }

  .acr-sol-hero__label span{
    width:34px;
  }

  .acr-sol-hero h1{
    font-size:40px;
    line-height:1;
    letter-spacing:-.052em;
  }

  .acr-sol-hero__content > p{
    font-size:15px;
    line-height:1.75;
  }

  .acr-sol-hero__actions{
    flex-direction:column;
    margin-top:30px;
  }

  .acr-sol-hero__btn{
    width:100%;
    min-height:54px;
  }

  .acr-sol-hero__panel{
    padding:24px;
    border-radius:24px;
  }

  .acr-sol-hero__list div{
    grid-template-columns:1fr;
  }

  .acr-sol-hero::after{
    border-width:0 0 75px 75px;
  }
}

@media(max-width:420px){
  .acr-sol-hero h1{
    font-size:35px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-01d3b05 *//* =========================
ACR SOLUTIONS PAGE - SEC 2
CREATIVE TECHNOLOGY
CSS ONLY
========================= */

.acr-ct-sec{
  width:100vw;
  margin-left:calc(50% - 50vw);
  position:relative;
  overflow:hidden;
  padding:115px 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(236,42,136,.10), transparent 28%),
    radial-gradient(circle at 88% 82%, rgba(45,125,191,.10), transparent 30%),
    linear-gradient(180deg,#ffffff 0%,#f7f8fb 100%);
  font-family:'Inter','Poppins','Montserrat',sans-serif;
  color:#2f3a4a;
}

.acr-ct-sec,
.acr-ct-sec *{
  box-sizing:border-box;
}

.acr-ct-sec__shape{
  position:absolute;
  pointer-events:none;
  z-index:1;
}

.acr-ct-sec__shape--one{
  top:90px;
  right:-120px;
  width:330px;
  height:330px;
  background:linear-gradient(135deg,rgba(236,42,136,.12),rgba(47,58,74,.05));
  transform:rotate(45deg);
}

.acr-ct-sec__shape--two{
  left:-95px;
  bottom:100px;
  width:300px;
  height:115px;
  background:rgba(47,58,74,.06);
  transform:skewX(-32deg);
}

.acr-ct-sec__wrap{
  position:relative;
  z-index:3;
  width:min(1240px,92%);
  margin:0 auto;
}

.acr-ct-sec__layout{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:70px;
  align-items:center;
}

/* LEFT VISUAL */

.acr-ct-sec__visual{
  position:relative;
  min-height:680px;
}

.acr-ct-sec__visual::before{
  content:"";
  position:absolute;
  top:40px;
  left:-14px;
  right:38px;
  bottom:54px;
  border-radius:34px;
  background:linear-gradient(135deg,#2f3a4a,#ec2a88);
  opacity:.10;
  transform:skewX(-8deg);
  z-index:1;
}

.acr-ct-sec__image{
  position:relative;
  z-index:2;
  overflow:hidden;
  width:100%;
  height:500px;
  border-radius:34px;
  background:#dfe3ea;
  box-shadow:0 34px 90px rgba(16,24,40,.16);
}

.acr-ct-sec__image img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
}

.acr-ct-sec__image::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(135deg,rgba(47,58,74,.18),rgba(236,42,136,.20)),
    radial-gradient(circle at 78% 18%,rgba(45,125,191,.22),transparent 30%);
}

.acr-ct-sec__float{
  position:absolute;
  z-index:4;
  left:30px;
  right:30px;
  top:425px;
  overflow:hidden;
  padding:26px;
  border-radius:26px;
  background:#2f3a4a;
  color:#fff;
  box-shadow:0 28px 75px rgba(16,24,40,.24);
}

.acr-ct-sec__float::after{
  content:"";
  position:absolute;
  right:0;
  bottom:0;
  width:54px;
  height:54px;
  background:#ec2a88;
  clip-path:polygon(100% 0,100% 100%,0 100%);
}

.acr-ct-sec__float span,
.acr-ct-sec__float strong{
  position:relative;
  z-index:2;
}

.acr-ct-sec__float span{
  display:block;
  margin-bottom:10px;
  color:#f5a5cd;
  font-size:12px;
  line-height:1;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-weight:950;
}

.acr-ct-sec__float strong{
  display:block;
  max-width:540px;
  color:#fff;
  font-size:22px;
  line-height:1.25;
  letter-spacing:-.02em;
  font-weight:950;
}

.acr-ct-sec__mini{
  position:absolute;
  z-index:3;
  left:0;
  right:0;
  bottom:0;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}

.acr-ct-sec__mini div{
  padding:18px 14px;
  border-radius:18px;
  background:rgba(255,255,255,.94);
  border:1px solid rgba(47,58,74,.10);
  box-shadow:0 18px 45px rgba(16,24,40,.08);
  backdrop-filter:blur(12px);
}

.acr-ct-sec__mini strong{
  display:block;
  margin-bottom:7px;
  color:#ec2a88;
  font-size:19px;
  line-height:1;
  font-weight:950;
}

.acr-ct-sec__mini span{
  display:block;
  color:#667085;
  font-size:12px;
  line-height:1.35;
  font-weight:750;
}

/* RIGHT CONTENT */

.acr-ct-sec__content{
  max-width:760px;
}

.acr-ct-sec__label{
  display:flex;
  align-items:center;
  gap:13px;
  margin-bottom:24px;
  color:#ec2a88;
  font-size:13px;
  line-height:1.4;
  letter-spacing:.14em;
  text-transform:uppercase;
  font-weight:900;
}

.acr-ct-sec__label span{
  width:48px;
  height:3px;
  border-radius:999px;
  flex:0 0 auto;
  background:linear-gradient(90deg,#ec2a88,#2d7dbf);
}

.acr-ct-sec h2{
  margin:0;
  max-width:790px;
  color:#2f3a4a;
  font-size:clamp(38px,4.5vw,68px);
  line-height:1.02;
  letter-spacing:-.055em;
  font-weight:950;
}

.acr-ct-sec h2 em{
  display:block;
  font-style:normal;
  background:linear-gradient(90deg,#ec2a88 0%,#9b2f68 45%,#2d7dbf 100%);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  color:transparent;
}

.acr-ct-sec__content > p{
  margin:24px 0 0;
  color:#667085;
  font-size:16px;
  line-height:1.85;
  font-weight:500;
}

/* SERVICE LIST */

.acr-ct-sec__services{
  margin-top:34px;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
}

.acr-ct-sec__services div{
  position:relative;
  overflow:hidden;
  padding:18px 18px 18px 68px;
  border-radius:20px;
  background:#fff;
  border:1px solid rgba(47,58,74,.10);
  box-shadow:0 16px 45px rgba(16,24,40,.06);
  transition:transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}

.acr-ct-sec__services div::after{
  content:"";
  position:absolute;
  top:-55px;
  right:-55px;
  width:120px;
  height:120px;
  background:linear-gradient(135deg,rgba(236,42,136,.10),rgba(45,125,191,.08));
  transform:rotate(45deg);
}

.acr-ct-sec__services div:hover{
  transform:translateY(-4px);
  border-color:rgba(236,42,136,.28);
  box-shadow:0 24px 60px rgba(16,24,40,.10);
}

.acr-ct-sec__services span{
  position:absolute;
  left:16px;
  top:16px;
  z-index:2;
  width:38px;
  height:38px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:13px;
  background:#2f3a4a;
  color:#fff;
  font-size:11px;
  line-height:1;
  font-weight:950;
}

.acr-ct-sec__services div:nth-child(2) span,
.acr-ct-sec__services div:nth-child(4) span,
.acr-ct-sec__services div:nth-child(6) span{
  background:linear-gradient(135deg,#ec2a88,#9b2f68);
}

.acr-ct-sec__services strong{
  position:relative;
  z-index:2;
  display:block;
  color:#2f3a4a;
  font-size:14px;
  line-height:1.4;
  font-weight:900;
}

/* SUITABLE FOR */

.acr-ct-sec__suitable{
  margin-top:30px;
  padding:30px;
  border-radius:30px;
  background:
    radial-gradient(circle at 90% 12%, rgba(236,42,136,.22), transparent 30%),
    linear-gradient(135deg,#2f3a4a,#202937);
  box-shadow:0 28px 75px rgba(16,24,40,.16);
  position:relative;
  overflow:hidden;
}

.acr-ct-sec__suitable::after{
  content:"";
  position:absolute;
  right:0;
  bottom:0;
  width:68px;
  height:68px;
  background:#ec2a88;
  clip-path:polygon(100% 0,100% 100%,0 100%);
}

.acr-ct-sec__suitable-head,
.acr-ct-sec__suitable-list{
  position:relative;
  z-index:2;
}

.acr-ct-sec__suitable-head{
  display:grid;
  grid-template-columns:.75fr 1.25fr;
  gap:28px;
  align-items:center;
  margin-bottom:24px;
}

.acr-ct-sec__suitable-head span{
  color:#f5a5cd;
  font-size:12px;
  line-height:1;
  letter-spacing:.13em;
  text-transform:uppercase;
  font-weight:950;
}

.acr-ct-sec__suitable-head strong{
  color:#fff;
  font-size:24px;
  line-height:1.25;
  letter-spacing:-.025em;
  font-weight:950;
}

.acr-ct-sec__suitable-list{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.acr-ct-sec__suitable-list span{
  padding:11px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.14);
  color:#fff;
  font-size:12px;
  line-height:1;
  font-weight:800;
}

/* =========================
RESPONSIVE
========================= */

@media(max-width:1100px){
  .acr-ct-sec{
    padding:95px 0;
  }

  .acr-ct-sec__layout{
    grid-template-columns:1fr;
    gap:54px;
  }

  .acr-ct-sec__visual{
    max-width:760px;
    min-height:670px;
  }

  .acr-ct-sec__content{
    max-width:900px;
  }
}

@media(max-width:767px){
  .acr-ct-sec{
    padding:76px 0;
  }

  .acr-ct-sec__wrap{
    width:min(100% - 34px,1240px);
  }

  .acr-ct-sec__shape,
  .acr-ct-sec__visual::before{
    display:none;
  }

  .acr-ct-sec__layout{
    gap:38px;
  }

  .acr-ct-sec__visual{
    min-height:auto;
    display:flex;
    flex-direction:column;
    gap:16px;
  }

  .acr-ct-sec__image{
    height:320px;
    border-radius:26px;
  }

  .acr-ct-sec__float{
    position:relative;
    left:auto;
    right:auto;
    top:auto;
    padding:24px;
    border-radius:24px;
  }

  .acr-ct-sec__float strong{
    font-size:20px;
  }

  .acr-ct-sec__mini{
    position:relative;
    left:auto;
    right:auto;
    bottom:auto;
    grid-template-columns:1fr;
  }

  .acr-ct-sec__label{
    font-size:11px;
    letter-spacing:.1em;
    gap:10px;
  }

  .acr-ct-sec__label span{
    width:34px;
  }

  .acr-ct-sec h2{
    font-size:36px;
    line-height:1.06;
    letter-spacing:-.045em;
  }

  .acr-ct-sec__content > p{
    font-size:15px;
    line-height:1.75;
  }

  .acr-ct-sec__services{
    grid-template-columns:1fr;
  }

  .acr-ct-sec__suitable{
    padding:24px;
    border-radius:24px;
  }

  .acr-ct-sec__suitable-head{
    grid-template-columns:1fr;
    gap:12px;
  }

  .acr-ct-sec__suitable-head strong{
    font-size:20px;
  }

  .acr-ct-sec__suitable-list span{
    width:100%;
    text-align:center;
  }
}

@media(max-width:420px){
  .acr-ct-sec h2{
    font-size:32px;
  }

  .acr-ct-sec__image{
    height:280px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-038d816 *//* =========================
ACR SOLUTIONS PAGE - SEC 3
VISUALIZATION & CONTENT
CSS ONLY
========================= */

.acr-vis-sec{
  width:100vw;
  margin-left:calc(50% - 50vw);
  position:relative;
  overflow:hidden;
  padding:115px 0;
  background:
    radial-gradient(circle at 88% 16%, rgba(236,42,136,.10), transparent 28%),
    radial-gradient(circle at 12% 84%, rgba(45,125,191,.10), transparent 30%),
    linear-gradient(180deg,#f7f8fb 0%,#ffffff 100%);
  font-family:'Inter','Poppins','Montserrat',sans-serif;
  color:#2f3a4a;
}

.acr-vis-sec,
.acr-vis-sec *{
  box-sizing:border-box;
}

.acr-vis-sec__shape{
  position:absolute;
  pointer-events:none;
  z-index:1;
}

.acr-vis-sec__shape--one{
  top:90px;
  left:-115px;
  width:320px;
  height:320px;
  background:linear-gradient(135deg,rgba(236,42,136,.12),rgba(47,58,74,.05));
  transform:rotate(45deg);
}

.acr-vis-sec__shape--two{
  right:-95px;
  bottom:100px;
  width:300px;
  height:115px;
  background:rgba(47,58,74,.06);
  transform:skewX(-32deg);
}

.acr-vis-sec__wrap{
  position:relative;
  z-index:3;
  width:min(1240px,92%);
  margin:0 auto;
}

.acr-vis-sec__layout{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:70px;
  align-items:center;
}

/* LEFT CONTENT */

.acr-vis-sec__content{
  max-width:720px;
}

.acr-vis-sec__label{
  display:flex;
  align-items:center;
  gap:13px;
  margin-bottom:24px;
  color:#ec2a88;
  font-size:13px;
  line-height:1.4;
  letter-spacing:.14em;
  text-transform:uppercase;
  font-weight:900;
}

.acr-vis-sec__label span{
  width:48px;
  height:3px;
  border-radius:999px;
  flex:0 0 auto;
  background:linear-gradient(90deg,#ec2a88,#2d7dbf);
}

.acr-vis-sec h2{
  margin:0;
  max-width:790px;
  color:#2f3a4a;
  font-size:clamp(38px,4.5vw,68px);
  line-height:1.02;
  letter-spacing:-.055em;
  font-weight:950;
}

.acr-vis-sec h2 em{
  display:block;
  font-style:normal;
  background:linear-gradient(90deg,#ec2a88 0%,#9b2f68 45%,#2d7dbf 100%);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  color:transparent;
}

.acr-vis-sec__content > p{
  margin:24px 0 0;
  color:#667085;
  font-size:16px;
  line-height:1.85;
  font-weight:500;
}

/* SERVICE LIST */

.acr-vis-sec__services{
  margin-top:34px;
  display:grid;
  gap:14px;
}

.acr-vis-sec__service{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:58px 1fr;
  gap:16px;
  align-items:center;
  padding:18px;
  border-radius:22px;
  background:#fff;
  border:1px solid rgba(47,58,74,.10);
  box-shadow:0 16px 45px rgba(16,24,40,.06);
  transition:transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}

.acr-vis-sec__service::after{
  content:"";
  position:absolute;
  top:-55px;
  right:-55px;
  width:120px;
  height:120px;
  background:linear-gradient(135deg,rgba(236,42,136,.10),rgba(45,125,191,.08));
  transform:rotate(45deg);
}

.acr-vis-sec__service:hover{
  transform:translateY(-4px);
  border-color:rgba(236,42,136,.28);
  box-shadow:0 24px 60px rgba(16,24,40,.10);
}

.acr-vis-sec__service strong{
  position:relative;
  z-index:2;
  width:52px;
  height:52px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:17px;
  background:#2f3a4a;
  color:#fff;
  font-size:13px;
  line-height:1;
  font-weight:950;
  box-shadow:0 14px 32px rgba(16,24,40,.14);
}

.acr-vis-sec__service:nth-child(even) strong{
  background:linear-gradient(135deg,#ec2a88,#9b2f68);
  box-shadow:0 14px 32px rgba(236,42,136,.24);
}

.acr-vis-sec__service span{
  position:relative;
  z-index:2;
  color:#2f3a4a;
  font-size:15px;
  line-height:1.45;
  font-weight:900;
}

/* RIGHT VISUAL */

.acr-vis-sec__visual{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  grid-template-rows:auto auto;
  gap:18px;
}

.acr-vis-sec__image{
  position:relative;
  overflow:hidden;
  border-radius:28px;
  background:#dfe3ea;
  box-shadow:0 22px 60px rgba(16,24,40,.10);
  aspect-ratio:1 / 1;
}

.acr-vis-sec__image--large{
  grid-row:span 2;
  min-height:640px;
  aspect-ratio:auto;
}

.acr-vis-sec__image img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
  transition:transform .45s ease;
}

.acr-vis-sec__image:hover img{
  transform:scale(1.06);
}

.acr-vis-sec__image::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg,rgba(47,58,74,.05),rgba(47,58,74,.42)),
    radial-gradient(circle at 78% 18%,rgba(236,42,136,.22),transparent 30%);
  z-index:2;
}

.acr-vis-sec__image--accent::before{
  content:"";
  position:absolute;
  right:0;
  bottom:0;
  width:58px;
  height:58px;
  background:#ec2a88;
  clip-path:polygon(100% 0,100% 100%,0 100%);
  z-index:4;
}

.acr-vis-sec__caption{
  position:absolute;
  left:26px;
  right:26px;
  bottom:26px;
  z-index:5;
  padding:26px;
  border-radius:24px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.16);
  backdrop-filter:blur(16px);
  box-shadow:0 24px 65px rgba(0,0,0,.20);
}

.acr-vis-sec__caption::after{
  content:"";
  position:absolute;
  right:0;
  bottom:0;
  width:50px;
  height:50px;
  background:#ec2a88;
  clip-path:polygon(100% 0,100% 100%,0 100%);
}

.acr-vis-sec__caption span,
.acr-vis-sec__caption strong{
  position:relative;
  z-index:2;
}

.acr-vis-sec__caption span{
  display:block;
  margin-bottom:10px;
  color:#f5a5cd;
  font-size:12px;
  line-height:1;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-weight:950;
}

.acr-vis-sec__caption strong{
  display:block;
  max-width:430px;
  color:#fff;
  font-size:23px;
  line-height:1.25;
  letter-spacing:-.02em;
  font-weight:950;
}

/* BOTTOM CTA */

.acr-vis-sec__bottom{
  margin-top:30px;
  padding:30px;
  border-radius:30px;
  background:
    radial-gradient(circle at 90% 12%, rgba(236,42,136,.22), transparent 30%),
    linear-gradient(135deg,#2f3a4a,#202937);
  box-shadow:0 28px 75px rgba(16,24,40,.16);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  position:relative;
  overflow:hidden;
}

.acr-vis-sec__bottom::after{
  content:"";
  position:absolute;
  right:0;
  bottom:0;
  width:68px;
  height:68px;
  background:#ec2a88;
  clip-path:polygon(100% 0,100% 100%,0 100%);
}

.acr-vis-sec__bottom div,
.acr-vis-sec__bottom a{
  position:relative;
  z-index:2;
}

.acr-vis-sec__bottom span{
  display:block;
  margin-bottom:8px;
  color:#f5a5cd;
  font-size:12px;
  line-height:1;
  letter-spacing:.13em;
  text-transform:uppercase;
  font-weight:950;
}

.acr-vis-sec__bottom strong{
  display:block;
  color:#fff;
  font-size:24px;
  line-height:1.25;
  letter-spacing:-.025em;
  font-weight:950;
}

.acr-vis-sec__bottom a{
  min-height:54px;
  padding:0 26px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  color:#fff;
  background:linear-gradient(135deg,#ec2a88,#9b2f68);
  text-decoration:none;
  font-size:14px;
  line-height:1;
  font-weight:900;
  white-space:nowrap;
  box-shadow:0 18px 38px rgba(236,42,136,.28);
  transition:.28s ease;
}

.acr-vis-sec__bottom a:hover{
  transform:translateY(-3px);
  box-shadow:0 24px 50px rgba(236,42,136,.38);
}

/* =========================
RESPONSIVE
========================= */

@media(max-width:1100px){
  .acr-vis-sec{
    padding:95px 0;
  }

  .acr-vis-sec__layout{
    grid-template-columns:1fr;
    gap:54px;
  }

  .acr-vis-sec__content{
    max-width:900px;
  }
}

@media(max-width:850px){
  .acr-vis-sec__visual{
    grid-template-columns:1fr;
  }

  .acr-vis-sec__image--large{
    min-height:460px;
  }
}

@media(max-width:767px){
  .acr-vis-sec{
    padding:76px 0;
  }

  .acr-vis-sec__wrap{
    width:min(100% - 34px,1240px);
  }

  .acr-vis-sec__shape{
    display:none;
  }

  .acr-vis-sec__label{
    font-size:11px;
    letter-spacing:.1em;
    gap:10px;
  }

  .acr-vis-sec__label span{
    width:34px;
  }

  .acr-vis-sec h2{
    font-size:36px;
    line-height:1.06;
    letter-spacing:-.045em;
  }

  .acr-vis-sec__content > p{
    font-size:15px;
    line-height:1.75;
  }

  .acr-vis-sec__service{
    grid-template-columns:1fr;
    gap:12px;
  }

  .acr-vis-sec__image,
  .acr-vis-sec__image--large{
    min-height:auto;
    aspect-ratio:1 / 1;
    border-radius:24px;
  }

  .acr-vis-sec__caption{
    position:relative;
    left:auto;
    right:auto;
    bottom:auto;
    border-radius:0;
    background:#2f3a4a;
    border:0;
    box-shadow:none;
  }

  .acr-vis-sec__caption strong{
    font-size:20px;
  }

  .acr-vis-sec__bottom{
    flex-direction:column;
    align-items:flex-start;
    padding:24px;
    border-radius:24px;
  }

  .acr-vis-sec__bottom strong{
    font-size:20px;
  }

  .acr-vis-sec__bottom a{
    width:100%;
  }
}

@media(max-width:420px){
  .acr-vis-sec h2{
    font-size:32px;
  }

  .acr-vis-sec__service span{
    font-size:14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8663472 *//* =========================
ACR SOLUTIONS PAGE - SEC 4
INTERIOR DESIGN SOLUTIONS
CSS ONLY
========================= */

.acr-id-sec{
  width:100vw;
  margin-left:calc(50% - 50vw);
  position:relative;
  overflow:hidden;
  padding:120px 0;
  background:
    radial-gradient(circle at 84% 14%, rgba(236,42,136,.27), transparent 28%),
    radial-gradient(circle at 12% 88%, rgba(45,125,191,.20), transparent 30%),
    linear-gradient(135deg,#202937 0%,#2f3a4a 52%,#171d29 100%);
  font-family:'Inter','Poppins','Montserrat',sans-serif;
  color:#fff;
}

.acr-id-sec,
.acr-id-sec *{
  box-sizing:border-box;
}

.acr-id-sec__grid-bg{
  position:absolute;
  inset:0;
  opacity:.14;
  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-id-sec__shape{
  position:absolute;
  pointer-events:none;
  z-index:2;
}

.acr-id-sec__shape--one{
  top:-120px;
  right:-110px;
  width:430px;
  height:430px;
  background:linear-gradient(135deg,rgba(236,42,136,.40),rgba(45,125,191,.14));
  transform:rotate(45deg);
  opacity:.58;
}

.acr-id-sec__shape--two{
  left:-95px;
  bottom:110px;
  width:300px;
  height:120px;
  background:rgba(255,255,255,.07);
  transform:skewX(-32deg);
}

.acr-id-sec__wrap{
  position:relative;
  z-index:5;
  width:min(1240px,92%);
  margin:0 auto;
}

/* HEADER */

.acr-id-sec__head{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:60px;
  align-items:end;
  margin-bottom:56px;
}

.acr-id-sec__label{
  display:flex;
  align-items:center;
  gap:13px;
  margin-bottom:24px;
  color:#f5a5cd;
  font-size:13px;
  line-height:1.4;
  letter-spacing:.14em;
  text-transform:uppercase;
  font-weight:900;
}

.acr-id-sec__label span{
  width:48px;
  height:3px;
  border-radius:999px;
  flex:0 0 auto;
  background:linear-gradient(90deg,#ec2a88,#63c4ff);
}

.acr-id-sec h2{
  margin:0;
  max-width:820px;
  color:#fff;
  font-size:clamp(38px,4.6vw,70px);
  line-height:1.02;
  letter-spacing:-.06em;
  font-weight:950;
}

.acr-id-sec h2 em{
  display:block;
  font-style:normal;
  background:linear-gradient(90deg,#f5a5cd 0%,#ec2a88 45%,#63c4ff 100%);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  color:transparent;
}

.acr-id-sec__head p{
  margin:0;
  color:rgba(255,255,255,.72);
  font-size:16px;
  line-height:1.85;
  font-weight:500;
}

/* LAYOUT */

.acr-id-sec__layout{
  display:grid;
  grid-template-columns:.86fr 1.14fr;
  gap:26px;
  align-items:stretch;
}

/* FEATURE */

.acr-id-sec__feature{
  position:relative;
  overflow:hidden;
  min-height:680px;
  padding:42px;
  border-radius:34px;
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.14);
  backdrop-filter:blur(16px);
  box-shadow:0 34px 90px rgba(0,0,0,.20);
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
}

.acr-id-sec__feature::before{
  content:"";
  position:absolute;
  top:-95px;
  right:-95px;
  width:220px;
  height:220px;
  background:rgba(236,42,136,.34);
  transform:rotate(45deg);
}

.acr-id-sec__feature::after{
  content:"";
  position:absolute;
  right:0;
  bottom:0;
  width:78px;
  height:78px;
  background:#ec2a88;
  clip-path:polygon(100% 0,100% 100%,0 100%);
}

.acr-id-sec__feature span,
.acr-id-sec__feature h3,
.acr-id-sec__feature p,
.acr-id-sec__feature-list{
  position:relative;
  z-index:2;
}

.acr-id-sec__feature > span{
  display:block;
  margin-bottom:18px;
  color:#f5a5cd;
  font-size:12px;
  line-height:1;
  letter-spacing:.13em;
  text-transform:uppercase;
  font-weight:950;
}

.acr-id-sec__feature h3{
  margin:0;
  max-width:560px;
  color:#fff;
  font-size:clamp(32px,3.5vw,50px);
  line-height:1.05;
  letter-spacing:-.05em;
  font-weight:950;
}

.acr-id-sec__feature p{
  margin:22px 0 0;
  max-width:560px;
  color:rgba(255,255,255,.72);
  font-size:15px;
  line-height:1.82;
  font-weight:500;
}

.acr-id-sec__feature-list{
  margin-top:34px;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
}

.acr-id-sec__feature-list div{
  padding:18px 14px;
  border-radius:18px;
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.14);
}

.acr-id-sec__feature-list strong{
  display:block;
  margin-bottom:7px;
  color:#f5a5cd;
  font-size:18px;
  line-height:1;
  font-weight:950;
}

.acr-id-sec__feature-list small{
  display:block;
  color:rgba(255,255,255,.70);
  font-size:12px;
  line-height:1.35;
  font-weight:700;
}

/* GALLERY */

.acr-id-sec__gallery{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:20px;
}

.acr-id-sec__card{
  overflow:hidden;
  border-radius:30px;
  background:#fff;
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 24px 65px rgba(0,0,0,.16);
  transition:transform .28s ease, box-shadow .28s ease;
}

.acr-id-sec__card:hover{
  transform:translateY(-6px);
  box-shadow:0 32px 80px rgba(0,0,0,.24);
}

.acr-id-sec__card--accent{
  background:
    radial-gradient(circle at 90% 12%, rgba(236,42,136,.16), transparent 30%),
    linear-gradient(135deg,#ffffff,#fbf6fb);
}

.acr-id-sec__img{
  position:relative;
  width:100%;
  aspect-ratio:1 / 1;
  overflow:hidden;
  background:#dfe3ea;
}

.acr-id-sec__img img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
  transition:transform .45s ease;
}

.acr-id-sec__card:hover .acr-id-sec__img img{
  transform:scale(1.07);
}

.acr-id-sec__img::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg,rgba(47,58,74,.05),rgba(47,58,74,.36)),
    radial-gradient(circle at 78% 18%,rgba(236,42,136,.22),transparent 30%);
}

.acr-id-sec__body{
  position:relative;
  padding:24px;
  background:#fff;
}

.acr-id-sec__body::after{
  content:"";
  position:absolute;
  right:0;
  bottom:0;
  width:42px;
  height:42px;
  background:#ec2a88;
  clip-path:polygon(100% 0,100% 100%,0 100%);
  opacity:0;
  transition:.28s ease;
}

.acr-id-sec__card:hover .acr-id-sec__body::after{
  opacity:1;
}

.acr-id-sec__body span{
  display:block;
  margin-bottom:11px;
  color:#ec2a88;
  font-size:11px;
  line-height:1;
  letter-spacing:.11em;
  text-transform:uppercase;
  font-weight:950;
}

.acr-id-sec__body h3{
  margin:0 0 10px;
  color:#2f3a4a;
  font-size:21px;
  line-height:1.18;
  letter-spacing:-.025em;
  font-weight:950;
}

.acr-id-sec__body p{
  margin:0;
  color:#667085;
  font-size:14px;
  line-height:1.68;
  font-weight:500;
}

/* SERVICES STRIP */

.acr-id-sec__services{
  margin-top:24px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}

.acr-id-sec__services div{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:48px 1fr;
  gap:14px;
  align-items:center;
  padding:18px;
  border-radius:22px;
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.14);
  backdrop-filter:blur(14px);
}

.acr-id-sec__services div::after{
  content:"";
  position:absolute;
  right:0;
  bottom:0;
  width:36px;
  height:36px;
  background:#ec2a88;
  clip-path:polygon(100% 0,100% 100%,0 100%);
  opacity:.0;
  transition:.28s ease;
}

.acr-id-sec__services div:hover::after{
  opacity:1;
}

.acr-id-sec__services span{
  position:relative;
  z-index:2;
  width:48px;
  height:48px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:15px;
  background:rgba(255,255,255,.12);
  color:#f5a5cd;
  font-size:12px;
  line-height:1;
  font-weight:950;
}

.acr-id-sec__services strong{
  position:relative;
  z-index:2;
  color:#fff;
  font-size:14px;
  line-height:1.35;
  font-weight:850;
}

/* RESPONSIVE */

@media(max-width:1100px){
  .acr-id-sec{
    padding:95px 0;
  }

  .acr-id-sec__head,
  .acr-id-sec__layout{
    grid-template-columns:1fr;
  }

  .acr-id-sec__head{
    gap:22px;
  }

  .acr-id-sec__feature{
    min-height:500px;
  }

  .acr-id-sec__services{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:767px){
  .acr-id-sec{
    padding:76px 0;
  }

  .acr-id-sec__wrap{
    width:min(100% - 34px,1240px);
  }

  .acr-id-sec__shape{
    display:none;
  }

  .acr-id-sec__head{
    margin-bottom:38px;
  }

  .acr-id-sec__label{
    font-size:11px;
    letter-spacing:.1em;
    gap:10px;
  }

  .acr-id-sec__label span{
    width:34px;
  }

  .acr-id-sec h2{
    font-size:36px;
    line-height:1.06;
    letter-spacing:-.045em;
  }

  .acr-id-sec__head p{
    font-size:15px;
    line-height:1.75;
  }

  .acr-id-sec__feature{
    min-height:auto;
    padding:28px;
    border-radius:26px;
  }

  .acr-id-sec__feature h3{
    font-size:30px;
  }

  .acr-id-sec__feature-list,
  .acr-id-sec__gallery,
  .acr-id-sec__services{
    grid-template-columns:1fr;
  }

  .acr-id-sec__card{
    border-radius:24px;
  }

  .acr-id-sec__services div{
    grid-template-columns:1fr;
  }
}

@media(max-width:420px){
  .acr-id-sec h2{
    font-size:32px;
  }

  .acr-id-sec__feature h3{
    font-size:27px;
  }

  .acr-id-sec__body h3{
    font-size:19px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3c2b96f *//* =========================
ACR SOLUTIONS PAGE - SEC 5
DESIGN & BUILD EXECUTION
CSS ONLY
========================= */

.acr-db-sec{
  width:100vw;
  margin-left:calc(50% - 50vw);
  position:relative;
  overflow:hidden;
  padding:115px 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(236,42,136,.10), transparent 28%),
    radial-gradient(circle at 88% 82%, rgba(45,125,191,.10), transparent 30%),
    linear-gradient(180deg,#ffffff 0%,#f7f8fb 100%);
  font-family:'Inter','Poppins','Montserrat',sans-serif;
  color:#2f3a4a;
}

.acr-db-sec,
.acr-db-sec *{
  box-sizing:border-box;
}

.acr-db-sec__shape{
  position:absolute;
  pointer-events:none;
  z-index:1;
}

.acr-db-sec__shape--one{
  top:90px;
  right:-120px;
  width:330px;
  height:330px;
  background:linear-gradient(135deg,rgba(236,42,136,.12),rgba(47,58,74,.05));
  transform:rotate(45deg);
}

.acr-db-sec__shape--two{
  left:-95px;
  bottom:100px;
  width:300px;
  height:115px;
  background:rgba(47,58,74,.06);
  transform:skewX(-32deg);
}

.acr-db-sec__wrap{
  position:relative;
  z-index:3;
  width:min(1240px,92%);
  margin:0 auto;
}

/* HEADER */

.acr-db-sec__head{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:60px;
  align-items:end;
  margin-bottom:56px;
}

.acr-db-sec__label{
  display:flex;
  align-items:center;
  gap:13px;
  margin-bottom:24px;
  color:#ec2a88;
  font-size:13px;
  line-height:1.4;
  letter-spacing:.14em;
  text-transform:uppercase;
  font-weight:900;
}

.acr-db-sec__label span{
  width:48px;
  height:3px;
  border-radius:999px;
  flex:0 0 auto;
  background:linear-gradient(90deg,#ec2a88,#2d7dbf);
}

.acr-db-sec h2{
  margin:0;
  max-width:820px;
  color:#2f3a4a;
  font-size:clamp(38px,4.6vw,70px);
  line-height:1.02;
  letter-spacing:-.06em;
  font-weight:950;
}

.acr-db-sec h2 em{
  display:block;
  font-style:normal;
  background:linear-gradient(90deg,#ec2a88 0%,#9b2f68 45%,#2d7dbf 100%);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  color:transparent;
}

.acr-db-sec__head p{
  margin:0;
  color:#667085;
  font-size:16px;
  line-height:1.85;
  font-weight:500;
}

/* MAIN LAYOUT */

.acr-db-sec__layout{
  display:grid;
  grid-template-columns:1.02fr .98fr;
  gap:34px;
  align-items:stretch;
}

/* LEFT VISUAL */

.acr-db-sec__visual{
  position:relative;
  min-height:690px;
}

.acr-db-sec__visual::before{
  content:"";
  position:absolute;
  top:42px;
  left:-14px;
  right:42px;
  bottom:28px;
  border-radius:34px;
  background:linear-gradient(135deg,#2f3a4a,#ec2a88);
  opacity:.10;
  transform:skewX(-8deg);
  z-index:1;
}

.acr-db-sec__image{
  position:relative;
  z-index:2;
  overflow:hidden;
  width:100%;
  height:610px;
  border-radius:34px;
  background:#dfe3ea;
  box-shadow:0 34px 90px rgba(16,24,40,.16);
}

.acr-db-sec__image img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
}

.acr-db-sec__image::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg,rgba(47,58,74,.06),rgba(47,58,74,.48)),
    radial-gradient(circle at 78% 18%,rgba(236,42,136,.22),transparent 30%);
}

.acr-db-sec__float{
  position:absolute;
  z-index:4;
  left:30px;
  right:30px;
  bottom:0;
  overflow:hidden;
  padding:28px;
  border-radius:26px;
  background:#2f3a4a;
  color:#fff;
  box-shadow:0 28px 75px rgba(16,24,40,.24);
}

.acr-db-sec__float::after{
  content:"";
  position:absolute;
  right:0;
  bottom:0;
  width:54px;
  height:54px;
  background:#ec2a88;
  clip-path:polygon(100% 0,100% 100%,0 100%);
}

.acr-db-sec__float span,
.acr-db-sec__float strong{
  position:relative;
  z-index:2;
}

.acr-db-sec__float span{
  display:block;
  margin-bottom:10px;
  color:#f5a5cd;
  font-size:12px;
  line-height:1;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-weight:950;
}

.acr-db-sec__float strong{
  display:block;
  max-width:560px;
  color:#fff;
  font-size:23px;
  line-height:1.25;
  letter-spacing:-.02em;
  font-weight:950;
}

/* RIGHT CONTENT */

.acr-db-sec__content{
  display:flex;
  flex-direction:column;
  gap:20px;
}

.acr-db-sec__intro{
  position:relative;
  overflow:hidden;
  padding:34px;
  border-radius:30px;
  background:
    radial-gradient(circle at 92% 12%, rgba(236,42,136,.14), transparent 30%),
    linear-gradient(135deg,#ffffff,#fbfcff);
  border:1px solid rgba(47,58,74,.10);
  box-shadow:0 22px 60px rgba(16,24,40,.07);
}

.acr-db-sec__intro::after{
  content:"";
  position:absolute;
  right:0;
  bottom:0;
  width:58px;
  height:58px;
  background:#ec2a88;
  clip-path:polygon(100% 0,100% 100%,0 100%);
}

.acr-db-sec__intro span,
.acr-db-sec__intro h3,
.acr-db-sec__intro p{
  position:relative;
  z-index:2;
}

.acr-db-sec__intro span{
  display:block;
  margin-bottom:16px;
  color:#ec2a88;
  font-size:12px;
  line-height:1;
  letter-spacing:.13em;
  text-transform:uppercase;
  font-weight:950;
}

.acr-db-sec__intro h3{
  margin:0;
  color:#2f3a4a;
  font-size:clamp(28px,3vw,42px);
  line-height:1.08;
  letter-spacing:-.045em;
  font-weight:950;
}

.acr-db-sec__intro p{
  margin:20px 0 0;
  color:#667085;
  font-size:15px;
  line-height:1.82;
  font-weight:500;
}

/* SERVICE CARDS */

.acr-db-sec__services{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
}

.acr-db-sec__services article{
  position:relative;
  overflow:hidden;
  min-height:230px;
  padding:24px;
  border-radius:26px;
  background:#fff;
  border:1px solid rgba(47,58,74,.10);
  box-shadow:0 20px 55px rgba(16,24,40,.07);
  transition:transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}

.acr-db-sec__services article::before{
  content:"";
  position:absolute;
  top:-65px;
  right:-65px;
  width:145px;
  height:145px;
  background:linear-gradient(135deg,rgba(236,42,136,.10),rgba(45,125,191,.08));
  transform:rotate(45deg);
}

.acr-db-sec__services article:hover{
  transform:translateY(-5px);
  border-color:rgba(236,42,136,.28);
  box-shadow:0 30px 75px rgba(16,24,40,.12);
}

.acr-db-sec__services div{
  position:relative;
  z-index:2;
  width:54px;
  height:54px;
  margin-bottom:24px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:18px;
  background:#2f3a4a;
  color:#fff;
  font-size:13px;
  line-height:1;
  font-weight:950;
  box-shadow:0 16px 35px rgba(16,24,40,.14);
}

.acr-db-sec__services article:nth-child(even) div{
  background:linear-gradient(135deg,#ec2a88,#9b2f68);
  box-shadow:0 16px 35px rgba(236,42,136,.24);
}

.acr-db-sec__services h4{
  position:relative;
  z-index:2;
  margin:0 0 10px;
  color:#2f3a4a;
  font-size:20px;
  line-height:1.2;
  letter-spacing:-.025em;
  font-weight:950;
}

.acr-db-sec__services p{
  position:relative;
  z-index:2;
  margin:0;
  color:#667085;
  font-size:14px;
  line-height:1.7;
  font-weight:500;
}

/* PROCESS STRIP */

.acr-db-sec__process{
  margin-top:30px;
  padding:30px;
  border-radius:30px;
  background:
    radial-gradient(circle at 90% 12%, rgba(236,42,136,.22), transparent 30%),
    linear-gradient(135deg,#2f3a4a,#202937);
  box-shadow:0 28px 75px rgba(16,24,40,.16);
  position:relative;
  overflow:hidden;
}

.acr-db-sec__process::after{
  content:"";
  position:absolute;
  right:0;
  bottom:0;
  width:68px;
  height:68px;
  background:#ec2a88;
  clip-path:polygon(100% 0,100% 100%,0 100%);
}

.acr-db-sec__process-head,
.acr-db-sec__process-grid{
  position:relative;
  z-index:2;
}

.acr-db-sec__process-head{
  display:grid;
  grid-template-columns:.7fr 1.3fr;
  gap:26px;
  align-items:center;
  margin-bottom:24px;
}

.acr-db-sec__process-head span{
  color:#f5a5cd;
  font-size:12px;
  line-height:1;
  letter-spacing:.13em;
  text-transform:uppercase;
  font-weight:950;
}

.acr-db-sec__process-head strong{
  color:#fff;
  font-size:24px;
  line-height:1.25;
  letter-spacing:-.025em;
  font-weight:950;
}

.acr-db-sec__process-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
}

.acr-db-sec__process-grid div{
  padding:18px;
  border-radius:18px;
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.14);
}

.acr-db-sec__process-grid span{
  display:block;
  margin-bottom:8px;
  color:#f5a5cd;
  font-size:13px;
  line-height:1;
  font-weight:950;
}

.acr-db-sec__process-grid strong{
  display:block;
  color:#fff;
  font-size:14px;
  line-height:1.35;
  font-weight:850;
}

/* RESPONSIVE */

@media(max-width:1100px){
  .acr-db-sec{
    padding:95px 0;
  }

  .acr-db-sec__head,
  .acr-db-sec__layout{
    grid-template-columns:1fr;
  }

  .acr-db-sec__head{
    gap:22px;
  }

  .acr-db-sec__visual{
    min-height:650px;
    max-width:820px;
  }
}

@media(max-width:767px){
  .acr-db-sec{
    padding:76px 0;
  }

  .acr-db-sec__wrap{
    width:min(100% - 34px,1240px);
  }

  .acr-db-sec__shape,
  .acr-db-sec__visual::before{
    display:none;
  }

  .acr-db-sec__head{
    margin-bottom:38px;
  }

  .acr-db-sec__label{
    font-size:11px;
    letter-spacing:.1em;
    gap:10px;
  }

  .acr-db-sec__label span{
    width:34px;
  }

  .acr-db-sec h2{
    font-size:36px;
    line-height:1.06;
    letter-spacing:-.045em;
  }

  .acr-db-sec__head p{
    font-size:15px;
    line-height:1.75;
  }

  .acr-db-sec__visual{
    min-height:auto;
    display:flex;
    flex-direction:column;
    gap:16px;
  }

  .acr-db-sec__image{
    height:320px;
    border-radius:26px;
  }

  .acr-db-sec__float{
    position:relative;
    left:auto;
    right:auto;
    bottom:auto;
    padding:24px;
    border-radius:24px;
  }

  .acr-db-sec__float strong{
    font-size:20px;
  }

  .acr-db-sec__intro{
    padding:24px;
    border-radius:24px;
  }

  .acr-db-sec__intro h3{
    font-size:29px;
  }

  .acr-db-sec__services{
    grid-template-columns:1fr;
  }

  .acr-db-sec__services article{
    min-height:auto;
    padding:24px;
    border-radius:24px;
  }

  .acr-db-sec__process{
    padding:24px;
    border-radius:24px;
  }

  .acr-db-sec__process-head{
    grid-template-columns:1fr;
    gap:12px;
  }

  .acr-db-sec__process-head strong{
    font-size:20px;
  }

  .acr-db-sec__process-grid{
    grid-template-columns:1fr;
  }
}

@media(max-width:420px){
  .acr-db-sec h2{
    font-size:32px;
  }

  .acr-db-sec__intro h3{
    font-size:26px;
  }

  .acr-db-sec__services h4{
    font-size:19px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a1ef1eb *//* =========================
ACR SOLUTIONS PAGE - SEC 6
ADVANCED CAPABILITIES
CSS ONLY
========================= */

.acr-adv-sec{
  width:100vw;
  margin-left:calc(50% - 50vw);
  position:relative;
  overflow:hidden;
  padding:120px 0;
  background:
    radial-gradient(circle at 84% 14%, rgba(236,42,136,.27), transparent 28%),
    radial-gradient(circle at 12% 88%, rgba(45,125,191,.20), transparent 30%),
    linear-gradient(135deg,#202937 0%,#2f3a4a 52%,#171d29 100%);
  font-family:'Inter','Poppins','Montserrat',sans-serif;
  color:#fff;
}

.acr-adv-sec,
.acr-adv-sec *{
  box-sizing:border-box;
}

.acr-adv-sec__grid-bg{
  position:absolute;
  inset:0;
  opacity:.14;
  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-adv-sec__shape{
  position:absolute;
  pointer-events:none;
  z-index:2;
}

.acr-adv-sec__shape--one{
  top:-120px;
  right:-110px;
  width:430px;
  height:430px;
  background:linear-gradient(135deg,rgba(236,42,136,.40),rgba(45,125,191,.14));
  transform:rotate(45deg);
  opacity:.58;
}

.acr-adv-sec__shape--two{
  left:-95px;
  bottom:110px;
  width:300px;
  height:120px;
  background:rgba(255,255,255,.07);
  transform:skewX(-32deg);
}

.acr-adv-sec__wrap{
  position:relative;
  z-index:5;
  width:min(1240px,92%);
  margin:0 auto;
}

/* HEADER */

.acr-adv-sec__head{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:60px;
  align-items:end;
  margin-bottom:56px;
}

.acr-adv-sec__label{
  display:flex;
  align-items:center;
  gap:13px;
  margin-bottom:24px;
  color:#f5a5cd;
  font-size:13px;
  line-height:1.4;
  letter-spacing:.14em;
  text-transform:uppercase;
  font-weight:900;
}

.acr-adv-sec__label span{
  width:48px;
  height:3px;
  border-radius:999px;
  flex:0 0 auto;
  background:linear-gradient(90deg,#ec2a88,#63c4ff);
}

.acr-adv-sec h2{
  margin:0;
  max-width:860px;
  color:#fff;
  font-size:clamp(38px,4.6vw,70px);
  line-height:1.02;
  letter-spacing:-.06em;
  font-weight:950;
}

.acr-adv-sec h2 em{
  display:block;
  font-style:normal;
  background:linear-gradient(90deg,#f5a5cd 0%,#ec2a88 45%,#63c4ff 100%);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  color:transparent;
}

.acr-adv-sec__head p{
  margin:0;
  color:rgba(255,255,255,.72);
  font-size:16px;
  line-height:1.85;
  font-weight:500;
}

/* LAYOUT */

.acr-adv-sec__layout{
  display:grid;
  grid-template-columns:.86fr 1.14fr;
  gap:26px;
  align-items:stretch;
}

/* FEATURE */

.acr-adv-sec__feature{
  position:relative;
  overflow:hidden;
  min-height:780px;
  border-radius:34px;
  background:#202937;
  box-shadow:0 34px 90px rgba(0,0,0,.24);
}

.acr-adv-sec__feature-media{
  position:absolute;
  inset:0;
  z-index:1;
}

.acr-adv-sec__feature-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
}

.acr-adv-sec__feature-overlay{
  position:absolute;
  inset:0;
  z-index:2;
  background:
    linear-gradient(180deg,rgba(32,41,55,.10) 0%,rgba(32,41,55,.94) 88%),
    radial-gradient(circle at 82% 16%,rgba(236,42,136,.34),transparent 30%);
}

.acr-adv-sec__feature-content{
  position:absolute;
  left:34px;
  right:34px;
  bottom:34px;
  z-index:3;
  padding:30px;
  border-radius:26px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.16);
  backdrop-filter:blur(16px);
  box-shadow:0 26px 70px rgba(0,0,0,.22);
}

.acr-adv-sec__feature-content::after{
  content:"";
  position:absolute;
  right:0;
  bottom:0;
  width:56px;
  height:56px;
  background:#ec2a88;
  clip-path:polygon(100% 0,100% 100%,0 100%);
}

.acr-adv-sec__feature-content span{
  display:block;
  margin-bottom:14px;
  color:#f5a5cd;
  font-size:12px;
  line-height:1;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-weight:950;
}

.acr-adv-sec__feature-content h3{
  margin:0;
  max-width:560px;
  color:#fff;
  font-size:34px;
  line-height:1.1;
  letter-spacing:-.04em;
  font-weight:950;
}

.acr-adv-sec__feature-content p{
  margin:18px 0 0;
  max-width:590px;
  color:rgba(255,255,255,.72);
  font-size:14px;
  line-height:1.78;
  font-weight:500;
}

/* GRID CARDS */

.acr-adv-sec__grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
}

.acr-adv-sec__card{
  position:relative;
  overflow:hidden;
  min-height:235px;
  padding:26px;
  border-radius:28px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.13);
  backdrop-filter:blur(14px);
  box-shadow:0 24px 60px rgba(0,0,0,.12);
  transition:transform .28s ease, background .28s ease, border-color .28s ease;
}

.acr-adv-sec__card::before{
  content:"";
  position:absolute;
  top:-65px;
  right:-65px;
  width:145px;
  height:145px;
  background:rgba(255,255,255,.07);
  transform:rotate(45deg);
  transition:.28s ease;
}

.acr-adv-sec__card::after{
  content:"";
  position:absolute;
  right:0;
  bottom:0;
  width:44px;
  height:44px;
  background:#ec2a88;
  clip-path:polygon(100% 0,100% 100%,0 100%);
  opacity:0;
  transition:.28s ease;
}

.acr-adv-sec__card:hover{
  transform:translateY(-6px);
  background:rgba(255,255,255,.115);
  border-color:rgba(236,42,136,.42);
}

.acr-adv-sec__card:hover::before{
  background:rgba(236,42,136,.25);
}

.acr-adv-sec__card:hover::after{
  opacity:1;
}

.acr-adv-sec__card--active{
  background:linear-gradient(135deg,rgba(236,42,136,.28),rgba(255,255,255,.08));
  border-color:rgba(236,42,136,.35);
}

.acr-adv-sec__card div{
  position:relative;
  z-index:2;
  width:56px;
  height:56px;
  margin-bottom:26px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:18px;
  background:#ec2a88;
  color:#fff;
  font-size:13px;
  line-height:1;
  font-weight:950;
  box-shadow:0 16px 35px rgba(236,42,136,.25);
}

.acr-adv-sec__card:nth-child(even) div{
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.16);
  color:#f5a5cd;
  box-shadow:none;
}

.acr-adv-sec__card h3{
  position:relative;
  z-index:2;
  margin:0 0 12px;
  color:#fff;
  font-size:21px;
  line-height:1.2;
  letter-spacing:-.025em;
  font-weight:950;
}

.acr-adv-sec__card p{
  position:relative;
  z-index:2;
  margin:0;
  color:rgba(255,255,255,.68);
  font-size:14px;
  line-height:1.72;
  font-weight:500;
}

/* BOTTOM CTA */

.acr-adv-sec__bottom{
  margin-top:24px;
  padding:30px;
  border-radius:30px;
  background:#fff;
  box-shadow:0 28px 75px rgba(0,0,0,.18);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  position:relative;
  overflow:hidden;
}

.acr-adv-sec__bottom::after{
  content:"";
  position:absolute;
  right:0;
  bottom:0;
  width:64px;
  height:64px;
  background:#ec2a88;
  clip-path:polygon(100% 0,100% 100%,0 100%);
}

.acr-adv-sec__bottom div,
.acr-adv-sec__bottom a{
  position:relative;
  z-index:2;
}

.acr-adv-sec__bottom span{
  display:block;
  margin-bottom:8px;
  color:#ec2a88;
  font-size:12px;
  line-height:1;
  letter-spacing:.13em;
  text-transform:uppercase;
  font-weight:950;
}

.acr-adv-sec__bottom strong{
  display:block;
  max-width:820px;
  color:#2f3a4a;
  font-size:24px;
  line-height:1.25;
  letter-spacing:-.025em;
  font-weight:950;
}

.acr-adv-sec__bottom a{
  min-height:54px;
  padding:0 26px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  color:#fff;
  background:linear-gradient(135deg,#ec2a88,#9b2f68);
  text-decoration:none;
  font-size:14px;
  line-height:1;
  font-weight:900;
  white-space:nowrap;
  box-shadow:0 18px 38px rgba(236,42,136,.24);
  transition:.28s ease;
}

.acr-adv-sec__bottom a:hover{
  transform:translateY(-3px);
  box-shadow:0 24px 50px rgba(236,42,136,.34);
}

/* RESPONSIVE */

@media(max-width:1100px){
  .acr-adv-sec{
    padding:95px 0;
  }

  .acr-adv-sec__head,
  .acr-adv-sec__layout{
    grid-template-columns:1fr;
  }

  .acr-adv-sec__head{
    gap:22px;
  }

  .acr-adv-sec__feature{
    min-height:560px;
  }
}

@media(max-width:767px){
  .acr-adv-sec{
    padding:76px 0;
  }

  .acr-adv-sec__wrap{
    width:min(100% - 34px,1240px);
  }

  .acr-adv-sec__shape{
    display:none;
  }

  .acr-adv-sec__head{
    margin-bottom:38px;
  }

  .acr-adv-sec__label{
    font-size:11px;
    letter-spacing:.1em;
    gap:10px;
  }

  .acr-adv-sec__label span{
    width:34px;
  }

  .acr-adv-sec h2{
    font-size:36px;
    line-height:1.06;
    letter-spacing:-.045em;
  }

  .acr-adv-sec__head p{
    font-size:15px;
    line-height:1.75;
  }

  .acr-adv-sec__feature{
    min-height:620px;
    border-radius:26px;
  }

  .acr-adv-sec__feature-content{
    left:20px;
    right:20px;
    bottom:20px;
    padding:24px;
    border-radius:22px;
  }

  .acr-adv-sec__feature-content h3{
    font-size:26px;
  }

  .acr-adv-sec__grid{
    grid-template-columns:1fr;
  }

  .acr-adv-sec__card{
    min-height:auto;
    padding:24px;
    border-radius:24px;
  }

  .acr-adv-sec__bottom{
    flex-direction:column;
    align-items:flex-start;
    padding:24px;
    border-radius:24px;
  }

  .acr-adv-sec__bottom strong{
    font-size:20px;
  }

  .acr-adv-sec__bottom a{
    width:100%;
  }
}

@media(max-width:420px){
  .acr-adv-sec h2{
    font-size:32px;
  }

  .acr-adv-sec__feature-content h3{
    font-size:23px;
  }

  .acr-adv-sec__card h3{
    font-size:19px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b7704cd *//* =========================
ACR SOLUTIONS PAGE - SEC 7
FINAL CTA / CUSTOM SOLUTION
CSS ONLY
========================= */

.acr-sol-cta{
  width:100vw;
  margin-left:calc(50% - 50vw);
  position:relative;
  overflow:hidden;
  padding:125px 0;
  background:
    url('https://images.unsplash.com/photo-1559028012-481c04fa702d?auto=format&fit=crop&w=1800&q=85');
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  font-family:'Inter','Poppins','Montserrat',sans-serif;
  color:#fff;
}

.acr-sol-cta,
.acr-sol-cta *{
  box-sizing:border-box;
}

.acr-sol-cta__overlay{
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(90deg,rgba(23,29,41,.96) 0%,rgba(32,41,55,.88) 45%,rgba(32,41,55,.55) 100%),
    radial-gradient(circle at 82% 18%,rgba(236,42,136,.35),transparent 28%),
    radial-gradient(circle at 12% 88%,rgba(45,125,191,.26),transparent 30%);
}

.acr-sol-cta__grid{
  position:absolute;
  inset:0;
  z-index:2;
  opacity:.14;
  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;
}

.acr-sol-cta::after{
  content:"";
  position:absolute;
  right:0;
  bottom:0;
  width:0;
  height:0;
  border-style:solid;
  border-width:0 0 130px 130px;
  border-color:transparent transparent #ec2a88 transparent;
  z-index:5;
}

.acr-sol-cta__shape{
  position:absolute;
  pointer-events:none;
  z-index:3;
}

.acr-sol-cta__shape--one{
  top:-120px;
  right:-100px;
  width:410px;
  height:410px;
  background:linear-gradient(135deg,rgba(236,42,136,.42),rgba(45,125,191,.14));
  transform:rotate(45deg);
  opacity:.55;
}

.acr-sol-cta__shape--two{
  left:-90px;
  bottom:100px;
  width:300px;
  height:120px;
  background:rgba(255,255,255,.08);
  transform:skewX(-32deg);
}

.acr-sol-cta__wrap{
  position:relative;
  z-index:6;
  width:min(1240px,92%);
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr 430px;
  gap:70px;
  align-items:center;
}

/* LEFT CONTENT */

.acr-sol-cta__content{
  max-width:880px;
}

.acr-sol-cta__label{
  display:flex;
  align-items:center;
  gap:13px;
  margin-bottom:24px;
  color:#f5a5cd;
  font-size:13px;
  line-height:1.4;
  letter-spacing:.14em;
  text-transform:uppercase;
  font-weight:900;
}

.acr-sol-cta__label span{
  width:48px;
  height:3px;
  border-radius:999px;
  flex:0 0 auto;
  background:linear-gradient(90deg,#ec2a88,#63c4ff);
}

.acr-sol-cta h2{
  margin:0;
  max-width:950px;
  color:#fff;
  font-size:clamp(42px,5.4vw,82px);
  line-height:.98;
  letter-spacing:-.065em;
  font-weight:950;
}

.acr-sol-cta h2 em{
  display:block;
  font-style:normal;
  background:linear-gradient(90deg,#f5a5cd 0%,#ec2a88 44%,#63c4ff 100%);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  color:transparent;
}

.acr-sol-cta__content > p{
  max-width:780px;
  margin:28px 0 0;
  color:rgba(255,255,255,.74);
  font-size:17px;
  line-height:1.85;
  font-weight:500;
}

.acr-sol-cta__actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:36px;
}

.acr-sol-cta__btn{
  min-height:56px;
  padding:0 28px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  text-decoration:none;
  font-size:14px;
  line-height:1;
  font-weight:900;
  transition:.28s ease;
}

.acr-sol-cta__btn--primary{
  color:#fff;
  background:linear-gradient(135deg,#ec2a88,#9b2f68);
  box-shadow:0 20px 45px rgba(236,42,136,.32);
}

.acr-sol-cta__btn--primary:hover{
  transform:translateY(-3px);
  box-shadow:0 26px 58px rgba(236,42,136,.42);
}

.acr-sol-cta__btn--outline{
  color:#fff;
  border:1px solid rgba(255,255,255,.30);
  background:rgba(255,255,255,.08);
  backdrop-filter:blur(12px);
}

.acr-sol-cta__btn--outline:hover{
  transform:translateY(-3px);
  border-color:#ec2a88;
  background:rgba(236,42,136,.18);
}

/* RIGHT PANEL */

.acr-sol-cta__panel{
  position:relative;
  overflow:hidden;
  padding:32px;
  border-radius:32px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.16);
  backdrop-filter:blur(18px);
  box-shadow:0 30px 80px rgba(0,0,0,.26);
}

.acr-sol-cta__panel::before{
  content:"";
  position:absolute;
  top:-75px;
  right:-75px;
  width:170px;
  height:170px;
  background:rgba(236,42,136,.42);
  transform:rotate(45deg);
}

.acr-sol-cta__panel::after{
  content:"";
  position:absolute;
  right:0;
  bottom:0;
  width:58px;
  height:58px;
  background:#ec2a88;
  clip-path:polygon(100% 0,100% 100%,0 100%);
}

.acr-sol-cta__panel > span,
.acr-sol-cta__panel h3,
.acr-sol-cta__list,
.acr-sol-cta__panel-link{
  position:relative;
  z-index:2;
}

.acr-sol-cta__panel > span{
  display:block;
  margin-bottom:14px;
  color:#f5a5cd;
  font-size:12px;
  line-height:1;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-weight:950;
}

.acr-sol-cta__panel h3{
  margin:0;
  color:#fff;
  font-size:30px;
  line-height:1.14;
  letter-spacing:-.035em;
  font-weight:950;
}

.acr-sol-cta__list{
  display:grid;
  gap:12px;
  margin-top:26px;
}

.acr-sol-cta__list div{
  display:grid;
  grid-template-columns:46px 1fr;
  gap:14px;
  align-items:center;
  padding:16px;
  border-radius:18px;
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.14);
}

.acr-sol-cta__list strong{
  width:46px;
  height:46px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:15px;
  background:rgba(255,255,255,.12);
  color:#f5a5cd;
  font-size:13px;
  line-height:1;
  font-weight:950;
}

.acr-sol-cta__list small{
  display:block;
  color:rgba(255,255,255,.72);
  font-size:13px;
  line-height:1.45;
  font-weight:700;
}

.acr-sol-cta__panel-link{
  min-height:52px;
  margin-top:24px;
  padding:0 24px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  color:#fff;
  background:linear-gradient(135deg,#ec2a88,#9b2f68);
  text-decoration:none;
  font-size:14px;
  line-height:1;
  font-weight:900;
  box-shadow:0 18px 38px rgba(236,42,136,.28);
  transition:.28s ease;
}

.acr-sol-cta__panel-link:hover{
  transform:translateY(-3px);
  box-shadow:0 24px 50px rgba(236,42,136,.38);
}

/* RESPONSIVE */

@media(max-width:1100px){
  .acr-sol-cta{
    padding:105px 0;
  }

  .acr-sol-cta__wrap{
    grid-template-columns:1fr;
    gap:42px;
  }

  .acr-sol-cta__panel{
    max-width:620px;
  }
}

@media(max-width:767px){
  .acr-sol-cta{
    padding:82px 0;
  }

  .acr-sol-cta__overlay{
    background:
      linear-gradient(180deg,rgba(23,29,41,.96) 0%,rgba(32,41,55,.90) 58%,rgba(32,41,55,.72) 100%),
      radial-gradient(circle at 82% 18%,rgba(236,42,136,.30),transparent 28%);
  }

  .acr-sol-cta__wrap{
    width:min(100% - 34px,1240px);
  }

  .acr-sol-cta__shape{
    display:none;
  }

  .acr-sol-cta__label{
    font-size:11px;
    letter-spacing:.1em;
    gap:10px;
  }

  .acr-sol-cta__label span{
    width:34px;
  }

  .acr-sol-cta h2{
    font-size:40px;
    line-height:1;
    letter-spacing:-.052em;
  }

  .acr-sol-cta__content > p{
    font-size:15px;
    line-height:1.75;
  }

  .acr-sol-cta__actions{
    flex-direction:column;
    margin-top:30px;
  }

  .acr-sol-cta__btn{
    width:100%;
    min-height:54px;
  }

  .acr-sol-cta__panel{
    padding:24px;
    border-radius:24px;
  }

  .acr-sol-cta__panel h3{
    font-size:24px;
  }

  .acr-sol-cta__list div{
    grid-template-columns:1fr;
  }

  .acr-sol-cta::after{
    border-width:0 0 75px 75px;
  }
}

@media(max-width:420px){
  .acr-sol-cta h2{
    font-size:35px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-95b4ca0 *//* =========================
ACR GLOBAL FOOTER
CSS ONLY
========================= */

.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(236,42,136,.24), transparent 28%),
    radial-gradient(circle at 10% 90%, rgba(45,125,191,.18), transparent 30%),
    linear-gradient(135deg,#171d29 0%,#2f3a4a 58%,#202937 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:.12;
  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(236,42,136,.38),rgba(45,125,191,.12));
  transform:rotate(45deg);
  opacity:.55;
}

.acr-footer__shape--two{
  left:-100px;
  bottom:110px;
  width:310px;
  height:120px;
  background:rgba(255,255,255,.07);
  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%;
  height:auto;
  display:inline-flex;
  align-items:center;
  margin-bottom:24px;
  text-decoration:none;
}

.acr-footer__logo img{
  max-width:100%;
  height:auto;
  display:block;
  object-fit:contain;
}

.acr-footer__brand p{
  margin:0;
  color:rgba(255,255,255,.70);
  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;
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.14);
  color:#fff;
  font-size:11px;
  line-height:1;
  font-weight:800;
}

/* COLUMNS */

.acr-footer__col h3,
.acr-footer__contact h3{
  margin:0 0 22px;
  color:#fff;
  font-size:18px;
  line-height:1.2;
  letter-spacing:-.02em;
  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,#ec2a88,#63c4ff);
}

.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:#f5a5cd;
  padding-left:5px;
}

/* CONTACT */

.acr-footer__contact{
  position:relative;
  overflow:hidden;
  padding:26px;
  border-radius:28px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.13);
  backdrop-filter:blur(14px);
}

.acr-footer__contact::after{
  content:"";
  position:absolute;
  right:0;
  bottom:0;
  width:54px;
  height:54px;
  background:#ec2a88;
  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:#f5a5cd;
  font-size:11px;
  line-height:1;
  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:#fff;
  background:linear-gradient(135deg,#ec2a88,#9b2f68);
  text-decoration:none;
  font-size:13px;
  line-height:1;
  font-weight:950;
  box-shadow:0 18px 38px rgba(236,42,136,.25);
  transition:.28s ease;
}

.acr-footer__cta:hover{
  transform:translateY(-3px);
  box-shadow:0 24px 50px rgba(236,42,136,.35);
}

/* MIDDLE STRIP */

.acr-footer__middle{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  padding:26px;
  border-radius:30px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.13);
  backdrop-filter:blur(14px);
  margin-bottom:34px;
}

.acr-footer__middle div{
  position:relative;
  overflow:hidden;
  padding:22px;
  border-radius:22px;
  background:rgba(255,255,255,.075);
  border:1px solid rgba(255,255,255,.10);
}

.acr-footer__middle div::after{
  content:"";
  position:absolute;
  right:0;
  bottom:0;
  width:38px;
  height:38px;
  background:#ec2a88;
  clip-path:polygon(100% 0,100% 100%,0 100%);
  opacity:0;
  transition:.28s ease;
}

.acr-footer__middle div:hover::after{
  opacity:1;
}

.acr-footer__middle span{
  display:block;
  margin-bottom:9px;
  color:#f5a5cd;
  font-size:11px;
  line-height:1;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-weight:950;
}

.acr-footer__middle strong{
  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(255,255,255,.12);
}

.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;
  line-height:1.5;
  font-weight:700;
  transition:.25s ease;
}

.acr-footer__bottom-links a:hover{
  color:#f5a5cd;
}

/* 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 div{
    padding:20px;
    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 */