/**
 * Theme Name:     engiflow360 Child
 * Author:         Engiflow360
 * Template:       blankslate
 * Text Domain:	   engiflow360-child
 * Description:    Donate: https://engiflow360.com. Learn: https://engiflow360.com/.
 */

/* =========================================================
   Imports
========================================================= */
@import url('./assets/css/tokens.css');
@import url('./assets/css/base.css');
@import url('./assets/css/components.css');
@import url('./assets/css/components-2.css');
@import url('./assets/css/pages.css');


/* =========================================================
   Accessibility
========================================================= */
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}


/* =========================================================
   Utility Classes
========================================================= */

/* Background helpers */
.bg-cover { background-size: cover; }
.bg-content { background-size: cover; }
.bg-no-repeat { background-repeat: no-repeat; }
.bg-center { background-position: center; }
.bg-start { background-position: left; }
.bg-end { background-position: right; }
.bg-none { background: none; }

/* Background colors */
.bg-primary { background-color: var(--bs-primary); }
.bg-secondry { background-color: var(--bs-secondry); }
.bg-secondry-10 { background-color: var(--bs-secondry-10); }
.bg-dark { background-color: var(--bs-dark); }
.bg-slateDark { background-color: var(--slate1); }
.bg-slate5 { background-color: var(--slate5); }
.bg-F9FBFF { background-color: var(--slate4); }
.bg-gradiaent-primary { background: var(--bs-primary-gradient); }
.bg-f8fafc{background-color: #f8fafc;}

/* Text helpers */
.text-white { color: var(--white); }.text-black{ color: var(--black); }
.text-slate1-60 { color: var(--slate1-60); }
.text-4D4D4D { color: #4D4D4D; }
.text-secondry { color: var(--bs-secondry); }
.text-naviblue { color: var(--bs-navy-blue); }
.text-capitalize { text-transform: capitalize; }
.text-start { text-align: start; }
.text-dark{color: var(--slate-900);}

/* Font sizes */
.fs-14 { font-size: 14px; }
/* BORDER */
.border{border: 1px solid var(--slate-700);}
.border-e2e8f0{border-color:#e2e8f0 ;}

/* Spacing */
/* .p-0 { padding: 0; } */
.m-0 { margin: 0; }
.mb-0 { margin-bottom: 0; }
.ms-0 { margin-left: 0; }
.me-0 { margin-right: 0; }
.mt-0 { margin-top: 0; }
/* spacing scale */
:root {
  --s1: .25rem;
  --s2: .5rem;
  --s3: .75rem;
  --s4: 1rem;
  --s5: 1.25rem;
  --s6: 1.5rem;
}

/* margin */
.m-1{margin:var(--s1)} .m-2{margin:var(--s2)} .m-3{margin:var(--s3)} .m-4{margin:var(--s4)} .m-5{margin:var(--s5)}

.mt-1{margin-top:var(--s1)} .mt-2{margin-top:var(--s2)} .mt-3{margin-top:var(--s3)} .mt-4{margin-top:var(--s4)} .mt-5{margin-top:var(--s5)}
.mb-1{margin-bottom:var(--s1)} .mb-2{margin-bottom:var(--s2)} .mb-3{margin-bottom:var(--s3)} .mb-4{margin-bottom:var(--s4)} .mb-5{margin-bottom:var(--s5)}
.ml-1{margin-left:var(--s1)} .ml-2{margin-left:var(--s2)} .ml-3{margin-left:var(--s3)} .ml-4{margin-left:var(--s4)} .ml-5{margin-left:var(--s5)}
.mr-1{margin-right:var(--s1)} .mr-2{margin-right:var(--s2)} .mr-3{margin-right:var(--s3)} .mr-4{margin-right:var(--s4)} .mr-5{margin-right:var(--s5)}

/* padding */
.p-1{padding:var(--s1)} .p-2{padding:var(--s2)} .p-3{padding:var(--s3)} .p-4{padding:var(--s4)} .p-5{padding:var(--s5)}.p-6{padding:var(--s6)}

.p-0{padding: 0;}.ps-0{padding-left: 0;}.pe-0{padding-right: 0;}.pt-0{padding-top: 0;}.pb-0{padding-bottom: 0;}

.pt-1{padding-top:var(--s1)} .pt-2{padding-top:var(--s2)} .pt-3{padding-top:var(--s3)} .pt-4{padding-top:var(--s4)} .pt-5{padding-top:var(--s5)}.pt-6{padding-top:var(--s6)}
.pb-1{padding-bottom:var(--s1)} .pb-2{padding-bottom:var(--s2)} .pb-3{padding-bottom:var(--s3)} .pb-4{padding-bottom:var(--s4)} .pb-5{padding-bottom:var(--s5)}.pb-6{padding-bottom:var(--s6)}
.pl-1{padding-left:var(--s1)} .pl-2{padding-left:var(--s2)} .pl-3{padding-left:var(--s3)} .pl-4{padding-left:var(--s4)} .pl-5{padding-left:var(--s5)}.pl-6{padding-left:var(--s6)}
.pr-1{padding-right:var(--s1)} .pr-2{padding-right:var(--s2)} .pr-3{padding-right:var(--s3)} .pr-4{padding-right:var(--s4)} .pr-5{padding-right: var(--s5)}.pr-6 { padding-right : var(--s6) ; }
/* Positioning */
.position-relative { position: relative; }
.overflow-visible { overflow: visible; }

/* Shadows */
.shadow-none { box-shadow: none; }


.w-100{width: 100%;}

/* display  */
.inline-flex{display: inline-flex;}
/* =========================================================
   radius
========================================================= */
.rounded-none{border-radius: var(--r-none);}
.rounded-xs{border-radius: var(--r-xs);}
.rounded-sm{border-radius: var(--r-sm);}
.rounded-md{border-radius: var(--r-md);}
.rounded-lg{border-radius: var(--r-lg);}
.rounded-xl{border-radius: var(--r-xl);}
.rounded-2xl{border-radius: var(--r-2xl);}
.rounded-full{border-radius: var(--r-full);}
/* =========================================================
   Header
========================================================= */
.header.darkheader {background-color: var(--purple-cta);}
header.header--scrolled .header__mobile-toggle {color: var(--bs-dark);}


/* =========================================================
   Lists
========================================================= */

/* Dark list section */
.dark-list-section .dark-step h4 {
  color: #000;
}

.dark-list-section .dark-step p {
  color: var(--slate-700);
}

/* Custom checklist */
.custom-list {
  padding: 0;
}

.custom-list li {
  position: relative;
  padding-left: 30px;
}

.custom-list li::before {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  left: 0;
  top: 4%;
  background-image: url('../img/globle/check.svg');
  background-position: center;
  background-repeat: no-repeat;
}


/* =========================================================
   Decorative Elements
========================================================= */
.blob-circle {
  position: absolute;
  filter: blur(187.5px);
  pointer-events: none;
}

.blob-circle.cirecle2 {
  background-color: #60606080;
}


   .streatch_link{
position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
   }

/* =========================================================
   Footer
========================================================= */
.footerCta {
  background-image: url('./assets/media/cta/ctaBg.webp');
}



/* =========================================================
   App Ecosystem
========================================================= */
#app-ecosystem .feature-card {
  padding: var(--s4);
}


/* =========================================================
   ABOUT US PAGE 
========================================================= */
  .hero--about {
            padding-top: calc(var(--header-height) + var(--s9));
            padding-bottom: var(--s7);
            position: relative;
            overflow: hidden;
        }

        .story-visual .feature-showcase__visual {
            width: 100%;
        }

        @media (max-width: 768px) {
            .hero--about {
                padding-top: calc(var(--header-height) + var(--s5));
                padding-bottom: var(--s5);
            }
        }

        /* v2  */
         /* Embedded styles for restored/redesigned sections */

        /* New Vision Mission Styles */
        .vm-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 2rem;
            margin-top: 3rem;
        }

        @media (min-width: 992px) {
            .vm-grid {
                grid-template-columns: 1fr 1fr;
                gap: 4rem;
                align-items: stretch;
            }
        }

        .vm-card {
            position: relative;
            padding: 3rem;
            border-radius: var(--radius-lg);
            overflow: hidden;
            display: flex;
            flex-direction: column;
            justify-content: center;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            height: 100%;
        }

        .vm-card:hover {
            transform: translateY(-5px);
            box-shadow: var(--shadow-xl);
        }

        .vm-card--vision {
            background: linear-gradient(135deg, #EFF6FF 0%, #DBEAFE 100%);
            border: 1px solid #BFDBFE;
        }

        .vm-card--mission {
            background: linear-gradient(135deg, #F5F3FF 0%, #EDE9FE 100%);
            border: 1px solid #DDD6FE;
        }

        .vm-card__icon-bg {
            position: absolute;
            top: -20px;
            right: -20px;
            font-size: 10rem;
            opacity: 0.05;
            line-height: 1;
            pointer-events: none;
        }

        .vm-card__label {
            font-size: 0.875rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.05em;
            margin-bottom: 1rem;
            display: inline-block;
            padding: 0.25rem 0.75rem;
            border-radius: 2rem;
            background: rgba(255, 255, 255, 0.8);
        }

        .vm-card--vision .vm-card__label {
            color: var(--bs-primary);
        }

        .vm-card--mission .vm-card__label {
            color: var(--purple-600);
        }

        .vm-card__text {
            font-size: 1.5rem;
            line-height: 1.4;
            font-weight: 600;
            color: var(--slate1);
        }

        /* New Audience Styles */
        .audience-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
            gap: 1.5rem;
            margin-top: 3rem;
        }

        .persona-card {
            background: var(--white);
            border-radius: var(--radius-md);
            padding: 2rem;
            text-align: left;
            border-bottom: 4px solid transparent;
            transition: all 0.3s ease;
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
        }

        .persona-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        }

        .persona-card--oem {
            border-bottom-color: var(--bs-primary);
        }

        .persona-card--dealer {
            border-bottom-color: var(--bs-success);
        }

        .persona-card--agency {
            border-bottom-color: var(--bs-warning);
        }

        .persona-card--sme {
            border-bottom-color: var(--purple-500);
        }

        .persona-card__icon {
            width: 3rem;
            height: 3rem;
            background: var(--slate4);
            border-radius: 0.75rem;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            margin-bottom: 1.25rem;
            transition: background 0.3s ease;
        }

        .persona-card:hover .persona-card__icon {
            background: var(--slate2);
            color: var(--bs-primary);
        }

        .persona-card__title {
            font-size: 1.25rem;
            font-weight: 700;
            color: var(--slate1);
            margin-bottom: 0.5rem;
        }

        .persona-card__desc {
            font-size: 0.95rem;
            color: var(--slate-700);
            line-height: 1.5;
        }

        /* Process Steps Styles (Refined) */
        .process-steps {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
            gap: 2rem;
            position: relative;
            margin-top: 4rem;
        }
        .process-steps.six-grid {
            grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        }

        .process-step {
            text-align: center;
            position: relative;
            z-index: 1;
        }

        .process-step__number {
            width: 4rem;
            height: 4rem;
            background-color: var(--white);
            border: 2px solid var(--bs-primary);
            color: var(--bs-primary);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 800;
            font-size: 1.5rem;
            margin: 0 auto 1.5rem;
            position: relative;
            z-index: 2;
            transition: all 0.3s ease;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
        }

        .process-step:hover .process-step__number {
               background: var(--bs-primary-gradient);
            color: var(--white);
            transform: scale(1.1);
            border: 0;
        }

        .process-step__number.sManager{
          margin: 0;background: var(--bs-primary-gradient);color: var(--white);border: 0;
        }
        .process-step__title {
            font-weight: 700;
            margin-bottom: 0.5rem;
            color: var(--slate1);
            font-size: 1.1rem;
        }

        /* Connector Line (Desktop Only) */
       @media (min-width: 992px) {
        .process-steps::before {
          content: '';
          position: absolute;
          top: 2rem;
          left: 10%;
          right: 10%;
          height: 2px;

          background-image: repeating-linear-gradient(
            to right,
            var(--slate2) 0 6px,
            transparent 6px 12px
          );

          animation: dashMove 25s linear infinite;
          z-index: 0;
        }
      }

      @keyframes dashMove {
        from {
          background-position: 0 0;
        }
        to {
          background-position: 120px 0;
        }
      }



/* =========================================================
   Solution Block
========================================================= */
.solution-block__list li.solution-block__list-item {
  display: flex;
  gap: 5px;
  align-items: center;
  margin-bottom: 10px;
}

.solution-block__list li.solution-block__list-item:last-child {
  margin-bottom: 20px;
}


/* =========================================================
   Demo / Book Demo Page
========================================================= */

/* Layout */
.demo-layout {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: var(--s10);
  align-items: start;
}

/* Cards */
.demo-card {
  background: var(--white);
  border-radius: var(--r-xl);
  padding: var(--s6);
  border: 1px solid var(--border);
  box-shadow: var(--sh-md);
}

.demo-contact-card {
  margin-top: var(--s6);
  background: var(--slate-50);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: var(--s6);
}

/* Contact items */
.demo-contact-item {
  display: flex;
  align-items: flex-start;
  gap: var(--s3);
  margin-bottom: var(--s4);
}

.demo-contact-item:last-child {
  margin-bottom: 0;
}

.demo-contact-icon {
  color: var(--bs-primary);
  flex-shrink: 0;
  margin-top: 2px;
}

.demo-contact-label {
  font-weight: var(--weight-semibold);
  display: block;
  margin-bottom: 2px;
  font-size: var(--text-md);
  color: var(--slate-900);
}

.demo-contact-value {
  color: var(--slate-600);
  font-size: var(--text-sm);
  line-height: var(--leading-relaxed);
}

/* Form */
.form-header {
  margin-bottom: var(--s6);
}

.form-header__title {
  font-size: var(--h3-size);
  font-weight: var(--weight-bold);
  margin-bottom: var(--s2);
}

.form-microcopy {
  font-size: var(--text-xs);
  color: var(--slate-500);
  margin-top: var(--s4);
  text-align: center;
}

/* Loading button */
.btn--loading {
  position: relative;
  color: transparent !important;
  pointer-events: none;
}

.btn--loading::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin-left: -10px;
  margin-top: -10px;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* Toast */
.demo-toast {
  position: fixed;
  bottom: var(--s6);
  left: 50%;
  transform: translateX(-50%) translateY(100px);
  background: var(--slate-900);
  color: var(--white);
  padding: var(--s3) var(--s6);
  border-radius: var(--r-pill);
  font-size: var(--text-sm);
  font-weight: var(--weight-medium);
  z-index: 1000;
  transition: transform 0.4s var(--ease-out);
  box-shadow: var(--sh-lg);
}

.demo-toast--visible {
  transform: translateX(-50%) translateY(0);
}

/* Responsive */
@media (max-width: 1024px) {
  .demo-layout {
    grid-template-columns: 1fr;
    gap: var(--s8);
  }
}


/* =========================================================
   Contact Page
========================================================= */
.contact-card{
      background: white;
    border-radius: var(--r-lg);
    padding: var(--s6);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    border: 1px solid var(--border-light);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.contact-layout{
  gap: var(--s6);
}
/* =========================================================
   Content Truncation
========================================================= */

/* Featured study excerpt */
.featured-study__content .lead {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Case study card excerpt */
.case-study-card__excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


/* =========================================================
   Blog TOC
========================================================= */
.blog-toc__list a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.blog-toc__list li {
  margin-bottom: 6px;
}

.blog-toc__list a.is-active {
  font-weight: 600;
  color: var(--primary);
}


/* =========================================================
   Policy Page
========================================================= */
.policyPage h2.wp-block-heading{
    font-size: clamp(1.875rem, 3vw, 2.5rem);
    font-weight: 700;
}

/* =========================================================
   Contact Form 7 – Demo Form
========================================================= */
.demo-form-wrapper .wpcf7-submit {
  width: 100%;
}

.demo-form-wrapper br {
  display: none;
}

.demo-form-wrapper p {
  margin: 0 !important;
}




/* =========================================================
   Media query
========================================================= */

@media (max-width: 968px) {
    .fs-m-13{font-size: 13px;}
    .fs-m-14{font-size: 14px;}
    .fs-m-15{font-size: 15px;}
    
    
    .header__actions{display: none;}
    /* footer  */
.cta-band__text{
    margin-bottom: var(--s3);

}
    .cta-band {
        padding-top: var(--s12);
        padding-bottom: var(--s5);
        background-position: 81% -19px;
        background-size: 1500px;
        background-color: #456eb7;
    }
    .footerCta:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #3B82F6;
    filter: blur(30.5px);
    bottom: -45%;
    left: 0;
}

    .cta-band__actions {

                flex-direction: row;
        align-items: center;

    }



    .cta-band__actions .btn {

               width: auto;
        max-width: 100%;
        padding: 10px 20px;
        font-size: 14px;

    }

}


/* ============================================
   STATS STRIP
   ============================================ */
.stats-strip {
    background: white;
    padding: 3rem 0;
    border-bottom: 1px solid var(--border-light);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    text-align: center;
}

@media (min-width: 768px) {
    .stats-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
}

.stat-item__value {
    display: block;
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--bs-primary);
    line-height: 1;
    margin-bottom: 0.5rem;
}

.stat-item__label {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--text-heading);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* ============================================
   BENTO GRID (Service Page Redesign)
   ============================================ */
.bento-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .bento-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .bento-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .bento-col-span-2 {
        grid-column: span 2;
    }

    .bento-row-span-2 {
        grid-row: span 2;
    }
}

