/* ============================================================
   HPCI SERVICE DETAILS — #058131 GREEN + #D81111 RED
   Complete redesign
============================================================ */
:root {
    --g: #058131;
    --r: #D81111;
    --dk: #111827;
    --bg: #f3f7f3;
    --card: #ffffff;
    --border: #ddeadd;
    --text: #4b5563;
    --light-g: #eef7f2;
    --light-r: #fff0f0;
}

/* ── SECTION ── */
.sd-section { padding: 80px 0 100px; background: var(--bg); }

/* ── PAGE HEADER ── */
.page-header {
    position: relative; min-height: 420px;
    display: flex; align-items: flex-end; overflow: hidden;
}
.page-header__bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.page-header::before {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(135deg,rgba(5,129,49,.92) 0%,rgba(10,20,40,.75) 55%,rgba(10,20,40,.45) 100%);
    z-index: 1;
}
.page-header::after {
    content: ''; position: absolute; left: 0; bottom: 0;
    width: 100%; height: 5px; background: var(--r); z-index: 2;
}
.page-header .container { position: relative; z-index: 3; padding-bottom: 56px; }
.page-header__inner h2 {
    font-family: 'Rajdhani', sans-serif;
    font-size: clamp(28px,5vw,54px); font-weight: 700;
    color: #fff; line-height: 1.12; margin-bottom: 18px;
}
.thm-breadcrumb__box {
    display: inline-flex;
    background: rgba(255,255,255,.12); backdrop-filter: blur(6px);
    border: 1px solid rgba(255,255,255,.22); border-radius: 30px; padding: 7px 20px;
}
.thm-breadcrumb { display: flex; align-items: center; gap: 6px; margin: 0; padding: 0; list-style: none; }
.thm-breadcrumb li { font-size: 13px; font-weight: 500; color: rgba(255,255,255,.80); }
.thm-breadcrumb li a { color: rgba(255,255,255,.90); text-decoration: none; transition: color .2s; }
.thm-breadcrumb li a:hover { color: #fff; }
.thm-breadcrumb li span { font-size: 10px; opacity: .5; }
.thm-breadcrumb li:last-child { color: #fff; font-weight: 700; }

/* ── SIDEBAR CARD ── */
.sd-sidebar {
    position: sticky; top: 24px;
    border-radius: 16px; overflow: hidden;
    border: 1px solid var(--border);
    box-shadow: 0 4px 28px rgba(0,0,0,.07);
    background: var(--card);
}

/* Services list header */
.sd-sidebar__head {
    background: var(--g); padding: 18px 22px;
    display: flex; align-items: center; gap: 10px;
}
.sd-sidebar__head::before {
    content: ''; width: 10px; height: 10px;
    background: var(--r); border-radius: 50%; flex-shrink: 0;
}
.sd-sidebar__head h3 {
    font-family: 'Rajdhani', sans-serif; font-size: 17px; font-weight: 700;
    letter-spacing: 1px; text-transform: uppercase; color: #fff; margin: 0;
}

/* Services list */
.sd-srv-list { list-style: none; margin: 0; padding: 6px 0; }
.sd-srv-list li {
    border-bottom: 1px solid #f0f6f0; transition: background .2s;
}
.sd-srv-list li:last-child { border-bottom: none; }
.sd-srv-list li:hover { background: #f0faf4; }
.sd-srv-list li.active { background: var(--light-g); border-left: 4px solid var(--g); }
.sd-srv-list li a {
    display: flex; align-items: center; gap: 10px;
    padding: 13px 18px; text-decoration: none;
    font-size: 14px; font-weight: 500; color: #374151;
    font-family: 'Jost', sans-serif; transition: color .2s;
}
.sd-srv-list li:hover a,
.sd-srv-list li.active a { color: var(--g); font-weight: 700; }
.sd-srv-list li a::before {
    content: '›'; font-size: 18px; color: var(--g);
    line-height: 1; transition: transform .2s;
}
.sd-srv-list li:hover a::before,
.sd-srv-list li.active a::before { transform: translateX(3px); }

/* Tags block */
.sd-tags-block {
    border-top: 3px solid var(--r);
    padding: 20px 22px;
}
.sd-block-title {
    font-family: 'Rajdhani', sans-serif; font-size: 14px; font-weight: 700;
    letter-spacing: 1px; text-transform: uppercase; color: var(--dk);
    margin: 0 0 12px; padding-bottom: 10px;
    border-bottom: 2px solid var(--g);
}
.sd-tag-pills { display: flex; flex-wrap: wrap; gap: 7px; }
.sd-tag-pills a {
    display: inline-block; padding: 5px 14px;
    font-size: 12px; font-weight: 600; color: var(--g);
    background: var(--light-g); border: 1px solid #b8dfc8;
    border-radius: 30px; text-decoration: none; transition: all .25s;
}
.sd-tag-pills a:hover { background: var(--g); color: #fff; border-color: var(--g); }

/* Get In Touch */
.sd-touch {
    position: relative; overflow: hidden;
    padding: 40px 24px 36px; text-align: center;
    border-top: 1px solid var(--border);
}
.sd-touch::before {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(160deg,rgba(5,129,49,.94) 0%,rgba(8,30,18,.96) 100%);
    z-index: 1;
}
.sd-touch-bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.sd-touch > *:not(.sd-touch-bg) { position: relative; z-index: 2; }
.sd-touch-eyebrow {
    font-size: 10px; font-weight: 700; letter-spacing: 3px;
    text-transform: uppercase; color: rgba(255,255,255,.65); margin-bottom: 4px;
    font-family: 'Rajdhani', sans-serif;
}
.sd-touch-sub {
    font-size: 22px; font-weight: 700; color: #fff;
    font-family: 'Rajdhani', sans-serif; margin-bottom: 22px;
}
.sd-touch-icon {
    width: 62px; height: 62px; background: var(--r);
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
    margin: 0 auto 16px; font-size: 24px; color: #fff;
    border: 3px solid rgba(255,255,255,.22);
}
.sd-touch-num a {
    font-family: 'Rajdhani', sans-serif; font-size: 28px; font-weight: 700;
    color: #fff; text-decoration: none; letter-spacing: 1px; transition: color .25s;
}
.sd-touch-num a:hover { color: #ffb3b3; }

/* ── MAIN CONTENT CARD ── */
.sd-main {
    background: var(--card); border-radius: 16px;
    border: 1px solid var(--border);
    box-shadow: 0 4px 28px rgba(0,0,0,.07);
    padding: 36px 32px 40px;
}

/* Title */
.sd-title-1 {
    font-family: 'Rajdhani', sans-serif;
    font-size: clamp(26px,4vw,42px); font-weight: 700;
    color: var(--dk); line-height: 1.12; margin: 0 0 14px;
}
.sd-title-1::after {
    content: ''; display: block; width: 52px; height: 4px;
    background: var(--r); border-radius: 2px; margin-top: 12px;
}
.sd-title-2 {
    font-family: 'Rajdhani', sans-serif;
    font-size: clamp(18px,3vw,24px); font-weight: 700;
    color: var(--dk); margin: 32px 0 10px;
    position: relative; padding-left: 18px;
}
.sd-title-2::before {
    content: ''; position: absolute; left: 0; top: 4px;
    width: 5px; height: calc(100% - 8px);
    background: var(--g); border-radius: 3px;
}
.sd-text-1 { font-size: 15px; line-height: 1.85; color: var(--text); margin-bottom: 22px; }
.sd-text-2 { font-size: 14.5px; line-height: 1.85; color: var(--text); margin-bottom: 14px; }

/* Main image */
.sd-main-img {
    margin: 24px 0 30px; border-radius: 12px; overflow: hidden;
    border: 3px solid var(--g);
}
.sd-main-img img {
    width: 100%; height: auto; max-height: 440px;
    object-fit: cover; display: block; transition: transform .5s;
}
.sd-main-img:hover img { transform: scale(1.025); }

/* Highlight cards */
.sd-highlights { margin: 28px 0 32px; }
.sd-hl-card {
    background: #f4f8f4; border: 1px solid var(--border);
    border-radius: 12px; padding: 24px 20px; height: 100%;
    position: relative; overflow: hidden; transition: all .3s;
}
.sd-hl-card::before {
    content: ''; position: absolute; top: 0; left: 0;
    width: 4px; height: 100%; background: var(--g);
    border-radius: 12px 0 0 12px;
}
.sd-hl-card:hover {
    background: #fff; border-color: var(--g);
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(5,129,49,.12);
}
.sd-hl-icon {
    width: 50px; height: 50px; background: var(--light-g);
    border-radius: 10px; display: flex; align-items: center; justify-content: center;
    font-size: 22px; color: var(--g); margin-bottom: 14px; transition: all .3s;
}
.sd-hl-card:hover .sd-hl-icon { background: var(--g); color: #fff; }
.sd-hl-title {
    font-family: 'Rajdhani', sans-serif; font-size: 18px; font-weight: 700;
    color: var(--dk); margin-bottom: 8px; transition: color .25s;
}
.sd-hl-card:hover .sd-hl-title { color: var(--g); }
.sd-hl-text { font-size: 14px; color: var(--text); line-height: 1.7; margin: 0; }

/* Divider */
.sd-divider {
    border: none; border-top: 2px solid var(--border);
    margin: 32px 0;
}

/* ── FAQ ── */
.sd-faq-head {
    font-family: 'Rajdhani', sans-serif; font-size: 22px; font-weight: 700;
    color: var(--dk); margin-bottom: 18px;
    padding-left: 16px; border-left: 5px solid var(--r);
    line-height: 1.2;
}
.sd-faq-list { display: flex; flex-direction: column; gap: 10px; }
.sd-faq-item {
    border: 1.5px solid var(--border); border-radius: 12px;
    overflow: hidden; background: #fff;
    transition: border-color .25s, box-shadow .25s;
}
.sd-faq-item:hover { border-color: var(--g); }
.sd-faq-item.open {
    border-color: var(--g);
    box-shadow: 0 6px 24px rgba(5,129,49,.10);
}
.sd-faq-q {
    display: flex; align-items: center; justify-content: space-between;
    gap: 14px; padding: 17px 22px; cursor: pointer;
    background: #fff; transition: background .25s; user-select: none;
}
.sd-faq-item.open .sd-faq-q { background: #f0faf4; }
.sd-faq-q span {
    font-family: 'Jost', sans-serif; font-size: 15px; font-weight: 600;
    color: var(--dk); flex: 1; line-height: 1.5; transition: color .25s;
}
.sd-faq-item.open .sd-faq-q span { color: var(--g); }
.sd-faq-icon {
    flex-shrink: 0; width: 30px; height: 30px;
    border-radius: 50%; background: var(--light-g);
    border: 1.5px solid #b8dfc8;
    display: flex; align-items: center; justify-content: center;
    font-size: 18px; line-height: 1; color: #6b7280;
    transition: all .3s; font-style: normal; font-weight: 300;
}
.sd-faq-item.open .sd-faq-icon {
    background: var(--r); border-color: var(--r);
    color: #fff; transform: rotate(45deg);
}
.sd-faq-a {
    display: none;
    padding: 16px 22px 20px;
    background: #f0faf4;
    border-top: 2px solid #c8e6d4;
}
.sd-faq-a p {
    font-size: 14.5px; line-height: 1.80; color: var(--text); margin: 0;
}

/* ── TAGS ROW ── */
.sd-tags-row {
    display: flex; align-items: center; flex-wrap: wrap; gap: 8px;
    padding-top: 20px; margin-top: 28px;
    border-top: 2px solid var(--border);
}
.sd-tags-row .lbl {
    font-size: 13px; font-weight: 700; color: var(--dk);
    font-family: 'Rajdhani', sans-serif; letter-spacing: .5px;
    text-transform: uppercase;
}
.sd-tags-row a {
    display: inline-block; padding: 5px 14px;
    font-size: 12px; font-weight: 600; color: var(--g);
    background: var(--light-g); border: 1px solid #b8dfc8;
    border-radius: 30px; text-decoration: none; transition: all .25s;
}
.sd-tags-row a:hover { background: var(--g); color: #fff; border-color: var(--g); }

/* ── PREV / NEXT ── */
.sd-prevnext {
    display: flex; margin-top: 24px;
    border-radius: 12px; overflow: hidden;
    border: 1.5px solid var(--border);
}
.sd-pn-item {
    flex: 1; display: flex; align-items: center; gap: 14px;
    padding: 18px 22px; background: #fff;
    text-decoration: none; transition: background .25s;
    color: inherit;
}
.sd-pn-item:hover { background: #f0faf4; }
.sd-pn-item + .sd-pn-item {
    border-left: 1.5px solid var(--border);
    justify-content: flex-end; text-align: right;
}
.sd-pn-circle {
    flex-shrink: 0; width: 42px; height: 42px;
    background: var(--light-g); border-radius: 50%;
    border: 1.5px solid #b8dfc8;
    display: flex; align-items: center; justify-content: center;
    color: var(--g); font-size: 14px; transition: all .25s;
}
.sd-pn-item:hover .sd-pn-circle { background: var(--g); border-color: var(--g); color: #fff; }
.sd-pn-lbl {
    font-size: 11px; color: #9ca3af; text-transform: uppercase;
    letter-spacing: .5px; font-weight: 700; margin-bottom: 3px;
    font-family: 'Rajdhani', sans-serif;
}
.sd-pn-title { font-size: 14px; font-weight: 600; color: var(--dk); line-height: 1.35; }

/* ── CTA ── */
.cta-one.cta-two { padding: 0 0 80px; background: var(--bg); }
.cta-one__inner {
    position: relative; border-radius: 16px; overflow: hidden;
    padding: 48px; display: flex; align-items: center; gap: 32px; flex-wrap: wrap;
}
.cta-one__bg-img { position: absolute; inset: 0; background-size: cover; background-position: center; }
.cta-one__inner::before {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(135deg,rgba(5,129,49,.97) 0%,rgba(3,80,30,.96) 100%);
    z-index: 1;
}
.cta-one__content-box { position: relative; z-index: 2; display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.cta-one__icon {
    flex-shrink: 0; width: 72px; height: 72px; background: var(--r);
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
    font-size: 28px; color: #fff; border: 3px solid rgba(255,255,255,.22);
}
.cta-one__shape-1 { display: none; }
.cta-one__title {
    font-family: 'Rajdhani', sans-serif; font-size: clamp(22px,3vw,34px);
    font-weight: 700; color: #fff !important; line-height: 1.2; margin: 0;
}
.cta-one__contact-box {
    display: flex; align-items: center; gap: 14px; margin-left: auto;
    background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.24);
    border-radius: 50px; padding: 12px 24px 12px 14px;
}
.cta-one__contact-box .icon {
    width: 46px; height: 46px; background: var(--r); border-radius: 50%;
    display: flex; align-items: center; justify-content: center; font-size: 18px; color: #fff;
}
.cta-one__contact-box .content p { font-size: 12px; color: rgba(255,255,255,.70) !important; margin: 0 0 2px; }
.cta-one__contact-box .content h3 { margin: 0; font-family: 'Rajdhani', sans-serif; font-size: 22px; font-weight: 700; }
.cta-one__contact-box .content h3 a { color: #fff !important; text-decoration: none; }
.cta-one__contact-box .content h3 a:hover { color: #ffb3b3 !important; }

/* ── RESPONSIVE ── */
@media (max-width: 991px) {
    .sd-sidebar { position: static; margin-bottom: 32px; }
    .cta-one__contact-box { margin-left: 0; }
    .cta-one__inner { padding: 32px 24px; }
}
@media (max-width: 575px) {
    .sd-main { padding: 22px 18px 28px; }
    .sd-prevnext { flex-direction: column; }
    .sd-pn-item + .sd-pn-item { border-left: none; border-top: 1.5px solid var(--border); justify-content: flex-start; text-align: left; }
}


        /* ── Main strip ─────────────────────────── */
        .hpci-book-strip {
            background: linear-gradient(135deg, #098231 0%, #065f24 100%);
            padding: 50px 0;
            text-align: center;
            font-family: 'Jost', sans-serif;
        }

        .hpci-book-strip h2 {
            font-family: 'Rajdhani', sans-serif;
            font-size: clamp(24px, 4vw, 40px);
            font-weight: 700;
            color: #fff;
            margin: 0 0 10px;
        }

        .hpci-book-strip p {
            color: rgba(255, 255, 255, 0.85);
            font-size: 16px;
            margin: 0 0 24px;
            text-align: center;
        }

        /* ── Primary red button ─────────────────── */
        .hpci-book-strip .hpci-btn-primary {
            background: #D71112;
            color: #fff;
            box-shadow: 0 4px 18px rgba(215, 17, 18, 0.4);
            font-family: 'Jost', sans-serif;
            font-size: 17px;
            font-weight: 700;
            padding: 15px 36px;
            border-radius: 6px;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            transition: all 0.2s;
        }

        .hpci-book-strip .hpci-btn-primary:hover {
            background: #b50e0e;
            color: #fff;
            transform: translateY(-2px);
        }

        /* ── WhatsApp green button ──────────────── */
        .hpci-book-strip .hpci-btn-wa {
            background: #25D366;
            color: #fff;
            box-shadow: 0 4px 18px rgba(37, 211, 102, 0.35);
            font-family: 'Jost', sans-serif;
            font-size: 17px;
            font-weight: 700;
            padding: 15px 36px;
            border-radius: 6px;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            transition: all 0.2s;
        }

        .hpci-book-strip .hpci-btn-wa:hover {
            background: #1da851;
            color: #fff;
            transform: translateY(-2px);
        }

        /* ── Phone / outline button ─────────────── */
        .hpci-book-strip .hpci-btn-outline {
            background: rgba(255, 255, 255, 0.15);
            color: #fff;
            border: 2px solid rgba(255, 255, 255, 0.6);
            font-family: 'Jost', sans-serif;
            font-size: 17px;
            font-weight: 700;
            padding: 15px 36px;
            border-radius: 6px;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            transition: all 0.2s;
        }

        .hpci-book-strip .hpci-btn-outline:hover {
            background: rgba(255, 255, 255, 0.25);
            color: #fff;
        }

        /* ── Mobile responsive ──────────────────── */
        @media (max-width: 576px) {
            .hpci-book-strip {
                padding: 36px 16px;
            }

            .hpci-book-strip .d-flex {
                flex-direction: column;
                gap: 12px;
            }

            .hpci-book-strip h2 {
                font-size: 22px;
            }

            .hpci-book-strip p {
                font-size: 14px;
            }

            .hpci-book-strip .hpci-btn-primary,
            .hpci-book-strip .hpci-btn-wa,
            .hpci-book-strip .hpci-btn-outline {
                width: 100%;
                justify-content: center;
                font-size: 15px;
                padding: 13px 20px;
            }
        }