/* SVG Icons Styles */
.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -0.125em;
    fill: currentColor;
}

.icon-lg {
    width: 1.33333em;
    height: 1.33333em;
    vertical-align: -0.225em;
}

.icon-sm {
    width: 0.875em;
    height: 0.875em;
}

.icon-xs {
    width: 0.75em;
    height: 0.75em;
}

.icon-2x {
    width: 2em;
    height: 2em;
}

.icon-3x {
    width: 3em;
    height: 3em;
}

/* Social Icons */
.social-link .icon {
    width: 1.2em;
    height: 1.2em;
}

/* Navigation Icons */
.carousel-control .icon {
    width: 1.5rem;
    height: 1.5rem;
}

.navbar-toggle .icon {
    width: 1.5rem;
    height: 1.5rem;
}

/* Contact Icons */
.contact-icon .icon {
    width: 2rem;
    height: 2rem;
}
