﻿/* Home: sección Soluciones que dan valor al Software (solutions-showcase-v2) */
.solutions-showcase-v2 {
    background: linear-gradient(180deg, #f4f7ff 0%, #eef3fb 38%, #f8fafc 100%);
    position: relative;
    overflow: hidden;
}

/* Patrones de puntos (misma tÃ©cnica que service-heading-pattern en DevOps) */
.solutions-showcase-v2__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

@keyframes solutions-showcase-dots-fade {
    0%, 100% {
        opacity: 0;
    }
    6% {
        opacity: 0;
    }
    16%, 44% {
        opacity: var(--dots-peak, 0.78);
    }
    56% {
        opacity: 0;
    }
}

.solutions-showcase-v2__dots {
    position: absolute;
    opacity: 0;
    --dots-peak: 0.82;
    transform-origin: center center;
    animation: solutions-showcase-dots-fade 9s ease-in-out infinite;
    will-change: opacity;
    background: linear-gradient(
        118deg,
        rgba(10, 31, 77, 0.48) 0%,
        rgba(26, 108, 255, 0.62) 42%,
        rgba(59, 130, 246, 0.58) 52%,
        rgba(10, 31, 77, 0.36) 78%,
        rgba(15, 45, 92, 0.44) 100%
    );
    --dots-cell: 14px;
    --dots-dot-inner: 1.22px;
    --dots-dot-outer: 1.36px;
    -webkit-mask-image: radial-gradient(
        circle at center,
        #000 var(--dots-dot-inner),
        transparent var(--dots-dot-outer)
    );
    -webkit-mask-size: var(--dots-cell) var(--dots-cell);
    -webkit-mask-repeat: repeat;
    mask-image: radial-gradient(
        circle at center,
        #000 var(--dots-dot-inner),
        transparent var(--dots-dot-outer)
    );
    mask-size: var(--dots-cell) var(--dots-cell);
    mask-repeat: repeat;
    border-radius: 50%;
    aspect-ratio: 1;
    height: auto;
    overflow: hidden;
}

.solutions-showcase-v2__dots::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: radial-gradient(
        circle at center,
        transparent 54%,
        rgba(244, 247, 255, 0.42) 78%,
        rgba(238, 243, 251, 0.88) 96%
    );
    pointer-events: none;
}

/* VariaciÃ³n de tamaÃ±o del patrÃ³n y del cÃ­rculo */
.solutions-showcase-v2__dots--size-xs {
    width: clamp(48px, 5.5vw, 82px) !important;
    --dots-cell: 9px;
    --dots-dot-inner: 1px;
    --dots-dot-outer: 1.12px;
}

.solutions-showcase-v2__dots--size-sm {
    width: clamp(72px, 8vw, 120px) !important;
    --dots-cell: 11px;
    --dots-dot-inner: 1.08px;
    --dots-dot-outer: 1.2px;
}

.solutions-showcase-v2__dots--size-md {
    width: clamp(100px, 11vw, 168px) !important;
    --dots-cell: 13px;
    --dots-dot-inner: 1.15px;
    --dots-dot-outer: 1.28px;
}

.solutions-showcase-v2__dots--size-lg {
    width: clamp(136px, 15vw, 224px) !important;
    --dots-cell: 15px;
    --dots-dot-inner: 1.28px;
    --dots-dot-outer: 1.42px;
}

.solutions-showcase-v2__dots--size-xl {
    width: clamp(172px, 19vw, 288px) !important;
    --dots-cell: 17px;
    --dots-dot-inner: 1.35px;
    --dots-dot-outer: 1.5px;
}

/*
 * CÃ­rculos en franjas verticales (izq / centro / der) sin solaparse.
 */
.solutions-showcase-v2__dots--title-left {
    top: 0;
    left: clamp(-4rem, -6vw, -2.25rem);
    width: clamp(148px, 16vw, 238px);
    transform: rotate(-8deg);
    --dots-peak: 1;
    animation-duration: 9s;
    animation-delay: 0s;
}

