/* css */

header .pbmit-sticky-header.pbmit-fixed-header .pbmit-header-social {
    display: none !important;
}

.meilesaytel {
    color: rgba(var(--pbmit-white-color-rgb), 0.6);
}

.pbmit-title-bar-wrapper::after {
    display: none !important;
}

.footerlogosektor img {
    width: 220px;
    height: auto;
    margin-bottom: 20px;
}

.meblogpageitems .pbmit-content-wrapper .pbminfotech-box-desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.projeleersaykritik .pbmit-featured-wrapper img {
    aspect-ratio: 1/1 !important;
    object-fit: cover !important;
}

.pbminfotech-box-content {
    opacity: 1 !important;
    transform: initial !important;
    padding: 15px !important;
    background-color: rgba(255, 255, 255, 0.90) !important;
}

.pbminfotech-box-content .pbmit-portfolio-title {
    font-size: 15px !important;
    line-height: 1.2 !important;
}

@media only screen and (max-width: 992px) {
    .meprojdetimg {
        aspect-ratio: 50/35 !important;
        object-fit: cover !important;
    }
}

@media only screen and (min-width: 993px) {
    .meprojdetimg {
        aspect-ratio: 50/22 !important;
        object-fit: cover !important;
    }
}

.pbmit-portfolio-style-1 .pbminfotech-box-content {
    bottom: 10px !important;
    left: 10px !important;
    right: 10px !important;
}

.urundetayanagorseller img {
    box-shadow: 0 1rem 3rem rgb(0 0 0 / 7%) !important;
}

.urundetaydocs .pbmit-item-download:first-child {
    border-bottom: none !important;
}

/* start urun detay sticky sidebar */
@media (min-width: 1200px) {
    body.urundetayozel .service-left-col {
        display: block !important;
        height: auto !important;
    }

    body.urundetayozel .service-left-col .service-sidebar {
        position: sticky !important;
        position: -webkit-sticky !important; /* safari */
        top: 15px;
        z-index: 998;
        margin-bottom: 30px;
        transition: top 0.25s ease;
    }

    body.urundetayozel header.site-header:has(.pbmit-fixed-header) ~ .page-content .service-left-col .service-sidebar {
        top: 95px !important;
    }
}

body.urundetayozel .page-content {
    overflow: visible !important;
}
/* end urun detay sticky sidebar */

body.urundetayozel  .project-card:hover .overlay {
    opacity: 1 !important;
}
body.urundetayozel  .project-card img {
    transition: transform 0.5s ease;
}
body.urundetayozel  .project-card:hover img {
    transform: scale(1.05);
}

.widget.pbmit-service-ad:after {
    height: 100% !important;
    background-color: rgba(var(--pbmit-blackish-color-rgb), 0.62) !important;
}

.anasayblog .pbminfotech-box-desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media (min-width: 992px) {
    .pbmit-slider-one .pbmit-slider-content {
        padding: 200px 0 130px 0 !important;
    }
}













