/**
 * Theme Name: Prime Build Management Ltd.
 * Template: steelnova
 * Author: webus
 * Author URI: https://webus.md/
 * Support: https://t.me/bakhods
 */

.footer__dev {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 8px;
    white-space: nowrap;
    min-width: 188px;
    width: 100%;
}

.footer__dev br {
    display: none;
}

.footer__dev img {
    max-height: 27px;
    width: auto;
    transform: translateY(-3px);
}

.cs-services-carousel[data-layout="1"] .service, .cs-services-grid[data-layout="1"] .service {
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    display: flex;
}

.cs-services-carousel[data-layout="1"] .service__content, .cs-services-grid[data-layout="1"] .service__content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.cs-icon-box__content ul,
.cs-step__content ul {
    padding-left: 1em;
    list-style-type: disc;
    margin: 0.5em 0;
}

.cs-steps-carousel .cs-step__header {
    margin-bottom: 24px !important;
}

.cs-projects-grid .grid__item {
    padding: 0;
}


@media (width >= 1280px){
    .cs-projects-grid .grid__item .project {
        gap: 0 !important;
    }

    .cs-projects-grid .grid__item .project .project__featured-image,
    .cs-projects-grid .grid__item .project .project__content {
        flex: 0 1 calc(50%) !important;
    }
}

@media (width < 768px) {
    .project__featured-image img {
        height: 320px !important;
    }
}

.inner > :is(h1,h2,h3,h4,h5,h6,p,ol,ul,table,blockquote) {
    margin-bottom: 0.5em;
    margin-top: 1em;
}

.inner > :is(p,ol,ul,table,blockquote) {
    margin: 1em 0;
}


.elementor .e-f1472a2-0bdcb48 {
    padding-block-start:0px;padding-block-end:0px;padding-inline-start:0px;padding-inline-end:0px;flex-direction: column;
    justify-content: flex-start;
}

.elementor .e-54de1ad-9c7a73a {
    padding-block-start:0px;padding-block-end:0px;padding-inline-start:0px;padding-inline-end:0px;flex-direction: column;
    justify-content: flex-start;
}

.elementor .e-d506ae2-2ba4b72 {
    padding-block-start:0px;padding-block-end:0px;padding-inline-start:0px;padding-inline-end:0px;flex-direction: column;
    justify-content: flex-start;
}


#fixflex {
    flex-direction: column;
}

@media (width > 992px) {
    .cs-order-fix {
        order: 2 !important;
    }
}