.solutions-showcase-v2__dots--title-right {
    top: 14%;
    right: clamp(1.25rem, 7vw, 4rem);
    left: auto;
    width: clamp(118px, 13vw, 188px);
    transform: rotate(10deg);
    --dots-peak: 0.88;
    animation-duration: 10.5s;
    animation-delay: 1.4s;
}

.solutions-showcase-v2__dots--top-center {
    top: 7%;
    left: 36%;
    right: auto;
    width: clamp(84px, 9.5vw, 132px);
    transform: translateX(-12%) rotate(-5deg);
    --dots-peak: 0.78;
    animation-duration: 8.5s;
    animation-delay: 2.8s;
}

.solutions-showcase-v2__dots--top-right {
    top: 0;
    right: clamp(-3.5rem, -6vw, -2rem);
    width: clamp(120px, 13.5vw, 188px);
    transform: rotate(13deg);
    --dots-peak: 0.9;
    animation-duration: 11s;
    animation-delay: 0.7s;
}

.solutions-showcase-v2__dots--mid-left {
    top: 31%;
    left: clamp(-4.25rem, -7vw, -2.5rem);
    width: clamp(138px, 15.5vw, 218px);
    transform: rotate(-6deg) scale(0.97);
    --dots-peak: 0.84;
    animation-duration: 9.5s;
    animation-delay: 3.6s;
}

.solutions-showcase-v2__dots--mid-right {
    top: 37%;
    right: clamp(-3.25rem, -5.5vw, -1.5rem);
    width: clamp(128px, 14vw, 198px);
    transform: rotate(9deg) scale(1.03);
    --dots-peak: 0.82;
    animation-duration: 10s;
    animation-delay: 5.1s;
}

.solutions-showcase-v2__dots--cards-center {
    top: 54%;
    left: clamp(0, 3vw, 1.5rem);
    width: clamp(100px, 11vw, 162px);
    transform: rotate(5deg);
    --dots-peak: 0.74;
    animation-duration: 8s;
    animation-delay: 4.2s;
}

.solutions-showcase-v2__dots--cards-gap {
    top: 62%;
    right: clamp(2.5rem, 20vw, 11rem);
    width: clamp(88px, 9.5vw, 142px);
    transform: rotate(-11deg) scale(0.94);
    --dots-peak: 0.72;
    animation-duration: 11.5s;
    animation-delay: 6.3s;
}

.solutions-showcase-v2__dots--bottom-left {
    bottom: clamp(5.75rem, 21vh, 10rem);
    left: clamp(-4rem, -6.5vw, -2.25rem);
    width: clamp(132px, 14.5vw, 218px);
    transform: rotate(7deg);
    --dots-peak: 0.86;
    animation-duration: 9.8s;
    animation-delay: 2.1s;
}

.solutions-showcase-v2__dots--bottom-right {
    bottom: clamp(0.85rem, 3.5vh, 2rem);
    right: clamp(-3.25rem, -5.5vw, -1.5rem);
    width: clamp(140px, 15vw, 228px);
    transform: rotate(-12deg) scale(1.02);
    --dots-peak: 0.92;
    animation-duration: 10.2s;
    animation-delay: 7s;
}

/* Grupos extra: mÃ¡s cantidad y tamaÃ±os mezclados por la secciÃ³n */
.solutions-showcase-v2__dots--blob-01 {
    top: 18%;
    left: 20%;
    transform: rotate(6deg);
    --dots-peak: 0.7;
    animation-duration: 7.5s;
    animation-delay: 0.5s;
}

.solutions-showcase-v2__dots--blob-02 {
    top: 22%;
    right: 30%;
    left: auto;
    transform: rotate(-14deg);
    --dots-peak: 0.62;
    animation-duration: 8.2s;
    animation-delay: 3.2s;
}

