    @media (max-width: 768px) {
        .hpci-faq-item div h3 {
            font-size: 16px !important;
        }

        .hpci-faq-item .hpci-faq-body p {
            font-size: 14px !important;
        }
    }
    </style>
    <style>
    .process-section {
        padding: 80px 0;
        background: #fff;
        font-family: 'Jost', sans-serif;
    }

    .process-wrap {
        max-width: 1300px;
        margin: 0 auto;
        padding: 0 40px;
    }

    .process-header {
        text-align: center;
        margin-bottom: 70px;
    }

    .process-badge {
        display: inline-block;
        background: #D71112;
        color: #fff;
        font-size: 13px;
        font-weight: 700;
        padding: 7px 22px;
        border-radius: 30px;
        letter-spacing: 2px;
        margin-bottom: 16px;
        text-transform: uppercase;
    }

    .process-header h2 {
        font-size: 52px;
        font-weight: 700;
        color: #111;
        margin: 0 0 12px;
        font-family: 'Rajdhani', sans-serif;
        line-height: 1.1;
    }

    .process-header h2 span {
        color: #098231;
    }

    .process-divider {
        width: 60px;
        height: 4px;
        background: #D71112;
        border-radius: 2px;
        margin: 0 auto 16px;
    }

    .process-header p {
        color: #666;
        font-size: 17px;
        max-width: 560px;
        margin: 0 auto;
        line-height: 1.8;
    }

    /* STEP ROW */
    .step-row {
        position: relative;
        min-height: 360px;
        margin-bottom: 60px;
    }

    .step-img {
        position: absolute;
        top: 0;
        bottom: 0;
        border-radius: 20px;
        overflow: hidden;
    }

    .step-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .step-row.img-right .step-img {
        right: 0;
        left: 38%;
    }

    .step-row.img-left .step-img {
        left: 0;
        right: 38%;
    }

    .step-card {
        position: relative;
        z-index: 2;
        width: 44%;
        border-radius: 20px;
        padding: 40px 36px;
        box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
        top: 50%;
        transform: translateY(30%);
    }

    .step-row.img-right .step-card {
        background: #f4faf6;
    }

    .step-row.img-left .step-card {
        background: #fff5f5;
        margin-left: auto;
    }

    .step-icon {
        width: 58px;
        height: 58px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 18px;
    }

    .step-row.img-right .step-icon {
        background: #098231;
    }

    .step-row.img-left .step-icon {
        background: #D71112;
    }

    .step-card h3 {
        font-size: 32px;
        font-weight: 700;
        color: #111;
        margin: 0 0 12px;
        font-family: 'Rajdhani', sans-serif;
    }

    .step-card p {
        color: #555;
        font-size: 15px;
        line-height: 1.8;
        margin: 0;
        font-family: 'Jost', sans-serif;
    }

    /* CTA */
    .process-cta {
        background: #098231;
        border-radius: 16px;
        padding: 36px 48px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 20px;
    }

    .process-cta h3 {
        font-size: 32px;
        font-weight: 700;
        color: #fff;
        margin: 0 0 6px;
        font-family: 'Rajdhani', sans-serif;
    }

    .process-cta p {
        color: rgba(255, 255, 255, 0.8);
        font-size: 16px;
        margin: 0;
        font-family: 'Jost', sans-serif;
    }

    /* MOBILE */
    @media (max-width: 768px) {
        .process-wrap {
            padding: 0 16px;
        }

        .process-header h2 {
            font-size: 34px;
        }

        .process-header p {
            font-size: 15px;
        }

        .step-row {
            position: static;
            min-height: unset;
            margin-bottom: 32px;
            display: flex;
            flex-direction: column;
        }

        .step-img {
            position: static;
            height: 220px;
            border-radius: 20px 20px 0 0;
        }

        .step-row.img-right .step-img,
        .step-row.img-left .step-img {
            position: static;
            width: 100%;
        }

        .step-card {
            position: static;
            width: 100%;
            transform: none;
            top: unset;
            margin-left: 0 !important;
            border-radius: 0 0 20px 20px;
            padding: 28px 22px;
            box-sizing: border-box;
        }

        .step-card h3 {
            font-size: 24px;
        }

        .step-card p {
            font-size: 14px;
        }

        .process-cta {
            padding: 28px 20px;
            flex-direction: column;
            align-items: flex-start;
        }

        .process-cta h3 {
            font-size: 24px;
        }
    }
     @media (max-width: 768px) {
        .trusted-section-left {
            padding: 60px 16px 50px 16px !important;
            min-width: 100% !important;
        }
        .trusted-section-left img {
            min-height: 260px !important;
        }
        .trusted-section-left > div:first-of-type {
            width: 140px !important;
            height: 140px !important;
        }
        .trusted-section-left > div:first-of-type svg {
            width: 140px !important;
            height: 140px !important;
        }
        .trusted-section-right {
            min-width: 100% !important;
        }
        .trusted-section-right h2 {
            font-size: 30px !important;
        }
    }

        
/* ── Arrows hide karo mobile pe ─────────── */
@media (max-width: 991px) {
    #hpciCarouselSection > button {
        display: none !important;
    }
    
}

/* ── Upar ki gap fix ─────────────────────── */
#hpciCarouselSection {
    margin-top: 0 !important;
    padding-top: 0 !important;
    display: block !important;
}
    .hpci-testi-section {
        position: relative;
        display: block;
        padding: 60px 0 0;
        z-index: 1;
    }

    .hpci-testi-inner {
        position: relative;
        display: block;
        padding: 0 0 184px;
    }

    .hpci-testi-img-one {
        position: absolute;
        bottom: 60px;
        left: 0;
    }

    .hpci-testi-img-one img {
        width: auto;
        border-radius: 20px;
    }

    .hpci-testi-inner .section-title {
        margin-bottom: 126px;
    }

    .hpci-testi-right {
        position: relative;
        display: block;
    }

    .hpci-testi-single {
        position: relative;
        display: block;
        background: #FFFFFF;
        box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
        border-radius: 20px;
        padding: 40px 60px 119px;
    }

    .hpci-testi-ratting {
        position: relative;
        display: flex;
        align-items: center;
    }

    .hpci-testi-ratting>span {
        position: relative;
        display: inline-block;
        font-size: 21px;
        color: #F3DC65;
    }

    .hpci-testi-ratting>span+span {
        margin-left: 7px;
    }

    .hpci-testi-ratting .last-star {
        color: #CCCCCC;
    }

    .hpci-testi-client-name {
        font-size: 24px;
        font-weight: 700;
        line-height: 34px;
        margin-top: 14px;
    }

    .hpci-testi-text {
        font-size: 26px;
        line-height: 34px;
        border-top: 1px solid var(--onpoint-bdr-color);
        margin-top: 15px;
        padding-top: 20px;
    }

    .hpci-testi-right .swiper-container {
        overflow: visible;
    }
    .hpci-quick-cta .thm-btn1:hover,
