#smooth-content,
#smooth-content h1,
#smooth-content h2,
#smooth-content h3,
#smooth-content h4,
#smooth-content h5,
#smooth-content h6,
#smooth-content p,
#smooth-content span,
#smooth-content a,
#smooth-content div,
#smooth-content li,
#smooth-content ul,
#smooth-content ol,
#smooth-content small,
#smooth-content strong,
#smooth-content label,
#smooth-content button,
#smooth-content input,
#smooth-content textarea {
    font-family: 'Satoshi', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
}

/* BLOG LIST */
.blog-card-media {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    background: #f4f4f4;
    min-height: 320px;
}

.blog-card-media-link {
    display: block;
    width: 100%;
    height: 320px;
    overflow: hidden;
    border-radius: 24px;
}

.blog-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .45s ease;
}

.blog-card-media:hover .blog-card-image {
    transform: scale(1.05);
}

.blog-card-date {
    font-size: 13px;
}

#smooth-content .col-lg-8 > .d-flex.flex-column.tw-gap-15 > div {
    margin-bottom: 24px;
}

#smooth-content h4.tw-mb-4 {
    margin-top: 6px;
    margin-bottom: 14px !important;
    line-height: 1.3;
}

    #smooth-content h4.tw-mb-4 a {
        color: #0b1633;
        text-decoration: none;
    }

        #smooth-content h4.tw-mb-4 a:hover {
            color: #f6b21a;
        }

#smooth-content .tw-text-lg.text-neutral-600.max-w-730-px {
    max-width: 100%;
    line-height: 1.9;
    margin-bottom: 0;
}

#smooth-content .text-uppercase.tw-text-sm.text-main-two-600.fw-bold {
    margin-top: 22px !important;
    text-decoration: none;
    letter-spacing: .06em;
}

/* SIDEBAR */
#smooth-content .bg-neutral-50.tw-px-8.tw-py-8 {
    background: #f8f8f8 !important;
    border-radius: 16px;
}

    #smooth-content .bg-neutral-50.tw-px-8.tw-py-8 + .bg-neutral-50.tw-px-8.tw-py-8 {
        margin-top: 8px;
    }

#smooth-content .tw-py-4.tw-px-6.group,
#smooth-content .bg-white.tw-py-4.tw-px-6,
#smooth-content .bg-white.tw-py-4.tw-px-6.text-main-two-600,
#smooth-content .bg-white.tw-py-4.tw-px-6.text-main-two-600.hover-text-white.hover-bg-main-600.tw-text-sm {
    border-radius: 10px;
}

/* SEARCH */
#smooth-content form.position-relative input[name="search"] {
    border-radius: 10px !important;
    border: 1px solid #ececec !important;
}

/* MOBILE */
@media (max-width: 991.98px) {
    .blog-card-media {
        min-height: 240px;
    }

    .blog-card-media-link {
        height: 240px;
    }

    .blog-card-date {
        top: 8px;
        left: 8px;
        min-width: 40px;
        padding: 3px 5px;
        font-size: 10px;
    }
}

/* TAG FILTERS */
.tag-filter-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
}

.tag-filter-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 12px 18px;
    border-radius: 10px;
    background: #fff;
    color: #14213d;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    transition: all .2s ease;
    border: 1px solid transparent;
}

    .tag-filter-link:hover {
        background: #f6b21a;
        color: #fff;
    }

    .tag-filter-link.selected {
        background: #f6b21a;
        color: #fff;
        padding-right: 42px;
    }

        .tag-filter-link.selected:hover {
            background: #e0a10f;
            color: #fff;
        }

.tag-filter-clear {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    text-decoration: none;
    z-index: 3;
    opacity: 1;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}

    .tag-filter-clear:hover {
        color: #fff;
        opacity: 1;
    }

.project-list-locked {
    position: relative;
    min-height: 400px;
}

    .project-list-locked .project-locked-item {
        filter: blur(10px);
        opacity: .55;
        pointer-events: none;
        user-select: none;
    }

.project-list-overlay {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    pointer-events: none;
}

.project-list-overlay-card {
    width: 100%;
    max-width: 430px;
    text-align: center;
    padding: 26px 24px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(10px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.10);
    pointer-events: auto;
}

    .project-list-overlay-card h5 {
        margin-bottom: 16px;
        color: #0b1633;
        font-weight: 700;
        line-height: 1.35;
    }