.solutions-showcase-v2__dots--blob-03 {
    top: 40%;
    left: 10%;
    transform: rotate(-4deg) scale(1.05);
    --dots-peak: 0.8;
    animation-duration: 10.8s;
    animation-delay: 1.8s;
}

.solutions-showcase-v2__dots--blob-04 {
    top: 44%;
    right: 6%;
    left: auto;
    transform: rotate(11deg);
    --dots-peak: 0.88;
    animation-duration: 9.2s;
    animation-delay: 5.8s;
}

.solutions-showcase-v2__dots--blob-05 {
    top: 56%;
    left: 26%;
    transform: rotate(8deg) scale(0.92);
    --dots-peak: 0.58;
    animation-duration: 7.8s;
    animation-delay: 4.6s;
}

.solutions-showcase-v2__dots--blob-06 {
    top: 64%;
    right: 38%;
    left: auto;
    transform: rotate(-9deg);
    --dots-peak: 0.66;
    animation-duration: 8.6s;
    animation-delay: 6.8s;
}

.solutions-showcase-v2__dots--blob-07 {
    top: 70%;
    left: 46%;
    transform: translateX(-50%) rotate(3deg);
    --dots-peak: 0.6;
    animation-duration: 7.2s;
    animation-delay: 2.4s;
}

.solutions-showcase-v2__dots--blob-08 {
    bottom: 30%;
    right: 32%;
    left: auto;
    transform: rotate(7deg);
    --dots-peak: 0.76;
    animation-duration: 10.4s;
    animation-delay: 8.2s;
}

.solutions-showcase-v2__dots--blob-09 {
    bottom: 46%;
    left: 16%;
    transform: rotate(-7deg) scale(0.96);
    --dots-peak: 0.68;
    animation-duration: 9.6s;
    animation-delay: 3.9s;
}

.solutions-showcase-v2__dots--blob-10 {
    top: 10%;
    left: 50%;
    transform: translateX(-48%) rotate(-6deg);
    --dots-peak: 0.64;
    animation-duration: 8.8s;
    animation-delay: 4.4s;
}

.solutions-showcase-v2__dots--blob-11 {
    bottom: 14%;
    left: 50%;
    transform: translateX(-52%) rotate(5deg);
    --dots-peak: 0.72;
    animation-duration: 9s;
    animation-delay: 1.2s;
}

.solutions-showcase-v2__dots--blob-12 {
    top: 32%;
    right: 42%;
    left: auto;
    transform: rotate(12deg) scale(1.04);
    --dots-peak: 0.84;
    animation-duration: 11.2s;
    animation-delay: 7.6s;
}

.solutions-showcase-v2__dots--blob-13 {
    top: 48%;
    left: 44%;
    transform: translateX(-50%) rotate(-3deg);
    --dots-peak: 0.55;
    animation-duration: 7.4s;
    animation-delay: 5.4s;
}

.solutions-showcase-v2__dots--blob-14 {
    bottom: 22%;
    right: 14%;
    left: auto;
    transform: rotate(-10deg);
    --dots-peak: 0.74;
    animation-duration: 8.4s;
    animation-delay: 0.9s;
}

.solutions-showcase-v2 > .container {
    position: relative;
    z-index: 1;
}

.solutions-showcase-v2 .section-title-wrap {
    max-width: 820px;
    margin-inline: auto;
}

.solutions-showcase-v2 .section-title-wrap .heading {
    font-family: "Inter", "Montserrat", sans-serif;
    font-size: clamp(1.9rem, 2.9vw, 2.85rem);
    line-height: 1.08;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.02em;
}

.solutions-showcase-v2__lead {
    font-family: "Montserrat", sans-serif;
    color: #64748b;
    font-size: clamp(0.95rem, 1.1vw, 1.05rem);
    line-height: 1.6;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0.5rem;
}

.solutions-showcase-v2 .section-title-wrap .text {
    font-family: "Montserrat", sans-serif;
    color: #4b5563;
    font-size: clamp(0.95rem, 1.15vw, 1.06rem);
    line-height: 1.55;
}

