.ls-1 {
    letter-spacing: 1px;
}

.ls-2 {
    letter-spacing: 2px;
}

.ls-3 {
    letter-spacing: 3px;
}

.ls-4 {
    letter-spacing: 4px;
}

.ls-5 {
    letter-spacing: 5px;
}

.ls-wide {
    letter-spacing: 0.1em;
}

.btn.btn-primary {
    background-color: #3399cc !important;
}

.btn.btn-primary:hover {
    background-color: #007dc3 !important;
}

.social-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin: 0 5px;
    font-size: 20px;
    text-decoration: none;
    transition: background 0.3s ease;
}

.social-btn:hover {
    color: #f1f1f1;
}

/* Specific brand colors */
.social-btn.facebook {
    background: #3b5998;
}

.social-btn.facebook:hover {
    background: #2d4373;
}

.social-btn.twitter {
    background: #1da1f2;
}

.social-btn.twitter:hover {
    background: #0d95e8;
}

.social-btn.linkedin {
    background: #0077b5;
}

.social-btn.linkedin:hover {
    background: #005582;
}

.social-btn.whatsapp {
    background: #25d366;
}

.social-btn.whatsapp:hover {
    background: #1ebc5a;
}

.social-btn.telegram {
    background: #0088cc;
}

.social-btn.telegram:hover {
    background: #007ab8;
}

.text-14px {
    font-size: 14px !important;
}

.text-16px {
    font-size: 16px !important;
}

.text-18px {
    font-size: 18px !important;
}

.text-20px {
    font-size: 20px !important;
}

.text-24px {
    font-size: 24px !important;
}

.text-32px {
    font-size: 32px !important;
}

.text-56px {
    font-size: 56px !important;
}

.text-72px {
    font-size: 72px !important;
}

.text-96px {
    font-size: 96px !important;
}

@media (max-width: 768px) {

    /* Wrap your table for horizontal scroll */
    .table-ez-wrapper {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    /* Custom table with max-content column sizing */
    .table.table-ez {
        width: auto !important;
        table-layout: auto !important;
        min-width: 100%;
    }

    /* Ensure table cells shrink to content */
    .table.table-ez th,
    .table.table-ez td {
        white-space: nowrap;
        width: max-content;
    }
}