/* Renovation Services Details Section */
.renovation-services-details {
    padding: 4rem 0;
    background: #f8f9fa;
}

.renovation-services-details .section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.renovation-services-details .section-title {
    font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.renovation-services-details .section-subtitle {
    font-size: 1.2rem;
    color: #7f8c8d;
    max-width: 800px;
    margin: 0 auto;
}

.renovation-gallery {
    margin: 3rem 0;
    text-align: center;
}

.renovation-images-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.renovation-image-item {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.renovation-image-item:hover {
    transform: translateY(-5px);
}

.renovation-image-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.renovation-content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.renovation-section {
    margin-bottom: 2.5rem;
    background: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}

.renovation-section h3 {
    color: #2c3e50;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    border-bottom: 2px solid #3498db;
    padding-bottom: 0.5rem;
}

.renovation-section h4 {
    color: #3498db;
    font-size: 1.2rem;
    margin: 1.5rem 0 1rem 0;
}

.renovation-section ul {
    list-style: none;
    padding: 0;
}

.renovation-section ul li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #ecf0f1;
    position: relative;
    padding-right: 1.5rem;
}

.renovation-section ul li:before {
    content: "✓";
    color: #27ae60;
    font-weight: bold;
    position: absolute;
    right: 0;
}

.renovation-section ul li:last-child {
    border-bottom: none;
}

.renovation-contact {
    text-align: center;
    background: linear-gradient(135deg, #3498db, #2980b9);
    color: white;
    padding: 2rem;
    border-radius: 8px;
    margin-bottom: 2rem;
}

.renovation-contact h3 {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
}

.renovation-contact p {
    font-size: 1.1rem;
}

.renovation-keywords {
    text-align: center;
    background: #ecf0f1;
    padding: 1.5rem;
    border-radius: 8px;
    margin-bottom: 2rem;
}

.renovation-keywords h4 {
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.renovation-keywords p {
    color: #7f8c8d;
    font-size: 0.9rem;
    line-height: 1.5;
}

/* Responsive Design for Renovation Section */
@media (max-width: 768px) {
    .renovation-services-details .section-title {
        font-size: 2rem;
    }

    .renovation-services-details .section-subtitle {
        font-size: 1rem;
    }

    .renovation-images-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 1rem;
    }

    .renovation-image-item img {
        height: 150px;
    }

    .renovation-section {
        padding: 1.5rem;
    }

    .renovation-section h3 {
        font-size: 1.3rem;
    }

    .renovation-section h4 {
        font-size: 1.1rem;
    }

    .renovation-contact {
        padding: 1.5rem;
    }

    .renovation-contact h3 {
        font-size: 1.2rem;
    }
}</content>
</xai:function_call">The file 'c:\xampp\htdocs\eqar\css\renovation-styles.css' has been written successfully.