.seo-content h2 {
    position: relative;
    padding-bottom: 10px;
}

.seo-content h2:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background-color: #223130;
}

.seo-section {
    box-shadow: 0 0 30px rgba(0,0,0,0.05) inset;
}

@media (max-width: 768px) {
    .seo-content {
        font-size: 16px !important;
    }
    .seo-content h2 {
        font-size: 20px !important;
    }
}

.installation-step {
        object-fit: cover;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(0,0,0,0.05);
}

.installation-step:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1) !important;
}

.step-number {
    transition: transform 0.3s ease;
}

.installation-step:hover .step-number {
    transform: scale(1.1);
}

.installation-cta {
    background: linear-gradient(135deg, #223130 0%, #1a2726 100%);
}

@media (max-width: 768px) {
    .installation-section {
        padding: 2rem 0;
    }
    .installation-cta .btn {
        width: 100%;
        margin-top: 15px;
    }
}

.step-img {
    width: 100%;
    object-fit: cover;
}

.step-img img{
    width: 100%;
    max-height: 150px;
    object-fit: cover;
}

.installation-step p {
    height: 110px;
}

.installation-step h3 {
    font-size: 22px;
}

.product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.12) !important;
}

.product-img {
    padding: 10px;
    transition: transform 0.5s ease;
    object-fit: cover;
    width: 100%;
}



@media (max-width: 768px) {
    .popular-products {
        padding: 2rem 0;
    }
    .product-card {
        margin-bottom: 20px;
    }
}

.btn-outline-dark:hover {
    color: white!important;
}