﻿.box-body img {
    margin: 0 auto;
}

ul.our-services {
    margin: 0;
    margin-left: 10px;
    padding: 0;
    padding-left: 10px;
}

    ul.our-services li {
        list-style-image: url(/images/li.png);
        margin-bottom: 10px;
    }

.our-services img {
    width: 400px !important;
    height: auto !important;
}

a.cat-link, a.cat-link:hover {
    text-decoration: none;
}

h2.title {
    border-bottom: 2px solid #ae75aa;
    margin-bottom: 20px;
    padding-bottom: 5px;
    width: 100%;
}



.box-container {
    position: relative;
    border: none !important;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

    .box-container img {
        max-width: 100%;
        height: auto;
        object-fit: cover;
        transition: transform 0.5s ease, opacity 0.5s ease;
    }

    .box-container:hover img {
        transform: scale(1.1);
        opacity: 0.85;
    }

    .box-container div {
        position: absolute;
        bottom: 0;
        background: rgba(30, 55, 77, 0.8);
        color: white;
        width: 100%;
        padding: 20px;
        text-align: center;
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 1px;
        opacity: 0.9;
        transition: all 0.3s ease;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .box-container:hover div {
        background: transparent;
        transform: translateY(-8px);
        font-size: 18px;
        font-weight: 600;
    }

    .box-container div a {
        color: white;
        text-decoration: none;
        font-size: 16px;
        font-weight: 500;
        margin-top: 10px;
        padding: 12px 25px;
        border-radius: 30px;
        background: transparent;
        border: 2px solid #404040;
        transition: background 0.3s ease, color 0.3s ease;
    }

        .box-container div a:hover {
            background-color: #404040;
            color: #1E374D;
        }


@media (max-width: 768px) {
    .box-container div {
        font-size: 14px;
    }
}

.fb_iframe_widget {
    display: block !important;
}

.fb-page.fb_iframe_widget > span:first-child {
    margin: 0 auto !important;
    display: block !important;
}
