        .gallery-container {
            padding: 40px 0;
        }
        .item-portfolio {
            margin-bottom: 30px;
        }
        #loadMoreBtn {
            background-color: #e41e26;
            border: none;
            font-weight: bold;
            border-radius: 25px;
            padding: 10px 30px;
            transition: 0.3s ease;
        }
        #loadMoreBtn:hover {
            background-color: #c3121a;
            transform: scale(1.05);
        }
        .client-slider {
            position: relative;
            padding-bottom: 90px;
            overflow: hidden;
        }
        footer {
            background-color: #FFF8F4;
        }
        
        .f-15{
            font-size: 15px;
        }
        .icon-box-2 {
            padding: 15px !important;
        }
h2.service_title {
    font-size: 14px;
    text-align: center;
}

/* SEO keywords — premium footer band (visible for Google; hide later with display:none) */
.seo-keywords {
    margin-top: 28px;
    padding: 36px 0 8px;
    border-top: 1px solid rgba(40, 28, 22, 0.12);
}

.seo-keywords-inner {
    text-align: center;
    max-width: 920px;
    margin: 0 auto;
}

.seo-keywords-label {
    display: inline-block;
    font-family: Manrope, sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #a07858;
    margin-bottom: 10px;
}

.seo-keywords-title {
    font-family: Manrope, sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #2a1f1a;
    margin: 0 0 22px;
    line-height: 1.3;
}

.seo-keywords-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 12px;
}

.seo-keywords-list li {
    margin: 0;
    padding: 8px 16px;
    font-family: Manrope, sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1.4;
    color: #5a463a;
    background: rgba(255, 255, 255, 0.65);
    border: 1px solid rgba(160, 120, 88, 0.28);
    border-radius: 2px;
    transition: color 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.seo-keywords-list li:hover {
    color: #2a1f1a;
    border-color: rgba(228, 30, 38, 0.45);
    background: #fff;
}

@media (max-width: 767px) {
    .seo-keywords {
        padding: 28px 0 4px;
    }

    .seo-keywords-title {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .seo-keywords-list {
        gap: 8px;
    }

    .seo-keywords-list li {
        padding: 7px 12px;
        font-size: 11px;
    }
}