.bento-card {
    background: #fff;
    border-radius: 1.5rem;
    /* Smoother rounding */
    padding: 2rem;
    position: relative;
    overflow: hidden;
    /* Clean look: subtle border instead of heavy shadow */
    border: 1px solid var(--border-light);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s ease;
}

.bento-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
    border-color: var(--bs-primary-25);
}

.bento-card--dark {
    background: var(--blue-grad-main);
    color: white;
    border: none;
}

.bento-card--dark .bento-text,
.bento-card--dark .text-muted {
    color: rgba(255, 255, 255, 0.7);
}

.bento-card--dark .bento-title {
    color: white;
}

.bento-content {
    position: relative;
    z-index: 2;
}

.bento-visual {
    margin-top: 2rem;
    position: relative;
    border-radius: 1rem;
    /* overflow: hidden; */
    background: var(--bg-surface);
    /* Make visual bleed to bottom or edges if needed */
}

/* Specific Bento Card Types */
.bento-card--primary {
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
    /* Slightly stronger blue */
    border: 1px solid #bfdbfe;
    /* Add border for definition */
}

.bento-card--primary .bento-title {
    color: #1e3a8a;
    /* Dark blue for title */
}

.bento-card--primary .bento-text {
    color: #1e40af;
    /* Darker blue-gray for text */
    font-weight: 500;
    /* Slightly bolder */
}

