/**
 * Arpina Elementor — Why Arpina
 * Scoped to prevent collisions with the native homepage .why-* classes.
 */
.arpina-elementor-why{
  width:100%;
  padding:20px 24px 4px;
  background:#fff;
  direction:rtl;
  font-family:inherit;
}
.arpina-elementor-why *,
.arpina-elementor-why *::before,
.arpina-elementor-why *::after{box-sizing:border-box}
.arpina-elementor-why__inner{
  width:100%;
  max-width:1320px;
  margin-inline:auto;
}
.arpina-elementor-why__header{
  margin:0 0 20px;
  text-align:center;
}
.arpina-elementor-why__heading{
  margin:0;
  color:#2f2a32;
  font-size:27px;
  font-weight:900;
  line-height:1.5;
}
.arpina-elementor-why__intro{
  max-width:720px;
  margin:7px auto 0;
  color:#777;
  font-size:14px;
  line-height:1.9;
}
.arpina-elementor-why__grid{
  display:grid;
  grid-template-columns:repeat(7,minmax(0,1fr));
  column-gap:0;
  row-gap:0;
  align-items:stretch;
}
.arpina-elementor-why__grid--horizontal-borders{
  border-top:1px solid #eee6ec;
  border-bottom:1px solid #eee6ec;
}
.arpina-elementor-why__item{
  position:relative;
  min-width:0;
  min-height:95px;
  padding:10px 8px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:9px;
  border-radius:0;
  background:transparent;
  color:inherit;
  text-align:center;
  text-decoration:none;
  line-height:1.5;
  outline:0;
  transition:transform .25s ease,background-color .25s ease,box-shadow .25s ease;
}
a.arpina-elementor-why__item{cursor:pointer}
.arpina-elementor-why__item:hover{background:#fffafd}
.arpina-elementor-why__item:focus-visible{
  outline:3px solid rgba(141,58,130,.24);
  outline-offset:-3px;
  z-index:2;
}
.arpina-elementor-why__grid--dividers .arpina-elementor-why__item:not(:last-child)::after{
  content:"";
  position:absolute;
  left:0;
  top:24px;
  bottom:24px;
  width:1px;
  background:#eee2eb;
}
.arpina-elementor-why__icon{
  width:50px;
  height:50px;
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#f5eaf4;
  color:#8d3a82;
  font-size:28px;
  line-height:1;
  transition:transform .25s ease,color .25s ease,background-color .25s ease;
}
.arpina-elementor-why__icon i,
.arpina-elementor-why__icon svg{display:block}
.arpina-elementor-why__icon svg{
  width:28px;
  height:28px;
  fill:currentColor;
}
.arpina-elementor-why__item:hover .arpina-elementor-why__icon{transform:scale(1.06)}
.arpina-elementor-why__title{
  display:block;
  max-width:100%;
  color:#6a5c68;
  font-size:12px;
  font-weight:800;
  overflow-wrap:anywhere;
}
.arpina-elementor-why__description{
  display:block;
  max-width:100%;
  color:#8a7d87;
  font-size:11px;
  line-height:1.75;
  overflow-wrap:anywhere;
}
.arpina-elementor-why__empty{
  padding:24px;
  border:1px dashed #d8c7d4;
  border-radius:14px;
  background:#fffafd;
  color:#756a73;
  text-align:center;
  font-size:13px;
}
@media (max-width:1024px){
  .arpina-elementor-why__grid{grid-template-columns:repeat(4,minmax(0,1fr))}
}
@media (max-width:767px){
  .arpina-elementor-why{padding-right:16px;padding-left:16px}
  .arpina-elementor-why__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .arpina-elementor-why__heading{font-size:23px}
  .arpina-elementor-why__grid--dividers .arpina-elementor-why__item::after{display:none}
  .arpina-elementor-why--mobile-dividers .arpina-elementor-why__grid--dividers .arpina-elementor-why__item:not(:last-child)::after{display:block}
}
@media (prefers-reduced-motion:reduce){
  .arpina-elementor-why__item,
  .arpina-elementor-why__icon{transition:none}
  .arpina-elementor-why__item:hover,
  .arpina-elementor-why__item:hover .arpina-elementor-why__icon{transform:none}
}

/* v1.0.49 — support Media Library images as item icons */
.arpina-elementor-why__icon--image{overflow:hidden}
.arpina-elementor-why__icon-image{
  display:block;
  width:32px;
  height:32px;
  max-width:100%;
  max-height:100%;
  object-fit:contain;
  flex:0 0 auto;
}

/* v1.0.51 — media visuals use their own high-resolution box instead of the font-icon circle */
.arpina-elementor-why__icon--image{
  width:auto!important;
  height:auto!important;
  min-width:0;
  min-height:0;
  max-width:none;
  max-height:none;
  padding:0;
  overflow:visible;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.arpina-elementor-why__icon--image::before,
.arpina-elementor-why__icon--image::after{display:none!important}
.arpina-elementor-why__icon-image{
  display:block;
  width:68px;
  height:68px;
  max-width:none!important;
  max-height:none!important;
  flex:0 0 auto;
  object-fit:contain;
  image-rendering:auto;
  transform:translateZ(0);
  transition:transform .25s ease;
}
.arpina-elementor-why__item--has-image{min-height:122px;padding-top:13px;padding-bottom:13px}
.arpina-elementor-why__item--has-image:hover .arpina-elementor-why__icon--image{transform:none}
.arpina-elementor-why__item--has-image:hover .arpina-elementor-why__icon-image{transform:scale(1.035)}
@media(max-width:1024px){.arpina-elementor-why__icon-image{width:60px;height:60px}}
@media(max-width:767px){.arpina-elementor-why__icon-image{width:56px;height:56px}.arpina-elementor-why__item--has-image{min-height:116px}}
