.elementor-353 .elementor-element.elementor-element-ab0dd06{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:space-evenly;--align-items:stretch;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}body.elementor-page-353{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}@media(min-width:768px){.elementor-353 .elementor-element.elementor-element-ab0dd06{--width:100%;}}/* Start custom CSS for container, class: .elementor-element-ab0dd06 */.hl-plans-section{
  width:100vw;
  margin-left:calc(50% - 50vw);
  background:#fff;
  padding:42px 24px 34px;
  font-family:'Poppins',sans-serif;
  color:#071026;
}

.hl-plans-section *{
  box-sizing:border-box;
}

.hl-plans-container{
  max-width:1390px;
  margin:0 auto;
}

.hl-plans-header{
  text-align:center;
  margin-bottom:30px;
}

.hl-plans-header span{
  display:block;
  color:#b66e1f;
  font-size:14px;
  font-weight:800;
  letter-spacing:7px;
  margin-bottom:12px;
}

.hl-plans-header h2{
  margin:0;
  color:#071026;
  font-size:58px;
  line-height:1.08;
  font-weight:900;
  letter-spacing:-2px;
}

.hl-plans-header p{
  margin:18px 0 28px;
  color:#59627a;
  font-size:20px;
  line-height:1.45;
  font-weight:500;
}

.hl-plan-toggle{
  width:390px;
  height:48px;
  margin:0 auto;
  display:flex;
  border:1px solid #e5dfd8;
  border-radius:999px;
  background:#fff;
  overflow:hidden;
  box-shadow:0 8px 24px rgba(0,0,0,.035);
}

.hl-plan-toggle button{
  width:50%;
  border:0 !important;
  outline:0 !important;
  background:transparent !important;
  color:#667085 !important;
  font-family:'Poppins',sans-serif;
  font-size:16px;
  font-weight:700;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  cursor:pointer;
  transition:all .35s ease;
  box-shadow:none !important;
}

.hl-plan-toggle button:hover,
.hl-plan-toggle button:focus,
.hl-plan-toggle button:active{
  background:transparent !important;
  color:#667085 !important;
  border:0 !important;
  outline:0 !important;
  box-shadow:none !important;
}

.hl-plan-toggle button img{
  width:20px;
  height:20px;
  object-fit:contain;
}

.hl-plan-toggle button.active,
.hl-plan-toggle button.active:hover,
.hl-plan-toggle button.active:focus,
.hl-plan-toggle button.active:active{
  background:linear-gradient(180deg,#c98534,#a96518) !important;
  color:#fff !important;
  border-radius:999px;
  box-shadow:0 10px 22px rgba(185,125,61,.25) !important;
}

.hl-pricing-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
  align-items:stretch;
}

.hl-price-card{
  background:#fff;
  border:1px solid #eee4da;
  border-radius:10px;
  min-height:492px;
  padding:36px 30px 26px;
  box-shadow:0 14px 38px rgba(26,20,15,.06);
  transition:transform .35s ease, box-shadow .35s ease, border-color .35s ease;
  display:flex;
  flex-direction:column;
  position:relative;
  z-index:1;
}

.hl-price-card.is-hover{
  transform:translateY(-18px) scale(1.035);
  box-shadow:0 28px 65px rgba(185,125,61,.22);
  border-color:#c98534;
  z-index:20;
}

.hl-card-head{
  display:flex;
  align-items:center;
  gap:18px;
  min-height:48px;
}

.hl-card-head img{
  width:48px;
  height:48px;
  object-fit:contain;
  display:block;
}

.hl-card-head h3{
  margin:0;
  font-size:20px;
  line-height:1.15;
  color:#070b18;
  font-weight:800;
}

.hl-card-line{
  width:100%;
  height:1px;
  background:#d99a45;
  opacity:.75;
  margin:20px 0 22px;
}

.hl-card-desc{
  min-height:46px;
  margin:0 0 16px;
  color:#60687b;
  font-size:14.5px;
  line-height:1.55;
  text-align:center;
  font-weight:500;
}

.hl-price{
  color:#050914;
  font-size:46px;
  line-height:1;
  font-weight:900;
  text-align:center;
  letter-spacing:-1px;
  transition:opacity .25s ease, transform .25s ease;
}

.hl-price.is-changing{
  opacity:0;
  transform:translateY(8px);
}

.hl-price-type{
  color:#b66e1f;
  font-size:15px;
  font-weight:700;
  text-align:center;
  margin:8px 0 24px;
}

.hl-price-card ul{
  list-style:none;
  margin:0;
  padding:0;
}

.hl-price-card li{
  position:relative;
  padding-left:28px;
  margin-bottom:10px;
  color:#111827;
  font-size:13.5px;
  line-height:1.25;
  font-weight:500;
}

.hl-price-card li:before{
  content:"✓";
  position:absolute;
  left:0;
  top:-1px;
  color:#d37b13;
  font-size:18px;
  line-height:1;
  font-weight:800;
}

.hl-card-btn{
  margin-top:auto;
  width:100%;
  height:46px;
  border:1.5px solid #c98534;
  border-radius:7px;
  color:#b66e1f!important;
  background:#fff;
  text-decoration:none!important;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:15px;
  font-weight:800;
  transition:all .3s ease;
}

.hl-card-btn:hover,
.hl-price-card.is-hover .hl-card-btn{
  background:linear-gradient(180deg,#c98534,#a96518);
  color:#fff!important;
}

.hl-benefits-row{
  margin-top:22px;
  background:#fff;
  border:1px solid #eee4da;
  border-radius:10px;
  box-shadow:0 12px 34px rgba(26,20,15,.055);
  padding:22px 32px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
}

.hl-benefits-row > div{
  display:grid;
  grid-template-columns:70px 1fr;
  gap:14px;
  align-items:center;
  padding:0 26px;
  border-right:1px solid #e3dbd2;
}

.hl-benefits-row > div:last-child{
  border-right:0;
}

.hl-benefits-row img{
  width:58px;
  height:58px;
  object-fit:contain;
}

.hl-benefits-row strong{
  display:block;
  color:#071026;
  font-size:14px;
  font-weight:800;
  margin-bottom:4px;
}

.hl-benefits-row p{
  margin:0;
  color:#5d667b;
  font-size:13.5px;
  line-height:1.4;
  font-weight:500;
}

.hl-payment-note{
  margin-top:18px;
  text-align:center;
  color:#111827;
  font-size:18px;
  font-weight:500;
}

.hl-payment-note span,
.hl-payment-note strong{
  color:#b66e1f;
  font-weight:800;
}

@media(max-width:1100px){
  .hl-pricing-grid,
  .hl-benefits-row{
    grid-template-columns:repeat(2,1fr);
  }

  .hl-benefits-row > div{
    border-right:0;
    border-bottom:1px solid #eee4da;
    padding:18px;
  }
}

@media(max-width:767px){
  .hl-plans-section{
    padding:35px 16px;
  }

  .hl-plans-header h2{
    font-size:38px;
    letter-spacing:-1px;
  }

  .hl-plans-header span{
    font-size:12px;
    letter-spacing:4px;
  }

  .hl-plans-header p{
    font-size:15px;
  }

  .hl-plan-toggle{
    width:100%;
    max-width:350px;
  }

  .hl-pricing-grid,
  .hl-benefits-row{
    grid-template-columns:1fr;
  }

  .hl-price-card{
    min-height:auto;
  }
}/* End custom CSS */