/**
 * Bright Infosystem Website
 *
 * @file service-ios.css
 * @description Styles for the iOS App Development single service page.
 * @version 1.0
 */

/* Re-using and slightly tweaking the Android page styles */
@import url('service-android.css'); 

/* iOS Specific Style Tweaks */
.service-intro-section {
    background: transparent; /* No background for this one */
}

.comprehensive-services-section {
    background-color: transparent; /* No background for this one */
}

.comprehensive-services-section .service-item i {
    color: var(--accent-color); /* Primary accent color for iOS */
}

.comprehensive-services-section .service-item:hover {
    border-color: var(--accent-color);
}

