/* Contact Section Text Visibility Fix */

/* Ensure contact item text is properly visible */
.contact-item p {
    color: #666 !important;
    line-height: 1.6;
    margin: 0;
}

.contact-item h4 {
    color: #8B4513 !important; /* Primary color */
    margin-bottom: 10px;
    font-size: 1.1rem;
    font-weight: 600;
}

/* Links styling */
.contact-item a {
    color: #8B4513 !important; /* Primary color */
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500;
}

.contact-item a:hover {
    color: #D2691E !important; /* Accent color */
    text-decoration: underline;
}

/* Banking details specific styling and alignment */
.contact-item:has(i.fa-university) {
    border-left: 4px solid #8B4513;
    background-color: rgba(139, 69, 19, 0.05);
}

.contact-item:has(i.fa-university) p {
    color: #666 !important;
    font-family: 'Courier New', monospace;
    font-size: 0.95rem;
    line-height: 1.8 !important;
    margin: 5px 0 !important;
    text-align: left !important;
}

.contact-item:has(i.fa-university) strong {
    color: #8B4513 !important; /* Primary color */
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
    font-size: 1.1rem;
}

/* Websites section styling and alignment */
.contact-item:has(i.fa-globe) p {
    color: #666 !important;
    line-height: 1.8 !important;
    margin: 5px 0 !important;
    text-align: left !important;
}

.contact-item:has(i.fa-globe) a {
    color: #8B4513 !important;
    text-decoration: none;
    font-weight: 500;
    display: block;
    margin: 8px 0;
    padding: 5px 0;
    border-bottom: 1px solid rgba(139, 69, 19, 0.2);
    transition: all 0.3s ease;
}

.contact-item:has(i.fa-globe) a:hover {
    color: #D2691E !important;
    background-color: rgba(139, 69, 19, 0.1);
    padding-left: 10px;
    border-bottom-color: #D2691E;
}

/* Phone numbers alignment */
.contact-item:has(i.fa-phone) p {
    text-align: left !important;
    margin: 5px 0 !important;
}

.contact-item:has(i.fa-phone) a {
    font-size: 1.1rem;
    font-weight: 600;
}

/* Location alignment */
.contact-item:has(i.fa-map-marker-alt) p {
    text-align: left !important;
    margin: 5px 0 !important;
    line-height: 1.6 !important;
}

/* Business hours alignment */
.contact-item:has(i.fa-clock) p {
    text-align: left !important;
    margin: 5px 0 !important;
    line-height: 1.6 !important;
}

/* Ensure all contact item content is properly aligned */
.contact-item div {
    width: 100%;
    text-align: left;
}

.contact-item {
    text-align: left !important;
    align-items: flex-start !important;
}

/* Override any white text */
.contact-item * {
    color: inherit;
}

.contact-item p,
.contact-item div,
.contact-item span {
    color: #666 !important;
}