.solutions-showcase-v2 .feature-list__two .row {
    align-items: flex-start;
}

.solutions-showcase-v2 .feature-list__two .row > [class*="col-"] {
    display: flex;
    margin-bottom: 0.85rem;
}

.solutions-showcase-v2 .single-svg-icon-box {
    position: relative;
    overflow: hidden;
    border-radius: 13px !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 10px 32px rgba(15, 23, 42, 0.07) !important;
    background: #ffffff !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.2s ease;
    width: 100%;
    max-width: 100%;
    min-height: clamp(168px, 18vw, 228px);
    height: auto;
    aspect-ratio: auto;
    display: flex;
    flex-direction: column;
}

/* Icono grande en esquina inferior derecha, cortado por el borde de la tarjeta */
.solutions-showcase-v2 .single-svg-icon-box__deco {
    position: absolute;
    right: -36px;
    bottom: -36px;
    width: clamp(112px, 15vw, 145px);
    height: clamp(112px, 15vw, 145px);
    z-index: 1;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.solutions-showcase-v2 .single-svg-icon-box__deco .svg-icon--deco {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.16;
    filter: drop-shadow(0 2px 8px rgba(29, 78, 216, 0.1));
}

.solutions-showcase-v2 .single-svg-icon-box__deco .svg-icon--deco svg {
    width: 100% !important;
    height: 100% !important;
    max-width: 100%;
    max-height: 100%;
}

.solutions-showcase-v2 .single-svg-icon-box__deco .svg-icon--deco svg line,
.solutions-showcase-v2 .single-svg-icon-box__deco .svg-icon--deco svg path[fill="none"],
.solutions-showcase-v2 .single-svg-icon-box__deco .svg-icon--deco svg circle[fill="none"] {
    stroke: #1d4ed8 !important;
    fill: none !important;
}

.solutions-showcase-v2 .single-svg-icon-box__deco .svg-icon--deco svg path:not([fill="none"]) {
    fill: #1d4ed8 !important;
    stroke: none;
}

.solutions-showcase-v2 .single-svg-icon-box__deco .svg-icon--deco svg path[style*="fill:"] {
    fill: #1d4ed8 !important;
}

.solutions-showcase-v2 .single-svg-icon-box:hover .single-svg-icon-box__deco .svg-icon--deco {
    opacity: 0.24;
}

.solutions-showcase-v2 .ht-box-icon.style-02 .icon-box-wrap {
    position: relative;
    z-index: 2;
    flex: 1 1 auto;
    width: 100%;
    min-height: 100%;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 16px !important;
    background: transparent;
}

.solutions-showcase-v2 .ht-box-icon.style-02 .icon-box-wrap .content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: auto;
    min-width: 0;
    position: relative;
    align-self: stretch;
    background: transparent;
}

.solutions-showcase-v2 .ht-box-icon.style-02 .icon-box-wrap .iconSolu {
    flex-shrink: 0;
    align-self: flex-start;
    margin-right: 0;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.solutions-showcase-v2 .ht-box-icon.style-02 .icon-box-wrap .content .text {
    flex: 0 1 auto;
    min-height: auto;
    overflow: visible;
    padding-right: clamp(3.25rem, 12vw, 5.5rem);
    padding-bottom: 2.15rem;
}

.solutions-showcase-v2 .ht-box-icon.style-02 .feature-btn {
    position: absolute;
    left: 0;
    right: auto;
    bottom: 0;
    width: auto;
    max-width: min(58%, 16rem);
    margin-top: 0;
    z-index: 3;
    background: linear-gradient(to top, #ffffff 78%, rgba(255, 255, 255, 0) 100%);
    padding: 6px 10px 8px 0;
}

.solutions-showcase-v2 .ht-box-icon.style-02 .feature-btn a {
    margin-top: 0 !important;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.9rem;
}

.solutions-showcase-v2 .single-svg-icon-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 44px rgba(15, 23, 42, 0.12) !important;
    border-color: #c7d2fe !important;
}

.solutions-showcase-v2 .single-svg-icon-box:hover .iconSolu {
    transform: scale(1.04);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.95),
        0 8px 24px rgba(29, 78, 216, 0.22);
}

