.section-404 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.section-404 h1 {
    font-size: 66px;
    font-weight: bold;
}

.section-404 a {
    text-decoration: none;
    font-size: 18px;
    color: #1D74D8;
}

@media only screen and (max-width: 991px) {
    .section-404 h1 {
        font-size: 36px;
    }

    .section-404 a {
        font-size: 14px;
    }
}

@media only screen and (max-width: 575px) {
    .section-404 h1 {
        font-size: 24px;
    }

    .section-404 a {
        font-size: 12px;
    }
}

.pagination .page-link {
    color: #1D74D8 !important;
    background-color: #fff !important;
    width: 100% !important;
    border-color: #1D74D8 !important;
}

.pagination .active span {
    background-color: #1D74D8 !important;
    border-color: #1D74D8 !important;
    color: #fff !important;
}

.navbar-custom .nav-link.active {
    color: #d9d9d9;
}

.accordion-button {
    box-shadow: none !important;
    border: 2px solid rgba(255, 0, 0, 0.2);
}

.accordion-button:not(.collapsed) {
    background-color: rgba(255, 0, 0, 0.2);
    box-shadow: none !important;
}

.card .card-img-top {
    height: 200px;
}

.card .card-body-location .left .city {
    font-size: 16px;
}

.card .card-body-title span {
    font-size: 20px;
}

.card .card-body-title {
    margin-top: 4px;
}

.card .card-body-price span {
    font-size: 22px;
}

.card .card-body-location .right {
    gap: 4px;
}

.card .badgets-container {
    top: 25px;
}

.card .badgets-container .logo span {
    font-size: 10px;
}

.card .badgets-container .badgets .badget {
    width: 30px;
    height: 30px;
}

.card .badgets-container .badgets {
    gap: 4px;
}

.card .card-body-price img {
    width: 30px;
    height: 30px;
}

.card .card-body-location .left img {
    width: 20px;
    height: 20px;
}

.card .badgets-container .badgets .badget span {
    font-size: 12px;
}

.links-container a {
    font-size: 19px;
}

.homepage-container .form-container .custom-select {
    padding: 10px 12px 10px 14px;
    font-size: 19px;
}

.homepage-container .form-container label {
    font-size: 19px;
}

.homepage-container .form-container input {
    font-size: 19px;
}

.homepage-container .form-container .btn {
    font-size: 19px;
}

.homepage-container .form-container input {
    font-size: 19px;
    padding: 10px 12px 10px 14px;
}

.card-header span {
    font-size: 23px;
}

.fs-5 {
    font-size: 1.05rem !important;
}

.newAnnouncement-container .title {
    font-size: 35px;
}

.newAnnouncement-container .form-container .input-group input {
    font-size: 19px;
}

.newAnnouncement-container .form-container .input-group {
    padding: 10px 12px 10px 14px;
}

.color-blue {
    color: #1D74D8;
}

.active .color-blue {
    color: #fff;
}

.orange-btn {
    background-color: #F76E13;
    border-color: #F76E13;
}

.orange-btn:hover, .orange-btn:active, .orange-btn:focus .orange-btn:focus-visible {
    background-color: #F76E13 !important;
    border-color: #F76E13 !important;
}

.mobile-btn {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .mobile-btn {
        display: block;
        background-color: #F76E13 !important;
        border-color: #F76E13 !important;
        margin-bottom: 10px;
        border-radius: 12px;
        width: 100% !important;
    }
}

.card .badgets-container .phone-badget {
    background-color: #0d6efd !important;
    z-index: 999 !important;
}

.card .badgets-container .phone-badget i {
    color: #fff;
}

.phone-wrapper {
    position: relative;
}

.phone-popup {
    position: absolute;
    top: 38px;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    padding: 6px 10px;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    display: none;
    z-index: 99999 !important;
    min-width: 140px;
}

.phone-popup a {
    display: block;
    color: #333;
    padding: 3px 0;
    text-decoration: none;
    font-size: 14px;
}

.phone-popup a:hover {
    color: #007bff;
}
