.s2 {
    display: none;
}

.s3 {
    display: none;
}

.modern-text {
    color: #333;
    font-family: "Roboto", sans-serif;
    line-height: 1.6;
}

.section-title {
    font-size: 2rem;
    font-weight: 700;
    color: #A92229;
    margin-bottom: 10px;
}

.section-subtitle {
    font-size: 1.5rem;
    font-weight: 500;
    color: #555;
    margin-bottom: 20px;
}

.lead {
    font-size: 1.2rem;
    font-weight: 400;
    color: #444;
    margin-bottom: 25px;
}

.features-box,
.services-box {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.features-title,
.services-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: #222;
    margin-bottom: 15px;
}

.features-list {
    list-style: none;
    padding: 0;
}

.features-list li {
    display: flex;
    align-items: center;
    font-size: 1.1rem;
    margin-bottom: 8px;
}

.features-list i {
    color: #A92229;
    margin-right: 10px;
    font-size: 1.3rem;
}

.tab-content img {
    height: 400px;
    object-fit: cover;
}

.services-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}

@media (min-width: 768px) {
    .services-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }


}

.service-item {
    display: flex;
    align-items: center;
    background: white;
    padding: 10px 15px;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 500;
    border-left: 4px solid #A92229;
}

.service-item i {
    margin-right: 10px;
    font-size: 1.2rem;
    color: #A92229;
}

.final-text {
    font-size: 1.1rem;
    font-weight: 400;
    color: #444;
    margin-top: 20px;
}

.feature-item {
    height: 160px;
    background: #f8f9fa;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    border: 1px solid #ddd;
    padding: 20px;
}

/* .feature-item:hover {
      transform: translateY(-5px);
      box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    } */

.feature-icon {
    font-size: 2rem;
    color: #A92229;
    margin-bottom: 10px;
}

.features-box h6 {
    font-weight: 700;
}

.services-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}

.services-img2 {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    display: block;
    margin-bottom: 30px;
}

.hero-t {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://www.benjaminmoore.com/-/media/sites/benjaminmoore/images/how-to/painting-101/choose-best-brushes/choose-the-best-brushes_herodsktop.jpg') center center/cover no-repeat;
    padding: 100px 0;
    text-align: center;
    color: white;
    height: 300px;
    /* margin-top: 200px; */
}

.hero-t h1 {
    font-family: 'Bebas Neue', cursive;
    font-size: 3.5rem;
    letter-spacing: 2px;
    color: #fff;
}

.img-hero {
    width: 250px;
}

.feature-item {
    border-radius: 8px;
    /* background: #1f1f1f; */
    /* color: #fff; */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    min-height: 180px;
}

.feature-icon {
    font-size: 2rem;
    /* color: #ff4a17; */
    margin-bottom: 0.5rem;
}