.header-logo {
    display: inline-block;
    position: relative;
    opacity: 0;
    /* Initially hidden */
    transform: translateX(-100%);
    /* Starts from the left side */
    animation: slideIn 1s forwards;
    /* Animation duration and effect */
    will-change: transform, opacity;
    /* Optimize performance to avoid blur */
}

.header-logo img {
    display: block;
    width: 100%;
    height: auto;
}

/* Keyframes for sliding effect */
@keyframes slideIn {
    0% {
        opacity: 0;
        transform: translateX(-100%);
        /* Start from the left outside of the screen */
    }

    100% {
        opacity: 1;
        transform: translateX(0);
        /* Move to its original position */
    }
}

.contact-text-aze {
    font-family: 'Arial', sans-serif !important;
}

.number-sales-section {
    max-width: 800px;
    margin: 50px auto;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    box-sizing: border-box;
}

.number-sales-search-box {
    background-color: #EFF3FF;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.number-sales-operator-select {
    width: 100px;
    max-width: 100px;
    padding: 8px;
    border: 1px solid #3E66F3;
    border-radius: 5px;
    font-size: 14px;
    height: 40px;
}


.number-sales-input-group {
    display: flex;
    gap: 5px;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 100%;
}

.number-sales-input {
    width: 70px;
    height: 40px;
    text-align: center;
    font-size: 18px;
    border: 1px solid #D1D5DB;
    border-radius: 5px;
    transition: border 0.3s ease;
    padding: 0 15px 0 15px !important;
    background-color: #EBEBEB;
    color: #000;
}

.number-sales-input:focus {
    border: 1px solid #3E66F3;
    outline: none;
}

.number-sales-button {
    background-color: #3E66F3;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    transition: background-color 0.3s ease;
    width: 100%;
}

.number-sales-button:hover {
    background-color: #2B4DBC;
}

.form-select,
select {
    background-position: right 8px center;
}

@media (max-width: 992px) {
    .number-sales-section {
        padding: 15px;
        margin: 20px;
    }

    .number-sales-operator-select {
        font-size: 12px;
    }

    .number-sales-input {
        width: 40px;
        max-width: 40px;
        font-size: 16px;
    }

    .number-sales-button {
        font-size: 14px;
        padding: 8px 16px;
    }
}

@media (max-width: 771px) {
    .number-sales-section {
        padding: 10px;
        margin: 10px;
    }

    .number-sales-operator-select {
        font-size: 12px;
    }

    .number-sales-input {
        width: 40px;
        max-width: 40px;
        font-size: 12px;
        padding: 0 15px 0 15px;
    }

    .number-sales-button {
        font-size: 14px;
        padding: 8px 16px;
    }
}

@media (max-width: 600px) {
    .number-sales-section {
        padding: 15px;
        margin: 20px;
    }

    .number-sales-operator-select {
        font-size: 12px;
    }

    .number-sales-input {
        width: 40px;
        max-width: 40px;
        font-size: 12px;
        padding: 0 10px 0 10px;
    }

    .number-sales-button {
        font-size: 14px;
        padding: 8px 16px;
    }
}

@media (max-width: 490px) {
    .number-sales-operator-select {
        width: 65px !important;
        padding-left: 8px !important;
    }

    .number-sales-input {
        width: 25px !important;
        font-size: 12px;
        padding: 0 5px 0 5px !important;
    }

    .number-sales-button {
        font-size: 12px;
        padding: 6px 12px;
    }

}
@media (max-width: 390px) {
    .number-sales-operator-select {
        min-width: 100% !important;
        margin-bottom: 8px;
    }
}

@keyframes slideInOut {
    0% {
        transform: translateX(-100%);
    }

    50% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(100%);
    }
}

.animated-text {
    text-align: center;
    animation: slideInOut 5s infinite linear;
}

.price {
    font-size: 18px;
    color: #333;
    transition: font-size 0.3s ease, color 0.3s ease;
}

.price:hover {
    font-size: 24px;
    color: #3E66F3;
}

/* Əlaqə ikonları */
.contact {
    color: #FF6347;
    font-size: 18px;
    transition: color 0.3s ease;
}

.contact:hover {
    color: #3E66F3;
}

.order {
    color: #32CD32;
    font-size: 18px;
    transition: color 0.3s ease;
}

.order:hover {
    color: #3E66F3;
}

.table tbody tr:hover {
    background-color: #f1f1f1;
    transform: scale(1.02);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}


.price-filter-widget {
    margin: 20px 0;
}

#unique_price_slider {
    margin-top: 10px;
}

.noUi-target {
    background: #f9f9f9;
    border-radius: 4px;
    height: 10px;
}

.noUi-connect {
    background: #3E66F3;
}

.noUi-handle {
    background: #ffffff;
    border: 2px solid #3E66F3;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.noUi-handle:hover {
    transform: scale(1.2);
}

.achivement-box-area {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    height: auto;
}

.achivement-box-area .filter-item {
    width: 100%;
    margin-bottom: 10px;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInRow {
    0% {
        opacity: 0;
        transform: translateX(-30px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

table {
    animation: fadeIn 1s ease-out;
    border: none;
}

table tr {
    border: none;
}

table tr:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    transform: scale(1.02);
    transition: 0.3s;
}

table button:hover {
    background-color: #0056b3;
    transform: scale(1.1);
}

.pagination {
    margin-top: 15px;
    text-align: center;
}

.pagination a {
    padding: 8px 12px;
    margin: 2px;
    text-decoration: none;
    background: #007bff;
    color: white;
    border-radius: 5px;
}

.pagination a.active {
    background: #0056b3;
    font-weight: bold;
}

.pagination a:hover {
    background: #0056b3;
}


.container2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.row-category {
    display: flex;
    gap: 20px;
}

.category {
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 15px;
    cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
    padding: 10px;
}

.category:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.icon {
    font-size: 50px;
    color: white;
    margin-bottom: 10px;
}

.silver {
    background: #007BFF;
}

.gold {
    background: #FFD700;
}

.platinum {
    background: #DC3545;
}

.basic {
    background: #28A745;
}


.category i {
    font-size: 50px;
    color: white;
}

.category span {
    color: black;
    font-weight: 600;
}

@media (max-width: 768px) {
    .category {
        width: 80px;
        height: 80px;
    }

    .category i {
        font-size: 30px;
    }
}
@media (max-width: 365px) {
    .category {
        width: 50px;
        height: 50px;
    }

    .category i {
        font-size: 25px;
    }
    .number-table-td{
        font-size: 10px;
    }
    .number-table-tr{
        font-size: 11px;
        padding: 5px;
    }
    .phone-button{
        font-size: 12px;
        padding: 4px 7px !important;
    }
    
    
}
.button-container {
    position: relative;
    display: inline-block;
}

.phone-button {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 8px 15px;
    border-radius: 25px;
    cursor: pointer;
    font-size: 14px;
    transition: 0.3s;
    transform: scale(1);
    position: relative;
}

.contact-card {
    position: absolute;
    bottom: 120%;
    left: 1%;
    transform: translateX(-50%);
    background-color: #fff;
    color: black;
    padding: 4px 6px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    font-size: 18px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    font-weight: 600;
    border: 2px #0056b3 solid;
}

.button-container:hover .contact-card {
    opacity: 1;
    visibility: visible;
}

.number-sales-input-wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
}

.clear-btn {
    background: transparent;
    border: none;
    font-size: 18px;
    cursor: pointer;
    color: #888;
}

.clear-btn:hover {
    color: #000;
}