.project-list-overlay-actions {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

    .project-list-overlay-actions a {
        text-decoration: none;
    }

@media (max-width: 767.98px) {
    .blog-list-section, .blog-details-section, .section-padding {
        padding-top: 28px !important;
        padding-bottom: 28px !important;
    }

    .container,
    .container-fluid {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }

    .project-list-locked .project-locked-item {
        filter: blur(8px);
        opacity: .5;
    }

    .project-list-overlay {
        position: fixed;
        inset: 0;
        z-index: 9999;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 16px;
        pointer-events: none;
    }

    .project-list-overlay-card {
        width: calc(100vw - 32px);
        max-width: 320px;
        padding: 18px 16px;
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.97);
        backdrop-filter: blur(10px);
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
        text-align: center;
        pointer-events: auto;
    }

        .project-list-overlay-card h5 {
            font-size: 14px !important;
            line-height: 1.45;
            margin-bottom: 14px;
            font-weight: 700;
        }

    .project-list-overlay-actions {
        display: flex;
        gap: 8px;
        justify-content: center;
        flex-wrap: nowrap;
    }

        .project-list-overlay-actions a {
            flex: 1 1 0;
            min-width: 0;
            justify-content: center;
            padding: 10px 10px !important;
            font-size: 12px;
            border-radius: 10px;
            gap: 6px !important;
            text-decoration: none;
        }

        .project-list-overlay-actions i {
            font-size: 14px !important;
        }

    .blog-item__thumb,
    .post-thumb,
    .blog-thumb {
        margin-bottom: 14px;
    }

        .blog-item__thumb img,
        .post-thumb img,
        .blog-thumb img {
            width: 100%;
            height: auto;
            border-radius: 14px;
            display: block;
        }

    .blog-item__content h3,
    .blog-item__content .title,
    .blog-item h3 {
        font-size: 20px !important;
        line-height: 1.3 !important;
        margin-bottom: 10px !important;
    }

    .blog-item__content p,
    .blog-item p {
        font-size: 14px !important;
        line-height: 1.65 !important;
        margin-bottom: 10px !important;
    }

    .pagination {
        flex-wrap: wrap;
        gap: 6px !important;
        justify-content: center;
    }

        .pagination .page-link {
            min-width: 34px;
            height: 34px;
            padding: 0 8px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 12px;
            border-radius: 8px;
        }

    .bg-neutral-50.tw-px-8.tw-py-8 {
        padding: 18px 16px !important;
        border-radius: 16px;
    }

    .bg-neutral-50 .tw-py-4.tw-px-6 {
        padding: 12px 14px !important;
        font-size: 14px !important;
        border-radius: 10px;
    }

    .bg-neutral-50 .tw-py-3.tw-px-5 {
        padding: 8px 12px !important;
        font-size: 12px !important;
        border-radius: 8px;
    }

    .col-lg-4,
    .col-xl-4,
    .ps-xl-5,
    .ps-lg-4 {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .whatsapp-widget,
    .floating-demo-btn,
    .sticky-demo-btn {
        transform: scale(.92);
        transform-origin: bottom right;
    }
}

.blog-card-media,
.blog-card-media-link,
.blog-card-image {
    position: relative;
    z-index: 1;
}

.blog-card-date {
    pointer-events: none;
}

.col-lg-8,
.col-lg-8 > div,
.col-lg-8 a {
    overflow: visible;
}

footer,
.footer,
.site-footer {
    position: relative;
    z-index: 50;
}

.project-hero-section {
    padding-top: 140px;
    padding-bottom: 32px;
    background: #fff;
}

    .project-hero-section .project-page-title {
        font-size: clamp(34px, 4vw, 62px);
        line-height: 1.08;
        font-weight: 800;
        margin: 0 0 10px;
        letter-spacing: -0.02em;
        text-transform: none;
    }

    .project-hero-section .project-page-meta {
        font-size: 14px;
        color: #6f6f6f;
    }

.project-hero-shell {
    background: #f1f1f1;
    border: 1px solid #e0e0e0;
    padding: 14px;
}

.project-hero-main {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 290px;
    gap: 16px;
    align-items: stretch;
}

.project-hero-media {
    background: #fff;
    border: 1px solid #e5e5e5;
    min-height: 340px;
}

.project-hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

.project-hero-aside {
    min-width: 0;
}

.project-info-box {
    background: #f7f7f7;
    border-left: 1px solid #e5e5e5;
    padding: 22px 18px;
}

.project-info-title {
    font-size: 18px;
    font-weight: 700;
    color: #9e7b16;
    margin: 0 0 18px;
    padding-bottom: 12px;
    border-bottom: 1px solid #d8d8d8;
}

.project-info-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.project-info-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.project-info-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #7b7b7b;
    letter-spacing: .04em;
}

.project-info-value {
    font-size: 15px;
    font-weight: 700;
    color: #111;
    line-height: 1.35;
    word-break: break-word;
}

@media (max-width: 1199.98px) {
    .project-hero-main {
        grid-template-columns: minmax(0, 1fr) 250px;
    }
}

@media (max-width: 991.98px) {
    .project-hero-main {
        grid-template-columns: 1fr;
    }

    .project-info-box {
        border-left: 0;
        border-top: 1px solid #d7d7d7;
    }

    .project-hero-media {
        min-height: 280px;
    }
}

.project-request-modal .modal-dialog {
    max-width: 560px;
}

.project-request-modal .modal-content {
    border-radius: 24px;
    background: #f8f9fb;
    padding: 12px;
}

.project-request-modal .modal-header,
.project-request-modal .modal-body {
    padding-left: 20px;
    padding-right: 20px;
}