.bento-icon {
    width: 56px;
    /* Larger icon */
    height: 56px;
    background: white;
    border-radius: 14px;
    /* Smoother radius */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
    font-size: 1.75rem;
    /* Larger emoji/icon */
}

.bento-title {
    font-size: 1.35rem;
    /* Larger title */
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.25;
    color: var(--text-heading);
}

.bento-text {
    font-size: 1.05rem;
    /* Larger body text */
    color: var(--text-body);
    /* Use darker body color instead of muted */
    line-height: 1.6;
}


/* bussness owner  */
.bussiness-hero__text,.dealer-hero__grid .inner-banner__text{
      max-width: none;
}


/* ============================================
   ABSTRACT UI COMPONENTS (CSS-Only)
   ============================================ */

   
.ui-ticket__header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.75rem;
}

.ui-ticket__id {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--text-muted);
}

.ui-ticket__status {
    font-size: 0.7rem;
    padding: 2px 8px;
    border-radius: 99px;
    background: #dcfce7;
    color: #166534;
    font-weight: 600;
}

.ui-ticket__title {
    font-weight: 600;
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
    color: var(--text-heading);
}

.ui-avatar-group {
    display: flex;
    align-items: center;
}

.ui-avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid white;
    background: var(--bg-subtle);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    font-weight: 700;
    color: var(--text-muted);
    margin-left: -8px;
}

