/* About Us Page - Readability Enhancements */

/* Improve text readability in about cards */
.about-section .glass-card.about-card {
    background: rgba(255, 255, 255, 0.2) !important;
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.5);
}

/* Improve text contrast in about cards - Enhanced Typography */
.about-section .about-card h3,
.about-section .about-card h4,
.about-section .about-card h5 {
    color: rgba(255, 255, 255, 0.98) !important;
    font-weight: 700;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4), 0 0 10px rgba(0, 0, 0, 0.2);
    font-size: 2rem !important;
    margin-bottom: 1.5rem !important;
}

/* Get in Touch section heading - Larger on big screens */
.about-section .about-card h3 i {
    font-size: 2rem !important;
    margin-right: 0.75rem;
}

.about-section .about-card .text-muted {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 1.05rem;
    line-height: 1.8;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 0 5px rgba(0, 0, 0, 0.15);
    font-weight: 400;
}

/* About content section */
.about-section .about-content {
    color: rgba(255, 255, 255, 0.95) !important;
    font-size: 1.1rem;
    line-height: 1.9;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 0 5px rgba(0, 0, 0, 0.15);
    font-weight: 400;
}

.about-section .about-content p {
    color: rgba(255, 255, 255, 0.95) !important;
    margin-bottom: 1rem;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

/* Feature items */
.about-section .feature-item h5 {
    color: rgba(255, 255, 255, 0.98) !important;
    font-weight: 700;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4), 0 0 10px rgba(0, 0, 0, 0.2);
}

.about-section .feature-item .text-muted {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 1rem;
    line-height: 1.7;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 0 5px rgba(0, 0, 0, 0.15);
    font-weight: 400;
}

/* Contact info section - Enhanced Typography */
.about-section .about-card p {
    color: rgba(255, 255, 255, 0.95) !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 0 5px rgba(0, 0, 0, 0.15);
    font-weight: 400;
    font-size: 1.15rem !important;
    line-height: 1.8;
    margin-bottom: 1rem !important;
}

.about-section .about-card p strong {
    color: rgba(255, 255, 255, 1) !important;
    font-weight: 700;
    font-size: 1.2rem !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.about-section .about-card a {
    color: rgba(135, 206, 250, 1) !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    font-weight: 500;
    font-size: 1.15rem !important;
}

.about-section .about-card a:hover {
    color: rgba(255, 215, 0, 1) !important;
    text-shadow: 0 0 15px rgba(255, 215, 0, 0.6), 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* Improve icon visibility */
.about-section .about-card i {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
    opacity: 1 !important;
}

/* Button improvements - Enhanced Typography */
.about-section .about-card .btn {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4) !important;
    font-weight: 700 !important;
    font-size: 1.3rem !important;
    padding: 1rem 2.5rem !important;
    letter-spacing: 0.05em;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.about-section .about-card .btn-warning {
    background-color: var(--primary-yellow) !important;
    border-color: var(--primary-yellow) !important;
    color: #1a1a2e !important;
    font-weight: 700 !important;
}

.about-section .about-card .btn-warning:hover {
    background-color: #FFC700 !important;
    border-color: #FFC700 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.5) !important;
}

.about-section .about-card .btn i {
    font-size: 1.2rem !important;
    margin-right: 0.5rem;
}

/* Contact info items spacing */
.about-section .about-card .contact-info-item {
    padding: 0.75rem 0;
    display: flex;
    align-items: center;
}

.about-section .about-card .contact-info-item i {
    font-size: 1.5rem !important;
    min-width: 2rem;
}

/* Large screen enhancements - Better use of space */
@media (min-width: 992px) {
    .about-section .about-card {
        padding: 3.5rem !important;
    }
    
    .about-section .about-card h3 {
        font-size: 2.5rem !important;
        margin-bottom: 2.5rem !important;
    }
    
    .about-section .about-card h3 i {
        font-size: 2.5rem !important;
    }
    
    .about-section .about-card p {
        font-size: 1.3rem !important;
        line-height: 2;
        margin-bottom: 1.5rem !important;
    }
    
    .about-section .about-card p strong {
        font-size: 1.4rem !important;
    }
    
    .about-section .about-card a {
        font-size: 1.3rem !important;
    }
    
    .about-section .about-card .btn {
        font-size: 1.5rem !important;
        padding: 1.3rem 3.5rem !important;
        margin-top: 2rem !important;
    }
    
    .about-section .about-card .btn i {
        font-size: 1.4rem !important;
    }
    
    .about-section .about-card .contact-info-item {
        padding: 1rem 0;
    }
    
    .about-section .about-card .contact-info-item i {
        font-size: 1.8rem !important;
        min-width: 2.5rem;
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .about-section .about-card .text-muted {
        font-size: 1rem;
        line-height: 1.7;
    }
    
    .about-section .about-content {
        font-size: 1rem;
        line-height: 1.8;
    }
    
    .about-section .about-card h3,
    .about-section .about-card h4,
    .about-section .about-card h5 {
        font-size: 1.5rem !important;
    }
    
    .about-section .about-card p {
        font-size: 1rem !important;
    }
    
    .about-section .about-card .btn {
        font-size: 1.1rem !important;
        padding: 0.9rem 2rem !important;
    }
}

