



.sidebar-header-top {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

.sidebar-header .logo-circle {
    width: 38px !important;
    height: 38px !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    box-shadow: 0 3px 10px rgba(37, 99, 235, 0.12) !important;
    border: 1px solid rgba(37, 99, 235, 0.15) !important;
    flex-shrink: 0 !important;
    background: #FFFFFF !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.sidebar-header .logo-circle img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.sidebar-header .brand-name {
    display: flex !important;
    flex-direction: column !important;
    line-height: 1.15 !important;
}

.sidebar-header .brand-techno {
    font-size: 14px !important;
    font-weight: 800 !important;
    color: #0F172A !important;
    letter-spacing: -0.2px !important;
}

.sidebar-header .brand-mak {
    font-size: 14px !important;
    font-weight: 800 !important;
    color: #2563EB !important;
    letter-spacing: -0.2px !important;
}

.sidebar-header .brand-ipl {
    font-size: 10px !important;
    font-weight: 600 !important;
    color: #64748B !important;
}

.sidebar-header .brand-subtitle h6 {
    margin: 4px 0 0 0 !important;
    display: inline-block !important;
    font-size: 9.5px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.8px !important;
    padding: 2px 8px !important;
    border-radius: 12px !important;
    background: rgba(37, 99, 235, 0.08) !important;
    color: #2563EB !important;
    border: 1px solid rgba(37, 99, 235, 0.12) !important;
}





.header-menu-container {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
}

/* ── Top Header Actions & Popovers ── */
.header-menu-container {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    flex-shrink: 0 !important;
}

.hamburger-wrapper {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    flex-shrink: 0 !important;
}


/* ==========================================================================
   PUBLIC PAGES DESIGN SYSTEM (Hero, About, Services, Contact, Vendor, Support)
   ========================================================================== */

/* 1. Global Container & Sections */
.container, .pub-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    width: 100%;
    box-sizing: border-box;
}

.section {
    padding: 60px 0;
}

.section-dark {
    background-color: #0b1329;
    color: #f8fafc;
}

.section-light, .section-offwhite {
    background-color: #f8fafc;
    color: #0f172a;
}

.section-title, .pub-sec-title {
    text-align: center;
    margin-bottom: 40px;
}

.section-title h2, .pub-sec-title h2 {
    font-size: 2.25rem;
    font-weight: 700;
    color: inherit;
    margin-bottom: 12px;
    letter-spacing: -0.5px;
}

.section-title p, .pub-sec-title p {
    font-size: 1.05rem;
    color: #94a3b8;
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.6;
}

/* 2. Hero & Hero Sub Headers */
.hero, .pub-hero {
    position: relative;
    min-height: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 50%, #1e1b4b 100%);
    color: #ffffff;
    overflow: hidden;
    padding: 80px 24px;
}

.hero-slides {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.hero-slides .slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    background-size: cover;
    background-position: center;
}

.hero-slides .slide.active {
    opacity: 1;
}

.hero-container, .pub-hero-content {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    align-items: center;
}

.hero-content {
    max-width: 800px;
}

.hero-content h1, .pub-hero h1 {
    font-size: 3rem;
    font-weight: 800;
    color: #ffffff !important;
    line-height: 1.15;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.hero-content h1 span, .pub-hero h1 span {
    background: linear-gradient(135deg, #60a5fa 0%, #3b82f6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-content p, .pub-hero p {
    font-size: 1.15rem;
    color: #e2e8f0 !important;
    line-height: 1.7;
    margin-bottom: 28px;
}

.pub-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    border-radius: 9999px;
    background: rgba(59, 130, 246, 0.15);
    border: 1px solid rgba(96, 165, 250, 0.3);
    color: #93c5fd;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.pub-hero-btns, .hero-btns {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.btn-hero-primary, .btn-pub-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 8px;
    background: #3b82f6;
    color: #ffffff !important;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.2s ease;
    box-shadow: 0 4px 14px rgba(59, 130, 246, 0.4);
}

.btn-hero-primary:hover, .btn-pub-primary:hover {
    background: #2563eb;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(59, 130, 246, 0.5);
}

.btn-hero-secondary, .btn-pub-secondary, .btn-pub-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff !important;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    backdrop-filter: blur(10px);
    transition: all 0.2s ease;
}

.btn-hero-secondary:hover, .btn-pub-secondary:hover, .btn-pub-outline:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-2px);
}

