﻿.btn-group .button {
    background-color: #0909ae;
    ; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    float: right;
}
    .btn-group .button:hover {
        background-color: #0909ae;
    }


body {
    margin: 0 !important;
    padding: 0 !important;
    background-color: aliceblue;
}

/* Style the navigation bar */
.row {
    background-color: #0909ae;
    width: 100%;
    margin: 0;
}

.btn-group {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.button {
    padding: 10px 15px;
    margin: 5px;
    background-color: #fff;
    border: none;
    cursor: pointer;
    text-decoration: none;
}

/* 📱 حالت موبایل */
@media (max-width: 768px) {
    .btn-group {
        flex-direction: column;   /* دکمه‌ها زیر هم */
        align-items: stretch;
    }

    .button {
        width: 100%;
        text-align: center;
    }
}

.Adimg {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;     
    
    /*  vertical-align: central;*/
}


#PagingBox {
    margin: 0px;
    width: 253px;
    font-family: sans-serif;
    float: left !important;
    text-align: left;
}

#PagingBox a:hover {
  background-color: #009;
  color: #fff;
}