﻿   .hero-section {
            background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../../images/headers/services.jpg') no-repeat center center;
            background-size: cover;
            color: white;
            padding: 100px 0;
            text-align: center;
        }
        .hero-section h1
        {
            color:#fff;
        }
        .service-card {
            background-color: #ffffff;
            border-radius: 15px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            padding: 20px;
            margin-bottom: 30px;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            height: 100%; /* Ensures cards in a row have equal height */
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }
        .service-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
        }
        .service-card .icon {
            font-size: 50px;
            color: #dd356e; /* Primary Bootstrap color */
            margin-bottom: 10px;
            text-align:center;
            position:relative;
        }
        .service-card svg
        {
            width:50px;
            height:50px;
         }
        .service-card h3 {
            color: #343a40;
            margin-bottom: 15px;
            font-weight: 700;
            text-align:center; 
            min-height:55px;
        }
          .service-card h3 a{
            color: #343a40;
        }
        .service-card p {
            color: #6c757d;
            font-size: 16px;
            line-height: 1.6;
            flex-grow: 1;
            text-align:justify;
            min-height:80px;
        }
        .btn-primary-custom {
            background-color: #dd356e;
            border-color: #dd356e;
            color:#fff;
            font-weight: bold;
            transition: background-color 0.3s ease;
        }
        .btn-primary-custom:hover {
            background-color: #333;
            border-color: #333;
            color:#fff;
        }
        .section-title {
            text-align: center;
            margin-bottom: 60px;
            position: relative;
        }
        .section-title h2 {
            font-weight: 700;
            color: #343a40;
            font-size: 40px;
            display: inline-block;
            position: relative;
            padding-bottom: 10px;
            margin-top: 30px;
            
        }
        .section-title h2::after {
            content: '';
            position: absolute;
            left: 50%;
            bottom: 0;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background-color: #dd356e;
            border-radius: 5px;
        }
     
        /* Accessibility and SEO enhancements */
        .visually-hidden {
            position: absolute !important;
            width: 1px !important;
            height: 1px !important;
            padding: 0 !important;
            margin: -1px !important;
            overflow: hidden !important;
            clip: rect(0, 0, 0, 0) !important;
            white-space: nowrap !important;
            border: 0 !important;
        }
        
.effect-icon-bg-2:after
 {
    background-image: url(../../images/headers/icon-bg-3.png);
}
[class*="effect-icon-bg"]:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .65;
}
[class*="effect-"]:before, [class*="effect-"]:after {
    z-index: 0;
}
[class*="effect-"] > * {
    z-index: 1;
}

.icon-tabler{ width:50px; height:50px; vertical-align: -webkit-baseline-middle;}

.th-btn{    border: solid 1px;}