.pub-hero-sub {
    background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 50%, #2563eb 100%);
    color: #ffffff;
    padding: 70px 40px;
    text-align: center;
}

.pub-hero-sub h1 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #ffffff !important;
    margin: 0 0 12px;
    letter-spacing: -0.5px;
}

.pub-hero-sub p {
    font-size: 1.1rem;
    color: #e2e8f0 !important;
    margin: 0 auto;
    max-width: 680px;
    line-height: 1.6;
}

/* 3. Company Grid & Quick Facts (About Page) */
.company-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 40px;
    align-items: start;
}

@media (max-width: 900px) {
    .company-grid {
        grid-template-columns: 1fr;
    }
}

.company-info h3, .company-facts h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    border-bottom: 2px solid #3b82f6;
    padding-bottom: 10px;
}

.company-info p {
    font-size: 1rem;
    color: #cbd5e1;
    line-height: 1.75;
    margin-bottom: 16px;
}

.company-facts {
    background: rgba(15, 23, 42, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 28px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(10px);
}

.fact-item {
    display: flex;
    flex-direction: column;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.fact-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.fact-label {
    font-size: 0.85rem;
    font-weight: 600;
    color: #3b82f6;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.fact-value {
    font-size: 1rem;
    font-weight: 500;
    color: #f1f5f9;
}

.cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    margin-top: 30px;
}

.cards .card, .pub-card {
    background: rgba(30, 41, 59, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 28px;
    transition: all 0.3s ease;
}

.cards .card:hover, .pub-card:hover {
    transform: translateY(-4px);
    border-color: rgba(59, 130, 246, 0.4);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}

.card-icon, .pub-card-icon {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: rgba(59, 130, 246, 0.15);
    color: #60a5fa;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 18px;
}

/* 4. Feature Cards & Public Grids (Index, Services, Vendor, Contact) */
.pub-grid-4 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 24px;
}

.srv-grid-2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.srv-card, .cnt-card, .vnd-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.section-dark .srv-card, .section-dark .cnt-card, .section-dark .vnd-card {
    background: rgba(30, 41, 59, 0.8);
    border-color: rgba(255, 255, 255, 0.1);
    color: #f8fafc;
}

.srv-card:hover, .cnt-card:hover, .vnd-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px -4px rgba(0, 0, 0, 0.12);
    border-color: #3b82f6;
}

.srv-card-icon, .cnt-info-icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: rgba(59, 130, 246, 0.1);
    color: #3b82f6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.srv-features {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
}

.srv-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    font-size: 0.95rem;
    color: #475569;
}

.section-dark .srv-features li {
    color: #cbd5e1;
}

.srv-features li i {
    color: #10b981;
    font-size: 1rem;
}

/* 5. Contact Page Split & Form */
.cnt-split {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 40px;
    margin-top: 30px;
}

@media (max-width: 850px) {
    .cnt-split {
        grid-template-columns: 1fr;
    }
}

.cnt-info-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px;
}

.cnt-info-text h4 {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0 0 4px;
    color: #0f172a;
}

.section-dark .cnt-info-text h4 {
    color: #f8fafc;
}

.cnt-info-text p {
    font-size: 0.95rem;
    color: #64748b;
    margin: 0;
}

/* 6. Public Stats Counter Bar */
.pub-stats-bg {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    padding: 50px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.pub-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    text-align: center;
}

.pub-stat-item h3 {
    font-size: 2.75rem;
    font-weight: 800;
    color: #60a5fa;
    margin: 0 0 6px;
    letter-spacing: -1px;
}

.pub-stat-item p {
    font-size: 0.95rem;
    color: #94a3b8;
    margin: 0;
    font-weight: 500;
}

/* 7. Footer Links & Socials */
.footer-social {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-social a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #f8fafc;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.footer-social a:hover {
    background: #3b82f6;
    border-color: #3b82f6;
    transform: translateY(-2px);
}


/* ============================================================
   MASTER LOGGED-IN HEADER NAVBAR STYLING (PERMANENT SOLUTION)
   ============================================================ */
.logged-in-header,
#logged-in-header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 12px 28px !important;
    background-color: #FFFFFF !important;
    border-bottom: 1px solid #E2E8F0 !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 99 !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.03) !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.logged-in-header .header-logo-container {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px !important;
    height: 44px !important;
    flex-shrink: 0 !important;
}

