
a:hover {
    color: #1e45b6 !important;
}

span:hover {
    color: #1e45b6 !important;
}


.request-a-quote__left_custom h2 {
    font-size: 3rem;
    font-weight: 900;
    margin-bottom: 20px;
}

.request-a-quote__left_custom p {
    font-size: 1.5rem;
    line-height: 1.7;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    color: black;

}


.latest-project__tab a.active {
    font-weight: bold;
    color: #1e45b6;
    border-bottom: 2px solid #1e45b6;
}


.pagination {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pagination li {
    margin: 0 5px;
}

.pagination a {
    display: inline-block;
    padding: 8px 14px;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500;
}

.pagination a:hover {
    background-color: #f5f5f5;
    border-color: #aaa;
}

.pagination a.active {
    background-color: #1e45b6;
    color: #fff;
    border-color: #1e45b6;
    font-weight: bold;
}

.pagination i {
    font-size: 14px;
}


.no-food-box {
    padding: 20px;
    border-radius: 10px;
    background: #ffe6e6;
    color: #b30000;
    text-align: center;
    font-size: 20px;
    margin-top: 30px;
}



.latest-project__tab a {
    padding: 6px 14px;
    border-radius: 6px;
    color: #333;
    font-weight: 500;
    transition: 0.25s;
}

.latest-project__tab a:hover {
    background: #f2f2f2;
}

.latest-project__tab a.active {
    background: darkred; /* aktif seçili renk */
    color: #fff !important;
}