/* Spacing helpers */
            .py-100 {
                padding: 100px 0;
            }

            /* Section base */
            .inv-section-label {
                display: inline-block;
                font-size: 14px;
                letter-spacing: 1px;
                font-weight: 600;
                text-transform: uppercase;
                color: #1e5874;
                margin-bottom: 10px;
            }

            .inv-section-title {
                font-size: 32px;
                font-weight: 700;
                line-height: 1.3;
                margin-bottom: 20px;
                color: #0b1631;
            }

            .inv-section-text {
                /*font-size: 15px;
                color: #6c7a93;
                margin-bottom: 15px;*/
            }

            /* ABOUT COMPANY */
            .inv-about-image-wrapper {
                position: relative;
                border-radius: 12px;
                overflow: hidden;
                /*box-shadow: 0 20px 40px rgba(0,0,0,0.15);*/
            }

            .inv-about-main-img {
                width: 100%;
                display: block;
                object-fit: cover;
            }

            .inv-experience-badge {
                position: absolute;
                top: 20px;
                left: 20px;
                background: #0b1631;
                color: #fff;
                padding: 15px 20px;
                border-radius: 10px;
                box-shadow: 0 10px 25px rgba(0,0,0,0.25);
            }

            .inv-experience-badge h3 {
                font-size: 32px;
                margin: 0;
                font-weight: 700;
            }

            .inv-experience-badge p {
                margin: 5px 0 0;
                font-size: 13px;
                line-height: 1.4;
            }

            /* About bullets */
            .inv-about-bullets .inv-about-icon-box {
                display: flex;
                gap: 12px;
                align-items: center;
            }

            .inv-icon-circle {
                width: 46px;
                height: 46px;
                border-radius: 50%;
                background: linear-gradient(135deg, #1e5874, #0984e3);
                display: flex;
                align-items: center;
                justify-content: center;
                color: #fff;
                flex-shrink: 0;
            }

            .inv-icon-circle.small {
                width: 40px;
                height: 40px;
            }

            .inv-about-icon-box h4 {
                font-size: 16px;
                margin: 0 0 3px;
                color: #0b1631;
            }

            .inv-about-icon-box span {
                font-size: 13px;
                color: #8894aa;
            }

            /* Stats */
            .inv-about-stats {
                margin-top: 20px;
            }

            .inv-stat-item {
                text-align: left;
            }

            .inv-stat-item h3 {
                font-size: 22px;
                font-weight: 700;
                margin-bottom: 2px;
                color: #0b1631;
            }

            .inv-stat-item p {
                /*font-size: 13px;
                color: #8894aa;*/
            }

            /* HELP YOU */
            .inv-help-you {
                background: #f5f8ff;
            }

            .inv-help-grid {
                margin-top: 20px;
            }

            .inv-help-item {
                background: #ffffff;
                border-radius: 10px;
                padding: 16px 14px;
                box-shadow: 0 10px 25px rgba(6, 28, 61, 0.06);
                transition: all 0.25s ease;
            }

            .inv-help-item h4 {
                font-size: 15px;
                margin: 8px 0 4px;
                color: #0b1631;
            }

            .inv-help-item p {
                font-size: 13px;
                color: #6c7a93;
                margin: 0;
            }

            .inv-help-item:hover {
                transform: translateY(-4px);
                box-shadow: 0 16px 35px rgba(6, 28, 61, 0.12);
            }

            /* Help image */
            .inv-help-image-wrapper {
                text-align: right;
            }

            .inv-help-main-img {
                max-width: 90%;
                border-radius: 16px;
                box-shadow: 0 20px 40px rgba(0,0,0,0.2);
            }

            /* Responsive tweaks */
            @media (max-width: 991.98px) {
                .inv-help-image-wrapper {
                    text-align: center;
                    margin-top: 30px;
                }
                .inv-help-main-img {
                    max-width: 100%;
                }
            } 



            /* --- WHAT WE DO SECTION --- */
.inv-what-we-do {
    background-color: #f5f7fb;
} 
.inv-section-badge {
                display: inline-block;
                padding: 4px 14px;
                border-radius: 20px;
                font-size: 12px;
                font-weight: 600;
                letter-spacing: 1px;
                text-transform: uppercase;
                background: #e1ebff;
                color: #1e5874;
                margin-bottom: 12px;
            }
            .inv-section-heading {
                font-size: 30px;
                font-weight: 700;
                color: #031b4e;
                margin-bottom: 10px;
            }

/* Card base */
.inv-service-card {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 22px 50px rgba(8, 23, 53, 0.18);
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Top image */
.inv-service-image-wrap img {
    width: 100%;
    display: block;
    border-radius: 18px 18px 0 0;
}

/* Main body (default visible part) */
.inv-service-body {
    padding: 22px 22px 20px;
    position: relative;
    z-index: 1;
}

.inv-service-title {
    font-size: 18px;
    font-weight: 600;
    color: #031b4e;
    margin-bottom: 8px;
}

.inv-service-text {
    /*font-size: 16px;*/
    /*color: #5a6783;*/
    margin-bottom: 14px;
}

/* Read more link */
.inv-service-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 600;
    color: #1e5874;
    text-decoration: none;
    cursor: pointer;
}

.inv-service-link .inv-link-arrow {
    font-size: 14px;
}

/* Overlay panel (full card cover) */
.readmore-btnnn {
    position: absolute;
    inset: 0; /* top:0; right:0; bottom:0; left:0 */
    background: #020617;
    color: #e5e7eb;
    padding: 10px 10px 10px;
    transform: translateY(100%);
    transition: transform 0.4s ease;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between; 
    pointer-events: auto;
}

.inv-service-card.is-open .readmore-btnnn {
    transform: translateY(0);
}

/* Overlay content styling */
.readmore-btnnn h4 {
    font-size: 18px;
    font-weight: 600;
    /*margin-bottom: 6px;*/
    color: #f9fafb;
}

.readmore-btnnn p {
    /*font-size: 14px;*/
    /*margin-bottom: 10px;*/
    color: #e5e7eb;
}

.inv-readmore-list {
    padding-left: 18px;
    margin: 0 0 5px 0;
    /*font-size: 13px;*/
    /*color: #cbd5f5;*/
}

.inv-readmore-list li {
    margin-bottom: 4px;
}

/* READ LESS link inside overlay */
.inv-readless-link {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 600;
    color: #c49944;
    text-decoration: none;
    cursor: pointer;
}

.inv-readless-link .inv-link-arrow {
    font-size: 14px;
}

/* Responsive tweaks */
@media (max-width: 991.98px) {
    .inv-service-body {
        padding: 20px 18px 18px;
    }
    .readmore-btnnn {
        padding: 20px 18px 18px;
    }
}      





            



/* --- TESTIMONIALS SECTION --- */
.inv-testimonials {
    padding: 90px 0;
}

.inv-testimonial-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 25px 22px;
    box-shadow: 0 18px 45px rgba(6, 28, 61, 0.06);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.25s ease;
}

