 .sp-location-page .sp-proc-section {
    background-color: #f8fafc;
    padding: clamp(60px, 10vw, 100px) 20px;
}  

 .sp-location-page .sp-proc-section .cta-btn-solid {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #2563eb;
    color: #fff;
    font-weight: 700;
    padding: 16px 36px;
    border-radius: 50px;
    text-decoration: none;
    transition: .3s;
    border: none;
    box-shadow: 0 10px 20px -5px rgba(16, 185, 129, .3);
    font-size: 1.1rem;
    margin-top: 10px;
}

 .sp-location-page .sp-industry-faq {
    background-color: #fff;
    padding: clamp(60px, 10vw, 100px) 20px;
}
.sp-location-page .sp-industry-faq h2 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 15px;
    letter-spacing: -0.04em;
}

.sp-location-banner {
            position: relative;
            padding: 100px 0 80px;
            background: linear-gradient(165deg, #ffffff 0%, #f1f5f9 100%);
            overflow: hidden;
        }


        .sp-location-banner::before {
            content: "";
            position: absolute;
            top: 0; right: 0;
            width: 40%; height: 100%;
            background: radial-gradient(circle at 70% 30%, rgba(37, 99, 235, 0.05) 0%, transparent 70%);
            z-index: 0;
        }

        .container { position: relative; z-index: 2; }


        .location-label {
            display: inline-block;
            margin-bottom: 1.5rem;
        }

        .location-label h1 {
            font-size: 0.9rem;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            color: #2563eb;
            background: rgba(37, 99, 235, 0.08);
            padding: 6px 18px;
            border-radius: 50px;
            margin: 0;
            border: 1px solid rgba(37, 99, 235, 0.15);
        }


        .location-main-title {
            font-size: clamp(2.2rem, 5vw, 3.5rem);
            font-weight: 800;
            color: #0f172a;
            line-height: 1.15;
            margin-bottom: 1.5rem;
            letter-spacing: -0.02em;
        }

        .text-gradient {
            background: linear-gradient(to right, #2563eb, #4f46e5);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        /* Content Area */
        .content-lead {
            font-size: 1.15rem;
            color: #475569;
            margin-bottom: 2.5rem;
            max-width: 650px;
        }

 
        .sp-location-banner-form {
            background: #ffffff;
            border-radius: 24px;
            padding: 40px;
            box-shadow: 0 20px 40px -10px rgba(15, 23, 42, 0.1);
            border: 1px solid #e2e8f0;
        }

        .sp-location-banner-form h2 {
            font-size: 1.4rem;
            font-weight: 800;
            color: #0f172a;
            margin-bottom: 8px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            text-align: center;
        }

        .form-subtitle {
            display: block;
            font-size: 0.9rem;
            color: #64748b;
            text-align: center;
            margin-bottom: 25px;
            font-weight: 400;
        }

        .form-group { 
            margin-bottom: 20px; 
            position: relative;
        }

        .form-label {
            display: block;
            font-size: 0.85rem;
            font-weight: 600;
            color: #0f172a;
            margin-bottom: 8px;
        }

        .form-control {
            border-radius: 10px;
            padding: 12px 16px;
            border: 1px solid #cbd5e1;
            font-size: 0.95rem;
            background-color: #f8fafc;
            width: 100%;
            transition: all 0.2s ease;
        }

        .form-control:focus {
            background-color: #fff;
            border-color: #2563eb;
            box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1);
            outline: none;
        }

        .design-comment {
            resize: none;
        }

        .btn-default {
            background: #2563eb;
            color: #fff;
            width: 100%;
            padding: 14px;
            border-radius: 10px;
            font-weight: 700;
            border: none;
            transition: all 0.3s;
            margin-top: 5px;
            box-shadow: 0 4px 12px rgba(37, 99, 235, 0.2);
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
        }

        .btn-default:hover {
            background: #1d4ed8;
            transform: translateY(-2px);
            box-shadow: 0 8px 16px rgba(37, 99, 235, 0.3);
            color: #fff;
        }

        .btn-default svg {
            transition: transform 0.3s ease;
        }

        .btn-default:hover svg {
            transform: translateX(5px);
        }


        .form-footer-call {
            text-align: center;
            margin: 25px 0;
            font-size: 0.95rem;
            color: #64748b;
        }

        .form-footer-call a {
            color: #2563eb;
            text-decoration: none;
            font-weight: 700;
            white-space: nowrap;
        }


       
        .trust-factors-list {
            margin-top: 2rem;
            padding: 0;
            list-style: none;
        }

        .trust-factor-item {
            display: flex;
            align-items: center;
            gap: 15px;
            margin-bottom: 1rem;
            padding-bottom: 1rem;
            border-bottom: 1px solid #f1f5f9;
        }

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

        .tf-icon {
            font-size: 1.5rem;
            flex-shrink: 0;
        }

        .tf-content {
            display: flex;
            flex-direction: column;
        }

        .tf-title {
            font-weight: 700;
            color: #0f172a;
            font-size: 1.1rem;
            line-height: 1.2;
        }

        .tf-desc {
            font-size: 0.85rem;
            color: #64748b;
        }
        
         /* --- WHY CHOOSE US SECTION --- */
        .location-why-choose {
            padding: 100px 0;
            background-color: #ffffff;
            position: relative;
        }

        .section-header {
            text-align: center;
            max-width: 800px;
            margin: 0 auto 60px;
        }

        .section-header h2 {
            font-size: 2.5rem;
            font-weight: 800;
            color: #0f172a;
            margin-bottom: 20px;
            letter-spacing: -0.02em;
        }

        .section-header p {
            font-size: 1.15rem;
            color: #64748b;
        }

        .why-card {
            height: 100%;
            padding: 40px 30px;
            background: #ffffff;
            border: 1px solid #f1f5f9;
            border-radius: 20px;
            transition: all 0.3s ease;
            display: flex;
            flex-direction: column;
        }

        .why-card:hover {
            border-color: #2563eb;
            box-shadow: 0 20px 40px -10px rgba(15, 23, 42, 0.05);
            transform: translateY(-5px);
        }

        .why-icon-wrap {
            width: 54px;
            height: 54px;
            background: rgba(37, 99, 235, 0.05);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 24px;
            color: #2563eb;
        }

        .why-card h3 {
            font-size: 1.25rem;
            font-weight: 700;
            color: #0f172a;
            margin-bottom: 15px;
        }

        .why-card p {
            font-size: 0.95rem;
            color: #64748b;
            margin: 0;
            line-height: 1.6;
        }
        
      /* --- SERVICES SECTION (sp-location-services) --- */
        .sp-location-services {
            padding: 100px 0;
            background-color: #f8fafc;
        }

        .sp-location-section-header {
            text-align: center;
            max-width: 800px;
            margin: 0 auto 60px;
        }

        .sp-location-section-header h2 {
            font-size: clamp(2rem, 5vw, 2.75rem);
            font-weight: 800;
            color: #0f172a;
            margin-bottom: 20px;
            letter-spacing: -0.03em;
        }

        .sp-location-section-header p {
            font-size: 1.1rem;
            color: #64748b;
        }

        .sp-location-service-card {
            background: #ffffff;
            padding: 40px 30px;
            border-radius: 20px;
            height: 100%;
            border: 1px solid #e2e8f0;
            transition: all 0.3s ease;
            display: flex;
            flex-direction: column;
        }

        .sp-location-service-card:hover {
            border-color: #2563eb;
            box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.05);
            transform: translateY(-5px);
        }

        .sp-location-icon-container {
            width: 54px;
            height: 54px;
            background: rgba(37, 99, 235, 0.08);
            color: #2563eb;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 24px;
        }

        .sp-location-service-card h3 {
            font-size: 1.3rem;
            font-weight: 700;
            margin-bottom: 15px;
        }

        .sp-location-service-card h3 a {
            color: #0f172a;
            text-decoration: none;
            transition: color 0.2s ease;
            display: block;
        }

        .sp-location-service-card h3 a:hover {
            color: #2563eb;
        }

        .sp-location-service-card p {
            font-size: 0.95rem;
            color: #334155;
            margin: 0;
            line-height: 1.6;
        }
 
      .sp-location-industries-list-section {
            padding: clamp(60px, 10vw, 100px) 20px;
            display: flex;
            justify-content: center;
        }

      
        .sp-industries-header {
            text-align: center;
            margin-bottom: 50px;
        }

        .sp-location-industries-list-section h2 {
            font-family: 'Plus Jakarta Sans', sans-serif;
            font-size: clamp(2rem, 5vw, 3rem);
            font-weight: 800;
            color: #0f172a;
            margin-bottom: 15px;
            letter-spacing: -0.04em;
        }

        .sp-industries-sub {
            font-size: 1.1rem;
            color: #64748b;
            max-width: 700px;
            margin: 0 auto 40px;
            line-height: 1.6;
        }

        /* Search/Filter Bar */
        .sp-filter-container {
            max-width: 500px;
            margin: 0 auto 60px;
            position: relative;
        }

        .sp-filter-input {
            width: 100%;
            padding: 16px 24px 16px 50px;
            border-radius: 100px;
            border: 2px solid #f1f5f9;
            background-color: #f8fafc;
            font-family: 'Inter', sans-serif;
            font-size: 1rem;
            color: #1e293b;
            transition: all 0.2s ease;
            box-sizing: border-box;
        }

        .sp-filter-input:focus {
            outline: none;
            border-color: #6366f1;
            background-color: #ffffff;
            box-shadow: 0 10px 15px -3px rgba(99, 102, 241, 0.1);
        }

        .sp-search-icon {
            position: absolute;
            left: 20px;
            top: 50%;
            transform: translateY(-50%);
            color: #94a3b8;
            pointer-events: none;
        }

        /* Scalable Column Layout */
        .sp-industries-directory {
            column-count: 6;
            column-gap: 30px;
            column-rule: 1px solid #f1f5f9;
        }

        .sp-industry-link {
            display: flex;
            align-items: center;
            padding: 12px 16px;
            margin-bottom: 8px;
            border-radius: 12px;
            text-decoration: none;
            color: #475569;
            font-size: 0.95rem;
            font-weight: 500;
            transition: all 0.2s ease;
            break-inside: avoid; /* Prevents item from splitting across columns */
        }

        .sp-industry-link:hover {
            background-color: #eef2ff;
            color: #6366f1;
            transform: translateX(5px);
        }

        .sp-industry-link::before {
            content: "→";
            margin-right: 12px;
            font-weight: 800;
            opacity: 0;
            transform: translateX(-10px);
            transition: all 0.2s ease;
        }

        .sp-industry-link:hover::before {
            opacity: 1;
            transform: translateX(0);
        }
        
    
        @media (max-width: 1024px) {
            .sp-industries-directory { column-count: 3; }
        }

        @media (max-width: 991px) {
            .sp-location-banner { padding: 60px 0; text-align: center; }
            .content-lead { margin-left: auto; margin-right: auto; }
            .sp-location-banner-form { margin-top: 50px; padding: 30px 20px; }
            .trust-factor-item { justify-content: center; border-bottom: none; }
            .tf-content { text-align: left; }
            
              .section-header h2 { font-size: 2rem; }
            .location-why-choose { padding: 60px 0; }
            
                  .sp-location-services { padding: 70px 0; }
            .sp-location-section-header { margin-bottom: 40px; }
            
        }
        
        @media (max-width: 768px) {
            .sp-industries-directory { column-count: 2; }
            
            .sp-location-banner::before {
             background: none;}
        }

        @media (max-width: 480px) {
            .sp-industries-directory { column-count: 2; }
            .sp-filter-input { font-size: 0.9rem; }
        }
        .sp-hidden {
            display: none !important;
        }
        
    