.solutions-showcase-v2 .iconSolu {
    width: 68px;
    height: 68px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: linear-gradient(150deg, #ffffff 0%, #e8f0ff 45%, #dbeafe 100%);
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.95),
        0 4px 12px rgba(37, 99, 235, 0.12),
        0 1px 2px rgba(15, 23, 42, 0.06);
}

.solutions-showcase-v2 .iconSolu::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 18px;
    box-shadow: inset 0 0 0 1px rgba(59, 130, 246, 0.2);
    pointer-events: none;
}

.solutions-showcase-v2 .iconSolu .svg-icon {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    filter: drop-shadow(0 1px 1px rgba(15, 23, 42, 0.08));
}

.solutions-showcase-v2 .iconSolu .svg-icon svg {
    width: 100% !important;
    height: 100% !important;
    max-width: 34px;
    max-height: 34px;
}

.solutions-showcase-v2 .iconSolu .svg-icon svg line,
.solutions-showcase-v2 .iconSolu .svg-icon svg path[fill="none"],
.solutions-showcase-v2 .iconSolu .svg-icon svg circle[fill="none"] {
    stroke: #1d4ed8 !important;
    fill: none !important;
}

.solutions-showcase-v2 .iconSolu .svg-icon svg path:not([fill="none"]) {
    fill: #1d4ed8 !important;
    stroke: none;
}

.solutions-showcase-v2 .iconSolu .svg-icon svg path[style*="fill:"] {
    fill: #1d4ed8 !important;
}

.solutions-showcase-v2 .ht-box-icon.style-02 .icon-box-wrap .content .heading,
.solutions-showcase-v2 .content .heading {
    font-family: "Inter", sans-serif;
    font-size: 0.94rem;
    line-height: 1.26;
    margin-bottom: 0.24rem !important;
}

.solutions-showcase-v2 .content .text p {
    color: #475569;
    font-family: "Montserrat", sans-serif;
    line-height: 1.48;
    font-size: 0.82rem;
    margin-bottom: 0;
}

.solutions-showcase-v2 .feature-btn .button-text {
    color: #1d4ed8 !important;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}

@keyframes solutions-showcase-btn-breathe {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.02);
    }
}

.solutions-showcase-v2 .feature-list-button-box {
    margin-top: 0.5rem;
    padding: 0.75rem 0 0.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.65rem 0.85rem;
}

.solutions-showcase-v2 .feature-list-button-box .ht-btn,
.solutions-showcase-v2 .feature-list-button-box .ht-btn.ht-btn-md,
.solutions-showcase-v2 .feature-list-button-box .ht-btn.ht-btn--outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    font-family: "Montserrat", "Inter", sans-serif;
    font-weight: 500;
    font-size: 0.98rem;
    letter-spacing: 0.02em;
    min-width: 11.25rem;
    min-height: 2.8rem;
    height: auto !important;
    padding: 0.65rem 1.55rem;
    line-height: 1.2 !important;
    border-radius: 999px;
    border: 1px solid transparent;
    transform-origin: center center;
    animation: solutions-showcase-btn-breathe 3.2s ease-in-out infinite;
    transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.28s cubic-bezier(0.34, 1.2, 0.64, 1);
    box-shadow: none;
    vertical-align: middle;
    text-decoration: none;
}

.solutions-showcase-v2 .feature-list-button-box .ht-btn:nth-child(2) {
    animation-delay: 0.8s;
}

.solutions-showcase-v2 .feature-list-button-box .ht-btn i {
    font-size: 0.95rem;
    line-height: 1;
    flex-shrink: 0;
    margin: 0;
    padding: 0;
    display: block;
    opacity: 0.85;
}

