﻿/* =============================
   Cowry Asset – Subsidiaries (Refactored)
   ============================= */

.demanding-service-area {
    padding: 80px 0;
    background-color: #fff;
    position: relative;
}

.title-area-wrapper-main-two {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 36px;
    align-items: center;
}

.title-style-two-left .title {
    font-size: 2rem;
    font-weight: 700;
    font-family: var(--font-header);
    color: #1c1c1c;
    margin-bottom: 10px;
}

.title-style-two-left .disc {
    font-size: 1rem;
    font-family: var(--font-body);
    color: #555;
    opacity: 0.92;
    margin-bottom: 0;
}

.read-more-btn {
    display: inline-block;
    font-weight: 600;
    font-family: var(--font-header);
    color: var(--brand-red);
    text-decoration: none;
    margin-top: 10px;
    font-size: 1.02rem;
    transition: color 0.2s;
}

    .read-more-btn:hover {
        color: var(--brand-orange);
        text-decoration: underline;
    }

.service-bg_image-3.bg_image {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    background: url('/images/Subsidiaries/1.png') center center/cover no-repeat;
    opacity: 0.6;
    position: relative;
    z-index: 1;
}

.container-1730 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}

.mt--70 {
    margin-top: -40px !important;
}

.mt-dec--130 {
    margin-top: -60px !important;
}

.g-24 {
    gap: 24px !important;
}

.single-service-area-3, .service-card {
    background: var(--color-card-bg);
    border-radius: 12px;
    box-shadow: var(--box-shadow-card);
    padding: 40px 28px 36px;
    text-align: center;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    height: 100%;
    position: relative;
}

    .single-service-area-3:hover, .service-card:hover {
        box-shadow: var(--box-shadow-card-hover);
        transform: translateY(-6px) scale(1.02);
        z-index: 2;
    }

    .single-service-area-3 .icon, .service-card .icon {
        margin-bottom: 13px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 54px;
    }

        .single-service-area-3 .icon img, .service-card .icon img {
            width: 70px;
            height: 70px;
        }

    .single-service-area-3 .title, .service-card .title {
        font-size: 1.5rem;
        font-weight: 700;
        color: #1c1c1c;
        font-family: var(--font-header);
        margin: 18px 0 10px;
    }

    .single-service-area-3 .disc, .service-card .disc {
        color: #555;
        font-family: var(--font-body);
        font-size: 1rem;
        opacity: 0.92;
        line-height: 1.7;
        margin-bottom: 0;
    }

@media (max-width: 991.98px) {
    .demanding-service-area {
        padding: 60px 0;
    }

    .single-service-area-3 {
        padding: 32px 18px 28px;
    }

    .mt--70 {
        margin-top: -18px !important;
    }

    .mt-dec--130 {
        margin-top: -28px !important;
    }

    .title-area-wrapper-main-two {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        margin-bottom: 24px;
    }
}

@media (max-width: 767.98px) {
    .single-service-area-3 {
        padding: 21px 14px;
        border-radius: 10px;
    }

    .g-24 {
        gap: 14px !important;
    }

    .container-1730 {
        padding: 0 2vw;
    }

    .service-bg_image-3.bg_image {
        height: 120px;
    }

    .mt--70 {
        margin-top: -8px !important;
    }

    .mt-dec--130 {
        margin-top: -18px !important;
    }
}

@media (max-width: 575.98px) {
    .single-service-area-3 {
        padding: 13px 12px;
    }

        .single-service-area-3 .title {
            font-size: 1.05rem;
        }

    .service-bg_image-3.bg_image {
        height: 60px;
    }

    .mt--70 {
        margin-top: -5px !important;
    }

    .mt-dec--130 {
        margin-top: -10px !important;
    }
}