.ui-avatar:first-child {
    margin-left: 0;
}




/* STACK WRAPPER */
.ui-ticket-stack {
    position: relative;
    width: 320px;
    height: 230px;
}

/* BASE CARD */
.ui-ticket {
    position: absolute;
    width: 100%;
    background: #fff;
    border-radius: 14px;
    padding: 16px;
    box-shadow: 0 18px 35px rgba(0, 0, 0, .12);

    transition:
        transform .9s cubic-bezier(.22, 1, .36, 1),
        opacity .6s ease;
    will-change: transform;
}


/* lifstle-diagram  */
.lifestyle-cardTwo{
    position: relative;
    padding-bottom: 2rem;
    padding-left: 1.5rem;
}
.lifestyle-cardTwo .lifecycle-step__card{
  background: white;
    border: 1px solid var(--border-light);
    border-radius: 12px;
    padding: 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}
/* .lifestyle-cardTwo .lifecycle-step__title{

} */
.lifecycle-step__date{
      font-size: 0.75rem;
    color: var(--slate-600);
    font-weight: 500;
}

/* ============================================
   DASHBOARD PREVIEW (For Visibility Section)
   ============================================ */
   .bg-blue-200 {
    background-color: #bfdbfe;
}

.bg-blue-300 {
    background-color: #93c5fd;
}