.logged-in-header .header-logo-circle {
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 2px solid #2563EB !important;
    flex-shrink: 0 !important;
}

.logged-in-header .header-logo-circle img,
.logged-in-header img {
    width: 100% !important;
    height: 100% !important;
    max-width: 44px !important;
    max-height: 44px !important;
    object-fit: cover !important;
    display: block !important;
}

.logged-in-header .header-title-container {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    flex: 1 1 auto !important;
    margin-left: 16px !important;
}

.logged-in-header .header-title {
    font-size: 16px !important;
    font-weight: 800 !important;
    color: #2563EB !important;
    margin: 0 !important;
    line-height: 1.2 !important;
    letter-spacing: -0.2px !important;
}

.logged-in-header .header-subtitle-text {
    font-size: 11px !important;
    font-weight: 700 !important;
    color: #64748B !important;
    text-transform: uppercase !important;
    letter-spacing: 0.8px !important;
    margin-top: 1px !important;
}

.logged-in-header .header-menu-container {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    flex-shrink: 0 !important;
}

.logged-in-header .dropdown-options {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

.logged-in-header .dropdown-options a {
    display: inline-flex !important;
    align-items: center !important;
    padding: 6px 14px !important;
    border-radius: 8px !important;
    border: 1px solid #CBD5E1 !important;
    background-color: #F8FAFC !important;
    color: #2563EB !important;
    font-size: 12.5px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    white-space: nowrap !important;
}

.logged-in-header .dropdown-options a:hover {
    background-color: #2563EB !important;
    color: #FFFFFF !important;
    border-color: #2563EB !important;
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.25) !important;
}


/* ============================================================
   PRECISION MANUFACTURING ENTERPRISE VENDOR FORM DESIGN SYSTEM
   ============================================================ */

/* 1. Main Page Section & Container */
.customer-info-section {
    padding: 30px 24px 60px !important;
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
}

.customer-info-container {
    width: 100% !important;
    max-width: 1100px !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
}

/* 2. Section Title Header */
.section-title {
    text-align: center !important;
    margin-bottom: 28px !important;
}

.section-title h2 {
    font-size: 28px !important;
    font-weight: 800 !important;
    color: #0F172A !important;
    margin: 0 0 8px 0 !important;
    letter-spacing: -0.5px !important;
}

.section-title h2 span {
    color: #2563EB !important;
}

.section-title p {
    font-size: 14px !important;
    color: #64748B !important;
    margin: 0 auto !important;
    max-width: 640px !important;
    line-height: 1.5 !important;
}

/* 3. 5-Step Stepper Header Bar */
.profile-setup-steps {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin: 0 auto 36px !important;
    max-width: 840px !important;
    width: 100% !important;
    position: relative !important;
    padding: 0 10px !important;
    box-sizing: border-box !important;
}

.profile-step {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 6px !important;
    flex: 1 !important;
    position: relative !important;
    cursor: pointer !important;
    z-index: 1 !important;
}

.profile-step:not(:last-child)::after {
    content: '' !important;
    position: absolute !important;
    top: 18px !important;
    left: calc(50% + 20px) !important;
    right: calc(-50% + 20px) !important;
    height: 3px !important;
    background: #E2E8F0 !important;
    z-index: 0 !important;
    transition: background 0.3s ease !important;
}

.profile-step.step-done:not(:last-child)::after,
.profile-step.step-active:not(:last-child)::after {
    background: #2563EB !important;
}

.step-circle {
    width: 38px !important;
    height: 38px !important;
    border-radius: 50% !important;
    border: 2px solid #E2E8F0 !important;
    background: #FFFFFF !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #64748B !important;
    z-index: 2 !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.04) !important;
}

.profile-step.step-active .step-circle {
    background: #2563EB !important;
    border-color: #2563EB !important;
    color: #FFFFFF !important;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.18) !important;
}

.profile-step.step-done .step-circle {
    background: #10B981 !important;
    border-color: #10B981 !important;
    color: #FFFFFF !important;
}

.step-label {
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #64748B !important;
    text-align: center !important;
    white-space: nowrap !important;
    transition: color 0.3s ease !important;
}

.profile-step.step-active .step-label {
    color: #2563EB !important;
    font-weight: 700 !important;
}

.profile-step.step-done .step-label {
    color: #10B981 !important;
    font-weight: 700 !important;
}

