/* ==========================================================================
   SOLUTIONS PAGE STYLES
   Order: page shell and hero -> page sections -> CTA -> footer
   ========================================================================== */

/* ==========================================================================
   Page: solutions | Inline section styles
   ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
    
    body {
      font-family: 'Inter', sans-serif;
      background-color: #fff;
    }

    .text-gradient-purple {
      background: linear-gradient(to right, #6366f1, #a855f7);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .glass-nav {
      background: rgba(255, 255, 255, 0.95);
      backdrop-filter: blur(8px);
    }

    .hero-card-gradient {
      background: linear-gradient(
  90deg,
  rgba(235, 243, 253, 0.95) 48%,
  rgba(235, 243, 253, 0.70) 57%,
  rgba(235, 243, 253, 0.20) 65%,
  rgba(235, 243, 253, 0) 100%
);
    }



    
.esw-section{
    max-width:1400px;
    margin:auto;
    padding:60px;
    background-color:#fff ;
}

.esw-top{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    margin-bottom:60px;
}

.esw-label{
    font-size:11px;
    letter-spacing:4px;
    text-transform:uppercase;
    color:#6b7280;
    margin-bottom:18px;
    display:block;
}

.esw-heading{
    font-size:58px;
    line-height:1.05;
    font-weight:700;
    max-width:500px;
}

.esw-helper{
    display:flex;
    align-items:flex-start;
    gap:16px;
}

.esw-helper-icon-wrap{
    position:relative;
}

.esw-helper-icon{
    width:34px;
    height:34px;
    border-radius:50%;
    background:#efe9ff;
    color:#7c3aed;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
}

.esw-helper-line{
    position:absolute;
    left:16px;
    top:34px;
    width:40px;
    height:40px;
    border-left:1.5px dashed #8b5cf6;
    border-bottom:1.5px dashed #8b5cf6;
    border-radius:0 0 0 40px;
}

.esw-helper-text{
    font-size:14px;
    line-height:20px;
    color:#4b5563;
    max-width:220px;
}

.esw-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:18px;
}

.esw-card{
    background:#fff;
    border:1px solid #e7e8ee;
    border-radius:22px;
    padding:24px;
    height:300px;
    display:flex;
    flex-direction:column;
    transition:all .3s ease;
    cursor:pointer;
    position:relative;
}

.esw-card:hover{
    transform:translateY(-5px);
}

.esw-card-active{
    position: relative;
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(139,92,246,.18);
    z-index: 1;
}

/* Gradient Border */
.esw-card-active::before{
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px; /* Border thickness */
    border-radius: 20px;
    background: linear-gradient(
        180deg,
        #6C63FF 0%,
        #A855F7 50%,
        #FF6B35 100%
    );

    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;

    z-index: -1;
}

/* Bottom Diamond */
.esw-card-active::after{
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    background: #8b5cf6;
}

.esw-icon{
    width:42px;
    height:42px;
    border-radius:50%;
    background:#f3f0ff;
    color:#7c3aed;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:24px;
    font-size:18px;
}

.esw-card-active .esw-icon{
    background:#F3F3FE;
    color:#6366F1;
}

.esw-title{
    font-size:18px;
    font-weight:600;
    line-height:1.3;
    margin-bottom:12px;
    color:#1f2937;
}

.esw-card-active .esw-title{
    color:#000;
}

.esw-description{
    font-size:13px;
    line-height:20px;
    color:#6b7280;
}

.esw-card-active .esw-description{
    color:#9ca3af;
}

.esw-arrow{
    margin-top:auto;
    width:36px;
    height:36px;
    border-radius:50%;
    border:1px solid #8b5cf6;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#8b5cf6;
    font-size:16px;
}

.esw-card-active .esw-arrow{
    /* border-color:#433860; */
    background-color: #6366f1;
    color:#fff;
}

@media(max-width:1200px){
    .esw-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:768px){

    .esw-section{
        padding:30px 20px;
    }

    .esw-top{
        flex-direction:column;
        gap:30px;
    }

    .esw-heading{
        font-size:40px;
    }

    .esw-grid{
        grid-template-columns:1fr;
    }
}


/* Component Namespace */
.sdm-card{
    background:#fff;
    border:1px solid #ececec;
    box-shadow:0 10px 40px rgba(0,0,0,.05);
}

.sdm-divider{
    width:1px;
    background:#ececec;
}

.sdm-mini-icon{
    width:42px;
    height:42px;
    border-radius:12px;
    background:#f5f3ff;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
}

.sdm-stat-icon{
    width:38px;
    height:38px;
    border-radius:10px;
    background:#f5f3ff;
    color:#7c3aed;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    flex-shrink:0;
}

.sdm-glow{
    filter:drop-shadow(0 0 25px rgba(139,92,246,.25));
}

@media (max-width:1023px){
    .sdm-divider{
        display:none;
    }
}


/* ===========================
   SECTION
=========================== */

.caps-section{
    position:relative;
    overflow:hidden;
    min-height:100vh;

    /* background:url("./img/div.background-banner.png"); */
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}

