.annie-services {
    position: relative;
    overflow: hidden;
    cursor: default;
    margin-bottom: 30px;
}

.annie-services .container-fluid {
    width: 60%;
    padding-left: 80px;
    padding-right: 80px;
}

.annie-services img {
    display: block;
    width: 100%;
    transition: transform 0.3s ease;
}

.annie-services:hover img {
    transform: scale(1.05);
}

.annie-services .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    padding: 20px;
}

.annie-services:hover .overlay {
    opacity: 1;
}

.annie-services .overlay-content {
    text-align: center;
    color: #fff;
}

.annie-services .overlay-content .annie-icon {
    font-size: 40px;
    margin-bottom: 15px;
    color: #fff;
}

.annie-services .overlay-content h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #fff;
}

.annie-services .overlay-content p {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

/* Static title below image */
.annie-services .desc {
    padding: 20px 15px;
    text-align: center;
    background: #f8f8f8;
}

.annie-services .desc .con h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    color: #333;
}

/* Add padding to columns for spacing */
.annie-service .row > [class*='col-'] {
    padding-left: 50px;
    padding-right: 50px;
}

/* Button styling for Contact With Us link */
a.btn-contact {
    display: inline-block;
    padding: 12px 30px;
    text-decoration: none;
    cursor: pointer;
}

a.btn-contact:hover {
    text-decoration: none;
    opacity: 0.9;
}
