/*index style*/
@font-face {
    font-family: 'Dana'; /* اسم دلخواه */
    src: url('assets/fonts/DanaFaNum-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family:'Dana', Tahoma, sans-serif;!important;
    background: #f9f9f9;
    line-height: 1.8;
}

/* Hero Section */
.hero {
    background: linear-gradient(rgba(11,61,89,0.8), rgba(11,61,89,0.8)),
    url('https://picsum.photos/1600/600?tech') center/cover;
    color: #fff;
    min-height: 70vh;
}

/* Feature Box */
.feature-box {
    background: #fff;
    transition: transform 0.3s;
}
.feature-box:hover {
    transform: translateY(-5px);
}

/* Pricing Plans */
.plan {
    background: #fff;
    transition: transform 0.3s;
}
.plan:hover {
    transform: scale(1.05);
}
#customersTable th,
#customersTable td {
    text-align: center; /* وسط چین کردن متن */
    vertical-align: middle; /* وسط چین عمودی */
}