.bg-blue-400 {
    background-color: #60a5fa;
}

.bg-blue-500 {
    background-color: #3b82f6;
}

.bg-blue-600 {
    background-color: #2563eb;
}
.dashboard-ui {
    background: white;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid var(--border-light);
    overflow: hidden;
    max-width: 480px;
    margin: 0 auto;
}

.dashboard-ui__header {
    background: #f8fafc;
    padding: 1rem;
    border-bottom: 1px solid var(--border-light);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dashboard-ui__title {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--text-heading);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.dashboard-ui__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    background: var(--border-light);
    /* Gap color */
}

.dashboard-stat {
    background: white;
    padding: 1.5rem;
    text-align: center;
}

.dashboard-stat__value {
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--text-heading);
    display: block;
    margin-bottom: 0.25rem;
}

.dashboard-stat__label {
    font-size: 0.75rem;
    color: var(--text-muted);
    font-weight: 600;
    text-transform: uppercase;
}

.dashboard-chart-shim {
    background: white;
    padding: 1.5rem;
    height: 120px;
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    gap: 8px;
}
.network-item{
transition: background 0.2s ease;
}
.network-item:hover {
    background: #f1f5f9;
}
.bar-shim {
    width: 100%;
    border-radius: 4px 4px 0 0;
    opacity: 0.8;
    position: relative;
    transition: height 0.5s ease;
}