.solutions-showcase-v2 .feature-list-button-box .ht-btn span {
    line-height: 1.2;
    display: inline-block;
    vertical-align: middle;
}

/* Soluciones: mismo borde y sombra que las tarjetas de la secciÃ³n */
.solutions-showcase-v2 .feature-list-button-box .ht-btn--outline {
    border: 1px solid #e2e8f0;
    color: #3f4d6b;
    font-weight: 600;
    background: #ffffff;
    box-shadow: 0 10px 32px rgba(15, 23, 42, 0.07);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.solutions-showcase-v2 .feature-list-button-box .ht-btn--outline i {
    color: #64748b;
    opacity: 1;
}

.solutions-showcase-v2 .feature-list-button-box .ht-btn--outline:hover,
.solutions-showcase-v2 .feature-list-button-box .ht-btn--outline:focus-visible {
    color: #2f3d5c;
    border-color: #c7d2fe;
    background: #ffffff;
    animation: none;
    transform: scale(1.06);
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.1);
}

/* Contactar: acento ligero, sin bloque sÃ³lido fuerte */
.solutions-showcase-v2 .feature-list-button-box .bg-theme-default {
    background: rgba(99, 102, 241, 0.1) !important;
    border-color: rgba(99, 102, 241, 0.22) !important;
    color: #5b6eae !important;
    box-shadow: none;
}

.solutions-showcase-v2 .feature-list-button-box .bg-theme-default i {
    color: #6366f1;
    opacity: 0.9;
}

.solutions-showcase-v2 .feature-list-button-box .bg-theme-default:hover,
.solutions-showcase-v2 .feature-list-button-box .bg-theme-default:focus-visible {
    color: #4f5f9a !important;
    background: rgba(99, 102, 241, 0.16) !important;
    border-color: rgba(99, 102, 241, 0.32) !important;
    filter: none;
    animation: none;
    transform: scale(1.06);
    box-shadow: none;
}

@media (prefers-reduced-motion: reduce) {
    .solutions-showcase-v2__dots {
        animation: none;
        opacity: var(--dots-peak, 0.55);
        will-change: auto;
    }

    .solutions-showcase-v2 .feature-list-button-box .ht-btn,
    .solutions-showcase-v2 .feature-list-button-box .ht-btn.ht-btn-md,
    .solutions-showcase-v2 .feature-list-button-box .ht-btn.ht-btn--outline {
        animation: none;
    }

    .solutions-showcase-v2 .feature-list-button-box .ht-btn--outline:hover,
    .solutions-showcase-v2 .feature-list-button-box .ht-btn--outline:focus-visible,
    .solutions-showcase-v2 .feature-list-button-box .bg-theme-default:hover,
    .solutions-showcase-v2 .feature-list-button-box .bg-theme-default:focus-visible {
        transform: none;
    }
}