.project-request-textarea {
    min-height: 150px;
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    background: #fff;
    padding: 14px 16px;
    font-size: 15px;
    resize: vertical;
    transition: border-color .2s ease, box-shadow .2s ease;
}

    .project-request-textarea:focus {
        border-color: #2563eb;
        box-shadow: 0 0 0 0.15rem rgba(37, 99, 235, 0.10);
    }

@media (max-width: 767.98px) {
    .project-hero-section {
        padding-top: 92px !important;
        padding-bottom: 18px !important;
    }

    .pt-40.pb-120 {
        padding-top: 24px !important;
        padding-bottom: 40px !important;
    }

    #smooth-content .container {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }

    .project-hero-section .project-page-title {
        font-size: 18px !important;
        line-height: 1.15 !important;
        letter-spacing: -0.01em;
        margin-bottom: 10px !important;
        word-break: break-word;
    }

    .project-hero-section .project-page-meta {
        font-size: 12px !important;
        line-height: 1.45;
        gap: 8px !important;
    }

    .project-page-meta .badge {
        font-size: 10px !important;
        padding: 4px 8px !important;
    }

    .project-hero-shell {
        padding: 10px !important;
    }

    .project-hero-main {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }

    .project-hero-media {
        min-height: auto !important;
        padding: 8px;
    }

    .project-hero-image {
        width: 100% !important;
        height: auto !important;
        max-height: 220px;
        object-fit: contain !important;
        display: block;
    }

    .project-hero-aside {
        width: 100%;
    }

    .project-info-box {
        padding: 14px 12px !important;
        border-top: 1px solid #d7d7d7 !important;
        border-left: 0 !important;
    }

    .project-info-title {
        font-size: 15px !important;
        margin-bottom: 12px !important;
        padding-bottom: 8px !important;
    }

    .project-info-list {
        gap: 10px !important;
    }

    .project-info-item {
        gap: 2px !important;
    }

    .project-info-label {
        font-size: 10px !important;
        line-height: 1.3;
    }

    .project-info-value {
        font-size: 13px !important;
        line-height: 1.4 !important;
    }

    .blog-content {
        font-size: 14px !important;
        line-height: 1.7 !important;
        margin-bottom: 18px !important;
        word-break: break-word;
    }

        .blog-content p,
        .blog-content div,
        .blog-content span,
        .blog-content li {
            font-size: 14px !important;
            line-height: 1.7 !important;
        }

    .splitTextStyleOne,
    .col-lg-8 h2 {
        font-size: 22px !important;
        line-height: 1.25 !important;
        margin-bottom: 12px !important;
        word-break: break-word;
    }

    .tw-mt-10.tw-mb-6.p-4.bg-neutral-100.tw-rounded-2xl {
        padding: 14px !important;
        border-radius: 14px !important;
    }

    .tw-my-11.d-flex.justify-content-between.flex-wrap.tw-gap-6 {
        margin-top: 24px !important;
        margin-bottom: 24px !important;
        flex-direction: column !important;
        gap: 16px !important;
    }

    .tw-my-11 .tw-text-lg {
        font-size: 14px !important;
    }

    .tw-my-11 .tw-px-5.tw-py-2 {
        padding: 8px 10px !important;
        font-size: 11px !important;
        line-height: 1.2;
    }

    .tw-my-11 .tw-w-10.tw-h-10 {
        width: 36px !important;
        height: 36px !important;
        font-size: 16px !important;
    }

    .col-lg-4.ps-xl-5.ps-lg-4 {
        padding-left: 12px !important;
        padding-right: 12px !important;
        margin-top: 8px !important;
    }

    .bg-neutral-50.tw-px-8.tw-py-8 {
        padding: 16px 14px !important;
        border-radius: 14px !important;
    }

        .bg-neutral-50.tw-px-8.tw-py-8 h5 {
            font-size: 16px !important;
            margin-bottom: 14px !important;
        }

    .bg-neutral-50 .tw-py-4.tw-px-6 {
        padding: 12px 12px !important;
        font-size: 14px !important;
        border-radius: 10px !important;
    }

    .bg-neutral-50 .tw-py-3.tw-px-5 {
        padding: 8px 10px !important;
        font-size: 11px !important;
        border-radius: 8px !important;
    }

    .bg-neutral-50 .d-flex.tw-gap-4 {
        flex-direction: column !important;
        gap: 10px !important;
    }

    .bg-neutral-50 .tw-px-5.tw-py-3.tw-rounded-lg {
        width: 100%;
        justify-content: center;
        font-size: 13px !important;
        padding: 11px 12px !important;
    }

    .project-request-modal .modal-dialog {
        margin: 12px !important;
    }

    .project-request-modal .modal-content {
        border-radius: 18px !important;
        padding: 8px !important;
    }

    .project-request-modal .modal-header,
    .project-request-modal .modal-body {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .project-request-textarea {
        min-height: 120px !important;
        font-size: 14px !important;
        padding: 12px !important;
        border-radius: 12px !important;
    }

    .position-relative .tw-ps-4.tw-pe-12.tw-py-4 {
        padding-top: 12px !important;
        padding-bottom: 12px !important;
        font-size: 14px !important;
    }
}