/* 4. Form Container Card */
.customer-info-form,
#customer-info-form,
#bank-details-form,
#standard-info-form,
#supply-info-form,
#financial-details-form {
    background: #FFFFFF !important;
    border: 1px solid #E2E8F0 !important;
    border-radius: 20px !important;
    padding: 36px 40px !important;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05) !important;
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px 28px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

/* Section Title Headers Inside Form */
.form-section-title {
    grid-column: 1 / -1 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #1E293B !important;
    padding-bottom: 10px !important;
    border-bottom: 2px solid #F1F5F9 !important;
    margin-top: 14px !important;
    margin-bottom: 4px !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

.form-section-title:first-of-type {
    margin-top: 0 !important;
}

/* 5. Form Group Layout & Spacing */
.form-group {
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.form-group.full-width,
.form-group.grid-col-2,
.form-group.grid-col-span-2 {
    grid-column: 1 / -1 !important;
}

/* Labels */
.form-label {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #334155 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin-bottom: 2px !important;
}

.form-label span {
    font-size: 11.5px !important;
    font-weight: 500 !important;
    color: #94A3B8 !important;
}

/* 6. Form Inputs & Select Controls */
.form-input,
.form-select,
.table-input,
input[type="text"].form-input,
input[type="email"].form-input,
input[type="tel"].form-input,
input[type="number"].form-input,
input[type="date"].form-input,
select.form-select,
textarea.form-input {
    width: 100% !important;
    height: 44px !important;
    padding: 10px 16px !important;
    background-color: #F8FAFC !important;
    border: 1px solid #CBD5E1 !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    font-family: inherit !important;
    color: #0F172A !important;
    transition: all 0.2s ease-in-out !important;
    box-sizing: border-box !important;
    outline: none !important;
    box-shadow: none !important;
}

textarea.form-input {
    height: auto !important;
    min-height: 95px !important;
    padding: 12px 16px !important;
    resize: vertical !important;
}

.form-input:hover,
.form-select:hover,
.table-input:hover {
    border-color: #94A3B8 !important;
    background-color: #FFFFFF !important;
}

.form-input:focus,
.form-select:focus,
.table-input:focus {
    border-color: #2563EB !important;
    background-color: #FFFFFF !important;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15) !important;
}

.form-input::placeholder {
    color: #94A3B8 !important;
}

/* Read-Only State */
.read-only-field,
.form-input[readonly],
.form-select[disabled],
input[readonly],
select[disabled] {
    background-color: #F1F5F9 !important;
    border-color: #E2E8F0 !important;
    color: #64748B !important;
    cursor: not-allowed !important;
}

/* 7. Action Button Container */
.form-btn-container {
    grid-column: 1 / -1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 16px !important;
    margin-top: 24px !important;
    padding-top: 16px !important;
    border-top: 1px solid #F1F5F9 !important;
    flex-wrap: wrap !important;
}

.form-btn-container button,
.form-btn-next,
.form-btn-prev {
    height: 44px !important;
    padding: 0 28px !important;
    border-radius: 22px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    border: none !important;
}

.form-btn-next,
button[type="submit"] {
    background-color: #2563EB !important;
    color: #FFFFFF !important;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.25) !important;
}

.form-btn-next:hover,
button[type="submit"]:hover {
    background-color: #1D4ED8 !important;
    box-shadow: 0 6px 16px rgba(37, 99, 235, 0.35) !important;
    transform: translateY(-1px) !important;
}

/* 8. Table & Upload Widgets */
.table-input {
    height: 38px !important;
    font-size: 13px !important;
}

.doc-upload-box,
.logo-drop-zone,
.file-drop-zone {
    border: 2px dashed #CBD5E1 !important;
    border-radius: 12px !important;
    background: #F8FAFC !important;
    padding: 20px !important;
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    position: relative !important;
}

.doc-upload-box:hover,
.logo-drop-zone:hover,
.file-drop-zone:hover {
    border-color: #2563EB !important;
    background-color: #EFF6FF !important;
}

@media (max-width: 768px) {
    .customer-info-form,
    #customer-info-form,
    #bank-details-form,
    #standard-info-form,
    #supply-info-form,
    #financial-details-form {
        grid-template-columns: 1fr !important;
        padding: 24px 20px !important;
    }
}


/* ============================================================
   MASTER FIX: HIDE ALL MODAL OVERLAYS BY DEFAULT UNLESS ACTIVE
   ============================================================ */
.modal-overlay,
div.modal-overlay {
    display: none !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    background: rgba(15, 23, 42, 0.65) !important;
    backdrop-filter: blur(4px) !important;
    z-index: 99999 !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
}

.modal-overlay.show,
.modal-overlay.open,
.modal-overlay.active {
    display: flex !important;
}


/* ============================================================
   MASTER ENTERPRISE FOOTER DESIGN SYSTEM (DEEP EXECUTIVE NAVY)
   ============================================================ */
footer,
.site-footer,
.portal-footer {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 36px 24px 30px !important;
    margin-top: auto !important;
    background-color: #0F172A !important;
    color: #94A3B8 !important;
    border-top: 1px solid #1E293B !important;
    width: 100% !important;
    box-sizing: border-box !important;
    text-align: center !important;
    gap: 18px !important;
    font-family: 'Hanken Grotesk', system-ui, -apple-system, sans-serif !important;
}

footer .footer-links,
.footer-links {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 22px !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

footer .footer-links a,
.footer-links a {
    color: #CBD5E1 !important;
    font-size: 13.5px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

footer .footer-links a:hover,
.footer-links a:hover {
    color: #60A5FA !important;
}

footer .footer-social,
.footer-social {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    margin: 4px 0 !important;
}

footer .footer-social a,
.footer-social a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 38px !important;
    height: 38px !important;
    border-radius: 50% !important;
    background-color: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #F8FAFC !important;
    transition: all 0.25s ease !important;
}

footer .footer-social a:hover,
.footer-social a:hover {
    background-color: #2563EB !important;
    border-color: #2563EB !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.35) !important;
}

footer p,
.footer-copy {
    font-size: 12.5px !important;
    color: #94A3B8 !important;
    margin: 0 !important;
}

footer p strong {
    color: #F8FAFC !important;
    font-weight: 700 !important;
}






/* ============================================================
   OFFICIAL SOCIAL MEDIA BRAND COLORS (NO NEON GLOW)
   ============================================================ */

footer .footer-social a,
.footer-social a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    border: none !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.25) !important;
    color: #FFFFFF !important;
    transition: all 0.25s ease-in-out !important;
    text-decoration: none !important;
}

