/* Custom Smart Home Technology Icon */
.icon-smart-home-tech {
    background-image: url('../images/smart-home.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    width: 14.4rem;
    height: 14.4rem;
}

/* Custom Project Management Icon */
.icon-project-management {
    background-image: url('../images/project-menagmant.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    width: 14.4rem;
    height: 14.4rem;
}

/* Custom Support Icon */
.icon-support {
    background-image: url('../images/Support.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    width: 14.4rem;
    height: 14.4rem;
}

/* Spacing adjustments for services section */
.services-list .icon {
    margin-bottom: 1rem !important; /* Reduced from 2.1rem */
}

.service-content-wrap {
    margin-top: 1.5rem !important; /* Reduced from 3rem */
    margin-bottom: -1rem !important; /* Negative to pull button closer */
}

/* Adjust button section to be closer to content */
.button-section {
    margin-top: -120px !important; /* Increased negative margin from -100px */
}

/* Hide Hebrew contact form messages by default */
#message-warning-he, #message-success-he {
    display: none !important;
    background: #0d0d0d;
    border-radius: 3px;
    padding: 3rem;
    margin-bottom: 3.6rem;
    width: 100%;
    text-align: center;
    color: #00a0cc;
}

/* Icon-mail handled by micons.css */ 