/* Redesign of the "Innovative Solutions For Your Business" section on the homepage. */

.about-innovative-v2 {
    align-items: center;
    /* brand colors lifted from the DigiMirchi flame logo, used sparingly as accents */
    --dm-blue: #1f7ae0;
    --dm-red: #e0264f;
}

/* ---------- Left: image column ---------- */
.about-innovative-v2 .left-main-about-inner {
    position: relative;
    max-width: 100%;
}

.about-innovative-v2 .left-main-about-inner .about-img-frame {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.55);
}

.about-innovative-v2 .left-main-about-inner .about-img-frame img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 20px;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.about-innovative-v2 .left-main-about-inner:hover .about-img-frame img {
    transform: scale(1.04);
}

.about-innovative-v2 .shape-about-two {
    right: -18px;
    top: -32px;
    z-index: 3;
    filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.35));
}

/* floating "since" badge overlapping the image */
.about-innovative-v2 .about-badge-floating {
    position: absolute;
    left: 24px;
    bottom: 24px;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 20px;
    border-radius: 14px;
    background: rgba(20, 20, 20, 0.55);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.about-innovative-v2 .about-badge-floating .num {
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    white-space: nowrap;
}

.about-innovative-v2 .about-badge-floating .label {
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    max-width: 108px;
}

/* ---------- Right: content column ---------- */
.about-innovative-v2 .inner-about-wrapper .eyebrow-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 16px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 22px;
}

.about-innovative-v2 .inner-about-wrapper .eyebrow-tag::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--dm-blue), var(--dm-red));
    flex: none;
}

.about-innovative-v2 .inner-about-wrapper .title {
    margin-bottom: 20px;
}

.about-innovative-v2 .inner-about-wrapper p.disc {
    max-width: 520px;
}

/* feature chips replacing the old percentage progress bars */
.about-innovative-v2 .feature-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 40px;
}

.about-innovative-v2 .feature-chip {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 22px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 14px;
    flex: 1 1 220px;
    transition: border-color 0.3s ease, transform 0.3s ease, background 0.3s ease;
}

.about-innovative-v2 .feature-chip:hover {
    border-color: rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.04);
    transform: translateY(-3px);
}

.about-innovative-v2 .feature-chip .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    flex: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 16px;
}

.about-innovative-v2 .feature-chip.is-imagination .icon {
    color: var(--dm-blue);
    background: rgba(31, 122, 224, 0.14);
}

.about-innovative-v2 .feature-chip.is-innovation .icon {
    color: var(--dm-red);
    background: rgba(224, 38, 79, 0.14);
}

.about-innovative-v2 .feature-chip .text .name {
    margin: 0 0 2px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.about-innovative-v2 .feature-chip .text .sub {
    margin: 0;
    font-size: 13px;
    color: #74787c;
}

/* CTA */
.about-innovative-v2 .btn--area-left {
    margin-top: 44px;
}

.about-innovative-v2 .btn--area-left .learn-more-btn {
    display: inline-flex !important;
    align-items: center;
    gap: 14px;
    margin-bottom: 0;
    padding: 16px 28px 16px 30px;
    border-radius: 999px;
    background: #fff;
    color: #141414 !important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.02em;
    transition: gap 0.3s ease, background 0.3s ease;
}

.about-innovative-v2 .btn--area-left .learn-more-btn:hover {
    gap: 20px;
    background: var(--dm-blue);
    color: #fff !important;
}

.about-innovative-v2 .btn--area-left .learn-more-btn i {
    border: none !important;
    background: #141414;
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    flex: none;
}

/* tighten the dead space this section used to leave before the next one */
.rts-about-area-1.rts-section-gapBottom {
    padding-bottom: 60px;
}

@media only screen and (max-width: 767px) {
    .about-innovative-v2 .about-badge-floating {
        left: 14px;
        bottom: 14px;
        padding: 10px 14px;
    }

    .about-innovative-v2 .feature-chip-row {
        margin-top: 28px;
    }

    .about-innovative-v2 .btn--area-left {
        margin-top: 32px;
    }
}