.hpci-quick-cta .thm-btn1:focus,
.hpci-quick-cta .thm-btn1:active{
    background: #0b8f3c !important;
    border-color: #0b8f3c !important;
    color: #fff !important;
}

.hpci-quick-cta .thm-btn1:hover *,
.hpci-quick-cta .thm-btn1:focus *,
.hpci-quick-cta .thm-btn1:active *{
    color: #fff !important;
}

.hpci-quick-cta .thm-btn1:hover::before,
.hpci-quick-cta .thm-btn1:hover::after,
.hpci-quick-cta .thm-btn1:focus::before,
.hpci-quick-cta .thm-btn1:focus::after{
    background: #0b8f3c !important;
}
    .hpci-testi-right .swiper-container .swiper-slide {
        opacity: 0;
        visibility: hidden;
        transition: opacity 500ms ease, visibility 500ms ease;
    }

    .hpci-testi-right .swiper-container .swiper-slide-active.swiper-slide {
        opacity: 1;
        visibility: visible;
    }

    .hpci-testi-quote {
        position: absolute;
        top: 40px;
        right: 40px;
    }

    .hpci-testi-quote span {
        position: relative;
        display: inline-block;
        font-size: 95px;
        color: rgba(var(--onpoint-base-rgb), 0.05);
    }

    .hpci-testi-client-img {
        position: absolute;
        top: 57px;
        right: 60px;
        border: 1px solid var(--onpoint-bdr-color);
        border-radius: 50%;
    }

    .hpci-testi-client-img img {
        width: auto;
        border-radius: 50%;
    }

    .hpci-testi-dot-style {
        position: absolute;
        bottom: 244px;
        right: 606px;
        z-index: 2;
    }

    .hpci-testi-inner .swiper-dot-style1 {
        position: relative;
        display: inline-flex;
        line-height: 0;
        height: 0;
    }

    .hpci-testi-inner .swiper-dot-style1 .swiper-pagination-bullet {
        position: relative;
        display: block;
        width: 10px;
        height: 10px;
        margin: 0px 5px;
        background: #CCCCCC;
        border-radius: 50%;
        opacity: 1;
        transition: all 200ms linear;
        transition-delay: 0.1s;
    }

    .hpci-testi-inner .swiper-dot-style1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: var(--onpoint-base);
        opacity: 1.0;
    }

    .hpci-testi-inner .swiper-dot-style1 .swiper-pagination-bullet::before {
        position: absolute;
        top: -5px;
        left: -5px;
        bottom: -5px;
        right: -5px;
        background-color: var(--onpoint-base);
        border-radius: 50%;
        transform: scale(0);
        transition: all 200ms linear;
        transition-delay: 0.1s;
        content: "";
    }

    .hpci-testi-inner .swiper-dot-style1 .swiper-pagination-bullet.swiper-pagination-bullet-active::before,
    .hpci-testi-inner .swiper-dot-style1 .swiper-pagination-bullet:hover {
        transform: scale(1.0);
    }

    .tp2-section {
        padding: 70px 0 90px;
        background: #fff;
        overflow: visible;
    }

    /* Uses Bootstrap .container — same as why-choose-one section above */
    .tp2-row {
        display: flex;
        align-items: center;
        gap: 50px;
    }

    /* ── LEFT IMAGE ─────────────────────────── */
    .tp2-img-col {
        flex: 0 0 50%;
        max-width: 50%;
        position: relative;
        padding-bottom: 28px;
        /* space for badge below */
    }

    .tp2-main-img {
        width: 100%;
        display: block;
        border-radius: 16px;
        object-fit: cover;
        aspect-ratio: 4 / 3;
        box-shadow: 0 14px 44px rgba(0, 0, 0, .12);
    }

    /* 20+ Years badge — bottom right corner of image */
    .tp2-exp-badge {
        position: absolute;
        bottom: 0px;
        right: -18px;
        background: #098231;
        color: #fff;
        padding: 18px 24px;
        border-radius: 12px;
        text-align: center;
        box-shadow: 0 8px 32px rgba(9, 130, 49, .30);
        min-width: 120px;
        z-index: 2;
    }

    .tp2-exp-badge .num {
        font-family: 'Rajdhani', sans-serif;
        font-size: 44px;
        font-weight: 800;
        line-height: 1;
    }

    .tp2-exp-badge .lbl {
        font-family: 'Jost', sans-serif;
        font-size: 11.5px;
        font-weight: 600;
        color: rgba(255, 255, 255, .85);
        margin-top: 3px;
        line-height: 1.4;
    }

    /* ── RIGHT CONTENT ──────────────────────── */
    .tp2-content-col {
        flex: 1;
        min-width: 0;
    }

    .tp2-eyebrow {
        display: inline-block;
        background: #D71112;
        color: #fff;
        font-family: 'Jost', sans-serif;
        font-size: 11px;
        font-weight: 800;
        letter-spacing: 2px;
        text-transform: uppercase;
        padding: 6px 16px;
        border-radius: 40px;
        margin-bottom: 16px;
    }

    .tp2-heading {
        font-family: 'Rajdhani', sans-serif;
        font-size: clamp(28px, 2.8vw, 44px);
        font-weight: 700;
        color: #111;
        line-height: 1.12;
        margin: 0;
    }

    .tp2-heading .grn {
        color: #098231;
    }

    .tp2-divider {
        width: 50px;
        height: 3px;
        background: #D71112;
        border-radius: 2px;
        margin: 13px 0 18px;
    }

    .tp2-desc {
        font-family: 'Jost', sans-serif;
        font-size: 15px;
        line-height: 1.80;
        color: #555;
        margin: 0 0 10px;
    }

    .tp2-desc strong {
        color: #098231;
        font-weight: 700;
    }

    /* Feature list — 2 column */
    .tp2-features {
        list-style: none;
        padding: 0;
        margin: 20px 0 30px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px 16px;
    }

    .tp2-features li {
        display: flex;
        align-items: center;
        gap: 8px;
        font-family: 'Jost', sans-serif;
        font-size: 14px;
        font-weight: 600;
        color: #1a1a1a;
    }

    .tp2-features li::before {
        content: '';
        flex-shrink: 0;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #098231 url("data:image/svg+xml,%3Csvg viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 6l3 3 5-5' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E") center / 11px no-repeat;
    }

    /* CTA button — matches existing thm-btn1 style */
    .tp2-btn {
        font-family: 'Jost', sans-serif;
        font-size: 15px;
        font-weight: 700;
        padding: 12px 28px;
        border-radius: 6px;
        background: #098231;
        color: #fff;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        box-shadow: 0 6px 22px rgba(9, 130, 49, .28);
        transition: background .2s, transform .2s;
    }

    .tp2-btn:hover {
        background: #065f24;
        color: #fff;
        transform: translateY(-2px);
    }

    /* ── RESPONSIVE ───────────────────────── */
    @media (max-width: 991px) {
        .tp2-row {
            flex-direction: column;
            gap: 60px;
        }

        .tp2-img-col {
            flex: none;
            max-width: 100%;
            width: 100%;
        }

        .tp2-exp-badge {
            right: 12px;
            bottom: 0;
        }
    }

    @media (max-width: 576px) {
        .tp2-section {
            padding: 50px 0 70px;
        }

        .tp2-features {
            grid-template-columns: 1fr;
        }

        .tp2-exp-badge {
            padding: 12px 16px;
            min-width: 100px;
        }

        .tp2-exp-badge .num {
            font-size: 34px;
        }
    }

    /* ── Floating CTA Buttons (WhatsApp + Call) ─── */
    .hpci-float-cta {
        position: fixed;
        bottom: 24px;
        right: 20px;
        display: flex;
        flex-direction: column;
        gap: 12px;
        z-index: 9999;
    }

    .hpci-float-btn {
        width: 56px;
        height: 56px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
        transition: transform 0.2s, box-shadow 0.2s;
    }

    .hpci-float-btn:hover {
        transform: scale(1.1);
        box-shadow: 0 6px 28px rgba(0, 0, 0, 0.3);
    }

    .hpci-float-btn--wa {
        background: #25D366;
    }

    .hpci-float-btn--call {
        background: #D71112;
    }

    .hpci-float-btn svg {
        width: 26px;
        height: 26px;
        fill: #fff;
    }

    .hpci-float-btn--call svg {
        fill: none;
        stroke: #fff;
        stroke-width: 2;
    }

    /* ── Sticky Top Bar ─────────────────────────── */
    .hpci-topbar {
        background: #098231;
        color: #fff;
        padding: 7px 0;
        font-family: 'Jost', sans-serif;
        font-size: 13.5px;
        font-weight: 500;
    }

    .hpci-topbar a {
        color: #fff;
        text-decoration: none;
    }

    .hpci-topbar a:hover {
        text-decoration: underline;
    }

   
    /* ── Carousel Overlay CTA ───────────────────── */
    .hpci-hero-overlay {
        position: absolute;
        inset: 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 0 6%;
        background: linear-gradient(to right, rgba(0, 0, 0, 0.55) 40%, transparent 75%);
        z-index: 5;
    }

    .hpci-hero-text {
        max-width: 560px;
    }

    .hpci-hero-text h1 {
        font-family: 'Rajdhani', sans-serif;
        font-size: clamp(26px, 5vw, 62px);
        font-weight: 700;
        color: #fff;
        line-height: 1.12;
        margin: 0 0 14px;
        text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
    }

    .hpci-hero-text h1 span {
        color: #7FD19F;
    }

    .hpci-hero-text p {
        font-family: 'Jost', sans-serif;
        font-size: clamp(14px, 1.8vw, 18px);
        color: rgba(255, 255, 255, 0.9);
        margin: 0 0 24px;
        line-height: 1.7;
    }

    .hpci-hero-btns {
        display: flex;
        gap: 12px;
        flex-wrap: wrap;
    }

    .hpci-hero-btns a {
        font-family: 'Jost', sans-serif;
        font-size: 15px;
        font-weight: 700;
        padding: 13px 28px;
        border-radius: 6px;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        transition: all 0.2s;
    }

    .hpci-btn-primary {
        background: #D71112;
        color: #fff;
        box-shadow: 0 4px 18px rgba(215, 17, 18, 0.4);
    }

    .hpci-btn-primary:hover {
        background: #b50e0e;
        color: #fff;
        transform: translateY(-2px);
    }

    .hpci-btn-secondary {
        background: rgba(255, 255, 255, 0.15);
        color: #fff;
        border: 2px solid rgba(255, 255, 255, 0.7);
        backdrop-filter: blur(4px);
    }

    .hpci-btn-secondary:hover {
        background: #fff;
        color: #111;
    }

    /* ── Mobile Hero Overlay ─────────────────────── */
    @media (max-width: 768px) {
        .hpci-hero-overlay {
            background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0.2) 100%);
            align-items: flex-end;
            padding: 0 5% 28px;
        }

        .hpci-hero-text {
            max-width: 100%;
        }

        .hpci-hero-text h1 {
            font-size: 26px;
        }

        .hpci-hero-text p {
            font-size: 14px;
            display: none;
        }

        .hpci-hero-btns a {
            padding: 11px 20px;
            font-size: 14px;
        }
    }

    /* ── Trusted Partner section responsive ─────── */
    @media (max-width: 900px) {
        .hpci-partner-wrap {
            flex-direction: column !important;
            gap: 40px !important;
        }

        .hpci-partner-img {
            padding: 60px 16px 50px 40px !important;
            min-width: unset !important;
        }
    }

    /* ── About section image sizes ───────────────── */
    img {
        max-width: 100%;
        height: auto;
    }

    /* ── FAQ Responsive ──────────────────────────── */
    @media (max-width: 768px) {
        .hpci-faq-wrap {
            flex-direction: column !important;
        }
    }

    /* ── Process section responsive ─────────────── */
    @media (max-width: 768px) {
        .step-row {
            flex-direction: column !important;
        }

        .step-row.img-right {
            flex-direction: column-reverse !important;
        }

        .step-img {
            min-width: unset !important;
            width: 100% !important;
        }

        .process-wrap {
            padding: 0 16px !important;
        }
    }

    /* ── Topbar responsive ───────────────────────── */
    @media (max-width: 576px) {
        .hpci-topbar-hide {
            display: none;
        }
    }

    /* ── Image lazy shimmer ──────────────────────── */
    img[loading="lazy"] {
        background: linear-gradient(90deg, #f0f0f0 25%, #e8e8e8 50%, #f0f0f0 75%);
        background-size: 200% 100%;
    }

    /* ── Carousel Nav Arrows (mobile size) ───────── */
    @media (max-width: 576px) {

        .hpci-prev-btn,
        .hpci-next-btn {
            width: 32px !important;
            height: 32px !important;
            font-size: 18px !important;
        }
    }

    /* ── Quick CTA band ──────────────────────────── */
    .hpci-quick-cta {
        background: #D71112;
        color: #fff;
        padding: 18px 0;
        font-family: 'Jost', sans-serif;
    }

    .hpci-quick-cta h3 {
        font-family: 'Rajdhani', sans-serif;
        font-size: 24px;
        font-weight: 700;
        margin: 0;
    }

    .hpci-quick-cta p {
        margin: 0;
        font-size: 14px;
        opacity: 0.88;
    }

    .hpci-quick-cta .thm-btn1 {
        background: #fff;
        color: #D71112;
        white-space: nowrap;
    }

    .hpci-quick-cta .thm-btn1:hover {
        background: #111;
        color: #fff;
    }

    /* ── Trust badges band ───────────────────────── */
    .hpci-trust-band {
        background: #f8fdf9;
        border-top: 2px solid #e8f5ec;
        border-bottom: 2px solid #e8f5ec;
        padding: 20px 0;
        font-family: 'Jost', sans-serif;
    }

    .hpci-trust-item {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 14px;
        font-weight: 600;
        color: #222;
    }

    .hpci-trust-item span.dot {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background: #098231;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    /* ── Book CTA 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;
    }

    .hpci-book-strip .hpci-btn-primary {
        font-size: 17px;
        padding: 15px 36px;
    }

    .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);
    }
    

    /* ═══════════════════════════════════════════════════
   TESTIMONIALS — FINAL FIX
   Uses Bootstrap .container (same as ALL other sections)
   4 cards in 1 row, equal height, equal width
═══════════════════════════════════════════════════ */

    .testimonials-section {
        padding: 80px 0 90px;
        background: #f8fdf9;
        font-family: 'Jost', sans-serif;
    }

    /* ✅ KEY FIX: Remove custom width — let Bootstrap container control it */
    .testimonials-section .section-inner {
        width: 100%;
        max-width: 100%;
        padding: 0;
        margin: 0;
    }

    /* Section Header */
    .testimonials-section .section-header {
        text-align: center;
        margin-bottom: 48px;
    }

    .hpci-tag {
        display: inline-block;
        background: #098231;
        color: #fff;
        font-size: 11px;
        font-weight: 800;
        letter-spacing: 2px;
        text-transform: uppercase;
        padding: 7px 20px;
        border-radius: 40px;
        margin-bottom: 18px;
    }

    .hpci-section-title {
        font-family: 'Rajdhani', sans-serif;
        font-size: clamp(28px, 3.5vw, 44px);
        font-weight: 700;
        color: #111;
        line-height: 1.15;
        margin: 0 0 14px;
    }

    .hpci-section-title span {
        color: #098231;
    }

    .hpci-divider {
        width: 52px;
        height: 3px;
        background: #D71112;
        border-radius: 2px;
        display: block;
    }

    .testimonials-section .section-header p {
        font-size: 15px;
        color: #666;
        line-height: 1.75;
        max-width: 560px;
        margin: 0 auto;
        text-align: center;
    }

    /* ✅ 4 EQUAL CARDS IN 1 ROW — full width of container */
    .testimonial-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
        align-items: stretch;
    }

    /* Card */
    .testimonial-card {
        background: #fff;
        border: 1.5px solid #e4ede8;
        border-radius: 16px;
        padding: 24px 20px 20px;
        display: flex;
        flex-direction: column;
        box-shadow: 0 2px 12px rgba(9, 130, 49, .06);
        transition: border-color .2s, box-shadow .2s, transform .2s;
    }

    .testimonial-card:hover {
        border-color: #098231;
        box-shadow: 0 8px 28px rgba(9, 130, 49, .13);
        transform: translateY(-3px);
    }

    /* Stars */
    .t-stars {
        font-size: 15px;
        color: #f59e0b;
        letter-spacing: 2px;
        margin-bottom: 12px;
        line-height: 1;
    }

    /* Quote — flex:1 so all cards same height */
    .t-text {
        font-size: 13.5px;
        line-height: 1.80;
        color: #555;
        margin: 0 0 18px;
        text-align: left;
        flex: 1;
        font-style: italic;
    }

    /* Author always at bottom */
    .t-author {
        display: flex;
        align-items: center;
        gap: 10px;
        padding-top: 16px;
        border-top: 1px solid #f0f4f1;
        margin-top: auto;
    }

    .t-avatar {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #098231;
        color: #fff;
        font-size: 13px;
        font-weight: 800;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .t-name {
        font-size: 14px;
        font-weight: 700;
        color: #111;
        margin: 0 0 2px;
        text-align: left;
    }

    .t-role {
        font-size: 12px;
        color: #888;
        margin: 0;
        text-align: left;
    }

    /* Responsive */
    @media (max-width: 1024px) {
        .testimonial-grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media (max-width: 600px) {
        .testimonials-section {
            padding: 56px 0 64px;
        }

        .testimonial-grid {
            grid-template-columns: 1fr;
            gap: 14px;
        }
    }




    @media (max-width: 991px) {

        /* ── Nav wrapper ── */
        .main-menu__wrapper-inner {
            display: flex !important;
            align-items: center !important;
            justify-content: space-between !important;
            padding: 10px 0 !important;
            position: relative !important;
        }

        /* ── Hide original left/right structure on mobile ── */
        .main-menu__left,
        .main-menu__right {
            display: contents !important;
        }

        /* ── Hamburger (3-lines toggler) → LEFT ── */
        .mobile-nav__toggler {
            order: 1 !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            width: 40px !important;
            height: 40px !important;
            font-size: 20px !important;
            color: #fff !important;
            cursor: pointer !important;
            flex-shrink: 0 !important;
        }

        /* ── Logo → CENTER ── */
        .main-menu__logo {
            order: 2 !important;
            position: absolute !important;
            left: 50% !important;
            transform: translateX(-50%) !important;
            display: flex !important;
            align-items: center !important;
        }

        .main-menu__logo img {
            max-width: 110px !important;
            height: auto !important;
        }

        /* ── "Book Now" button → RIGHT ── */
        .main-menu__search-nav-sidebar-btn-box {
            order: 3 !important;
            flex-shrink: 0 !important;
        }

        .main-menu__btn {
            font-size: 12px !important;
            padding: 8px 14px !important;
            white-space: nowrap !important;
        }

        /* ── Hide desktop nav links on mobile ── */
        .main-menu__main-menu-box {
            display: flex !important;
        }

        .main-menu__list {
            display: none !important;
        }

        /* ── Sticky header same fix ── */
        .stricky-header .main-menu__wrapper-inner {
            display: flex !important;
            align-items: center !important;
            justify-content: space-between !important;
            position: relative !important;
        }
    }

    /* ──────────────────────────────────────────────────────────
   2. TOP BAR – Show on mobile too (compact)
   ────────────────────────────────────────────────────────── */

    @media (max-width: 767px) {
        .hpci-topbar {
            display: block !important;
            padding: 6px 0 !important;
            font-size: 12px !important;
        }

        .hpci-topbar .container>div {
            flex-direction: column !important;
            gap: 4px !important;
            align-items: center !important;
            text-align: center !important;
        }
    }

    /* ──────────────────────────────────────────────────────────
   3. HERO CAROUSEL – Mobile
   ────────────────────────────────────────────────────────── */

    /* ──────────────────────────────────────────────────────────
   4. TRUST BAND – 2-col on mobile, no overflow
   ────────────────────────────────────────────────────────── */

    @media (max-width: 576px) {
        .hpci-trust-band {
            padding: 14px 0 !important;
        }

        .hpci-trust-item {
            font-size: 12px !important;
            justify-content: center !important;
        }

        .hpci-trust-item .dot {
            width: 28px !important;
            height: 28px !important;
        }
    }

    /* ──────────────────────────────────────────────────────────
   5. WHY CHOOSE ONE – Stack on mobile
   ────────────────────────────────────────────────────────── */

    @media (max-width: 768px) {
        .why-choose-one {
            margin-top: 30px !important;
        }

        .why-choose-one__img img {
            width: 100% !important;
            border-radius: 12px !important;
        }
    }

    /* ──────────────────────────────────────────────────────────
   6. TRUSTED PARTNER (tp2) – Already responsive but fine-tune
   ────────────────────────────────────────────────────────── */

    @media (max-width: 768px) {
        .tp2-section {
            padding: 40px 0 60px !important;
        }

        .tp2-row {
            flex-direction: column !important;
            gap: 40px !important;
        }

        .tp2-img-col {
            flex: none !important;
            max-width: 100% !important;
            width: 100% !important;
            padding-bottom: 36px !important;
        }

        .tp2-exp-badge {
            right: 10px !important;
            bottom: 0 !important;
        }

        .tp2-heading {
            font-size: 28px !important;
        }

        .tp2-features {
            grid-template-columns: 1fr !important;
        }
    }

    /* ──────────────────────────────────────────────────────────
   7. ABOUT SECTION
   ────────────────────────────────────────────────────────── */

    @media (max-width: 768px) {
        .about-one__img-box {
            position: relative !important;
            margin-top: 20px !important;
        }

        .about-one__img-1,
        .about-one__img-2 {
            width: 100% !important;
        }

        .about-one__img-2 {
            margin-top: 12px !important;
            position: relative !important;
            right: auto !important;
            bottom: auto !important;
        }

        .about-one__trusted-box {
            position: relative !important;
            margin-top: 12px !important;
            display: inline-flex !important;
        }
    }

    /* ──────────────────────────────────────────────────────────
   8. COUNTER SECTION
   ────────────────────────────────────────────────────────── */



    /* ──────────────────────────────────────────────────────────
   9. WHY ARE WE SECTION
   ────────────────────────────────────────────────────────── */

    @media (max-width: 768px) {
        .why-are-we {
            margin-top: 50px !important;
        }

        .why-are-we__img img {
            width: 100% !important;
            margin-bottom: 24px !important;
        }

        .why-are-we__img-2 img {
            width: 100% !important;
        }

        .why-are-we__year {
            padding: 16px !important;
        }

        .why-are-we__year h3 {
            font-size: 30px !important;
        }
    }

    /* ──────────────────────────────────────────────────────────
   10. TESTIMONIALS – Already has responsive but improve
   ────────────────────────────────────────────────────────── */

    @media (max-width: 768px) {
        .testimonials-section {
            padding: 50px 16px 60px !important;
        }

        .testimonial-grid {
            grid-template-columns: 1fr !important;
            gap: 16px !important;
        }

        .hpci-section-title {
            font-size: 26px !important;
        }
    }

    /* ──────────────────────────────────────────────────────────
   11. PROCESS SECTION
   ────────────────────────────────────────────────────────── */

    @media (max-width: 768px) {
        .process-wrap {
            padding: 0 16px !important;
        }

        .step-row,
        .step-row.img-right {
            flex-direction: column !important;
        }

        .step-img {
            width: 100% !important;
            min-width: unset !important;
        }

        .step-img img {
            width: 100% !important;
            border-radius: 12px !important;
        }

        .step-card {
            width: 100% !important;
        }

        .process-cta {
            flex-direction: column !important;
            text-align: center !important;
            gap: 16px !important;
        }
    }

    /* ──────────────────────────────────────────────────────────
   12. FAQ SECTION
   ────────────────────────────────────────────────────────── */

    @media (max-width: 768px) {
        .hpci-faq-wrap {
            flex-direction: column !important;
            gap: 30px !important;
        }

        section[aria-labelledby="faq-heading"]>div {
            padding: 0 16px !important;
        }
    }

    /* ──────────────────────────────────────────────────────────
   13. BOOK STRIP – Final CTA
   ────────────────────────────────────────────────────────── */

    @media (max-width: 576px) {
        .hpci-book-strip {
            padding: 36px 16px !important;
        }

        .hpci-book-strip .d-flex {
            flex-direction: column !important;
            gap: 12px !important;
        }

        .hpci-book-strip h2 {
            font-size: 22px !important;
        }

        .hpci-book-strip p {
            font-size: 14px !important;
        }

        .hpci-book-strip a {
            width: 100% !important;
            justify-content: center !important;
            font-size: 15px !important;
            padding: 13px 20px !important;
        }
    }

    /* ──────────────────────────────────────────────────────────
   14. FLOATING CTA BUTTONS – Smaller on small screens
   ────────────────────────────────────────────────────────── */

    @media (max-width: 576px) {
        .hpci-float-cta {
            bottom: 16px !important;
            right: 12px !important;
            gap: 8px !important;
        }

        .hpci-float-btn {
            width: 48px !important;
            height: 48px !important;
        }

        .hpci-float-btn svg {
            width: 22px !important;
            height: 22px !important;
        }
    }

    /* ──────────────────────────────────────────────────────────
   15. GENERAL MOBILE FIXES – Prevent horizontal overflow
   ────────────────────────────────────────────────────────── */

    @media (max-width: 768px) {

        html,
        body {
            overflow-x: hidden !important;
        }

        .container {
            padding-left: 16px !important;
            padding-right: 16px !important;
        }

        img {
            max-width: 100% !important;
            height: auto !important;
        }

        .section-title__title {
            font-size: clamp(22px, 5vw, 36px) !important;
            line-height: 1.2 !important;
        }

        /* Fix any sections with hardcoded margins */
        .why-choose-one,
        .about-one,
        .counter-one,
        .why-are-we,
        .process-section {
            overflow-x: hidden !important;
        }
    }

    /* ──────────────────────────────────────────────────────────
   16. QUICK CTA BAND – Show compact version on mobile
   ────────────────────────────────────────────────────────── */

  @media (max-width: 767px){

.hpci-quick-cta{
    padding:14px 0 !important;
}

.hpci-quick-cta .container{
    padding:0 15px;
}

.hpci-quick-cta .d-flex{
    flex-direction:column;
    text-align:center;
    gap:12px !important;
}

.hpci-quick-cta h3{
    font-size:18px !important;
    line-height:1.3;
    margin-bottom:5px;
    justify-content:center;
}

.hpci-quick-cta h3 svg{
    width:20px;
    height:20px;
}

.hpci-quick-cta p{
    font-size:13px !important;
    line-height:1.5;
    margin:0;
}

.hpci-quick-cta .thm-btn1{
    width:100%;
    max-width:250px;
    padding:10px 20px !important;
    font-size:14px !important;
    justify-content:center;
}


    }

    .counter-one__count-list {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }

    .counter-one__count-list li {
        width: calc(25% - 15px);
        background: rgba(255, 255, 255, 0.08);
        border-radius: 20px;
        padding: 25px;
    }

    .counter-one__icon-and-count {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .counter-one__count {
        display: flex;
        align-items: center;
    }

    .counter-one__count h3 {
        margin: 0;
        font-size: 48px;
        line-height: 1;
    }

    .counter-one__count span {
        font-size: 36px;
        font-weight: 700;
    }

    @media (max-width: 767px) {

        .counter-one__count-list {
            justify-content: center;
        }

        .counter-one__count-list li {
            width: calc(50% - 10px);
            text-align: center;
        }

        .counter-one__icon-and-count {
            flex-direction: column;
        }
    }

    /* ===== HPCI Counter Section Final Fix ===== */

    .counter-one__count-list {
        display: grid !important;
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 20px !important;
        margin-top: 40px !important;
    }

    .counter-one__count-list li {
        width: 100% !important;
        max-width: none !important;
        min-width: 0 !important;

        background: rgba(255, 255, 255, .08) !important;
        border-radius: 20px !important;

        padding: 25px 20px !important;
        min-height: 220px !important;

        display: flex !important;
        flex-direction: column !important;
        justify-content: space-between !important;
    }

    .counter-one__icon-and-count {
        display: flex !important;
        align-items: center !important;
        gap: 12px !important;
    }

    .counter-one__icon {
        flex: 0 0 60px !important;
    }

    .counter-one__count {
        display: flex !important;
        align-items: flex-start !important;
    }

    .counter-one__count h3 {
        margin: 0 !important;
        font-size: 54px !important;
        line-height: 1 !important;
        color: #fff !important;
    }

    .counter-one__count span {
        font-size: 30px !important;
        font-weight: 700 !important;
        color: #fff !important;
    }

    .counter-one__count-text {
        margin: 20px 0 0 !important;
        font-size: 18px !important;
        line-height: 1.5 !important;
        color: #fff !important;
        min-height: 54px !important;
    }

    /* Tablet */

    @media (max-width:991px) {

        .counter-one__count-list {
            grid-template-columns: repeat(2, 1fr) !important;
        }

    }

    /* Mobile */

    @media (max-width:767px) {

        .counter-one__count-list {
            grid-template-columns: repeat(2, 1fr) !important;
            gap: 15px !important;
        }

        .counter-one__count-list li {
            min-height: 180px !important;
            padding: 20px 15px !important;
        }

        .counter-one__icon-and-count {
            flex-direction: column !important;
            text-align: center !important;
        }

        .counter-one__count {
            justify-content: center !important;
        }

        .counter-one__count h3 {
            font-size: 40px !important;
        }

        .counter-one__count span {
            font-size: 24px !important;
        }

        .counter-one__count-text {
            text-align: center !important;
            min-height: auto !important;
            font-size: 16px !important;
        }
    }

    /* Counter Cards - Center Layout */

    .counter-one__count-list {
        display: grid !important;
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 20px !important;
    }

    .counter-one__count-list li {
        background: rgba(255, 255, 255, .08) !important;
        border-radius: 20px !important;
        padding: 25px 15px !important;
        min-height: 240px !important;

        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
    }

    .counter-one__icon-and-count {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 15px !important;
        width: 100% !important;
    }

    .counter-one__icon {
        margin: 0 auto !important;
    }

    .counter-one__count {
        display: flex !important;
        align-items: baseline !important;
        justify-content: center !important;
        gap: 2px !important;
    }

    .counter-one__count h3 {
        margin: 0 !important;
        font-size: 56px !important;
        line-height: 1 !important;
        color: #fff !important;
    }

    .counter-one__count span {
        font-size: 28px !important;
        font-weight: 700 !important;
        color: #fff !important;
    }

    .counter-one__count-text {
        margin-top: 15px !important;
        font-size: 18px !important;
        line-height: 1.5 !important;
        color: #fff !important;
        text-align: center !important;
    }

    /* Tablet */
    @media (max-width:991px) {
        .counter-one__count-list {
            grid-template-columns: repeat(2, 1fr) !important;
        }
    }

    /* Mobile */
    @media (max-width:767px) {

        .counter-one__count-list {
            grid-template-columns: repeat(2, 1fr) !important;
            gap: 15px !important;
        }

        .counter-one__count-list li {
            min-height: 200px !important;
            padding: 20px 10px !important;
        }

        .counter-one__count h3 {
            font-size: 42px !important;
        }

        .counter-one__count span {
            font-size: 22px !important;
        }

        .counter-one__count-text {
            font-size: 16px !important;
        }
    }

    .counter-one__count-list li {
        min-height: 170px !important;
        /* pehle 240px tha */
        padding: 18px 12px !important;
        border-radius: 16px !important;
    }

    .counter-one__icon {
        transform: scale(0.85);
        margin-bottom: 5px !important;
    }

    .counter-one__count h3 {
        font-size: 42px !important;
    }

    .counter-one__count span {
        font-size: 22px !important;
    }

    .counter-one__count-text {
        font-size: 15px !important;
        line-height: 1.4 !important;
        margin-top: 8px !important;
    }

    .counter-one__count-list {
        gap: 15px !important;
    }

    .counter-one__count-list li {
        min-height: 155px !important;
        padding: 15px 10px !important;
    }

    .counter-one__count-list li {
        min-height: 130px !important;
        padding: 12px 10px !important;
        border-radius: 14px !important;
    }

    .counter-one__icon {
        transform: scale(0.70) !important;
        margin-bottom: 0 !important;
    }

    .counter-one__icon-and-count {
        gap: 5px !important;
    }

    .counter-one__count h3 {
        font-size: 34px !important;
        line-height: 1 !important;
    }

    .counter-one__count span {
        font-size: 18px !important;
    }

    .counter-one__count-text {
        font-size: 14px !important;
        line-height: 1.3 !important;
        margin-top: 5px !important;
    }

    .counter-one__count-list li {
        min-height: 115px !important;
    }

    .why-are-we__year h3 {
        font-size: 50px !important;
        line-height: 1.1 !important;
        margin-bottom: 15px !important;
    }

    /* ============================================
   TESTIMONIAL SECTION – testimonial.css
============================================ */

    /* ---------- CSS Variables ---------- */
    :root {
        --onpoint-font: 'Jost', sans-serif;
        --onpoint-font-two: 'Rajdhani', sans-serif;
        --onpoint-base: #C11425;
        --onpoint-black: #1a1a2e;
        --onpoint-gray: #777;
        --onpoint-green: #068131;
    }

    /* ---------- Base ---------- */
    *,
    *::before,
    *::after {
        box-sizing: border-box;
    }

    body {
        margin: 0;
        font-family: var(--onpoint-font);
        background: #fff;
    }

    /* ---------- Section ---------- */
    .testimonial-one {
        padding: 100px 0 90px;
        background: #ffffff;
    }

    .testimonial-one .container {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 30px;
    }

    /* ---------- Section title ---------- */
    .section-title {
        margin-bottom: 50px;
    }

    .section-title.text-center {
        text-align: center;
    }

    .section-title__tagline-box {
        display: block;
        margin-bottom: 14px;
    }

    .section-title__tagline {
        display: inline-block;
        background: var(--onpoint-base);
        color: #fff;
        font-family: var(--onpoint-font-two);
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 3px;
        text-transform: uppercase;
        padding: 7px 24px;
        border-radius: 30px;
    }

    .section-title__title {
        font-family: var(--onpoint-font-two);
        font-size: 42px;
        font-weight: 800;
        color: var(--onpoint-black);
        line-height: 1.2;
        margin: 0;
        text-transform: uppercase;
    }

    /* ---------- Two-column flex layout ---------- */
    .testimonial-one__body {
        display: flex;
        align-items: center;
        gap: 40px;
    }

    /* Left: image */
    .testimonial-one__img-one {
        flex: 0 0 48%;
        max-width: 48%;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
    }

    .testimonial-one__img-one img {
        width: 100%;
        height: 440px;
        object-fit: cover;
        display: block;
    }

    /* Right: slider */
    .testimonial-one__right {
        flex: 0 0 52%;
        max-width: 52%;
    }

    /* ---------- Slider card ---------- */
    .testimonial-one__single {
        background: #ffffff;
        border-radius: 20px;
        padding: 40px 44px 44px 40px;
        box-shadow: 0 8px 50px rgba(0, 0, 0, 0.09);
        position: relative;
    }

    /* ---------- Quote icon ---------- */
    .testimonial-one__quote {
        position: absolute;
        top: 32px;
        right: 40px;
        font-size: 52px;
        color: var(--onpoint-base);
        line-height: 1;
        opacity: 0.9;
    }

    /* ---------- Star rating ---------- */
    .testimonial-one__ratting {
        display: flex;
        gap: 5px;
        margin-bottom: 16px;
    }

    .testimonial-one__ratting i {
        font-size: 17px;
        color: var(--onpoint-green);
    }

    .testimonial-one__ratting i.last-star {
        color: #cccccc;
    }

    /* ---------- Client name ---------- */
    .testimonial-one__client-name {
        font-family: var(--onpoint-font-two);
        font-size: 22px;
        font-weight: 700;
        color: var(--onpoint-black);
        margin: 0 0 4px;
    }

    /* ---------- Client location ---------- */
    .testimonial-one__client-sub-title {
        font-size: 12px;
        font-weight: 600;
        color: var(--onpoint-gray);
        margin: 0;
        text-transform: uppercase;
        letter-spacing: 1.5px;
    }

    /* ---------- Divider ---------- */
    .testimonial-one__divider {
        border: none;
        border-top: 1px solid #e8e8e8;
        margin: 16px 0 20px;
    }

    /* ---------- Review text ---------- */
    .testimonial-one__text {
        font-size: 15px;
        line-height: 1.9;
        color: #555;
        margin: 0;
    }

    /* ---------- Pagination dots ---------- */
    .testimonial-one__dot-style {
        margin-top: 28px;
        display: flex;
        justify-content: flex-start;
        /* aligned under the card */
        padding-left: 4px;
    }

    .swiper-dot-style1 {
        display: flex;
        gap: 8px;
    }

    .swiper-dot-style1 .swiper-pagination-bullet {
        width: 11px;
        height: 11px;
        background: var(--onpoint-green);
        opacity: 0.4;
        border-radius: 50%;
        cursor: pointer;
        transition: opacity 0.3s, transform 0.3s, background 0.3s;
        display: inline-block;
    }

    .swiper-dot-style1 .swiper-pagination-bullet-active {
        background: var(--onpoint-base);
        opacity: 1;
        transform: scale(1.3);
    }

    /* ---------- Responsive ---------- */
    @media (max-width: 991px) {
        .testimonial-one__body {
            flex-direction: column;
            gap: 30px;
        }

        .testimonial-one__img-one,
        .testimonial-one__right {
            flex: 0 0 100%;
            max-width: 100%;
        }

        .testimonial-one__img-one img {
            height: 300px;
        }

        .testimonial-one__dot-style {
            justify-content: center;
        }
    }

    @media (max-width: 767px) {
        .testimonial-one {
            padding: 60px 0 50px;
        }

        .section-title__title {
            font-size: 28px;
        }

        .testimonial-one__single {
            padding: 32px 28px 36px;
        }
    }

    /* ============================================
   TESTIMONIAL SECTION SPACING + SIZE INCREASE
============================================ */

    /* Heading aur review section ke bich spacing */
    .section-title {
        margin-bottom: 90px !important;
    }

    /* Pure section ka height/size bada */
    .testimonial-one {
        padding: 130px 0 120px !important;
    }

    /* Left image bigger */
    .testimonial-one__img-one img {
        height: 520px !important;
    }

    /* Review card bigger */
    .testimonial-one__single {
        padding: 55px 50px !important;
        min-height: 420px !important;
    }

    /* Review text thoda bigger */
    .testimonial-one__text {
        font-size: 17px !important;
        line-height: 2 !important;
    }

    /* Client name bigger */
    .testimonial-one__client-name {
        font-size: 26px !important;
    }

    /* Quote icon bigger */
    .testimonial-one__quote {
        font-size: 65px !important;
    }


    /* =========================================
   TESTIMONIAL FINAL OVERRIDE
========================================= */

    /* Heading ke niche proper gap */
    .testimonial-one .section-title {
        margin-bottom: 120px !important;
    }

    /* Pure section ka size increase */
    .testimonial-one {
        padding-top: 140px !important;
        padding-bottom: 140px !important;
    }

    /* Image bigger */
    .testimonial-one__img-one img {
        height: 560px !important;
    }

    /* Left image container bigger */
    .testimonial-one__img-one {
        min-height: 560px !important;
    }

    /* Review card bigger */
    .testimonial-one__single {
        padding: 60px !important;
        min-height: 450px !important;
    }

    /* Review text bigger */
    .testimonial-one__text {
        font-size: 17px !important;
        line-height: 2 !important;
    }

    /* Name bigger */
    .testimonial-one__client-name {
        font-size: 28px !important;
    }

    /* Stars bigger */
    .testimonial-one__ratting i {
        font-size: 20px !important;
    }

    /* Quote icon bigger */
    .testimonial-one__quote {
        font-size: 70px !important;
    }


  
    .hpci-hero-text {
        position: static !important;
        top: auto !important;
    }

    @media (max-width: 768px) {
        .hpci-hero-overlay {
            background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 60%, rgba(0, 0, 0, 0.15) 100%) !important;
            align-items: flex-end !important;
            padding: 0 16px 24px !important;
        }

        .hpci-hero-text {
            position: static !important;
            top: auto !important;
            max-width: 100% !important;
        }
    }

  
    /* ── Section Title Gap Fix ─────────────────── */
    .why-choose-one .section-title,
    .about-one .section-title,
    .why-are-we .section-title,
    .counter-one .section-title,
    .tp2-section .section-title {
        margin-bottom: 20px !important;
    }


    .testimonial-one .section-title {
        margin-bottom: 40px !important;
    }

@media (max-width: 991px) {
    .hpci-testi-img-one {
        display: none !important;
    }

    .hpci-testi-inner {
        padding: 0 0 40px !important;
    }

    .hpci-testi-inner .section-title {
        margin-bottom: 30px !important;
    }

    .hpci-testi-section .col-xl-5 {
        display: none !important;
    }

    .hpci-testi-section .col-xl-7,
    .hpci-testi-section .col-lg-9 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }


    .hpci-testi-dot-style {
        position: relative !important;
        bottom: auto !important;
        right: auto !important;
        display: flex !important;
        justify-content: center !important;
        margin-top: 20px !important;
    }

 
    .hpci-testi-single {
        padding: 28px 24px 40px !important;
    }

    .hpci-testi-text {
        font-size: 16px !important;
        line-height: 1.7 !important;
    }
}
.hpci-testi-quote span {
    position: relative;
    display: inline-block;
    font-size: 95px;
    color: #C11425 !important;
}

@media (max-width: 991px) {
    #hpciCarouselSection {
        margin-top: 65px !important;
    }
}

/* Fix 2: Image display fix */
@media (max-width: 768px) {
    #hpciCarouselSection img {
        object-fit: cover !important;
        object-position: 30% center !important;
        width: 100% !important;
        height: 200px !important;
    }
  @media (max-width: 768px) {
    .hpci-trust-band .row {
        display: grid !important;
        grid-template-columns: 1fr 1fr 1fr !important;
        gap: 6px !important;
    }
    
    .hpci-trust-item {
        justify-content: center !important;
        text-align: center !important;
        font-size: 12px !important;
        flex-direction: column !important;
        gap: 4px !important;
    }

    .hpci-trust-item .dot {
        width: 24px !important;
        height: 24px !important;
    }

    .hpci-trust-item .dot svg {
        width: 13px !important;
        height: 13px !important;
    }
}

}

.counter-one__count-list li{
    margin-bottom: 18px !important;
}
.counter-one__icon-and-count{
    margin-bottom: 0 !important;
    display: flex !important;
    align-items: center !important;
}
.counter-one__count.count-box{
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
}
.counter-one__count.count-box h3,
.counter-one__count.count-box span{
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
}
.counter-one__count-text{
    margin: 2px 0 0 0 !important;
    padding: 0 !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
}