/* ===============================
   ASBESTOS REMOVAL SERVICE PAGE
=============================== */

.asbestos-container {
    width: min(1100px, calc(100% - 40px));
    margin: 0 auto;
}

.asbestos-hero {
    min-height: 460px;
    padding: 70px 20px;
    background:
        linear-gradient(rgba(5, 17, 30, .68), rgba(5, 17, 30, .68)),
        url("../images/home/service_asbestos.webp") center 48% / cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
}

.asbestos-hero-content {
    width: min(760px, 100%);
}

.asbestos-division-logo {
    width: 165px;
    max-height: 105px;
    object-fit: contain;
    margin-bottom: 22px;
    filter: drop-shadow(0 3px 8px rgba(0, 0, 0, .25));
}

.asbestos-hero h1 {
    margin: 0;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: clamp(42px, 6vw, 64px);
    line-height: 1.08;
    letter-spacing: .2px;
}

.asbestos-hero p {
    max-width: 650px;
    margin: 20px auto 0;
    font-size: 19px;
    line-height: 1.6;
}

.breadcrumbs {
    width: min(1100px, calc(100% - 40px));
    margin: 0 auto;
    padding: 22px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    color: #777;
    font-size: 14px;
}

.breadcrumbs a {
    color: #333;
    text-decoration: none;
}

.breadcrumbs a:hover {
    color: #ec252f;
}

.asbestos-intro {
    padding: 60px 0 95px;
    background: #fff;
}

.intro-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 70px;
    align-items: center;
}

.section-label {
    margin: 0 0 10px;
    color: #ec252f;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.6px;
}

.intro-copy h2,
.project-types-copy h2,
.division-cta h2,
.section-heading h2 {
    margin: 0;
    color: #171717;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: clamp(30px, 4vw, 42px);
    line-height: 1.2;
}

.intro-copy h2::after,
.section-heading h2::after,
.project-types-copy h2::after {
    content: "";
    display: block;
    width: 85px;
    height: 4px;
    margin: 15px 0 25px;
    background: #ec252f;
}

.intro-copy > p:not(.section-label),
.project-types-copy > p:not(.section-label) {
    margin: 0 0 20px;
    color: #505050;
    font-size: 17px;
    line-height: 1.8;
}

.intro-actions {
    margin-top: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    align-items: center;
}

.intro-actions .btn-black {
    margin-top: 20px;
}

.btn-outline-asbestos {
    margin-top: 20px;
    display: inline-block;
    padding: 11px 22px;
    border: 2px solid #171717;
    border-radius: 8px;
    color: #171717;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: .25s ease;
}

.btn-outline-asbestos:hover {
    border-color: #ec252f;
    background: #ec252f;
    color: #fff;
}

.intro-image-wrap {
    position: relative;
    padding: 0 0 48px 35px;
}

.intro-image-wrap::before {
    content: "";
    position: absolute;
    top: 32px;
    bottom: 16px;
    left: 0;
    width: 7px;
    background: #ec252f;
}

.intro-image-wrap > img {
    width: 100%;
    min-height: 410px;
    display: block;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .16);
}

.licence-card {
    position: absolute;
    right: -18px;
    bottom: 0;
    width: min(325px, calc(100% - 35px));
    padding: 22px 25px;
    border-left: 5px solid #ec252f;
    border-radius: 7px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(0, 0, 0, .16);
}

.licence-card strong,
.licence-card span {
    display: block;
}

.licence-card strong {
    margin-bottom: 5px;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 17px;
}

.licence-card span {
    color: #666;
    font-size: 13px;
    line-height: 1.55;
}

.asbestos-services {
    padding: 90px 0 100px;
    background: #f5f6f8;
}

.section-heading {
    max-width: 760px;
    margin: 0 auto 48px;
    text-align: center;
}

.section-heading h2::after {
    margin: 15px auto 18px;
}

.section-heading > p {
    color: #5d5d5d;
    font-size: 17px;
    line-height: 1.7;
}

.capabilities-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.capability-card {
    min-height: 250px;
    padding: 30px;
    border-top: 4px solid #ec252f;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 5px 18px rgba(0, 0, 0, .07);
    transition: transform .25s ease, box-shadow .25s ease;
}

.capability-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, .12);
}

