/*
 * Theme Name: Tawasul Technologies
 * Description: Tawasul Technologies Theme
 * Author: Yehia Elborma
*/

/* Logo Styles */
.navbar-brand-text {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
    text-decoration: none;
}

.navbar-brand img {
    max-height: 40px;
    width: auto;
    object-fit: contain;
}


/* Active menu item */
.navbar-nav .nav-link.active {
    color: #007bff !important;
    font-weight: bold;
}

.navbar-nav .nav-link:hover {
    color: #007bff !important;
}

/* Contact Form Styles */
.contact-input:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.contact-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.alert-success {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724;
}

.alert-danger {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24;
}

.alert {
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}