/*
 * Industry Detail Page Styles
 * This page reuses country-detail.css classes for full design consistency.
 * Only industry-specific additions are defined here.
 */

/* Reuse the country-detail-hero overlay via a ::before overlay */
.industry-detail-hero .country-detail-hero__media::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(14, 22, 34, 0.58);
    z-index: 0;
    pointer-events: none;
}

.industry-detail-hero .country-detail-hero__media {
    position: absolute;
    inset: 0;
}

.industry-detail-hero .country-detail-hero__image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

/* Rich-text description rendered inside the info panel */
.industry-detail-desc {
    color: var(--medium-gray);
    font-size: var(--fs-base);
    line-height: 1.75;
}

.industry-detail-desc h1,
.industry-detail-desc h2,
.industry-detail-desc h3,
.industry-detail-desc h4 {
    margin-top: 1.4rem;
    margin-bottom: 0.6rem;
    color: var(--darkest-blue-gray);
    font-family: "Satoshi", "Poppins", sans-serif;
    font-weight: 700;
}

.industry-detail-desc h1:first-child,
.industry-detail-desc h2:first-child,
.industry-detail-desc h3:first-child,
.industry-detail-desc h4:first-child {
    margin-top: 0;
}

.industry-detail-desc ul,
.industry-detail-desc ol {
    padding-left: 1.4rem;
    margin-bottom: 1rem;
}

.industry-detail-desc li {
    margin-bottom: 0.4rem;
}

.industry-detail-desc p {
    margin-bottom: 1rem;
}

/* Why Choose Us / Staffing Solutions rich-text content */
.country-highlights__text h4 {
    margin-top: 1.2rem;
    margin-bottom: 0.4rem;
    color: var(--dark-blue-gray);
    font-family: "Satoshi", "Poppins", sans-serif;
    font-weight: 700;
    font-size: var(--fs-md);
}

.country-highlights__text h4:first-child {
    margin-top: 0;
}

.country-highlights__text ul,
.country-highlights__text ol {
    padding-left: 0;
    list-style: none;
    display: grid;
    gap: 12px;
    margin-bottom: 0;
}

.country-highlights__text li {
    position: relative;
    padding-left: 28px;
    color: var(--dark-blue-gray);
    font-size: var(--fs-sm);
    line-height: 1.65;
}

.country-highlights__text li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: linear-gradient(135deg, #d7f15c 0%, #53a04f 100%);
    box-shadow: 0 0 0 4px rgba(83, 160, 79, 0.12);
}

.country-highlights__text p {
    color: var(--medium-gray);
    font-size: var(--fs-base);
    line-height: 1.75;
    margin-bottom: 0.8rem;
}