.bar-shim:hover {
    opacity: 1;
}
.network-card{
      border: 1px solid var(--border-light);
  margin: 0 auto;
}

.network-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: white;
    border: 1px solid var(--border-light);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}

.status-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.status-dot.active {
    background: #10b981;
}
.status-dot.warning {
    background: #f59e0b;
}

.network-info {
    flex: 1;
}

.metric-val {
    display: block;
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--bs-primary);
}

.metric-lbl {
    font-size: 0.7rem;
    color: var(--text-muted);
}



/* ============================================
   NURTURE WORKFLOW VISUAL
   ============================================ */
.nurture-card {
    background: white;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid var(--border-light);
    padding: 1.5rem;
    max-width: 380px;
    margin: 0 auto;
}

.nurture-step {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 12px 16px;
    background: white;
    border: 1px solid var(--border-light);
    border-radius: 12px;
    position: relative;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

.nurture-step:hover {
    transform: translateX(4px);
    border-color: var(--bs-primary-25);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.nurture-step::after {
    content: '';
    position: absolute;
    left: 34px;
    /* 16px padding + 18px center */
    bottom: -22px;
    width: 2px;
    height: 22px;
    background: var(--border-light);
}

.nurture-step:last-child {
    margin-bottom: 0;
}

.nurture-step:last-child::after {
    display: none;
}

.nurture-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: var(--slate-100);
    color: var(--slate-600);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1.1rem;
    position: relative;
    z-index: 1;
}

.nurture-icon--action {
    background: #f0f9ff;
    color: #0284c7;
}

/* Sky Blue */
.nurture-icon--wait {
    background: #fff1f2;
    color: #e11d48;
}

/* Rose */
.nurture-icon--email {
    background: #f5f3ff;
    color: #7c3aed;
}

/* Violet */

.nurture-content {
    flex: 1;
}

.nurture-title {
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--text-heading);
    margin-bottom: 2px;
}

