/* ========================================
   AL-WILDAN CONNECTOR
   ======================================== */
/* ---------- Counter ---------- */
.aw-counter{
    text-align:center;
}
.aw-counter .aw-counter-number{
    font-size:75px !important;
    color:#0B3D91 !important;
}
.aw-counter p{
    font-size:20px;
    color:#555;
}
/* ---------- Table ---------- */
.aw-table-wrapper{
    overflow-x:auto;
}
.aw-table{
    width:100%;
    border-collapse:collapse;
    background:#fff;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 5px 15px rgba(0,0,0,.08);
}
.aw-table thead{
    background:#0B3D91;
}
.aw-table thead th{
    color:#fff;
    font-weight:600;
    padding:15px;
    text-align:left;
}
.aw-table tbody td{
    padding:14px 15px;
    border-bottom:1px solid #ececec;
}
.aw-table tbody tr:nth-child(even){
    background:#fafafa;
}
.aw-table tbody tr:hover{
    background:#eef5ff;
}
/* ---------- Responsive ---------- */

@media(max-width:768px){
    .aw-counter h2{
        font-size:42px;
    }
    .aw-counter p{
        font-size:16px;
    }
    .aw-table{
        font-size:14px;
    }
}