/* About Us Section Styles */

.about-main-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.05);
    width: 100%;
}


.about-section {
    position: relative;
}

.about-icon-wrapper {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(248, 250, 252, 0.8));
    backdrop-filter: blur(10px);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08), 0 2px 6px rgba(0, 0, 0, 0.04), inset 0 1px 0 rgba(255, 255, 255, 0.6);
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}




.about-icon-wrapper i {
    font-size: 20px;
    position: relative;
    z-index: 2;
}


.about-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(45, 176, 149, 0.3) 20%, rgba(45, 176, 149, 0.6) 50%, rgba(45, 176, 149, 0.3) 80%, transparent);
    margin: 32px 0;
    position: relative;
    overflow: hidden;
}



/* About Us Section Specific Styles */


#about-us .bg-white {
}

#about-us h2 {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.08);
}

#about-us h3 {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
}