.card-number {
    display: block;
    margin-bottom: 22px;
    color: #ec252f;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
}

.capability-card h3 {
    margin: 0 0 13px;
    color: #222;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 19px;
    line-height: 1.35;
}

.capability-card p {
    margin: 0;
    color: #5c5c5c;
    font-size: 15px;
    line-height: 1.7;
}

.project-types {
    padding: 95px 0;
    background: #fff;
}

.project-types-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 80px;
    align-items: center;
}

.project-type-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.project-type-list > div {
    padding: 25px;
    border-left: 4px solid #ec252f;
    background: #f5f6f8;
}

.project-type-list span {
    display: block;
    margin-bottom: 7px;
    color: #222;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.project-type-list p {
    margin: 0;
    color: #606060;
    font-size: 14px;
    line-height: 1.6;
}

.asbestos-why {
    position: relative;
    padding: 90px 0 100px;
    background-image:
        linear-gradient(
            rgba(8, 18, 29, 0.50),
            rgba(8, 18, 29, 0.50)
        ),
        url("../images/home/why-asbestos.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.asbestos-why .section-heading h2 {
    color: #fff;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.why-item-asbestos {
    padding: 30px 24px;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 8px;
    background: rgba(10, 20, 30, .58);
    backdrop-filter: blur(3px);
    text-align: center;
}

.why-item-asbestos img {
    width: 48px;
    height: 48px;
    margin-bottom: 17px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.why-item-asbestos h3 {
    margin: 0 0 10px;
    color: #fff;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 17px;
}

.why-item-asbestos p {
    margin: 0;
    color: rgba(255, 255, 255, .72);
    font-size: 14px;
    line-height: 1.65;
}

.division-cta {
    padding: 75px 0;
    background: #f5f6f8;
}

.division-cta-inner {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 55px;
    align-items: center;
}

.division-cta h2 {
    font-size: clamp(27px, 3.5vw, 37px);
}

.division-cta p:not(.section-label) {
    max-width: 720px;
    margin: 15px 0 0;
    color: #555;
    font-size: 16px;
    line-height: 1.7;
}

.division-link {
    padding: 15px 22px;
    border-radius: 7px;
    background: #ec252f;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    transition: .25s ease;
}

.division-link:hover {
    background: #c91d26;
    transform: translateY(-2px);
}

.division-link span {
    margin-left: 7px;
    font-size: 18px;
}

@media (max-width: 950px) {
    .intro-grid,
    .project-types-grid {
        gap: 45px;
    }

    .capabilities-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .why-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .asbestos-hero {
        min-height: 390px;
        padding: 55px 20px;
    }

    .asbestos-division-logo {
        width: 130px;
    }

    .asbestos-hero h1 {
        font-size: 38px;
    }

    .asbestos-hero p {
        font-size: 16px;
    }

    .asbestos-intro,
    .project-types {
        padding: 60px 0 70px;
    }

    .asbestos-services,
    .asbestos-why {
        padding: 65px 0 75px;
    }

    .intro-grid,
    .project-types-grid,
    .division-cta-inner {
        grid-template-columns: 1fr;
    }

    .intro-image-wrap {
        padding-left: 22px;
    }

    .intro-image-wrap > img {
        min-height: 320px;
    }

    .licence-card {
        right: 0;
    }

    .project-type-list {
        grid-template-columns: 1fr;
    }

    .division-cta-inner {
        gap: 30px;
    }

    .division-link {
        justify-self: start;
        white-space: normal;
    }
}

@media (max-width: 560px) {
    .asbestos-container,
    .breadcrumbs {
        width: min(100% - 30px, 1100px);
    }

    .asbestos-hero h1 {
        font-size: 33px;
    }

    .intro-copy h2,
    .project-types-copy h2,
    .section-heading h2 {
        font-size: 29px;
    }

    .intro-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .intro-actions .btn-black,
    .btn-outline-asbestos {
        width: 100%;
        margin-top: 12px;
        text-align: center;
    }

    .capabilities-grid,
    .why-grid {
        grid-template-columns: 1fr;
    }

    .capability-card {
        min-height: 0;
    }

    .intro-image-wrap {
        padding: 0 0 90px;
    }

    .intro-image-wrap::before {
        display: none;
    }

    .licence-card {
        width: calc(100% - 20px);
        right: 10px;
    }
}
