:root{
    --dx-primary: #0d6efd;
    --dx-radius: 18px;
}

body{
    padding-top: 78px; /* fixed navbar */
}

.tiznit-livraison-logo{
    height: 44px;
    width: auto;
}

.hero-section{
    background: radial-gradient(1200px 500px at 20% 0%, rgba(13,110,253,.12), transparent 60%),
                radial-gradient(900px 450px at 80% 20%, rgba(255,140,0,.10), transparent 55%),
                #ffffff;
    padding: 64px 0 56px 0;
}

.hero-card{
    border-radius: var(--dx-radius);
}

.icon-bubble{
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display:flex;
    align-items:center;
    justify-content:center;
    background: rgba(13,110,253,.10);
    color: var(--dx-primary);
    font-size: 22px;
}

.step-card{
    border: 1px solid rgba(0,0,0,.06);
}

.step-num{
    width: 38px;
    height: 38px;
    border-radius: 12px;
    display:flex;
    align-items:center;
    justify-content:center;
    background: rgba(13,110,253,.12);
    color: var(--dx-primary);
    font-weight: 800;
}

.why-icon{
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display:flex;
    align-items:center;
    justify-content:center;
    background: rgba(13,110,253,.10);
    color: var(--dx-primary);
    flex: 0 0 44px;
}

.contact-icon{
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display:flex;
    align-items:center;
    justify-content:center;
    background: rgba(0,0,0,.06);
    color: #111;
    flex: 0 0 42px;
}

.counter{
    font-size: 28px;
}

/* Better anchor scroll with fixed navbar */
section{
    scroll-margin-top: 90px;
}

.social-btn{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.6rem 0.5rem;
    min-width: 90px;
}

.social-btn i{
    font-size: 1.25rem;
    margin-bottom: 0.25rem;
}

.social-btn span{
    font-size: 0.85rem;
}

/* Social buttons: 2 per row on mobile, 4 per row on desktop */
.social-wrap .social-btn{
  width: calc(50% - .5rem); /* 2 per line */
}

@media (min-width: 992px){
  .social-wrap .social-btn{
    width: auto;            /* back to natural size */
    flex: 1 1 0;
  }
}

