/* Modern Service Cards Styling */
.our-services-index .wt-icon-box-wraper {
    background: #FAD1B2;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    height: 200px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.our-services-index .icon-content {
    text-align: center;
    width: 100%;
}

/* Remove old circle background, use grey color for icons */
.our-services-index .wt-icon-box-md {
    background: transparent !important;
}

.our-services-index .wt-icon-box-md .icon-cell {
    color: #A6A6A6 !important;
}

.our-services-index .wt-icon-box-md i,
.our-services-index .wt-icon-box-md .flaticon-female-hairs {
    font-size: 48px;
}

/* Grey text color for service titles */
.our-services-index .wt-icon-box-wraper .wt-tilte {
    color: #A6A6A6 !important;
}

/* Pricing Left Widget Hover Color */
.wt-tabs.vertical .nav-tabs .nav-link:hover {
    color: #A6A6A6 !important;
}

/* Team Location on Hover */
.team-location {
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: left;
    padding-left: 20px;
    color: #A6A6A6;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 10px;
    z-index: 25;
    letter-spacing: 1px;
}