/* ===========================
   CONTAINER
=========================== */

.caps-container{
    position:relative;
    z-index:2;
    max-width:1400px;
    margin:auto;
    padding:60px 24px 80px;
}

/* ===========================
   HEADER
=========================== */

.caps-label{
    font-size:10px;
    letter-spacing:4px;
    text-transform:uppercase;
    color:#bcbcff;
}

.caps-heading{
    margin-top:24px;
    max-width:650px;
    color:#fff;
    font-size:48px;
    line-height:1.15;
    font-weight:600;
}

/* ===========================
   GRID
=========================== */

.caps-grid{
    margin-top:60px;

    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));

    gap:40px;
}

/* ===========================
   CARD
=========================== */

.caps-card{
    position:relative;

    min-height:340px;

    padding:28px;

    border-radius:18px;

    background:
    linear-gradient(
        180deg,
        rgba(255,255,255,.05),
        rgba(255,255,255,.03)
    );

    border:1px solid rgba(255,255,255,.08);

    backdrop-filter:blur(12px);

    transition:.35s ease;

    overflow:hidden;
}

.caps-card:hover{
    transform:translateY(-6px);
    border-color:rgba(188,115,255,.35);
}

.caps-number{
    color:#7d4cff;
    font-size:46px;
    font-weight:300;
    line-height:1;
}

.caps-card-title{
    margin-top:18px;

    color:#fff;

    font-size:30px;
    line-height:1.1;
    font-weight:500;

    max-width:320px;
}

.caps-card-desc{
    margin-top:12px;

    max-width:320px;

    color:#b7b9dc;

    font-size:14px;
    line-height:1.8;
}

/* ===========================
   IMAGE
=========================== */

.caps-image{
    position:absolute;

    right:15px;
    bottom:15px;

    width:220px;
    height:220px;

    pointer-events:none;
}

.caps-img{
    width:100%;
    height:100%;
    object-fit:contain;
}

/* ===========================
   FOOTER
=========================== */

.caps-footer{
    position:absolute;

    left:24px;
    bottom:20px;

    display:flex;
    align-items:center;
    gap:10px;

    z-index:2;
}

.caps-arrow{
    width:24px;
    height:24px;

    border-radius:50%;

    border:1px solid rgba(182,120,255,.5);

    display:flex;
    align-items:center;
    justify-content:center;

    color:#c084fc;
    font-size:12px;
}

.caps-link{
    color:#b87cff;
    font-size:12px;
}

/* ===========================
   LARGE TABLET
=========================== */

@media (max-width:1200px){

    .caps-grid{
        gap:30px;
    }

    .caps-heading{
        font-size:42px;
    }

    .caps-image{
        width:180px;
        height:180px;
    }
}

/* ===========================
   TABLET
=========================== */

@media (max-width:991px){

    .caps-grid{
        grid-template-columns:1fr;
    }

    .caps-heading{
        font-size:38px;
        max-width:100%;
    }

    .caps-card{
        min-height:320px;
    }

    .caps-image{
        width:180px;
        height:180px;
    }
}

/* ===========================
   MOBILE
=========================== */

@media (max-width:767px){

    .caps-container{
        padding:50px 18px 70px;
    }

    .caps-heading{
        font-size:30px;
        line-height:1.25;
    }

    .caps-grid{
        margin-top:40px;
        gap:20px;
    }

    .caps-card{
        min-height:auto;

        padding:22px;

        display:flex;
        flex-direction:column;
    }

    .caps-number{
        font-size:38px;
    }

    .caps-card-title{
        font-size:24px;
        max-width:100%;
    }

    .caps-card-desc{
        max-width:100%;
        padding-right:0;
    }

    .caps-image{
        position:relative;

        right:auto;
        bottom:auto;

        width:160px;
        height:160px;

        margin:20px auto 10px;
    }

    .caps-footer{
        position:relative;

        left:auto;
        bottom:auto;

        margin-top:20px;
    }
}

/* ===========================
   SMALL MOBILE
=========================== */

@media (max-width:480px){

    .caps-container{
        padding:40px 15px 60px;
    }

    .caps-heading{
        font-size:26px;
    }

    .caps-card{
        padding:18px;
    }

    .caps-number{
        font-size:32px;
    }

    .caps-card-title{
        font-size:22px;
    }

    .caps-card-desc{
        font-size:13px;
    }

    .caps-image{
        width:130px;
        height:130px;
    }
}



 .stat-label {
      font-size: 0.65rem;
      line-height: 1rem;
    }
    /* Force specific positioning for the circular labels on mobile */
    @media (max-width: 640px) {
      .circular-feature {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        transform: none !important;
        margin-bottom: 1.5rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
      }
      .orbit-container {
        height: auto !important;
        padding-top: 2rem;
        padding-bottom: 2rem;
      }
      .orbit-path {
        display: none; /* Hide the dashed ring on very narrow mobile to clear up visual clutter */
      }
    }
