.elementor-7117 .elementor-element.elementor-element-6ecaaac{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}body.elementor-page-7117:not(.elementor-motion-effects-element-type-background), body.elementor-page-7117 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://conclave.acfi.in/wp-content/uploads/2026/05/Line-Plane.png");}@media(max-width:767px){.elementor-7117 .elementor-element.elementor-element-6ecaaac{--padding-top:0px;--padding-bottom:0px;--padding-left:10px;--padding-right:10px;}}/* Start custom CSS for shortcode, class: .elementor-element-81103b3 */.acfi-card-wrap{
  max-width:1200px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:30px;
  font-family:'Poppins',Arial,sans-serif;
}

.acfi-reg-card{
  position:relative;
  overflow:hidden;
  border-radius:18px;
  padding:28px;
  background:linear-gradient(135deg,#082b7d 0%,#0054d8 55%,#0075ff 100%);
  box-shadow:0 22px 45px rgba(0,47,160,.22);
  color:#fff;
}

.acfi-reg-card:before{
  content:"";
  position:absolute;
  width:230px;
  height:230px;
  right:-55px;
  top:-70px;
  background:rgba(255,255,255,.14);
  border-radius:50%;
}

.acfi-reg-card:after{
  content:"";
  position:absolute;
  width:180px;
  height:180px;
  left:-70px;
  bottom:-70px;
  background:rgba(255,255,255,.10);
  border-radius:50%;
}

.acfi-head,.acfi-line,.acfi-desc,.benefit-text,.acfi-features,.acfi-fee-box,.acfi-btn{
  position:relative;
  z-index:2;
}

.acfi-head{
  display:flex;
  gap:18px;
  align-items:center;
}

.acfi-icon{
  min-width:58px;
  height:58px;
  border:1.5px solid rgba(255,255,255,.85);
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:24px;
}

.acfi-head h2{
  margin:0;
  color:#fff;
  font-size:30px;
  line-height:1.1;
  font-weight:800;
}

.acfi-line{
  width:60px;
  height:4px;
  background:#ff8500;
  margin:18px 0;
}

.highlight-desc{
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.28);
  border-left:5px solid #ff8500;
  border-radius:12px;
  padding:14px 16px;
  margin:0 0 22px;
  color:#fff;
  font-size:17px;
  line-height:1.5;
}

.highlight-desc span{
  display:block;
  font-weight:500;
}

.highlight-desc strong{
  display:inline-block;
  margin-top:6px;
  background:#ff8500;
  color:#fff;
  padding:5px 12px;
  border-radius:30px;
  font-size:16px;
  font-weight: 600 !important;
}

.benefit-text{
  color:#fff;
  font-size:17px;
  margin:0 0 18px;
}

.acfi-features{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:10px;
  margin-bottom:24px;
}

.acfi-features div{
  background:rgba(255,255,255,.13);
  border:1px solid rgba(255,255,255,.20);
  border-radius:7px;
  padding:12px 14px;
  color:#fff;
  font-size:13px;
  font-weight:800;
}

.acfi-fee-box{
  display:flex;
  align-items:flex-start;
  gap:18px;
  background:#fff;
  border:2px dashed #0d63e6;
  border-radius:14px;
  padding:18px 22px;
  margin-bottom:22px;
}

.fee-icon{
  min-width:44px;
  height:44px;
  border-radius:50%;
  background:linear-gradient(135deg,#0645c8,#0034a5);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:26px;
  font-weight:900;
}

.fee-text{
  width:100%;
}

.fee-title,
.fee-text span{
  display:block;
  font-size:16px;
  font-weight:800;
  color:#666;
  margin-bottom:10px;
}

.fee-row{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:15px;
  padding:12px 0;
  border-bottom:1px solid #ececec;
}

.fee-row:last-child{
  border-bottom:0;
}

.fee-row strong{
  display:block;
  font-size:16px;
  color:#222;
  font-weight:800;
}

.save-badge{
  display:inline-block;
  margin-top:6px;
  background:#e8fff0;
  color:#0a8f39;
  padding:5px 11px;
  border-radius:20px;
  font-size:12px;
  font-weight:700;
}

.price-box{
  text-align:right;
}

.old-price{
  display:block;
  color:#777;
  text-decoration:line-through;
  font-size:15px;
  margin-bottom:3px;
  font-weight:700;
}

.price-box h3,
.fee-text h3{
  margin:0;
  color:#073ca7;
  font-size:20px;
  line-height:1.35;
  font-weight:900;
}

.acfi-btn{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:16px;
  border-radius:8px;
  background:linear-gradient(90deg,#ff8500,#ff6700);
  color:#fff !important;
  text-decoration:none !important;
  font-size:19px;
  font-weight:900;
  box-shadow:0 10px 25px rgba(255,106,0,.30);
  transition:.3s ease;
}

.acfi-btn:hover{
  transform:translateY(-3px);
}

@media(max-width:1024px){
  .acfi-card-wrap{
    max-width:600px;
    grid-template-columns:1fr;
  }
}

@media(max-width:600px){
  .acfi-reg-card{
    padding:22px;
  }

  .acfi-head h2{
    font-size:25px;
  }

  .highlight-desc{
    font-size:15px;
  }

  .acfi-features{
    grid-template-columns:1fr;
  }

  .acfi-fee-box{
    display:block;
    padding:20px;
  }

  .fee-icon{
    display:none;
  }

  .fee-row{
    grid-template-columns:1fr auto;
  }

  .price-box h3,
  .fee-text h3{
    font-size:21px;
  }
}/* End custom CSS */