.inv-testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 60px rgba(6, 28, 61, 0.12);
}

.inv-testimonial-rating {
    color: #ffb400;
    margin-bottom: 12px;
    font-size: 14px;
}

.inv-testimonial-text {
    /*font-size: 14px;
    color: #58647b;*/
    margin-bottom: 18px;
}

.inv-testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.inv-testimonial-avatar {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.inv-testimonial-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inv-testimonial-author h4 {
    font-size: 15px;
    font-weight: 600;
    color: #0b1631;
    margin: 0;
}

.inv-testimonial-author span {
    font-size: 12px;
    color: #7c88a0;
} 
/* Swiper layout inside testimonials */
.inv-testimonials-swiper {
    padding-bottom: 85px; /* room for bullets */
}

/* Pagination bullets styling */
.inv-testimonials .swiper-pagination-bullets {
    position: absolute;
    margin-top: 20px;
    text-align: center !important;
}

.inv-testimonials .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #c4cde2;
    opacity: 1;
    margin: 0 4px;
    transition: all 0.2s ease;
}

.inv-testimonials .swiper-pagination-bullet-active {
    background: #1e5874;
    transform: scale(1.2);
}






/* --- CTA "NEED A HAND" --- */
.inv-cta {
    padding: 50px 0;
    margin-top: 60px;
    border-radius: 0;
}

.inv-cta-label {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 600;
    opacity: 0.85;
    color: rgba(255,255,255,0.9);
    margin-bottom: 6px;
}

.inv-cta-title {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3;
}

.inv-cta-text {
    font-size: 14px;
    max-width: 580px;
    opacity: 0.9;
}

.inv-cta-sub {
    opacity: 0.9;
}

@media (max-width: 991.98px) {
    .inv-cta {
        text-align: center;
    }
    .inv-cta-title {
        font-size: 22px;
        margin-top: 10px;
    }
} 




/* --- WHY INVERISOCTA SECTION --- */
.inv-why-section {
    padding: 90px 0 80px;
    background-size: cover;
    background-position: center;
    position: relative;
}

