﻿.pattern-bg {
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%2363a49d' fill-opacity='0.08'%3E%3Cpath opacity='.5' d='M96 95h4v1h-4v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9zm-1 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9z'/%3E%3Cpath d='M6 5V0H5v5H0v1h5v94h1V6h94V5H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}


.service-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

    .service-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    }

.list-unstyled li {
    margin-bottom: 0.5rem;
    font-size: 1rem;
    line-height: 1.5;
}
/* Overlapping images styling */
.image-container {
    position: relative;
    width: 100%;
    height: 400px;
}

.image-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 80%;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1;
}

.image-front {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70%;
    height: 80%;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 2;
}

/* Service detail image styling */
.service-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Container to place the services side by side */
.services-container {
    display: flex;
    justify-content: space-between;
    gap: 20px; /* Adjust the gap between the two sections */
}

/* Soft Services Styling */
.soft-services {
    width: 48%; /* Make sure each section takes up approximately half of the container */
}

    .soft-services h4 {
        font-weight: bold;
        font-size: 1.2rem;
        color: #2C3E50; /* Customize color */
        margin-bottom: 10px;
    }

    .soft-services ul {
        list-style-type: disc;
        padding-left: 20px;
    }

    .soft-services li {
        font-size: 1rem;
        margin-bottom: 5px;
    }

/* Hard Services Styling */
.hard-services {
    width: 48%; /* Make sure each section takes up approximately half of the container */
}

    .hard-services h4 {
        font-weight: bold;
        font-size: 1.2rem;
        color: #2C3E50; /* Customize color */
        margin-bottom: 10px;
    }

    .hard-services ul {
        list-style-type: square;
        padding-left: 20px;
    }

    .hard-services li {
        font-size: 1rem;
        margin-bottom: 5px;
    }

/* Optional: Add border or background to differentiate */
.soft-services {
    border-left: 3px solid #3498DB; /* Light blue border */
    padding-left: 10px;
}

.hard-services {
    border-left: 3px solid #E74C3C; /* Red border */
    padding-left: 10px;
}
/*.hard-servicesRTL {
    border-right: 3px solid #E74C3C;*/ /* Red border */
    /*padding-right: 10px;
}*/



@media (max-width: 576px) {
    .col-10 {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }



}
