textarea.form-control, textarea {
    min-height: 100px;
}
.custom-widget a {
    color: #fff;
}

.floating-icons {
    position: fixed;
    z-index: 1000;
}

.phone-icon {
    position: fixed;
    bottom: 50px;
    left: 30px;
    width: 50px;
    height: 50px;
    background-color: #007bff; /* Blue color for phone */
    color: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 30px;
}

.whatsapp-icon {
    position: fixed;
    bottom: 50px;
    right: 30px;
    width: 50px;
    height: 50px;
    background-color: #25D366; /* WhatsApp green */
    color: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 30px;
    transition: bottom 0.3s ease; /* Smooth transition for movement */
}

.phone-icon:hover,
.whatsapp-icon:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    transform: scale(1.1);
    color: #fec200;
}

.service-box {
    background-color: var(--theme-color);
}
.box-title a {
    color: #fff;
}
.box-title a:hover {
    color: #fec200;
}
.box-text {
    color: #fec200;
}
/* .widget_categories a {
    font-size: 15px;
    margin-bottom: 10px;
    padding: 11px 45px 11px 30px;
} */