.elementor-7956 .elementor-element.elementor-element-40a7e8d9{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-7956 .elementor-element.elementor-element-7aa1f4cd{font-family:"Helvetica", Sans-serif;font-size:18px;font-weight:400;}.elementor-7956 .elementor-element.elementor-element-b4b40ba{font-family:"Helvetica", Sans-serif;font-size:18px;font-weight:400;}.elementor-7956 .elementor-element.elementor-element-60d0f43{font-family:"Helvetica", Sans-serif;font-size:18px;font-weight:400;}@media(min-width:768px){.elementor-7956 .elementor-element.elementor-element-40a7e8d9{--content-width:1400px;}}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}.elementor-7956 .elementor-element.elementor-element-7aa1f4cd{font-size:16px;}.elementor-7956 .elementor-element.elementor-element-b4b40ba{font-size:16px;}.elementor-7956 .elementor-element.elementor-element-60d0f43{font-size:16px;}}/* Start custom CSS for container, class: .elementor-element-40a7e8d9 */.holilite-article{
  --holi-red:#ea3030;
  --holi-red-dark:#bd2020;
  --holi-ink:#242830;
  --holi-text:#3f4650;
  --holi-soft:#fff5f5;
  --holi-line:#eceef2;
  max-width:1400px;
  margin:0 auto;
  padding:24px 28px 72px;
  color:var(--holi-text);
  font-size:17px;
  line-height:1.82;
}

.holilite-article *{box-sizing:border-box}

.holilite-article h1,
.holilite-article h2,
.holilite-article h3{
  color:var(--holi-ink);
  line-height:1.25;
  letter-spacing:-.02em;
}

.holilite-article h1{
  max-width:920px;
  margin:12px auto 30px;
  text-align:center;
  font-size:clamp(34px,4.2vw,58px);
  font-weight:800;
}

.holilite-article h2{
  position:relative;
  margin:68px 0 24px;
  padding:0 0 14px 20px;
  border-bottom:1px solid var(--holi-line);
  font-size:clamp(27px,3vw,38px);
  font-weight:780;
}

.holilite-article h2::before{
  content:"";
  position:absolute;
  left:0;
  top:.12em;
  width:5px;
  height:1.05em;
  border-radius:6px;
  background:var(--holi-red);
}

.holilite-article h3{
  margin:0 0 10px;
  font-size:21px;
  font-weight:750;
}

.holilite-article p{
  margin:0 0 19px;
}

.holilite-article a{
  color:var(--holi-red-dark);
  font-weight:650;
  text-decoration-color:rgba(234,48,48,.36);
  text-decoration-thickness:1.5px;
  text-underline-offset:3px;
  transition:color .2s ease,text-decoration-color .2s ease;
}

.holilite-article a:hover{
  color:var(--holi-red);
  text-decoration-color:var(--holi-red);
}

.holilite-intro{
  max-width:980px;
  margin:34px auto 8px;
  padding:26px 30px 8px;
  border-left:4px solid var(--holi-red);
  border-radius:0 14px 14px 0;
  background:linear-gradient(90deg,var(--holi-soft),#fff 78%);
  font-size:18px;
}

.holilite-media{
  position:relative;
  overflow:hidden;
  margin:34px auto;
  border-radius:18px;
  background:#f4f4f4;
  box-shadow:0 14px 36px rgba(30,34,40,.10);
}

.holilite-media::after{
  content:"";
  position:absolute;
  inset:-35% auto -35% -55%;
  width:34%;
  transform:skewX(-22deg);
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.62),transparent);
  transition:left .75s ease;
  pointer-events:none;
}

.holilite-media:hover::after{left:125%}

.holilite-media img{
  display:block;
  width:100%;
  height:auto;
  margin:0;
  transition:transform .45s ease;
}

.holilite-media:hover img{transform:scale(1.018)}

.holilite-hero-image{
  max-width:900px;
  margin-top:0;
}

.holilite-square-image{
  max-width:760px;
}

.holilite-process-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:22px;
  margin:34px 0 10px;
}

.holilite-process-grid .holilite-media{
  margin:0;
  height:100%;
}

.holilite-process-grid img{
  height:100%;
  min-height:310px;
  object-fit:cover;
}

.holilite-card-grid{
  display:grid;
  gap:18px;
  margin:28px 0 12px;
}

.holilite-meaning-grid,
.holilite-arrange-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
}

.holilite-use-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
}

.holilite-info-card{
  position:relative;
  padding:24px 24px 18px;
  border:1px solid var(--holi-line);
  border-radius:14px;
  background:#fff;
  box-shadow:0 7px 22px rgba(32,36,42,.055);
  transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;
}

.holilite-info-card::before{
  content:"";
  position:absolute;
  left:0;
  top:24px;
  width:4px;
  height:32px;
  border-radius:0 4px 4px 0;
  background:var(--holi-red);
}

.holilite-info-card:hover{
  transform:translateY(-3px);
  border-color:rgba(234,48,48,.32);
  box-shadow:0 12px 28px rgba(32,36,42,.09);
}

.holilite-info-card p{margin-bottom:0}

.holilite-meaning-grid .holilite-info-card:last-child,
.holilite-arrange-grid .holilite-info-card:last-child{
  grid-column:1/-1;
}

.holilite-closing-heading + p{
  padding-top:2px;
}

.holilite-faq-list{
  display:grid;
  gap:14px;
  margin-top:24px;
}

.holilite-faq-item{
  padding:22px 24px 18px;
  border:1px solid var(--holi-line);
  border-left:4px solid var(--holi-red);
  border-radius:12px;
  background:#fff;
}

.holilite-faq-item h3{
  font-size:20px;
}

.holilite-faq-item p{margin:0}

@media (max-width:980px){
  .holilite-article{padding-inline:22px}
  .holilite-use-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .holilite-process-grid img{min-height:240px}
}

@media (max-width:700px){
  .holilite-article{
    padding:14px 15px 52px;
    font-size:16px;
    line-height:1.75;
  }

  .holilite-article h1{margin:8px auto 22px}

  .holilite-article h2{
    margin-top:50px;
    padding-left:15px;
  }

  .holilite-intro{
    margin-top:24px;
    padding:20px 18px 4px;
    font-size:16px;
  }

  .holilite-media{
    margin:26px auto;
    border-radius:12px;
  }

  .holilite-process-grid,
  .holilite-meaning-grid,
  .holilite-use-grid,
  .holilite-arrange-grid{
    grid-template-columns:1fr;
  }

  .holilite-meaning-grid .holilite-info-card:last-child,
  .holilite-arrange-grid .holilite-info-card:last-child{
    grid-column:auto;
  }

  .holilite-process-grid img{
    min-height:0;
    height:auto;
  }

  .holilite-info-card,
  .holilite-faq-item{
    padding:20px 19px 17px;
  }
}/* End custom CSS */