.elementor-85999 .elementor-element.elementor-element-4a5bfa63{--display:flex;}/* Start custom CSS for html, class: .elementor-element-446c7bfb */:root{
    --metal-dark:#171310;
    --metal-mid:#2a221a;
    --metal-edge:#3c3025;
    --gold:#c9a24c;
    --gold-soft:#e3c785;
    --gold-dim:#8a7238;
    --oxblood:#7a1228;
    --oxblood-bright:#b81f3a;
    --ivory:#f0e9dc;
    --muted:#a89a86;
  }

.acm-dock-wrap{
    position:fixed;
    bottom:22px;
    left:50%;
    transform:translate(-50%,0);
    z-index:9999;
    direction:rtl;
    animation:dockRise .9s cubic-bezier(.16,1,.3,1) .15s both;
}
@keyframes dockRise{
    from{ opacity:0; transform:translate(-50%,20px); }
    to{ opacity:1; transform:translate(-50%,0); }
}

.acm-dock{
    display:flex;
    align-items:flex-end;
    justify-content:center;
    border-radius:18px;
    background:
      linear-gradient(155deg, rgba(255,255,255,.06), transparent 35%),
      linear-gradient(180deg, var(--metal-edge) 0%, var(--metal-mid) 35%, var(--metal-dark) 100%);
    border:1px solid rgba(0,0,0,.5);
    border-top-color:rgba(201,162,76,.35);
    box-shadow:
      0 22px 46px -14px rgba(0,0,0,.75),
      0 10px 20px -8px rgba(122,18,40,.22),
      inset 0 1px 0 rgba(227,199,133,.18);
}

.acm-divider{
    width:1px;
    align-self:stretch;
    margin:22px 0;
    background:linear-gradient(180deg, transparent, rgba(201,162,76,.4) 50%, transparent);
}

.acm-item{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:10px;
    text-decoration:none;
    padding:20px 22px 16px;
    position:relative;
    transition:transform .35s cubic-bezier(.2,.8,.2,1);
}
.acm-item:hover, .acm-item:focus-visible{ transform:translateY(-3px); }
.acm-item:focus-visible{
    outline:2px solid var(--gold);
    outline-offset:5px;
    border-radius:12px;
}
.acm-item .label{
    font-size:12px;
    font-weight:500;
    letter-spacing:.3px;
    color:var(--muted);
    white-space:nowrap;
    transition:color .35s ease;
    font-family: 'Vazirmatn' !important;
}
.acm-item:hover .label, .acm-item:focus-visible .label{ color:var(--ivory); }

.acm-item .cell{
    width:44px;
    height:44px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
    box-shadow:
      inset 0 2px 5px rgba(0,0,0,.55),
      inset 0 -1px 1px rgba(255,255,255,.05);
    background:radial-gradient(circle at 50% 35%, rgba(0,0,0,.18), transparent 70%);
}
.acm-item .cell::before{
    content:'';
    position:absolute;
    inset:-10px;
    border-radius:50%;
    opacity:.4;
    transition:opacity .4s ease;
    z-index:-1;
}
.acm-item:hover .cell::before,
.acm-item:focus-visible .cell::before{
    opacity:1;
}

.acm-item--star .cell::before{
    background:radial-gradient(circle, rgba(201,162,76,.32), transparent 72%);
}
.acm-item--star svg{
    width:20px;
    height:20px;
    fill:var(--gold-dim);
    transition:fill .35s ease, filter .35s ease;
}
.acm-item--star:hover svg,
.acm-item--star:focus-visible svg{
    fill:var(--gold-soft);
    filter:drop-shadow(0 0 6px rgba(227,199,133,.7));
}

.acm-item--medal .cell{
    border:1px solid rgba(138,114,56,.45);
}
.acm-item--medal .cell::before{
    background:radial-gradient(circle, rgba(201,162,76,.32), transparent 72%);
}
.acm-item--medal:hover .cell,
.acm-item--medal:focus-visible .cell{
    border-color:var(--gold);
}
.acm-item--medal .year{
    font-family:'Playfair Display', serif;
    font-size:14px;
    font-weight:600;
    color:var(--gold-dim);
    transition:color .35s ease;
}
.acm-item--medal:hover .year,
.acm-item--medal:focus-visible .year{
    color:var(--gold-soft);
}

.acm-item--hero .cell{
    width:52px;
    height:52px;
    border:1px solid rgba(201,162,76,.3);
}
.acm-item--hero .cell::before{
    background:radial-gradient(circle, rgba(184,31,58,.30), rgba(201,162,76,.28) 55%, transparent 75%);
    opacity:.55;
}
.acm-item--hero svg{
    width:24px;
    height:24px;
    stroke:var(--ivory);
    fill:none;
    stroke-width:1.6;
    stroke-linecap:round;
    stroke-linejoin:round;
    filter:drop-shadow(1px 1px 1px rgba(0,0,0,.5));
}

@media (prefers-reduced-motion:reduce){
    .acm-dock-wrap{ animation:none; }
    .acm-item,
    .acm-item .cell::before{ transition:none; }
}

@media (max-width:480px){
    .acm-item{ padding:14px 14px 12px; gap:7px; }
    .acm-item .label{ font-size:10.5px; }
    .acm-item .cell{ width:38px; height:38px; }
    .acm-item--hero .cell{ width:45px; height:45px; }
    .acm-item--star svg{ width:17px; height:17px; }
    .acm-item--hero svg{ width:20px; height:20px; }
    .acm-item--medal .year{ font-size:12.5px; }
    .acm-divider{ margin:14px 0; }
}

@media (max-width:340px){
    .acm-item .label{ display:none; }
}/* End custom CSS */