.acf-map {
    width: 100%;
    height: 550px;
    border: 0;
    margin: 0;
}

.acf-map img {
    max-width: inherit !important;
}

.image-gallery .box .img {
    width: 100%;
    height: 200px;
    display: table;
}

.image-gallery .box .img .table {
    width: 100%;
    margin: 0;
}

.image-gallery .box .img .table-cell {
    width: 100%;
    height: 200px;
    display: table-cell;
    vertical-align: middle;
    border: 1px solid #f2f2f2;
    min-width: 100%;
}

.image-gallery .box .img .table-cell img {
    display: block;
    margin: auto;
    max-width: 80%;
    max-height: 80%;
    width: auto;
    height: auto;
}

.wp-pagenavi {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .box ul li a,
.footer .footer-bottom ul li a {
    padding: 0;
}

.services-area .services-slider-container .inner {
    height: 100%;
}

.modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}

.modal-body {
    position: relative;
    padding: 0px;
}

.modal-body iframe {
    width: 100%;
    height: 500px;
}

.btn-close {
    position: absolute;
    right: -60px;
    top: 0;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    opacity: 1;
}

.whatsapp-icon {
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 9999;
    animation: beat .50s infinite alternate;
}

@keyframes beat {
    to {
        transform: scale(1.2);
    }
}

@media screen and (max-width: 667px) {
    .whatsapp-icon {
        right: 20px;
        bottom: 20px;
        width: 40px;
    }
}

.user-box .inset{
    padding: 20px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.23);
    margin-bottom: 15px;
}
.user-box .image{
    height: 350px;
    width: 100%;
    margin:auto auto 20px auto;
    overflow: hidden;
    position: relative;
}
.user-box .image::after{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #f2f2f2;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    text-align: center;
    content: "Görsel Hazırlanıyor";
    font-size: 12px;
    font-weight: bold;
}
.user-box .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}
.user-box:hover .image img{
    transform: scale(1.1);
}
.user-box .name{
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
}
.user-box p{
    margin: 0;
}
.user-box .links{
    margin:20px 0px 0px 0px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    gap: 5px;
}
.user-box .links li{
    margin: 0;
}
.user-box .links li a{
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    background: #152b6a;
    color: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.23);
    transition: all 0.5s ease-in-out;
}
.user-box .links li a:hover{
    background: #96003f;
}

.services-area{
    padding-top: 60px;
}