
/* Hero Section Styles */
.hero-style1 {
    padding: 80px 0 0px;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    position: relative;
    overflow: visible;
}

/* Content Indicator */
.content-indicator {
    display: flex;
    align-items: center;
    gap: 15px;
}

.indicator-tag {
    background: rgba(23, 71, 158, 0.1);
    color: #17479e;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: 1px solid rgba(23, 71, 158, 0.2);
}

.indicator-line {
    height: 2px;
    background: linear-gradient(90deg, #17479e, #e11b22);
    border-radius: 1px;
}

/* Headings */
.main-heading {
    font-size: 30px!important;
    font-weight: 800!important;
    line-height: 1.2!important;
    color: #17479e!important;
    margin-bottom: 1rem!important;
}


.sec-title {
    position: relative;
    display: block;
    margin-top: -13px;
    padding-bottom: 0px;
   font-size: 1.9rem!important;
    font-weight: 300;
    line-height: 1.2 !important;
     color: #17479e!important;
}

.inner-pb-20 {
    padding-bottom: 20px;
}



.heading-gradient {
    background: linear-gradient(135deg, #17479e, #e11b22);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    display: inline-block;
    position: relative;
}

.sub-heading {
    font-size: 1.5rem;
    font-weight: 500;
    color: #000;
    line-height: 1.4;
    margin-bottom: 1.5rem;
}

/* Description Box */
.description-box {
    padding: 2rem;
	
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.lead-text {
    font-size: 1.1rem;
    color: #000;
    line-height: 1.7;
    margin-bottom: 1.5rem;
	font-weight:400;
}

/* Key Points */
.key-points {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
}

.point-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
    background: #f8fafc;
    border-radius: 8px;
    border-left: 3px solid #17479e;
}

.point-icon {
    color: #fff;
    font-size: 1rem;
}

.point-item span {
    color: #334155;
    font-size: 18px;
    font-weight: 500;
}

/* CTA Buttons */
.cta-buttons {
    display: block;
    gap: 1rem;
    margin-top: 2rem;
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #17479e, #1e4aa8);
    color: white;
    padding: 16px 32px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    border: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(23, 71, 158, 0.2);
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(23, 71, 158, 0.3);
    color: white;
}

.btn-secondary {
    display: inline-flex!important;
    align-items: center!important;
    gap: 12px!important;
    background: white!important;
    color: #17479e!important;
    padding: 16px 32px!important;
    border-radius: 50px!important;
    text-decoration: none!important;
    font-weight: 600!important;
    font-size: 1rem!important;
    border: 2px solid #17479e!important;
    transition: all 0.3s ease!important;
}





.service-table-row { border-bottom:1px solid #e9ecef; transition:0.2s; }
        .service-table-row:hover { background-color:#bec0c9!important; }
        .service-table-row td { padding:1rem 0.75rem; vertical-align:middle; }
        .service-icon-cell { width:50px; text-align:center; color:#17479e; }
        .service-arrow-cell { width:40px; text-align:right; }
        .service-arrow-cell a { color:#17479e; font-size:1.2rem; opacity:0.5; transition:0.2s; }
        .service-table-row:hover .service-arrow-cell a { opacity:1; }
        .service-title { font-weight:600; color:#0b1a33; }
        .service-desc { color:#4a5b6e; font-size:0.95rem; }
		
		   .cta-modern-block { background: linear-gradient(135deg, #0f2b4b, #1c3d64); border-radius: 3rem; padding: 3.5rem 3rem; box-shadow: 0 30px 60px -15px rgba(0,20,40,0.4); position:relative; overflow:hidden; border:1px solid rgba(255,255,255,0.1); }
        .cta-modern-block::before { content:''; position:absolute; top:-30%; right:-10%; width:50%; height:200%; background:radial-gradient(circle, rgba(225,27,34,0.2) 0%, transparent 70%); pointer-events:none; }
        .cta-modern-title { font-size:2.5rem; font-weight:700; color:white; line-height:1.2; }
        .cta-modern-sub { color:#cbd9f0; font-size:1.2rem; max-width:550px; }
        .cta-modern-buttons { display:flex; gap:1.2rem; justify-content:flex-end; flex-wrap:wrap; }
        .cta-btn-white { background:white; color:#0b1f33; border-radius:50px; padding:0.9rem 2.5rem; font-weight:600; text-decoration:none; display:inline-flex; align-items:center; gap:12px; transition:0.2s; box-shadow:0 10px 20px -8px rgba(0,0,0,0.4); border:none; }
        .cta-btn-white:hover { background:#f0f4fe; transform:scale(1.02); color:#0b1f33; }
        .cta-btn-outline-modern { background:transparent; border:2px solid rgba(255,255,255,0.35); color:white; border-radius:50px; padding:0.9rem 2.5rem; font-weight:600; text-decoration:none; display:inline-flex; align-items:center; gap:12px; backdrop-filter:blur(5px); transition:0.2s; }
        .cta-btn-outline-modern:hover { border-color:white; background:rgba(255,255,255,0.05); transform:scale(1.02); color:white; }
        .bg-soft-light { background:#f9fafc; }
        @media (max-width:768px) { .cta-modern-buttons { justify-content:center; margin-top:2rem; } .cta-modern-title { font-size:2rem; } }
        /* original header/footer colors kept, but we reset some for safety */
        .nav-links a { color:#0b1a33; }

.btn-secondary:hover {
    background: #17479e!important;
    color: white!important;
    transform: translateY(-3px)!important;
}

/* Visual Content */
.hero-visual-content {
    position: relative;
}

.main-visual {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.visual-wrapper {
    position: relative;
}

.visual-wrapper img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    display: block;
}

.dt-page .visual-wrapper img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
}


.visual-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(23, 71, 158, 0.9));
    color: white;
    padding: 1.5rem;
}

.overlay-content h5 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
	color:#fff;
}

.overlay-content p {
    font-size: 0.9rem;
    opacity: 0.9;
    margin: 0;
	color:#fff;
}

/* Feature Grid */
.feature-grid {
    margin-top: 1.5rem;
}

.feature-card {
    background: white;
    border-radius: 12px;
    padding: 1.25rem;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.feature-card:hover {
    transform: translateY(-5px);
    border-color: #17479e;
    box-shadow: 0 10px 20px rgba(23, 71, 158, 0.1);
}

.feature-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #17479e, #1e4aa8);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.feature-text h6 {
    color: #0f172a;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.feature-text p {
    color: #64748b;
    font-size: 0.85rem;
    margin: 0;
}

/* Stats Bar */
.stats-bar {
    padding: 2rem;
    background: linear-gradient(135deg, #17479e 0%, #1e4aa8 100%);
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(23, 71, 158, 0.2);
}

.stats-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.stat-item {
    text-align: center;
    color: white;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
    line-height: 1;
}

.stat-label {
    font-size: 0.9rem;
    opacity: 0.9;
    font-weight: 500;
}

.stat-divider {
    width: 1px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
}

/* Responsive Design */
@media (max-width: 992px) {
    .hero-style1 {
        padding: 60px 0 40px;
    }
    
    .main-heading {
        font-size: 2.8rem;
    }
    
    .sub-heading {
        font-size: 1.3rem;
    }
    
    .key-points {
        grid-template-columns: 1fr;
    }
    
    .stats-container {
        flex-direction: column;
        gap: 2rem;
    }
    
    .stat-divider {
        width: 100%;
        height: 1px;
    }
    
    .cta-buttons {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .hero-style1 {
        padding: 40px 0 30px;
    }
    
    .main-heading {
        font-size: 2.2rem;
    }
    
    .description-box {
        padding: 1.5rem;
    }
    
    .visual-wrapper img {
        height: 250px;
    }
    
    .feature-card {
        padding: 1rem;
    }
    
    .stat-number {
        font-size: 2rem;
    }
}

/* Animation for content visibility */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-main-content {
    animation: fadeInUp 0.8s ease-out;
}

.hero-visual-content {
    animation: fadeInUp 0.8s ease-out 0.2s both;
}

.stats-bar {
    animation: fadeInUp 0.8s ease-out 0.4s both;
}





    /* ===== METHOD-STYLE HEADER ===== */
.method-style-header {
  max-width: 820px;
  margin: 0 auto 60px;
  text-align: center;
  position: relative;
}

/* Main Title */
.eng-section-main-title {
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 14px;
  line-height: 1.2;
}

.eng-section-main-title span {
  color: #4f7cff; /* same accent tone */
}

/* Small tagline */
.eng-section-tagline {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #64748b;
  margin-bottom: 18px;
  position: relative;
  display: inline-block;
}

/* Decorative underline */
.eng-section-tagline::after {
  content: "";
  position: absolute;
  width: 48px;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    #4f7cff,
    transparent
  );
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}

/* Subtitle */
.eng-section-subtitle {
  font-size: 16px;
  line-height: 1.7;
  color: #475569;
  max-width: 720px;
  margin: 0 auto;
}

/* Responsive tweak */
@media (max-width: 768px) {
  .eng-section-subtitle {
    font-size: 15px;
  }
}

    /* Unique container class that won't conflict */
    .nexus-engineering-services {
        background: linear-gradient(135deg, #0d1b2a 0%, #1b263b 100%);
        padding: 2rem 2rem;
        color: #e0e1dd;
        position: relative;
        overflow: hidden;
    }
    
    .nexus-engineering-services::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 1px;
        background: linear-gradient(90deg, transparent, #415a77, transparent);
    }
    
    .nexus-container {
        max-width: 1400px;
        margin: 0 auto;
        position: relative;
        z-index: 1;
    }
    
    /* Unique header styling */
    .nexus-header {
        text-align: center;
        margin-bottom: 2rem;
    }
    
    .nexus-preheading {
        color: #e11b22;
        font-weight: 500;
        letter-spacing: 3px;
        font-size: 0.9rem;
        text-transform: uppercase;
        margin-bottom: 1rem;
        display: block;
    }
    
   .nexus-main-title {
    font-size: 3.2rem;
    font-weight: 900;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    position: relative;
    display: inline-block;

    /* SAME gradient pattern */
    background: linear-gradient(135deg, #17479e, #e11b22);

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}


    .nexus-main-title {
    font-size: 40px;
    margin-bottom: 1.5rem;
    font-weight: 900;
    line-height: 1.2;
    position: relative;
    display: inline-block;

    /* SolidPro gradient text */
    background: linear-gradient(
        135deg,
        #e11b22 0%,
        #f25c54 40%,
        #17479e 100%
    );

    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}


 .nexus-engineering-services .nexus-main-title {
    font-size: 40px;
    margin-bottom: 1.5rem;
    font-weight: 900;
    line-height: 1.2;
    position: relative;
    display: inline-block;

    /* SolidPro gradient text */
    background: linear-gradient(
        135deg,
        #17479e 0%,
        #17479e 40%,
        #17479e 100%
    );

    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

    
    .nexus-main-title::after {
        content: '';
        position: absolute;
        bottom: -15px;
        left: 50%;
        transform: translateX(-50%);
        width: 80px;
        height: 4px;
        background: linear-gradient(90deg, #e11b22, #17479e);
        border-radius: 2px;
    }
    

    .nexus-engineering-services  .nexus-main-title::after {
        content: '';
        position: absolute;
        bottom: -15px;
        left: 50%;
        transform: translateX(-50%);
        width: 80px;
        height: 4px;
        background: linear-gradient(90deg, transparent, transparent);
        border-radius: 2px;
    }

    .nexus-engineering-services .nexus-subtitle {
        font-size: 1.2rem;
        color: #e11b22!important;
        max-width: 800px;
        margin: 1rem auto 0;
        line-height: 1.7;
    }


    .nexus-subtitle {
        font-size: 1.2rem;
        color: #000!important;
        max-width: 800px;
        margin: 1rem auto 0;
        line-height: 1.7;
    }

    
    /* Unique grid system */
    .nexus-matrix {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
        gap: 2rem;
        margin-top: 0rem;
    }
    
    /* Unique card classes */
    .nexus-module {
    position: relative;
    background: #17479e; /* solid base */
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 18px;
    padding: 28px;
    box-shadow:
        0 10px 30px rgba(0, 0, 0, 0.06);
    transition: all 0.35s ease;
    }
    
    .nexus-module::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(135deg, rgba(255, 158, 0, 0.05) 0%, transparent 70%);
        opacity: 0;
        transition: opacity 0.4s;
    }

    .nexus-module-title {
    color: #0f172a;
    font-weight: 600;
}

.nexus-module-desc {
    color: #475569;
}

.nexus-glyph {
    background: #fff4ec;
    color: #e6392d;
}



    
    .nexus-module:hover {
        transform: translateY(-12px);
        border-color: rgba(255, 158, 0, 0.3);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
		background: rgb(23 71 158 / 0%);
        
    }



     .nexus-module:hover .nexus-module-title {
        color:#000;
    }

    .nexus-module:hover {
    transform: translateY(-6px);
    box-shadow:
        0 18px 50px rgba(0, 0, 0, 0.12);
}

    
    .nexus-module:hover::before {
        opacity: 1;
    }
    
    .nexus-module.active-module {
        border-color: rgba(255, 158, 0, 0.5);
        box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4);
        background: rgba(255, 255, 255, 0.07);
    }
    
    /* Unique icon styling */
    .nexus-glyph {
        font-size: 1.8rem;
        margin-bottom: 1.8rem;
        color: #e11b22;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 158, 0, 0.1);
        border-radius: 50%;
        position: relative;
    }
    
    .nexus-glyph::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        border: 2px solid rgba(255, 158, 0, 0.2);
        border-radius: 50%;
        animation: nexusPulse 3s infinite;
    }
    
    @keyframes nexusPulse {
        0% { transform: scale(1); opacity: 1; }
        70% { transform: scale(1.2); opacity: 0; }
        100% { transform: scale(1.2); opacity: 0; }
    }
    
    /* Unique title styling */
    .nexus-module-title {
        font-size: 1.3rem;
        margin-bottom: 1.2rem;
        color: #fff;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        padding-bottom: 15px;
    }

    .active-module .nexus-module-title { 
         color: #000;
    }

     .active-module .nexus-module-desc { 
         color: #000;
    }


    .active-module .nexus-module-title:hover  { 
         color: #000;
    }


    .nexus-module-title:hover  { 
         color: #000;
    }



    .nexus-module-title:hover {
        font-size: 1.3rem;
        margin-bottom: 1.2rem;
        color: #000!important;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        padding-bottom: 15px;
    }

    .nexus-module-desc:hover {
         color: #000
    } 


  
    
    .nexus-module-title::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 50px;
        height: 3px;
        background: linear-gradient(90deg, #e11b22, transparent);
        border-radius: 3px;
    }
    
    .nexus-expand-icon {
        font-size: 1rem;
        color: #e11b22;
        transition: transform 0.4s;
    }
    
    .active-module .nexus-expand-icon {
        transform: rotate(180deg);
    }
    
    /* Unique description styling */
    .nexus-module-desc {
        color: #000;
        line-height: 1.7;
        margin-bottom: 1.8rem;
        font-size: 0.85rem;
    }
    
    /* Unique features styling */
    .nexus-aspects {
        display: flex;
        flex-wrap: wrap;
        gap: 0.8rem;
        margin-bottom: 2rem;
    }
    
    .nexus-aspect {
        background: rgba(255, 158, 0, 0.12);
        color: #ffd166;
        padding: 0.5rem 1rem;
        border-radius: 25px;
        font-size: 0.9rem;
        font-weight: 500;
        border: 1px solid rgba(255, 158, 0, 0.2);
    }
    
    /* Unique details panel */
    .nexus-details-panel {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }
    
    .active-module .nexus-details-panel {
        max-height: 500px;
    }
    
    .nexus-details-list {
        list-style-type: none;
        padding-left: 0;
        margin-top: 1.5rem;
        border-top: 1px solid rgba(255, 255, 255, 0.05);
        padding-top: 1.5rem;
    }
    
    .nexus-details-item {
        padding: 0.7rem 0;
        color: #ccd6f6;
        display: flex;
        align-items: center;
    }
    
    .nexus-details-item i {
        color: #e11b22;
        margin-right: 12px;
        font-size: 0.9rem;
    }
    
    /* Unique CTA styling */
    .nexus-cta-container {
        text-align: center;
        margin-top: 5rem;
        padding-top: 3rem;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }
    
    .nexus-cta-title {
        font-size: 1.5rem;
        margin-bottom: 2rem;
        color: #ffffff;
    }
    
    .nexus-cta-button {
        background: linear-gradient(90deg, #e11b22, #ffd166);
        color: #0d1b2a;
        border: none;
        padding: 1.2rem 3rem;
        font-size: 1.2rem;
        font-weight: 700;
        border-radius: 12px;
        cursor: pointer;
        transition: all 0.3s ease;
        display: inline-flex;
        align-items: center;
        gap: 15px;
        position: relative;
        overflow: hidden;
    }
    
    .nexus-cta-button::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
        transition: left 0.7s;
    }
    
    .nexus-cta-button:hover::before {
        left: 100%;
    }
    
    .nexus-cta-button:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 30px rgba(255, 158, 0, 0.3);
    }
    
    /* Unique footer note */
    .nexus-footnote {
        text-align: center;
        margin-top: 4rem;
        color: #8a9bb2;
        font-size: 0.95rem;
        font-style: italic;
        padding-top: 2rem;
        border-top: 1px solid rgba(255, 255, 255, 0.05);
    }
    
    /* Responsive adjustments */
    @media (max-width: 992px) {
        .nexus-matrix {
            grid-template-columns: 1fr;
        }
        
        .nexus-main-title {
            font-size: 2.5rem;
        }
        
        .nexus-module {
            padding: 2rem;
        }
    }
    
    @media (max-width: 768px) {
        .nexus-engineering-services {
            padding: 3rem 1.5rem;
        }
        
        .nexus-main-title {
            font-size: 2.2rem;
        }
        
        .nexus-subtitle {
            font-size: 1.1rem;
        }
    }

    /* ===============================
   SOLIDPRO BACKGROUND SYSTEM
================================ */

.nexus-engineering-services {
    position: relative;
    overflow: hidden;
    padding: 50px 0;
    transition: background 0.4s ease;
}

/* BACKGROUND LAYER */
.solidpro-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

/* Content must be above background */
.nexus-container {
    position: relative;
    z-index: 2;
}

/* ===============================
   LIGHT THEME
================================ */

.theme-light {
    background: #f7f9fc;
}

.theme-light .solidpro-bg {
    background:
        /* Soft diagonal glow */
        linear-gradient(120deg, rgba(0,102,255,0.06), transparent 40%),
        linear-gradient(300deg, rgba(0,102,255,0.04), transparent 45%),

        /* Engineering grid */
        repeating-linear-gradient(
            0deg,
            rgba(0,0,0,0.04) 0,
            rgba(0,0,0,0.04) 1px,
            transparent 1px,
            transparent 24px
        ),
        repeating-linear-gradient(
            90deg,
            rgba(0,0,0,0.04) 0,
            rgba(0,0,0,0.04) 1px,
            transparent 1px,
            transparent 24px
        );

    animation: solidproFlow 18s linear infinite;
}

/* ===============================
   DARK THEME
================================ */

.theme-dark {
    background: #0b1020;
}

.theme-dark .solidpro-bg {
    background:
        /* Tech glow */
        linear-gradient(130deg, rgba(0,153,255,0.15), transparent 45%),
        linear-gradient(320deg, rgba(0,153,255,0.08), transparent 50%),

        /* Dark grid */
        repeating-linear-gradient(
            0deg,
            rgba(255,255,255,0.05) 0,
            rgba(255,255,255,0.05) 1px,
            transparent 1px,
            transparent 26px
        ),
        repeating-linear-gradient(
            90deg,
            rgba(255,255,255,0.05) 0,
            rgba(255,255,255,0.05) 1px,
            transparent 1px,
            transparent 26px
        );

    animation: solidproFlow 20s linear infinite;
}

/* ===============================
   ANIMATION
================================ */

@keyframes solidproFlow {
    0% {
        background-position: 0 0, 0 0, 0 0, 0 0;
    }
    100% {
        background-position: 600px 0, -600px 0, 0 600px, 600px 0;
    }
}

/* ===============================
   CONTENT ABOVE BG
================================ */

.nexus-container {
    position: relative;
    z-index: 2;
}

/* Dark text adjustments */
.theme-dark .nexus-main-title,
.theme-dark .nexus-preheading,
.theme-dark .nexus-subtitle {
    color: #e6ebff;
}


/* ===============================
   SOLIDPRO CARD PATTERN
================================ */

.nexus-module {
    position: relative;
    overflow: hidden;
    background: #0b1020;
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

/* WAVE / CONTOUR LAYER */
.nexus-module::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;

    background:
        radial-gradient(
            circle at 90% 15%,
            rgba(230, 57, 45, 0.08),
            transparent 55%
        ),
        repeating-radial-gradient(
            circle at 80% 20%,
            rgba(0, 0, 0, 0.04) 0,
            rgba(0, 0, 0, 0.04) 1px,
            transparent 1px,
            transparent 12px
        );

    opacity: 0.9;
}

/* CONTENT ABOVE PATTERN */
.nexus-module > * {
    position: relative;
    z-index: 2;
}

.nexus-glyph {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #0b1020;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.nexus-glyph i {
    color: #e6392d;
    font-size: 20px;
}


/* ===== METHOD SECTION - ENHANCED ===== */
.method-section-refined {
    padding: 100px 0;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    position: relative;
    overflow: hidden;
}

/* Header */
.method-header-refined {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
}

.method-preheading {
    display: inline-block;
    color: #17479e;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding: 8px 20px;
    background: rgba(23, 71, 158, 0.08);
    border-radius: 20px;
    border: 1px solid rgba(23, 71, 158, 0.15);
}

.method-title-refined {
    font-size: 3rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 20px;
    line-height: 1.2;
    background: linear-gradient(135deg, #17479e, #e11b22);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.method-subtitle-refined {
    font-size: 1.1rem;
    color: #475569;
    line-height: 1.7;
    max-width: 700px;
    margin: 0 auto;
}

/* Process Flow */
.method-process-refined {
    position: relative;
    margin: 60px auto 80px;
    max-width: 900px;
}

.progress-line-wrapper {
    position: absolute;
    top: 35px;
    left: 10%;
    right: 10%;
    height: 4px;
    z-index: 1;
}

.progress-line-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: #e2e8f0;
    border-radius: 2px;
}

.progress-line-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 20%; /* Updated by JS on hover */
    background: linear-gradient(90deg, #17479e, #e11b22);
    border-radius: 2px;
    transition: width 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.process-steps {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.process-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    position: relative;
    flex: 1;
}

.step-dot-refined {
    width: 70px;
    height: 70px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    font-size: 1.5rem;
    margin-bottom: 15px;
    border: 3px solid #e2e8f0;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.step-pulse {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid transparent;
    opacity: 0;
}

.process-step.active .step-dot-refined {
    color: #17479e;
    border-color: #17479e;
    background: white;
    transform: scale(1.1);
    box-shadow: 0 10px 25px rgba(23, 71, 158, 0.15);
}

.process-step:hover .step-dot-refined {
    border-color: #17479e;
    color: #17479e;
    transform: translateY(-5px);
}

.process-step.active .step-pulse {
    animation: pulseDot 2s infinite;
    border-color: rgba(23, 71, 158, 0.3);
}

@keyframes pulseDot {
    0% { transform: scale(1); opacity: 1; }
    100% { transform: scale(1.5); opacity: 0; }
}

.step-label-refined {
    color: #64748b;
    font-weight: 600;
    font-size: 0.95rem;
    text-align: center;
    transition: color 0.3s ease;
}

.process-step.active .step-label-refined {
    color: #17479e;
    font-weight: 700;
}

/* Interactive Cards */
.method-cards-refined {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin: 60px 0;
}

.method-card-refined {
    background: white;
    border-radius: 16px;
    padding: 30px;
    position: relative;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
    height: auto;
    min-height: 280px;
    display: flex;
    flex-direction: column;
}

.method-card-refined:hover {
    transform: translateY(-10px);
    border-color: #17479e;
    box-shadow: 0 20px 40px rgba(23, 71, 158, 0.15);
}

.card-highlight {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #17479e, #e11b22);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease;
}

.method-card-refined:hover .card-highlight {
    transform: scaleX(1);
}

.card-icon-refined {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #17479e, #1e4aa8);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    margin-bottom: 25px;
}

.card-title-refined {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 15px;
    line-height: 1.3;
}

.card-teaser {
    color: #000;
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
}

.hover-indicator {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #94a3b8;
    font-size: 0.9rem;
    margin-top: auto;
    opacity: 0.8;
    transition: all 0.3s ease;
}

.method-card-refined:hover .hover-indicator {
    color: #17479e;
    opacity: 1;
}

.hover-indicator i {
    transition: transform 0.3s ease;
}

.method-card-refined:hover .hover-indicator i {
    transform: translateX(5px);
}

/* Card Details (Hidden until hover) */
.card-details {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
    margin-top: 0;
}

.method-card-refined:hover .card-details {
    max-height: 500px;
    opacity: 1;
    margin-top: 25px;
}

.card-details h4 {
    color: #0f172a;
    font-size: 1.1rem;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e2e8f0;
}

.detail-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.detail-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.detail-icon {
    width: 24px;
    height: 24px;
    background: rgba(23, 71, 158, 0.1);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #17479e;
    font-size: 0.8rem;
    flex-shrink: 0;
    margin-top: 2px;
}

.detail-content strong {
    color: #0f172a;
    font-size: 0.95rem;
    display: block;
    margin-bottom: 4px;
}

.detail-content p {
    color: #64748b;
    font-size: 0.85rem;
    line-height: 1.5;
    margin: 0;
}

/* Enhanced CTA */
.method-cta-refined {
    text-align: center;
    margin-top: 80px;
    padding: 60px;
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    position: relative;
    overflow: hidden;
}

.cta-title-refined {
    font-size: 2rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cta-button-refined {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: linear-gradient(135deg, #17479e, #e11b22);
    color: white;
    padding: 18px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 10px 30px rgba(23, 71, 158, 0.2);
}

.cta-button-refined:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(23, 71, 158, 0.3);
}

.cta-glow {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent);
    transition: left 0.7s;
}

.cta-button-refined:hover .cta-glow {
    left: 100%;
}

.cta-subtext {
    color: #64748b;
    margin-top: 20px;
    font-size: 0.95rem;
}

/* Mobile Steps (for smaller screens) */
.mobile-steps-refined {
    display: none;
    justify-content: center;
    gap: 10px;
    margin: 30px 0;
    flex-wrap: wrap;
}

.mobile-step-refined {
    padding: 10px 20px;
    background: #f1f5f9;
    border-radius: 25px;
    color: #64748b;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.mobile-step-refined.active {
    background: #17479e;
    color: white;
    border-color: #17479e;
}

/* Responsive */
@media (max-width: 992px) {
    .method-title-refined {
        font-size: 2.5rem;
    }
    
    .method-cards-refined {
        grid-template-columns: 1fr;
    }
    
    .process-steps {
        display: none;
    }
    
    .mobile-steps-refined {
        display: flex;
    }
    
    .method-process-refined {
        margin: 40px auto;
    }
}

@media (max-width: 768px) {
    .method-section-refined {
        padding: 60px 0;
    }
    
    .method-title-refined {
        font-size: 2rem;
    }
    
    .cta-title-refined {
        font-size: 1.5rem;
    }
    
    .cta-button-refined {
        padding: 15px 30px;
        font-size: 1rem;
    }
    
    .method-cta-refined {
        padding: 40px 20px;
    }
}

/* ===== METHOD SECTION - ENHANCED ===== */
.method-section-refined {
    padding: 30px 0;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    position: relative;
    overflow: hidden;
}

/* Header */
.method-header-refined {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 0px;
}

.method-preheading {
    display: inline-block;
    color: #17479e;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding: 8px 20px;
    background: rgba(23, 71, 158, 0.08);
    border-radius: 20px;
    border: 1px solid rgba(23, 71, 158, 0.15);
}

.method-title-refined {
    font-size: 40px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 20px;
    line-height: 1.2;
    background: linear-gradient(135deg, #17479e, #e11b22);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.method-subtitle-refined {
    font-size: 1.1rem;
    color: #475569;
    line-height: 1.7;
    max-width: 700px;
    margin: 0 auto;
}

/* Process Flow */
.method-process-refined {
    position: relative;
    margin: 20px auto 0px;
    max-width: 900px;
}

.progress-line-wrapper {
    position: absolute;
    top: 35px;
    left: 10%;
    right: 10%;
    height: 4px;
    z-index: 1;
}

.progress-line-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: #e2e8f0;
    border-radius: 2px;
}

.progress-line-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 20%; /* Updated by JS on hover */
    background: linear-gradient(90deg, #17479e, #e11b22);
    border-radius: 2px;
    transition: width 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.process-steps {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.process-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    position: relative;
    flex: 1;
}

.step-dot-refined {
    width: 70px;
    height: 70px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    font-size: 1.5rem;
    margin-bottom: 15px;
    border: 3px solid #e2e8f0;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.step-pulse {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid transparent;
    opacity: 0;
}

.process-step.active .step-dot-refined {
    color: #17479e;
    border-color: #17479e;
    background: white;
    transform: scale(1.1);
    box-shadow: 0 10px 25px rgba(23, 71, 158, 0.15);
}

.process-step:hover .step-dot-refined {
    border-color: #17479e;
    color: #17479e;
    transform: translateY(-5px);
}

.process-step.active .step-pulse {
    animation: pulseDot 2s infinite;
    border-color: rgba(23, 71, 158, 0.3);
}

@keyframes pulseDot {
    0% { transform: scale(1); opacity: 1; }
    100% { transform: scale(1.5); opacity: 0; }
}

.step-label-refined {
    color: #64748b;
    font-weight: 600;
    font-size: 0.95rem;
    text-align: center;
    transition: color 0.3s ease;
}

.process-step.active .step-label-refined {
    color: #17479e;
    font-weight: 700;
}

/* Interactive Cards */
.method-cards-refined {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px;
    margin: 60px 0 0px;
}

.method-card-refined {
    background: white;
    border-radius: 16px;
    padding: 10px;
    position: relative;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
    height: auto;
    min-height: 280px;
    display: flex;
    flex-direction: column;
}

.method-card-refined:hover {
    transform: translateY(-10px);
    border-color: #17479e;
    box-shadow: 0 20px 40px rgba(23, 71, 158, 0.15);
}

.card-highlight {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #17479e, #e11b22);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease;
}

.method-card-refined:hover .card-highlight {
    transform: scaleX(1);
}

.card-icon-refined {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #17479e, #1e4aa8);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    margin-bottom: 25px;
}

.card-title-refined {
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 15px;
    line-height: 1.3;
}

.card-teaser {
    color: #000;
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
}

.hover-indicator {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #94a3b8;
    font-size: 0.9rem;
    margin-top: auto;
    opacity: 0.8;
    transition: all 0.3s ease;
}

.method-card-refined:hover .hover-indicator {
    color: #17479e;
    opacity: 1;
}

.hover-indicator i {
    transition: transform 0.3s ease;
}

.method-card-refined:hover .hover-indicator i {
    transform: translateX(5px);
}

/* Card Details (Hidden until hover) */
.card-details {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
    margin-top: 0;
}

.method-card-refined:hover .card-details {
    max-height: 500px;
    opacity: 1;
    margin-top: 25px;
}

.card-details h4 {
    color: #0f172a;
    font-size: 1.1rem;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e2e8f0;
}

.detail-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.detail-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.detail-icon {
    width: 24px;
    height: 24px;
    background: rgba(23, 71, 158, 0.1);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #17479e;
    font-size: 0.8rem;
    flex-shrink: 0;
    margin-top: 2px;
}

.detail-content strong {
    color: #0f172a;
    font-size: 0.95rem;
    display: block;
    margin-bottom: 4px;
}

.detail-content p {
    color: #64748b;
    font-size: 0.85rem;
    line-height: 1.5;
    margin: 0;
}

/* Enhanced CTA */
.method-cta-refined {
    text-align: center;
    margin-top: 80px;
    padding: 60px;
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    position: relative;
    overflow: hidden;
}

.cta-title-refined {
    font-size: 2rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cta-button-refined {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: linear-gradient(135deg, #17479e, #e11b22);
    color: white;
    padding: 18px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 10px 30px rgba(23, 71, 158, 0.2);
}

.cta-button-refined:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(23, 71, 158, 0.3);
}

.cta-glow {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent);
    transition: left 0.7s;
}

.cta-button-refined:hover .cta-glow {
    left: 100%;
}

.cta-subtext {
    color: #64748b;
    margin-top: 20px;
    font-size: 0.95rem;
}

/* Mobile Steps (for smaller screens) */
.mobile-steps-refined {
    display: none;
    justify-content: center;
    gap: 10px;
    margin: 30px 0;
    flex-wrap: wrap;
}

.mobile-step-refined {
    padding: 10px 20px;
    background: #f1f5f9;
    border-radius: 25px;
    color: #64748b;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.mobile-step-refined.active {
    background: #17479e;
    color: white;
    border-color: #17479e;
}

/* Responsive */
@media (max-width: 992px) {
    .method-title-refined {
        font-size: 2.5rem;
    }
    
    .method-cards-refined {
        grid-template-columns: 1fr;
    }
    
    .process-steps {
        display: none;
    }
    
    .mobile-steps-refined {
        display: flex;
    }
    
    .method-process-refined {
        margin: 40px auto;
    }
}

@media (max-width: 768px) {
    .method-section-refined {
        padding: 60px 0;
    }
    
    .method-title-refined {
        font-size: 2rem;
    }
    
    .cta-title-refined {
        font-size: 1.5rem;
    }
    
    .cta-button-refined {
        padding: 15px 30px;
        font-size: 1rem;
    }
    
    .method-cta-refined {
        padding: 40px 20px;
    }
}


.ps-section-2 {
    padding: 50px 0;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    position: relative;
    overflow: hidden;
}

/* Floating Dots */
.floating-dots {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.dot {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(30, 102, 208, 0.3), transparent);
    filter: blur(10px);
    animation: floatDot 20s infinite ease-in-out;
}

.dot-1 {
    width: 200px;
    height: 200px;
    top: 10%;
    left: 5%;
    animation-delay: 0s;
}

.dot-2 {
    width: 150px;
    height: 150px;
    bottom: 20%;
    right: 10%;
    animation-delay: 5s;
}

.dot-3 {
    width: 100px;
    height: 100px;
    top: 60%;
    left: 80%;
    animation-delay: 10s;
}

@keyframes floatDot {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(30px, -30px) scale(1.1); }
    66% { transform: translate(-20px, 20px) scale(0.9); }
}

/* Process Flow */
.process-flow {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.flow-item {
    position: relative;
    margin-bottom: 40px;
}

.flow-step {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.step-number {
    width: 60px;
    height: 60px;
    background: linear-gradient(45deg, #1e66d0, #e11d2e);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 18px;
    z-index: 2;
    box-shadow: 0 10px 30px rgba(30, 102, 208, 0.3);
}

.step-line {
    position: absolute;
    top: 60px;
    bottom: -80px;
    width: 2px;
    background: linear-gradient(to bottom, #1e66d0, #e11d2e, transparent);
    opacity: 0.5;
}

.flow-content {
    margin-left: 80px;
    display: flex;
    align-items: center;
    gap: 40px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.flow-content:hover {
    transform: translateX(10px);
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.08);
}

.flow-problem, .flow-solution {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 20px;
}

.flow-icon {
    position: relative;
    width: 70px;
    height: 70px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.problem-icon {
    color: #e11d2e;
    background: rgba(225, 29, 46, 0.1);
    border: 2px solid rgba(225, 29, 46, 0.3);
    border-radius: 18px;
}

.solution-icon {
    color: #1e66d0;
    background: rgba(30, 102, 208, 0.1);
    border: 2px solid rgba(30, 102, 208, 0.3);
    border-radius: 18px;
}

.icon-rings {
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border: 2px solid currentColor;
    border-radius: 18px;
    opacity: 0.3;
    animation: pulseRing 2s infinite;
}

.icon-pulse {
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background: currentColor;
    border-radius: 18px;
    opacity: 0.1;
    animation: pulseGlow 2s infinite;
}

@keyframes pulseRing {
    0%, 100% { transform: scale(1); opacity: 0.3; }
    50% { transform: scale(1.1); opacity: 0.1; }
}

@keyframes pulseGlow {
    0%, 100% { opacity: 0.1; }
    50% { opacity: 0.2; }
}

.flow-text {
    flex: 1;
}

.flow-text h4 {
    font-size: 18px;
    font-weight: 700;
}

.flow-transition {
    position: relative;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.transition-line {
    position: absolute;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #e11d2e, #1e66d0);
}

.transition-arrow {
    position: relative;
    z-index: 2;
    width: 40px;
    height: 40px;
    background: linear-gradient(45deg, #e11d2e, #1e66d0);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    animation: slideArrow 2s infinite;
}

@keyframes slideArrow {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(10px); }
}

/* Buttons */
.btn-problem-details {
    background: transparent;
    border: 1px solid rgb(255 255 255 / 30%);
    color: #fff;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.btn-problem-details:hover {
    background: rgba(225, 29, 46, 0.1);
    transform: translateY(-2px);
}

/* Stats */
.solution-stats {
    display: flex;
    gap: 10px;
    margin-top: 15px;
    flex-wrap: wrap;
}

.stat-badge {
    background: rgba(30, 102, 208, 0.2);
    color: #1e66d0;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid rgba(30, 102, 208, 0.3);
}

/* Details Panel */
.flow-details {
    margin-left: 80px;
    margin-top: 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 0 0 20px 20px;
}

.flow-details.active {
    max-height: 300px;
}

.details-content {
    padding: 30px;
}

.details-content h5 {
    color: white;
    font-size: 18px;
    margin-bottom: 20px;
}

.details-content h6 {
    color: white;
    font-size: 16px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.details-content ul {
    list-style: none;
    padding: 0;
}

.details-content li {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative;
}

.details-content li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: currentColor;
}

/* Responsive */
@media (max-width: 992px) {
    .flow-content {
        flex-direction: column;
        gap: 30px;
    }
    
    .flow-transition {
        width: 100%;
        height: 80px;
    }
    
    .transition-line {
        width: 2px;
        height: 100%;
        background: linear-gradient(to bottom, #e11d2e, #1e66d0);
    }
    
    .transition-arrow {
        transform: rotate(90deg);
    }
    
    @keyframes slideArrow {
        0%, 100% { transform: rotate(90deg) translateY(0); }
        50% { transform: rotate(90deg) translateY(10px); }
    }
    
    .flow-problem, .flow-solution {
        width: 100%;
    }
    
    .flow-details {
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    .ps-section-2 {
        padding: 70px 0;
    }
    
    .display-4 {
        font-size: 32px;
    }
    
    .flow-step {
        display: none;
    }
    
    .flow-content {
        margin-left: 0;
    }
    
    .flow-problem, .flow-solution {
        flex-direction: column;
        text-align: center;
    }
}

/* CTA Button Styles for Tech Gradient Section */
.tech-cta-btn {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(90deg, #17479e, #e11b22);
    color: white;
    padding: 16px 36px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 17px;
    border: none;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(23, 71, 158, 0.4);
}

.tech-cta-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, #e11b22, #17479e);
    opacity: 0;
    transition: opacity 0.4s ease;
    border-radius: 50px;
    z-index: 1;
}

.tech-cta-btn span, .tech-cta-btn i {
    position: relative;
    z-index: 2;
}

.tech-cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(23, 71, 158, 0.6);
}

.tech-cta-btn:hover::before {
    opacity: 1;
}

.tech-cta-btn:hover i {
    transform: translateX(5px);
    transition: transform 0.3s ease;
}

.tech-cta-btn i {
    transition: transform 0.3s ease;
}

/* Responsive adjustments for title */
@media (max-width: 768px) {
    .section-title {
        font-size: 32px !important;
    }
    
    .section-description {
        font-size: 16px !important;
        padding: 0 15px;
    }
    
    .tech-cta-btn {
        padding: 14px 28px;
        font-size: 15px;
    }
}

/* ===== SOLIDPRO ACCELERATORS - UNIQUE DESIGN ===== */
.solidpro-accelerators {
    --accelerator-primary: #17479e;
    --accelerator-secondary: #7c3aed;
    --accelerator-accent: #10b981;
    --accelerator-light: #f8fafc;
    --accelerator-dark: #1e293b;
    --accelerator-gray: #64748b;
    
    padding: 80px 0;
    background: linear-gradient(135deg, #ffffff 0%, #f1f5f9 100%);
    position: relative;
    overflow: hidden;
}

.accelerators-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

/* Header */
.accelerators-header {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}

.accelerators-badge {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--accelerator-primary);
    background: linear-gradient(135deg, 
        rgba(37, 99, 235, 0.1) 0%, 
        rgba(124, 58, 237, 0.1) 100%);
    padding: 10px 24px;
    border-radius: 20px;
    margin-bottom: 20px;
    border: 1px solid rgba(37, 99, 235, 0.2);
}

.accelerators-title {
    font-size: 48px;
    font-weight: 700;
    color: var(--accelerator-dark);
    line-height: 1.2;
    position: relative;
    display: inline-block;
}

.accelerators-title::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, 
        var(--accelerator-primary), 
        var(--accelerator-secondary));
    border-radius: 2px;
}

/* Process Flow */
.accelerators-flow {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

@media (min-width: 992px) {
    .accelerators-flow {
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
        gap: 40px;
    }
}

/* Accelerator Cards */
.accelerator-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(226, 232, 240, 0.8);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
    max-width: 400px;
    width: 100%;
}

@media (min-width: 992px) {
    .accelerator-card {
        flex: 1;
        margin-bottom: 0;
    }
    
    .accelerator-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 50px rgba(37, 99, 235, 0.15);
        border-color: rgba(37, 99, 235, 0.3);
    }
}

.accelerator-visual {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.accelerator-number {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 48px;
    font-weight: 900;
    color: rgba(37, 99, 235, 0.1);
    z-index: 2;
    line-height: 1;
    transition: all 0.3s ease;
}

.accelerator-card:hover .accelerator-number {
    color: rgba(37, 99, 235, 0.2);
    transform: scale(1.1);
}

.accelerator-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.accelerator-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.accelerator-card:hover .accelerator-image img {
    transform: scale(1.08);
}

.accelerator-content {
    padding: 30px;
}

.accelerator-content h3 {
    font-size: 24px;
    font-weight: 700;
    color: var(--accelerator-dark);
    margin-bottom: 12px;
    line-height: 1.3;
}

.accelerator-content p {
    color: var(--accelerator-gray);
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.accelerator-category {
    display: inline-block;
    padding: 8px 16px;
    background: linear-gradient(135deg, 
        rgba(37, 99, 235, 0.1) 0%, 
        rgba(124, 58, 237, 0.1) 100%);
    color: var(--accelerator-primary);
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border: 1px solid rgba(37, 99, 235, 0.2);
    transition: all 0.3s ease;
}

.accelerator-card:hover .accelerator-category {
    background: linear-gradient(135deg, 
        rgba(37, 99, 235, 0.2) 0%, 
        rgba(124, 58, 237, 0.2) 100%);
    transform: translateY(-2px);
}

/* Connectors */
.accelerator-connector {
    display: none;
}

@media (min-width: 992px) {
    .accelerator-connector {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
        flex: 0 0 100px;
        height: 200px;
    }
    
    .connector-line {
        width: 2px;
        height: 100%;
        background: linear-gradient(180deg, 
            var(--accelerator-primary) 0%,
            var(--accelerator-secondary) 100%);
        position: relative;
        opacity: 0.3;
        transition: opacity 0.3s ease;
    }
    
    .accelerator-connector:hover .connector-line {
        opacity: 0.6;
    }
    
    .connector-arrow {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 40px;
        height: 40px;
        background: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--accelerator-primary);
        border: 2px solid rgba(37, 99, 235, 0.2);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
    }
    
    .accelerator-connector:hover .connector-arrow {
        background: var(--accelerator-primary);
        color: white;
        transform: translate(-50%, -50%) scale(1.1);
    }
}

/* Card Specific Colors */
.accelerator-1 .accelerator-category {
    color: var(--accelerator-primary);
    background: linear-gradient(135deg, 
        rgba(37, 99, 235, 0.1) 0%, 
        rgba(37, 99, 235, 0.05) 100%);
    border-color: rgba(37, 99, 235, 0.2);
}

.accelerator-2 .accelerator-category {
    color: var(--accelerator-accent);
    background: linear-gradient(135deg, 
        rgba(16, 185, 129, 0.1) 0%, 
        rgba(16, 185, 129, 0.05) 100%);
    border-color: rgba(16, 185, 129, 0.2);
}

.accelerator-3 .accelerator-category {
    color: var(--accelerator-secondary);
    background: linear-gradient(135deg, 
        rgba(124, 58, 237, 0.1) 0%, 
        rgba(124, 58, 237, 0.05) 100%);
    border-color: rgba(124, 58, 237, 0.2);
}

/* Responsive Design */
@media (max-width: 991px) {
    .solidpro-accelerators {
        padding: 60px 0;
    }
    
    .accelerators-title {
        font-size: 36px;
    }
    
    .accelerator-visual {
        height: 180px;
    }
    
    .accelerator-content {
        padding: 24px;
    }
    
    .accelerator-content h3 {
        font-size: 22px;
    }
}

@media (max-width: 576px) {
    .accelerators-title {
        font-size: 32px;
    }
    
    .accelerators-badge {
        font-size: 12px;
        padding: 8px 20px;
    }
    
    .accelerator-number {
        font-size: 40px;
    }
    
    .accelerator-category {
        padding: 6px 14px;
        font-size: 12px;
    }
}

/* Custom Animations */
@keyframes acceleratorFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@media (min-width: 992px) {
    .accelerator-1 {
        animation: acceleratorFloat 6s ease-in-out infinite;
    }
    
    .accelerator-2 {
        animation: acceleratorFloat 6s ease-in-out infinite 1s;
    }
    
    .accelerator-3 {
        animation: acceleratorFloat 6s ease-in-out infinite 2s;
    }
}

/* Accessibility */
.accelerator-card:focus-within {
    outline: 2px solid var(--accelerator-primary);
    outline-offset: 2px;
}

.numbers-showcase {
    padding: 40px 0;
    background: #ffffff;
    position: relative;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Minimal Header */
.numbers-header {
    text-align: center;
    margin-bottom: 20px;
}

.section-headline {
    font-size: 42px;
    font-weight: 700;
    color: #0a142a;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
}

.section-subhead {
    font-size: 18px;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.5;
}

/* Stats Grid */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    padding: 0 20px;
}

.stat-block {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 40px 30px;
    text-align: center;
    transition: transform 0.3s ease;
    border: 1px solid #e9ecef;
}

.stat-block:hover {
    transform: translateY(-5px);
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.stat-number {
    font-size: 48px;
    font-weight: 800;
    color: #17479e;
    line-height: 1;
    margin-bottom: 15px;
    font-family: 'Inter', sans-serif;
}

.stat-title {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.stat-line {
    width: 40px;
    height: 2px;
    background: #e11b22;
    margin: 0 auto 20px auto;
}

.stat-desc {
    color: #666;
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
}

/* Responsive */
@media (max-width: 992px) {
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    
    .stat-number {
        font-size: 42px;
    }
}

@media (max-width: 576px) {
    .stats-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .section-headline {
        font-size: 32px;
    }
    
    .stat-block {
        padding: 30px 20px;
    }
}

/* Why SolidPro Section - Clean Fixed Layout */
.why-solidpro-fixed {
    padding: 100px 0;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    position: relative;
    overflow: hidden;
}

/* Background Pattern */
.why-solidpro-fixed::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(23, 71, 158, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(225, 27, 34, 0.1) 0%, transparent 50%);
    z-index: 1;
}

/* Header Styles */
.why-header-fixed {
    position: relative;
    z-index: 2;
}

.why-subtitle-fixed {
    display: inline-block;
    color: #60a5fa;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px;
    background: rgba(23, 71, 158, 0.1);
    padding: 8px 20px;
    border-radius: 20px;
    border: 1px solid rgba(23, 71, 158, 0.2);
}

.why-title-fixed {
    color: #ffffff;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
}

.title-gradient-fixed {
    background: linear-gradient(90deg, #17479e, #e11b22);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.why-description-fixed {
    color: #cbd5e1;
    font-size: 18px;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Card Styles */
.why-card-fixed {
    background: rgba(30, 41, 59, 0.7);
    border-radius: 16px;
    padding: 30px;
    height: 100%;
    border: 1px solid rgba(100, 116, 139, 0.2);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
}

.why-card-fixed:hover {
    transform: translateY(-10px);
    border-color: rgba(23, 71, 158, 0.5);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.3),
        0 0 60px rgba(23, 71, 158, 0.1);
}

.why-card-fixed::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, 
        rgba(23, 71, 158, 0.1) 0%, 
        transparent 50%, 
        rgba(225, 27, 34, 0.05) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.why-card-fixed:hover::before {
    opacity: 1;
}

/* Card Icon */
.card-icon-fixed {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #17479e, #1e4aa8);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    color: #ffffff;
    font-size: 24px;
    position: relative;
    overflow: hidden;
}

.card-icon-fixed::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        to bottom right,
        transparent 30%,
        rgba(255, 255, 255, 0.2) 50%,
        transparent 70%
    );
    transform: rotate(45deg);
    animation: shine 3s infinite;
}

@keyframes shine {
    0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
    100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

/* Point 2 specific icon */
.why-card-fixed:nth-child(2) .card-icon-fixed {
    background: linear-gradient(135deg, #e11b22, #f03a3a);
}

/* Point 3 specific icon */
.why-card-fixed:nth-child(3) .card-icon-fixed {
    background: linear-gradient(135deg, #10b981, #34d399);
}

/* Point 4 specific icon */
.why-card-fixed:nth-child(4) .card-icon-fixed {
    background: linear-gradient(135deg, #f59e0b, #fbbf24);
}

/* Point 5 specific icon */
.why-card-fixed:nth-child(5) .card-icon-fixed {
    background: linear-gradient(135deg, #8b5cf6, #a78bfa);
}

/* Card Title */
.card-title-fixed {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.4;
    position: relative;
    padding-bottom: 15px;
}

.card-title-fixed::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, #17479e, #e11b22);
    border-radius: 2px;
}

/* Card Description */
.card-description-fixed {
    color: #cbd5e1;
    line-height: 1.6;
    font-size: 15px;
    margin-bottom: 20px;
}

/* Tags for Point 1 */
.card-tags-fixed {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 15px;
}

.card-tags-fixed span {
    background: rgba(23, 71, 158, 0.15);
    color: #93c5fd;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid rgba(23, 71, 158, 0.3);
}

/* Tech Stack for Point 2 */
.tech-stack-fixed {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.tech-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.tech-item i {
    width: 40px;
    height: 40px;
    background: rgba(225, 27, 34, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fca5a5;
    font-size: 18px;
}

.tech-item span {
    font-size: 11px;
    color: #94a3b8;
    text-align: center;
}

/* Industry Icons for Point 3 */
.industry-icons-fixed {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.industry-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.industry-icon i {
    width: 40px;
    height: 40px;
    background: rgba(16, 185, 129, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #34d399;
    font-size: 16px;
    transition: all 0.3s ease;
}

.industry-icon:hover i {
    background: rgba(16, 185, 129, 0.2);
    transform: scale(1.1);
}

.industry-icon span {
    font-size: 11px;
    color: #94a3b8;
}

/* Speed Metric for Point 4 */
.speed-metric-fixed {
    margin-top: 25px;
    padding: 20px;
    background: rgba(30, 41, 59, 0.8);
    border-radius: 12px;
    border: 1px solid rgba(100, 116, 139, 0.2);
}

.speed-bar {
    margin-bottom: 15px;
}

.speed-label {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    font-size: 12px;
    color: #94a3b8;
}

.bar-traditional,
.bar-solidpro {
    height: 10px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.bar-traditional {
    background: linear-gradient(90deg, #4a5568, #718096);
    width: 100%;
}

.bar-solidpro {
    background: linear-gradient(90deg, #17479e, #2d8cff);
    width: 40%;
}

.bar-solidpro::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent);
    animation: shimmer 2s infinite;
}

@keyframes shimmer {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

.speed-saving {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #10b981;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
}

/* Execution Stats for Point 5 */
.execution-stats-fixed {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
    padding: 20px;
    background: rgba(30, 41, 59, 0.8);
    border-radius: 12px;
    border: 1px solid rgba(100, 116, 139, 0.2);
}

.execution-stat {
    text-align: center;
}

.stat-value {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 5px;
}

.stat-label {
    font-size: 11px;
    color: #94a3b8;
    max-width: 70px;
    line-height: 1.3;
}

/* CTA Card */
.why-cta-card-fixed {
    background: linear-gradient(135deg, #17479e, #1e4aa8);
    border-radius: 16px;
    padding: 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    min-height: 400px;
}

.why-cta-card-fixed::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, 
        rgba(23, 71, 158, 0.8) 0%, 
        rgba(225, 27, 34, 0.2) 100%);
    z-index: 1;
}

.cta-content {
    position: relative;
    z-index: 2;
    color: #ffffff;
}

.cta-content h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
	color: #ffffff;
}

.cta-content p {
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 25px;
}

.cta-button-fixed {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #ffffff;
    color: #17479e;
    padding: 14px 28px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
}

.cta-button-fixed:hover {
    background: #f8fafc;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.cta-image {
    position: relative;
    z-index: 2;
    margin-top: 30px;
}

.image-placeholder {
    width: 100%;
    height: 120px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    color: rgba(255, 255, 255, 0.2);
}

/* Section Divider */
.section-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 60px;
}

.divider-line {
    flex: 1;
    height: 2px;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(23, 71, 158, 0.5), 
        rgba(225, 27, 34, 0.5), 
        transparent);
}

.divider-text {
    color: #94a3b8;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
}

/* Responsive Design */
@media (max-width: 992px) {
    .why-title-fixed {
        font-size: 36px;
    }
    
    .why-card-fixed {
        padding: 25px;
    }
    
    .execution-stats-fixed {
        padding: 15px;
    }
    
    .stat-value {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .why-solidpro-fixed {
        padding: 70px 0;
    }
    
    .why-title-fixed {
        font-size: 32px;
    }
    
    .why-description-fixed {
        font-size: 16px;
    }
    
    .section-divider {
        flex-direction: column;
        gap: 15px;
    }
    
    .divider-line {
        width: 100%;
    }
    
    .why-cta-card-fixed {
        min-height: 350px;
        padding: 30px;
    }
}

@media (max-width: 576px) {
    .card-icon-fixed {
        width: 50px;
        height: 50px;
        font-size: 20px;
        margin-bottom: 20px;
    }
    
    .card-title-fixed {
        font-size: 18px;
    }
    
    .card-description-fixed {
        font-size: 14px;
    }
    
    .tech-stack-fixed,
    .industry-icons-fixed {
        justify-content: space-around;
    }
}

/* 
  All classes are prefixed with "eng-" to avoid conflicts
  The section ID is also used for additional specificity
*/
#eng-challenges-section.eng-section-2024 {
  --eng-red: #ff4757;
  --eng-green: #2ed573;
  --eng-blue: #1e90ff;
  --eng-dark: #2f3542;
  --eng-light: #f1f2f6;
  --eng-gray: #747d8c;
  --eng-radius: 12px;
  --eng-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
  padding: 1.5rem 0.5rem;
  padding-bottom:0rem!important;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  position: relative;
  overflow: hidden;
}

/* Container */
.eng-section-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* Header */
.eng-section-header {
  text-align: center;
  margin-bottom: 1rem;
  padding: 0 1rem;
}

.numbers-showcase .eng-section-main-title {
    font-size: 40px;
    margin-bottom: 0.75rem;
    line-height: 1.3;
    font-weight: 800;
    position: relative;
    display: inline-block;

    /* SAME gradient color */
    background: linear-gradient(135deg, #e11b22, #17479e);

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}


.eng-section-main-title {
    font-size: 40px;
    margin-bottom: 0.75rem;
    line-height: 1.3;
    font-weight: 800;
    position: relative;
    display: inline-block;

    /* SAME gradient color */
    background: linear-gradient(135deg, #17479e, #17479e);

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}



.eng-section-main-title {
    font-size: 40px;
    margin-bottom: 0.75rem;
    line-height: 1.3;
    font-weight: 800;
    position: relative;
    display: inline-block;

    /* SAME gradient color */
    background: linear-gradient(135deg, #17479e, #17479e);

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.eng-section-subtitle {
  font-size: 1rem;
  color: #000;
  max-width: 800px;
  margin: 0 auto 0.5rem;
  line-height: 1.6;
}

.eng-section-tagline {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background: rgba(255, 71, 87, 0.1);
  border-radius: 50px;
  border-left: 4px solid var(--eng-red);
}

.eng-tagline-text {
  font-size: 1.125rem;
  color: var(--eng-red);
  font-weight: 700;
}

/* Grid */
.eng-section-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 2.5rem;
  align-items: stretch;
  margin-bottom: 4rem;
}

/* Columns */
.eng-section-col {
  background: white;
  border-radius: var(--eng-radius);
  padding: 1.25rem;
  box-shadow: var(--eng-shadow);
  transition: all 0.3s ease;
}

.eng-section-col:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
}

.eng-challenges-col {
  border-top: 5px solid var(--eng-red);
}

.eng-solutions-col {
  border-top: 5px solid var(--eng-green);
}

/* Column Header */
.eng-col-header {
  text-align: center;
  margin-bottom: 1.25rem;
}

.eng-header-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.5rem;
}

.eng-problem-icon {
  background: rgba(255, 71, 87, 0.1);
  color: var(--eng-red);
}

.eng-solution-icon {
  background: rgba(46, 213, 115, 0.1);
  color: var(--eng-green);
}

.eng-header-icon svg {
  width: 20px;
  height: 20px;
}

.eng-col-title {
  font-size: 1.25rem;
  color: var(--eng-dark);
  margin: 0;
  font-weight: 700;
}

/* Content List */
.eng-content-list {
  margin-bottom: 0.5rem;
}

.eng-list-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e8e8e8;
}

.eng-list-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.eng-item-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1rem;
  font-weight: bold;
}

.eng-challenge-item .eng-item-icon {
  background: rgba(255, 71, 87, 0.1);
  color: var(--eng-red);
}

.eng-solution-item .eng-item-icon {
  background: rgba(46, 213, 115, 0.1);
  color: var(--eng-green);
}

.eng-item-content {
  flex: 1;
}

.eng-item-title {
  font-size: 1rem;
  color: var(--eng-dark);
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.eng-item-desc {
  color: #000;
  line-height: 1.5;
  margin: 0;
  font-size: 0.95rem;
}

/* Result Box */
.eng-result-box {
  padding: 0.75rem;
  border-radius: 10px;
  text-align: center;
}

.eng-challenges-result {
  background: rgba(255, 71, 87, 0.05);
  border: 1px solid rgba(255, 71, 87, 0.2);
}

.eng-solutions-result {
  background: rgba(46, 213, 115, 0.05);
  border: 1px solid rgba(46, 213, 115, 0.2);
}

.eng-result-text {
  font-size: 0.75rem;
  font-weight: 700;
  margin: 0;
  color: var(--eng-dark);
}

.eng-highlight {
  color: var(--eng-green);
}

/* Divider */
.eng-section-divider {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
}

.eng-divider-line {
  width: 2px;
  height: 100%;
  background: linear-gradient(to bottom, transparent, var(--eng-blue), transparent);
}

.eng-divider-arrow {
  margin: 1.5rem 0;
  color: var(--eng-blue);
  animation: eng-float 2s ease-in-out infinite;
}

.eng-divider-arrow svg {
  width: 36px;
  height: 36px;
}

@keyframes eng-float {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(8px); }
}

/* Bottom Stats */
.eng-bottom-stats {
  display: flex;
  justify-content: space-around;
  background: white;
  border-radius: var(--eng-radius);
  padding: 2rem;
  box-shadow: var(--eng-shadow);
  max-width: 800px;
  margin: 0 auto;
}

.eng-stat-item {
  text-align: center;
  padding: 0 1.5rem;
}

.eng-stat-number {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--eng-blue);
  margin-bottom: 0.5rem;
  line-height: 1;
}

.eng-stat-label {
  color: var(--eng-gray);
  font-weight: 600;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Responsive */
@media (max-width: 992px) {
  .eng-section-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 2rem;
  }
  
  .eng-section-divider {
    flex-direction: row;
    height: auto;
    padding: 1rem 0;
  }
  
  .eng-divider-line {
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, transparent, var(--eng-blue), transparent);
  }
  
  .eng-divider-arrow {
    transform: rotate(90deg);
    margin: 0 1rem;
  }
  
  .eng-bottom-stats {
    flex-direction: column;
    gap: 2rem;
    text-align: center;
  }
  
  .eng-stat-item {
    padding: 0;
  }
}

@media (max-width: 768px) {
  #eng-challenges-section.eng-section-2024 {
    padding: 3rem 1rem;
  }
  
  .eng-section-col {
    padding: 1.75rem;
  }
  
  .eng-list-item {
    flex-direction: column;
    gap: 0.75rem;
  }
  
  .eng-item-icon {
    align-self: flex-start;
  }
  
  .eng-section-main-title {
    font-size: 1.75rem;
  }
  
  .eng-section-subtitle {
    font-size: 1.125rem;
  }
}


 /* ==============================
   NEXUS SERVICES – HOVER EXPAND
   (No structure / layout change)
================================ */

/* Base module transition */
.nexus-module {
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}

/* Details panel – collapsed by default */
.nexus-details-panel {
    max-height: 0;
    opacity: 0;
    transform: translateY(-6px);
    transition: max-height 0.4s ease, opacity 0.3s ease, transform 0.3s ease;
}

/* Hover expand */
.nexus-module:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.08);
}

/* Expand content on hover */
.nexus-module:hover .nexus-details-panel {
    max-height: 200px; /* enough for all descriptions */
    opacity: 1;
    transform: translateY(0);
}

/* Rotate arrow on hover */
.nexus-module:hover .nexus-expand-icon {
    transform: rotate(180deg);
}

/* Arrow animation */
.nexus-expand-icon {
    transition: transform 0.3s ease;
}

/* Optional: subtle glyph emphasis */
.nexus-module:hover .nexus-glyph {
    transform: scale(1.05);
}

.nexus-glyph {
    transition: transform 0.3s ease;
}

/* Keep spacing stable */
.nexus-module-title {
    margin-bottom: 8px;
}



/* ==========================================
   METHOD CARDS – HOVER WIDTH EXPAND EFFECT
========================================== */

@media (min-width: 993px) {

    .method-cards-refined {
        display: flex;              /* override grid */
        gap: 24px;
        align-items: stretch;
    }

    .method-card-refined {
        flex: 1;
        transition: 
            flex 0.5s cubic-bezier(0.4, 0, 0.2, 1),
            transform 0.4s ease,
            box-shadow 0.4s ease;
        min-height: 200px;
    }

    /* Shrink non-hovered cards */
    .method-cards-refined:hover .method-card-refined {
        flex: 0.85;
        opacity: 0.85;
    }

    /* Expand hovered card */
    .method-card-refined:hover {
        flex: 1.8;
        opacity: 1;
        z-index: 2;
        transform: translateY(-12px);
    }
}

@media (min-width: 993px) {

    .method-card-refined .card-details {
        max-height: 0;
        opacity: 0;
        transform: translateY(10px);
        transition: 
            max-height 0.5s ease,
            opacity 0.4s ease,
            transform 0.4s ease;
    }

    .method-card-refined:hover .card-details {
        max-height: 600px;
        opacity: 1;
        transform: translateY(0);
    }
}


/* =====================================================
   METHOD CARDS – TRUE WIDTH EXPAND ON HOVER (DESKTOP)
   FIXED GRID OVERRIDE
===================================================== */

@media (min-width: 993px) {

    /* FORCE REMOVE GRID */
    .method-cards-refined {
        display: flex !important;
        grid-template-columns: unset !important;
        gap: 24px;
        align-items: stretch;
    }

    .method-card-refined {
        flex: 1;
        min-width: 0; /* CRITICAL: allows shrinking */
        transition:
            flex-grow 0.5s cubic-bezier(0.4, 0, 0.2, 1),
            transform 0.4s ease,
            box-shadow 0.4s ease,
            opacity 0.3s ease;
    }

    /* Shrink all cards when hovering container */
    .method-cards-refined:hover .method-card-refined {
        flex-grow: 0.7;
        opacity: 0.75;
    }

    /* Expand hovered card */
    .method-card-refined:hover {
        flex-grow: 2.2;
        opacity: 1;
        z-index: 3;
        transform: translateY(-12px);
    }
}


@media (min-width: 993px) {
    .card-details {
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        transform: translateY(10px);
        transition: 
            max-height 0.5s ease,
            opacity 0.4s ease,
            transform 0.4s ease;
    }

    .method-card-refined:hover .card-details {
        max-height: 700px;
        opacity: 1;
        transform: translateY(0);
    }
}

/* ==========================================
   METHOD CARDS – OVERLAP HOVER FIX (FINAL)
   Paste at END of services-inner.css
========================================== */

/* Allow overlap (critical fix) */
.method-section-refined,
.method-section-refined .container,
.method-cards-refined {
    overflow: visible !important;
    position: relative;
}

/* Base card stacking */
.method-card-refined {
    position: relative;
    z-index: 1;
    overflow: visible;
    transition:
        transform 0.45s ease,
        box-shadow 0.45s ease;
    will-change: transform;
}

/* Hovered card floats above all */
.method-card-refined:hover {
    z-index: 999;
    transform: translateY(-24px) scale(1.06);
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.35);
}

/* Ensure non-hovered cards stay behind */
.method-card-refined:not(:hover) {
    z-index: 1;
}

/* ===============================
   CARD DETAILS – FLOAT OUTSIDE
================================ */

.card-details {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: 20px;
    opacity: 0;
    transform: translateY(24px);
    pointer-events: none;
    transition: all 0.45s ease;
    z-index: 5;
    background: #ffffff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.18);
}

/* Reveal details on hover */
.method-card-refined:hover .card-details {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

/* ===============================
   DESKTOP WIDTH EXPAND (OPTIONAL)
================================ */

@media (min-width: 993px) {
    .method-cards-refined {
        display: flex;
        gap: 24px;
        align-items: stretch;
    }

    .method-card-refined {
        flex: 1;
        transition:
            flex 0.5s cubic-bezier(0.4, 0, 0.2, 1),
            transform 0.45s ease,
            box-shadow 0.45s ease;
    }

    .method-cards-refined:hover .method-card-refined {
        flex: 0.85;
        opacity: 0.85;
    }

    .method-card-refined:hover {
        flex: 1.8;
        opacity: 1;
    }
}


/* ==========================================
   METHOD CARDS – SAFE OVERLAP FIX
   (No overlap into next section)
========================================== */

/* Create an isolated stacking context */
.method-section-refined {
    position: relative;
    isolation: isolate; /* 🔑 prevents bleeding into next sections */
}

/* Allow cards to overlap each other only */
.method-cards-refined {
    position: relative;
    overflow: visible;
    padding-bottom: 260px; /* 🔑 space reserved for hover details */
}

/* Card base */
.method-card-refined {
    position: relative;
    z-index: 1;
    overflow: visible;
    transition:
        transform 0.45s ease,
        box-shadow 0.45s ease;
    will-change: transform;
}

/* Hovered card */
.method-card-refined:hover {
    z-index: 10;
    transform: translateY(-20px) scale(1.05);
    box-shadow: 0 35px 70px rgba(0, 0, 0, 0.3);
}

/* ===============================
   CARD DETAILS (CONTROLLED FLOAT)
================================ */

.card-details {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: 20px;
    background: #ffffff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.18);

    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
    transition: all 0.4s ease;
}

/* Show details */
.method-card-refined:hover .card-details {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

/* ===============================
   DESKTOP WIDTH EXPAND (OPTIONAL)
================================ */

@media (min-width: 993px) {
    .method-cards-refined {
        display: flex;
        gap: 24px;
        align-items: flex-start;
    }

    .method-card-refined {
        flex: 1;
    }

    .method-cards-refined:hover .method-card-refined {
        flex: 0.9;
        opacity: 0.85;
    }

    .method-card-refined:hover {
        flex: 1.6;
        opacity: 1;
    }
}


/* ==========================================
   METHOD CARDS – FULL OVERLAY MODE
========================================== */

/* Allow section overflow */
.method-section-refined {
    position: relative;
    overflow: visible !important;
}

/* Allow cards container to overflow */
.method-cards-refined {
    position: relative;
    overflow: visible !important;
    z-index: 10;
}

/* Base card */
.method-card-refined {
    position: relative;
    z-index: 1;
    overflow: visible;
    transition:
        transform 0.45s ease,
        box-shadow 0.45s ease;
    will-change: transform;
}

/* Hovered card floats above EVERYTHING */
.method-card-refined:hover {
    z-index: 9999;
    transform: translateY(-20px) scale(1.06);
    box-shadow: 0 45px 90px rgba(0, 0, 0, 0.35);
}

/* ===============================
   CARD DETAILS – FLOATING OVERLAY
================================ */

.card-details {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 30px);
    width: 92%;
    max-width: 420px;

    background: #ffffff;
    border-radius: 18px;
    padding: 26px;
    box-shadow: 0 35px 80px rgba(0, 0, 0, 0.25);

    opacity: 0;
    pointer-events: none;
    transition: all 0.45s ease;
}

/* Show details */
.method-card-refined:hover .card-details {
    opacity: 1;
    transform: translate(-50%, 0);
    pointer-events: auto;
}

/* ===============================
   PREVENT NEXT SECTION FROM COVERING
================================ */

.method-section-refined + section {
    position: relative;
    z-index: 1;
}



/* ==========================================
   CARD DETAILS – CENTERED FLOAT FIX
========================================== */

.method-card-refined {
    position: relative;
}

/* Floating details panel */
.card-details {
    position: absolute;
    top: calc(100% + 18px);
    left: 50%;
    transform: translateX(-50%) translateY(30px);

    width: 360px;
    max-width: 90vw;

    background: #ffffff;
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 35px 80px rgba(0, 0, 0, 0.25);

    opacity: 0;
    pointer-events: none;
    transition: all 0.4s ease;
    z-index: 10000;
}

/* Show on hover */
.method-card-refined:hover .card-details {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
    pointer-events: auto;
}
/* ==========================================
   CARD DETAILS – SHOW ABOVE CARD / SECTION
========================================== */

.method-card-refined {
    position: relative;
}

/* Default hidden state */
.card-details {
    position: absolute;

    /* 🔥 KEY CHANGE: place ABOVE card */
    bottom: calc(100% + 20px);
    top: auto;

    left: 50%;
    transform: translateX(-50%) translateY(30px);

    width: 360px;
    max-width: 90vw;

    background: #ffffff;
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 35px 80px rgba(0, 0, 0, 0.25);

    opacity: 0;
    pointer-events: none;
    transition: all 0.4s ease;
    z-index: 10000;
}

/* Show on hover */
.method-card-refined:hover .card-details {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
    pointer-events: auto;
}


/* ==========================================
   METHOD CARDS – WIDTH-ONLY EXPANSION (FIX)
========================================== */

.method-cards-refined {
    display: flex;
    gap: 15px;
    align-items: stretch;
    justify-content: center;
    padding: 40px 0;
    overflow: visible;
}

.method-card-refined {
    position: relative;
    width: 200px; /* Fixed initial width */
    min-width: 200px;
    height: 280px; /* Fixed height - no change on hover */
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    border-radius: 12px;
    padding: 25px 20px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
    overflow: visible !important;
    z-index: 1;
    flex-shrink: 0; /* Prevent shrinking */
}

.method-card-refined:hover {
    width: 400px; /* Expand width on hover */
    min-width: 400px;
    height: 280px; /* Same fixed height */
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.08));
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

/* Card front content */
.card-front {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    transition: all 0.3s ease;
    width: 100%;
    position: relative;
    z-index: 2;
}

.method-card-refined:hover .card-front {
    opacity: 0.7; /* Slightly fade front content */
}

/* Details section */
.card-details {
    position: absolute;
    top: 25px;
    left: 20px;
    right: 20px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(20px);
    transition: all 0.3s ease 0.1s;
    width: calc(100% - 40px);
    height: calc(100% - 50px);
    overflow-y: auto;
    z-index: 3;
}

.method-card-refined:hover .card-details {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
	padding:20px!important;
}

.method-card-refined:hover .card-front .hover-indicator {
    opacity: 0;
    visibility: hidden;
}

/* Hover indicator */
.hover-indicator {
    margin-top: auto;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    padding-top: 15px;
}

/* Detail list styling */
.detail-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-top: 10px;
}

.detail-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.detail-content {
    flex: 1;
}

.detail-content strong {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
    color: #000;
}

.detail-content p {
    font-size: 14px;
    color: #000!important;
    line-height: 1.4;
}

/* For active card */
.method-card-refined.active {
    width: 240px; /* Slightly wider for active state */
    min-width: 240px;
    height: 250px; /* Same fixed height */
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.06));
    border-color: rgba(255, 255, 255, 0.15);
}

.method-card-refined.active:hover {
    width: 400px; /* Same expanded width on hover */
    min-width: 400px;
    height: 300px!important; /* Same fixed height */
}

/* Ensure container has enough space */
.container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    overflow: visible !important;
}

/* Card highlight */
.card-highlight {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #17479e, #e11b22);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease;
}

.method-card-refined:hover .card-highlight {
    transform: scaleX(1);
}

/* Card icon */
.card-icon-refined {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #17479e, #1e4aa8);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 1.5rem;
    margin-bottom: 20px;
}

/* Card title */
.card-title-refined {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
    line-height: 1.3;
}

/* Card teaser */
.card-teaser {
    color: #000;
    line-height: 1.6;
    margin-bottom: 15px;
    flex-grow: 1;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .method-cards-refined {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }
    
    .method-card-refined {
        width: 280px;
        min-width: 280px;
        height: 280px;
    }
    
    .method-card-refined:hover {
        width: 350px;
        min-width: 350px;
        height: 280px;
    }
}

@media (max-width: 768px) {
    .method-cards-refined {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .method-card-refined,
    .method-card-refined:hover,
    .method-card-refined.active {
        width: 100%;
        max-width: 400px;
        min-width: auto;
        height: 280px;
    }
}

/* Override any conflicting rules */
.method-card-refined .card-details {
    max-height: none !important;
    margin-top: 0 !important;
    position: absolute !important;
}

/* Remove any floating/overlay styles that might interfere */
.method-card-refined .card-details {
    position: absolute !important;
    top: 25px !important;
    left: 20px !important;
    right: 20px !important;
    bottom: auto !important;
    transform: none !important;
    transform-origin: center !important;
}


/* ==========================================
   CRITICAL: ALLOW UPWARD OVERFLOW
========================================== */

/* Section */
.method-section-refined {
    position: relative;
    overflow: visible !important;
}

/* Bootstrap / container */
.method-section-refined .container {
    overflow: visible !important;
}

/* Cards wrapper */
.method-cards-refined {
    position: relative;
    overflow: visible !important;
    z-index: 10;
}

/* Individual card */
.method-card-refined {
    position: relative;
    overflow: visible !important;
}

/* Safety: ensure body doesn't clip */
body {
    overflow-x: hidden;
    overflow-y: visible;
}


/* ==========================================
   METHOD CARDS – WIDTH-ONLY EXPANSION (FIX)
========================================== */

.method-cards-refined {
    display: flex;
    gap: 15px;
    align-items: stretch;
    justify-content: center;
    padding: 0px 0;
    overflow: visible !important;
	margin-top:30px!important;
}

.method-card-refined {
    position: relative;
    width: 200px; /* Fixed initial width */
    min-width: 200px;
    height: 350px; /* Fixed height - no change on hover */
   
    border-radius: 12px;
    padding: 25px 20px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    border: 1px solid #000 !important;
    display: flex;
    flex-direction: column;
    overflow: visible !important;
    z-index: 1;
    flex-shrink: 0; /* Prevent shrinking */
	
	  background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.06));
    border-color: rgba(255, 255, 255, 0.15);
}

.method-card-refined:hover {
    width: 400px; /* Expand width on hover */
    min-width: 400px;
    height: 350px; /* Same fixed height */
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.08));
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
	border: 0px solid #000 !important;
}

/* Card front content - always visible */
.card-front {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 2;
}

.method-card-refined:hover .card-front {
    display: none; /* Hide front completely on hover */
}

/* Details section - hidden by default */
.card-details {
    position: absolute;
    top: 25px;
    left: 20px;
    right: 20px;
    opacity: 0;
    visibility: hidden;
    width: calc(100% - 40px);
    height: calc(100% - 50px);
    z-index: 3;
    pointer-events: none;
}

.method-card-refined:hover .card-details {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.method-card-refined:hover .card-front .hover-indicator {
    opacity: 0;
    visibility: hidden;
}

/* Hover indicator */
.hover-indicator {
    margin-top: auto;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    gap: 8px;
    padding-top: 15px;
}

/* Detail list styling - NO SCROLL */
.detail-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: 100%;
    justify-content: center;
}

.detail-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.detail-content {
    flex: 1;
}

.detail-content strong {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
    color: #000;
}

.detail-content p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.4;
}

/* For active card */
.method-card-refined.active {
    width: 240px; /* Slightly wider for active state */
    min-width: 240px;
    height: 350px; /* Same fixed height */
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.06));
    border-color: rgba(255, 255, 255, 0.15);
}


/* Ensure container has enough space */
.container {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 20px;
    overflow: visible !important;
}

/* Card highlight */
.card-highlight {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #17479e, #e11b22);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease;
}

.method-card-refined:hover .card-highlight {
    transform: scaleX(1);
}

/* Card icon */
.card-icon-refined {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #17479e, #1e4aa8);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 20px;
	padding:20px;
}

/* Card title */
.card-title-refined {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
    line-height: 1.3;
}

/* Card teaser */
.card-teaser {
    color: #000;
    line-height: 1.6;
    margin-bottom: 15px;
    flex-grow: 1;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .method-cards-refined {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }
    
    .method-card-refined {
        width: 280px;
        min-width: 280px;
        height: 280px;
    }
    
    .method-card-refined:hover {
        width: 350px;
        min-width: 350px;
        height: 280px;
    }
}

@media (max-width: 768px) {
    .method-cards-refined {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .method-card-refined,
    .method-card-refined:hover,
    .method-card-refined.active {
        width: 100%;
        max-width: 400px;
        min-width: auto;
        height: 280px;
    }
}

/* Override any conflicting rules - CLEAN UP */
.method-card-refined .card-details {
    /* Remove all conflicting properties */
    max-height: none !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    position: absolute !important;
    overflow: hidden !important;
    transform: none !important;
}

/* Remove any floating/overlay styles that might interfere */
.method-card-refined .card-details {
    position: absolute !important;
    top: 25px !important;
    left: 20px !important;
    right: 20px !important;
    bottom: auto !important;
    transform: none !important;
    transform-origin: center !important;
}

/* Clean up any transition conflicts */
.card-details {
    transition: opacity 0.3s ease, visibility 0.3s ease !important;
}


/* ==========================================
   ALTERNATIVE: FADE TRANSITION
========================================== */

.method-card-refined {
    position: relative;
    width: 200px;
    min-width: 200px;
    height: 280px;
    padding: 25px 20px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.method-card-refined:hover {
    width: 400px;
    min-width: 400px;
    height: 280px;
}

/* Front content fades out */
.card-front {
    opacity: 1;
    transition: opacity 0.3s ease;
}

.method-card-refined:hover .card-front {
    opacity: 0;
}

/* Details fades in */
.card-details {
    position: absolute;
    top: 25px;
    left: 20px;
    right: 20px;
    opacity: 0;
    transition: opacity 0.3s ease 0.1s;
}

.method-card-refined:hover .card-details {
    opacity: 1;
}


