@media (max-width: 600px) {
    .best-place-card>div>img {
        width: fit-content;
        height: 90px;
    }

}

@media (min-width: 768px) {
    .mw-sm-100 {
        max-width: 100%;
    }

    .best-place-card>div>img {
        width: fit-content;
        height: 90px;
    }

}

@media (min-width: 1290px) {
    .mw-sm-100 {
        max-width: 1290px;
    }

    .best-place-card>div>img {
        width: 245px;
        height: 215px;
    }

}



.single-contact-info i,
.single-contact-info svg {
    width: 1.25rem;
    height: 1.25rem;
    line-height: 1.25rem;
    color: #fff;
    background-color: #E3000F;
    float: left;
    text-align: center;
    overflow: hidden;
    font-size: 16px;
    margin-right: 20px;
    border-radius: 4px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.footer-contact-item:hover div.bg-primary,
.footer-contact-item:focus-within div.bg-primary,
.footer-contact-item:hover div.bg-primary svg,
.footer-contact-item:focus-within div.bg-primary svg {
    background-color: #fff !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    color: var(--primary-500) !important;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/* 
.footer-contact-item div.bg-primary:hover {
    background-color: #ccc !important;
    color: var(--primary-500) !important;
} */


@media only screen and (max-width: 720px) {
    #callnowbutton {
        display: block;
        position: fixed;
        text-decoration: none;
        z-index: 2147483647;
        width: 100%;
        left: 0;
        bottom: 0;
        height: 60px;
        text-align: center;
        color: #fff;
        font-weight: 600;
        font-size: 120%;
        overflow: hidden;
        background: #dc4146;
        display: flex;
        justify-content: center;
        align-items: center;
        text-shadow: 0 1px 0px rgb(0 0 0 / 18%);
    }
}

@media only screen and (min-width: 500px) {
    .desktop-hide {
        display: none !important;
    }
}


/*  */



.error-section {
    /* Sitenizdeki ana mavi renk tonu */
    --bys-primary: #1a56db;
    --bys-secondary: #eff6ff;
    /* Açık mavi arka plan */
    --bys-text: #1f2937;
}

.error-section {
    font-family: 'Poppins', sans-serif;
    color: var(--bys-text);
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/* 404 Ana Alan */
.error-section {
    flex: 1;
    /* Footer'ı aşağı itmek için */
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #ffffff 0%, var(--bys-secondary) 100%);
    padding: 50px 20px;
}

.error-code {
    font-size: 8rem;
    font-weight: 800;
    color: var(--bys-primary);
    line-height: 1;
    margin-bottom: 20px;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.05);
}

.error-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.error-desc {
    color: #6b7280;
    font-size: 1.1rem;
    max-width: 500px;
    margin: 0 auto 30px auto;
}

/* İkon Animasyonu */
.building-icon {
    font-size: 5rem;
    color: var(--bys-primary);
    opacity: 0.8;
    margin-bottom: 20px;
    animation: float 3s ease-in-out infinite;
}



/* Buton Stili (Sitenizdeki mavi buton) */
.btn-bys {
    background-color: var(--bys-primary);
    color: white;
    padding: 12px 35px;
    border-radius: 50px;
    /* Yuvarlak hatlı */
    font-weight: 600;
    transition: all 0.3s;
    border: none;
    box-shadow: 0 4px 6px rgba(26, 86, 219, 0.2);
}

.btn-bys:hover {
    background-color: #1546b3;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(26, 86, 219, 0.3);
}