/* Facebook Original Brand Color (#1877F2) */
footer .footer-social a[title*="Facebook"],
footer .footer-social a[aria-label*="Facebook"],
footer .footer-social a[href*="facebook"],
.footer-social a[title*="Facebook"],
.footer-social a[aria-label*="Facebook"],
.footer-social a[href*="facebook"] {
    background-color: #1877F2 !important;
}

/* LinkedIn Original Brand Color (#0A66C2) */
footer .footer-social a[title*="LinkedIn"],
footer .footer-social a[aria-label*="LinkedIn"],
footer .footer-social a[href*="linkedin"],
.footer-social a[title*="LinkedIn"],
.footer-social a[aria-label*="LinkedIn"],
.footer-social a[href*="linkedin"] {
    background-color: #0A66C2 !important;
}

/* Instagram Original Brand Sunset Gradient */
footer .footer-social a[title*="Instagram"],
footer .footer-social a[aria-label*="Instagram"],
footer .footer-social a[href*="instagram"],
.footer-social a[title*="Instagram"],
.footer-social a[aria-label*="Instagram"],
.footer-social a[href*="instagram"] {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%) !important;
}

/* X / Twitter Original Brand Color (#000000) */
footer .footer-social a[title*="X"],
footer .footer-social a[aria-label*="X"],
footer .footer-social a[href*="x.com"],
footer .footer-social a[href*="twitter"],
.footer-social a[title*="X"],
.footer-social a[aria-label*="X"],
.footer-social a[href*="x.com"],
.footer-social a[href*="twitter"] {
    background-color: #000000 !important;
}

/* YouTube Original Brand Color (#FF0000) */
footer .footer-social a[title*="YouTube"],
footer .footer-social a[aria-label*="YouTube"],
footer .footer-social a[href*="youtube"],
.footer-social a[title*="YouTube"],
.footer-social a[aria-label*="YouTube"],
.footer-social a[href*="youtube"] {
    background-color: #FF0000 !important;
}

/* Hover State: Subtle elevation */
footer .footer-social a:hover,
.footer-social a:hover {
    transform: translateY(-3px) scale(1.08) !important;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4) !important;
}