/* Dark overlay for readability on bg image */
.inv-why-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(
        circle at top left,
        rgba(0, 0, 0, 0.25) 0,
        rgba(0, 0, 0, 0.65) 35%
    );
    pointer-events: none;
}

/* Keep content above overlay */
.inv-why-section .container,
.inv-why-section .row {
    position: relative;
    z-index: 1;
}

/* LEFT column – just to show background image */
.inv-why-empty-col {
    min-height: 260px;
}

/* RIGHT: content card */
.inv-why-content-box {
    background: rgba(255, 255, 255, 0.96);
    border-radius: 18px;
    padding: 32px 30px;
    box-shadow: 0 22px 55px rgba(6, 28, 61, 0.25);
}

/* Heading + text inside card */
.inv-why-content-box .inv-section-heading {
    margin-bottom: 12px;
    color: #031b4e;
}

.inv-why-content-box .inv-section-text {
    color: #5a6783;
}

/* Feature points list */
.inv-why-features {
    margin-top: 18px;
}

.inv-why-feature {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin-bottom: 18px;
}

.inv-why-feature:last-child {
    margin-bottom: 0;
}

.inv-why-feature-icon {
    flex-shrink: 0;
}

.inv-why-feature-icon .inv-icon-circle.small {
    margin-top: 2px;
}

.inv-why-feature-content h4 {
    font-size: 16px;
    font-weight: 600;
    color: #031b4e;
    margin: 0 0 3px;
}

.inv-why-feature-content p {
    font-size: 13px;
    color: #6c7a93;
    margin: 0;
}

/* Responsive tweaks */
@media (max-width: 991.98px) {
    .inv-why-section {
        padding: 70px 0 60px;
        text-align: center;
    }
    .inv-why-empty-col {
        display: none; /* hide empty left col on mobile */
    }
    .inv-why-content-box {
        padding: 26px 22px;
    }
    .inv-why-feature {
        justify-content: center;
        text-align: left;
    }
} 




/* ===========================
   CORE CAPABILITIES SECTION
   =========================== */
.inv-capabilities {
    padding: 90px 0 80px;
}

.inv-cap-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 24px 22px;
    height: 100%;
    box-shadow: 0 18px 45px rgba(6, 28, 61, 0.06);
    transition: all 0.25s ease;
}

.inv-cap-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 60px rgba(6, 28, 61, 0.12);
}

.inv-cap-icon span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1e5874, #0984e3);
    color: #fff;
    font-size: 20px;
    margin-bottom: 14px;
}

.inv-cap-card h3 {
    font-size: 19px;
    font-weight: 600;
    color: #031b4e;
    margin-bottom: 8px;
}

.inv-cap-card p {
    /*font-size: 13px;*/
    /*color: #6c7a93;*/
    margin-bottom: 0;
}


/* ===========================
   PROCESS / HOW WE WORK
   =========================== */
.inv-process {
    padding: 90px 0 80px;
    background-color: #f6f8ff;
}

.inv-process-steps {
    row-gap: 24px;
}

.inv-process-step {
    background: #ffffff;
    border-radius: 14px;
    padding: 22px 18px;
    height: 100%;
    box-shadow: 0 16px 40px rgba(6, 28, 61, 0.06);
    position: relative;
    overflow: hidden;
}

.inv-process-step::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0,184,148,0.08), rgba(9,132,227,0.04));
    opacity: 0;
    transition: opacity 0.25s ease;
}

.inv-process-step:hover::before {
    opacity: 1;
}

.inv-process-step-number {
    position: relative;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #1e5874;
    margin-bottom: 8px;
}

.inv-process-step h4 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #031b4e;
    margin-bottom: 6px;
}

.inv-process-step p {
    position: relative;
    /*font-size: 13px;
    color: #6c7a93;*/
    margin-bottom: 0;
}


/* ===========================
   INDUSTRIES WE SERVE
   =========================== */
.inv-industries {
    padding: 90px 0 80px;
}

.inv-industry-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 12px;
    justify-content: center;
}

.inv-industry-pill {
    display: inline-flex;
    align-items: center;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(4, 33, 82, 0.03);
    border: 1px solid rgba(4, 33, 82, 0.08);
    /*font-size: 13px;
    color: #031b4e;*/
    transition: all 0.2s ease;
}

.inv-industry-pill:hover {
    background: #1e5874;
    border-color: #1e5874;
    color: #ffffff;
}


/* ===========================
   RESPONSIVE
   =========================== */
@media (max-width: 991.98px) {
    .inv-capabilities,
    .inv-process,
    .inv-industries {
        padding: 70px 0 60px;
    }
}