.nurture-desc {
    font-size: 0.75rem;
    color: var(--text-muted);
}

/* Branching/Delay variant */
.nurture-step--delay {
    padding: 8px 12px;
    background: var(--slate-50);
    border-style: dashed;
}

.nurture-step--delay .nurture-icon {
    width: 28px;
    height: 28px;
    font-size: 0.9rem;
}

.nurture-step--delay::after {
    left: 26px;
    /* 12px padding + 14px center */
}




/* ============================================
   PROSPECT FILTERING VISUAL
   ============================================ */
.filter-card {
    background: white;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid var(--border-light);
    overflow: hidden;
    max-width: 400px;
    margin: 0 auto;
}

.filter-header {
    background: #f8fafc;
    padding: 12px 16px;
    border-bottom: 1px solid var(--border-light);
    display: flex;
    gap: 8px;
    align-items: center;
}

.filter-icon {
    color: var(--slate-400);
}

.filter-chips {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.filter-chip {
    background: white;
    border: 1px solid #e2e8f0;
    color: var(--slate-700);
    font-size: 0.75rem;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 99px;
    display: flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.filter-chip--active {
    background: #eff6ff;
    border-color: #bfdbfe;
    color: #2563eb;
}

.filter-chip-remove {
    cursor: pointer;
    font-size: 14px;
    line-height: 1;
    opacity: 0.6;
}

.filter-chip-remove:hover {
    opacity: 1;
}

.prospect-list {
    background: white;
}

.prospect-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    border-bottom: 1px solid var(--border-light);
    transition: background 0.2s ease;
}

.prospect-item:last-child {
    border-bottom: none;
}

.prospect-item:hover {
    background: #f8fafc;
}

.prospect-info {
    display: flex;
    gap: 12px;
    align-items: center;
}

.prospect-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f1f5f9;
    color: #64748b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.8rem;
}

.prospect-details h5 {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--slate-900);
    margin-bottom: 2px;
}

.prospect-details p {
    font-size: 0.75rem;
    color: var(--slate-500);
}

.prospect-status {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 4px 8px;
    border-radius: 4px;
    letter-spacing: 0.02em;
}

.status-hot {
    background: #fee2e2;
    color: #dc2626;
}

.status-warm {
    background: #ffedd5;
    color: #c2410c;
}

.status-new {
    background: #dbeafe;
    color: #2563eb;
}



/* ============================================
   QUOTE UI VISUAL
   ============================================ */
.quote-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid var(--border-light);
    max-width: 340px;
    margin: 0 auto;
    position: relative;
        width: 350px;
}

.quote-header {
    background: #f8fafc;
    padding: 16px;
    border-bottom: 1px solid var(--border-light);
    border-radius: 12px 12px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.quote-id {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--slate-900);
}

.quote-badge {
    background: #f3e8ff;
    color: #7e22ce;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 4px;
    text-transform: uppercase;
}

.quote-body {
    padding: 16px;
}

.quote-row {
    display: flex;
    justify-content: space-between;
    font-size: 0.8rem;
    color: var(--slate-700);
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px dashed var(--border-light);
}

.quote-row:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.quote-row.total {
    font-weight: 700;
    border-top: 2px solid var(--border-light);
    border-bottom: none;
    padding-top: 12px;
    margin-top: 4px;
    font-size: 0.9rem;
}

.quote-actions {
    padding: 12px 16px;
    background: #fff;
    border-top: 1px solid var(--border-light);
    border-radius: 0 0 12px 12px;
    display: flex;
    gap: 8px;
}

.quote-btn {
    flex: 1;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 6px;
    border-radius: 6px;
    cursor: pointer;
}

.quote-btn--primary {
    background: var(--bs-primary);
    color: white;
}

.quote-btn--secondary {
    background: var(--slate-100);
    color: var(--slate-600);
    border: 1px solid #e2e8f0;
}

/* Version badge */
.quote-version {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #ef4444;
    color: white;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(239, 68, 68, 0.3);
}


/* ============================================
   INVOICE FLOW VISUAL
   ============================================ */
.flow-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    max-width: 420px;
    margin: 0 auto;
}