@media (max-width: 768px) {
    .solutions-showcase-v2__dots {
        -webkit-mask-size: 13px 13px;
        mask-size: 13px 13px;
    }

    .solutions-showcase-v2__dots--title-left {
        top: 0;
        left: -22%;
        width: min(46vw, 148px);
        transform: rotate(-7deg);
    }

    .solutions-showcase-v2__dots--top-right {
        top: 4%;
        right: -20%;
        width: min(38vw, 118px);
        transform: rotate(11deg);
    }

    .solutions-showcase-v2__dots--top-center {
        top: 10%;
        left: 32%;
        width: min(28vw, 92px);
        transform: translateX(-8%) rotate(-4deg);
    }

    .solutions-showcase-v2__dots--title-right {
        top: 20%;
        right: 4%;
        width: min(34vw, 108px);
        transform: rotate(9deg);
    }

    .solutions-showcase-v2__dots--mid-left {
        top: 34%;
        left: -22%;
        width: min(40vw, 128px);
        transform: rotate(-5deg);
    }

    .solutions-showcase-v2__dots--mid-right {
        top: 42%;
        right: -16%;
        width: min(36vw, 118px);
        transform: rotate(8deg);
    }

    .solutions-showcase-v2__dots--cards-center {
        top: 56%;
        left: -4%;
        width: min(32vw, 102px);
        transform: rotate(4deg);
    }

    .solutions-showcase-v2__dots--cards-gap {
        top: 66%;
        right: 14%;
        width: min(30vw, 96px);
        transform: rotate(-9deg);
    }

    .solutions-showcase-v2__dots--bottom-left {
        bottom: 26%;
        left: -20%;
        width: min(42vw, 128px);
        transform: rotate(6deg);
    }

    .solutions-showcase-v2__dots--bottom-right {
        bottom: 6%;
        right: -18%;
        width: min(40vw, 132px);
        transform: rotate(-10deg);
    }

    .solutions-showcase-v2__dots--size-xs {
        width: min(22vw, 72px) !important;
        --dots-cell: 8px;
    }

    .solutions-showcase-v2__dots--size-sm {
        width: min(28vw, 96px) !important;
        --dots-cell: 10px;
    }

    .solutions-showcase-v2__dots--size-md {
        width: min(34vw, 118px) !important;
    }

    .solutions-showcase-v2__dots--size-lg {
        width: min(42vw, 148px) !important;
    }

    .solutions-showcase-v2__dots--size-xl {
        width: min(48vw, 168px) !important;
    }

    .solutions-showcase-v2__dots--blob-01 { top: 16%; left: 8%; }
    .solutions-showcase-v2__dots--blob-02 { top: 20%; right: 18%; }
    .solutions-showcase-v2__dots--blob-03 { top: 38%; left: -6%; }
    .solutions-showcase-v2__dots--blob-04 { top: 42%; right: -8%; }
    .solutions-showcase-v2__dots--blob-05 { top: 54%; left: 14%; }
    .solutions-showcase-v2__dots--blob-06 { top: 62%; right: 22%; }
    .solutions-showcase-v2__dots--blob-07 { top: 68%; left: 38%; }
    .solutions-showcase-v2__dots--blob-08 { bottom: 28%; right: 20%; }
    .solutions-showcase-v2__dots--blob-09 { bottom: 42%; left: 4%; }
    .solutions-showcase-v2__dots--blob-10 { top: 8%; left: 44%; }
    .solutions-showcase-v2__dots--blob-11 { bottom: 10%; left: 42%; }
    .solutions-showcase-v2__dots--blob-12 { top: 30%; right: 28%; }
    .solutions-showcase-v2__dots--blob-13 { top: 46%; left: 36%; }
    .solutions-showcase-v2__dots--blob-14 { bottom: 18%; right: 6%; }

    .solutions-showcase-v2 .iconSolu {
        width: 60px;
        height: 60px;
        border-radius: 16px;
    }

    .solutions-showcase-v2 .iconSolu::before {
        border-radius: 16px;
    }

    .solutions-showcase-v2 .iconSolu .svg-icon,
    .solutions-showcase-v2 .iconSolu .svg-icon svg {
        width: 30px;
        height: 30px;
        max-width: 30px;
        max-height: 30px;
    }

    .solutions-showcase-v2 .feature-list-button-box .ht-btn {
        min-width: 0;
        width: 100%;
        max-width: 280px;
    }

    .solutions-showcase-v2 .single-svg-icon-box {
        aspect-ratio: auto;
        min-height: 188px;
    }

    .solutions-showcase-v2 .ht-box-icon.style-02 .icon-box-wrap {
        gap: 10px;
        padding: 12px 11px !important;
    }

    .solutions-showcase-v2 .ht-box-icon.style-02 .icon-box-wrap .content .text {
        padding-bottom: 2rem;
    }

    .solutions-showcase-v2 .single-svg-icon-box__deco {
        width: 100px;
        height: 100px;
        right: -32px;
        bottom: -32px;
    }
}