.flow-card {
    background: white;
    border: 1px solid var(--border-light);
    border-radius: 12px;
    padding: 16px 12px;
    text-align: center;
    width: 100px;
    position: relative;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.flow-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    border-color: var(--bs-primary-25);
}

.flow-card__icon {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 8px;
}

.flow-card__label {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--slate-700);
    display: block;
}

.flow-arrow {
    color: var(--slate-300);
    font-size: 1.25rem;
}

.flow-card--active {
    border-color: var(--bs-primary);
    background: #f0f9ff;
    /* Light blue tint */
}

.flow-card--active .flow-card__label {
    color: var(--bs-primary);
}

.flow-card--success {
    border-color: #22c55e;
    background: #f0fdf4;
    /* Light green tint */
}

.flow-card--success .flow-card__label {
    color: #15803d;
}

/* ============================================
   PERFORMANCE CARD VISUAL
   ============================================ */
.perf-card {
    background: white;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid var(--border-light);
    max-width: 420px;
    margin: 0 auto;
    overflow: hidden;
}

.perf-header {
    padding: 16px;
    border-bottom: 1px solid var(--border-light);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.perf-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--slate-900);
}

.perf-period {
    font-size: 0.75rem;
    color: var(--slate-500);
    background: var(--slate-100);
    padding: 4px 10px;
    border-radius: 20px;
}

.perf-body {
    padding: 20px 16px;
}

.chart-bars {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    height: 120px;
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--border-light);
}

.chart-bar-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    width: 100%;
    height: 100%;
    justify-content: flex-end;
}

.chart-bar {
    width: 24px;
    background: var(--bs-primary);
    border-radius: 4px 4px 0 0;
    transition: height 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
}

.chart-bar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), transparent);
    border-radius: inherit;
}

.chart-bar--current {
    background: #2563eb;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.chart-bar--past {
    background: #cbd5e1;
}

.chart-label {
    font-size: 0.7rem;
    color: var(--slate-500);
    font-weight: 600;
}

.perf-metrics {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.perf-metric {
    background: var(--slate-50);
    padding: 12px;
    border-radius: 12px;
}

.perf-metric-label {
    font-size: 0.75rem;
    color: var(--slate-500);
    margin-bottom: 4px;
    display: block;
}

.perf-metric-value {
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--slate-900);
    display: block;
}

.perf-trend {
    font-size: 0.75rem;
    font-weight: 600;
    margin-left: 6px;
}

.text-trend-up {
    color: #16a34a;
}

.text-trend-down {
    color: #dc2626;
}



/* ============================================
   ALLOCATION CARD VISUAL
   ============================================ */
.alloc-card {
    background: white;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid var(--border-light);
    max-width: 380px;
    margin: 0 auto;
    overflow: hidden;
}

.alloc-header {
    background: #f1f5f9;
    padding: 12px 16px;
    border-bottom: 1px solid var(--border-light);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.alloc-title {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--slate-700);
    display: flex;
    align-items: center;
    gap: 8px;
}

.alloc-list {
    padding: 8px 16px 16px;
    background: white;
}

.alloc-item {
    display: flex;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid var(--border-light);
}

.alloc-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.alloc-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--slate-100);
    margin-right: 12px;
    position: relative;
    border: 2px solid white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.alloc-obj {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.alloc-status-dot {
    width: 10px;
    height: 10px;
    background: #22c55e;
    border: 2px solid white;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
}

.alloc-details {
    flex: 1;
}

/* .alloc-name {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--slate-900);
    display: block;
} */

/* .alloc-role {
    font-size: 0.75rem;
    color: var(--slate-500);
} */

.alloc-badge {
    background: #eff6ff;
    color: #2563eb;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 99px;
    white-space: nowrap;
}

/* Animation for "Just Assigned" */
@keyframes pulse-blue {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 99, 235, 0.4);
    }

    70% {
        box-shadow: 0 0 0 6px rgba(37, 99, 235, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(37, 99, 235, 0);
    }
}

.alloc-badge--new {
    background: #2563eb;
    color: white;
    animation: pulse-blue 2s infinite;
}

@media (max-width: 480px) {
    .flow-container{
            gap: 5px;
    }
}