/* Site layout themes. Super Admin picks classic or industrial. */

.theme-industrial {
    background: #f4f5f6;
}

.theme-industrial .main-header {
    background: var(--header-bg);
    box-shadow: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.theme-industrial .top-bar {
    background: #0a0d11;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.theme-industrial .main-nav {
    background: var(--header-bg);
}

.theme-industrial .logo-mark {
    display: inline-flex;
}

.theme-industrial .logo h1 {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    max-width: 260px;
}

.theme-industrial .nav-menu a {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.06em;
    font-weight: 600;
}

.theme-industrial .nav-menu a:hover,
.theme-industrial .nav-menu a.active {
    color: var(--primary-color);
}

.theme-industrial .nav-menu a.active::after {
    background: var(--primary-color);
    height: 2px;
}

.theme-industrial .nav-menu a.nav-cta {
    background: var(--primary-color);
    border-radius: 2px;
    box-shadow: none;
    letter-spacing: 0.06em;
}

.theme-industrial .nav-menu a.nav-cta:hover,
.theme-industrial .nav-menu a.nav-cta.active {
    background: var(--secondary-color);
}

.theme-industrial .hero-section {
    background:
        linear-gradient(105deg, rgba(14, 18, 23, 0.92) 0%, rgba(14, 18, 23, 0.72) 48%, rgba(var(--primary-rgb), 0.38) 100%),
        linear-gradient(160deg, #1a1f26 0%, #0e1217 100%);
    padding: 96px 0 80px;
    color: #fff;
}

.theme-industrial .hero-layout {
    display: block;
    background: transparent;
    box-shadow: none;
    color: #fff;
    border-radius: 0;
}

.theme-industrial .hero-copy {
    padding: 0;
    max-width: 820px;
}

.theme-industrial .hero-visual {
    display: none;
}

.theme-industrial .hero-content h1 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-size: 36px;
    max-width: 18ch;
}

.theme-industrial .hero-subtitle {
    color: rgba(255, 255, 255, 0.86);
}

.theme-industrial .hero-tagline {
    color: var(--primary-color);
    font-weight: 600;
}

.theme-industrial .hero-buttons {
    justify-content: flex-start;
}

.theme-industrial .btn {
    border-radius: 2px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 13px;
    box-shadow: none;
}

.theme-industrial .btn-primary {
    background: var(--primary-color);
    box-shadow: none;
}

.theme-industrial .btn-primary:hover {
    background: var(--secondary-color);
    box-shadow: none;
}

.theme-industrial .btn-secondary {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.theme-industrial .btn-secondary:hover {
    background: #fff;
    color: #0e1217;
    border-color: #fff;
    box-shadow: none;
}

.theme-industrial .stats-bar {
    background: #11161c;
    border-bottom: 0;
    padding: 28px 0;
}

.theme-industrial .stat-item i {
    background: rgba(var(--primary-rgb), 0.16);
    color: var(--primary-color);
    border-radius: 2px;
}

.theme-industrial .stat-item strong {
    color: #fff;
}

.theme-industrial .stat-item span {
    color: rgba(255, 255, 255, 0.62);
}

.theme-industrial .intro-section,
.theme-industrial .about-section,
.theme-industrial .contact-section,
.theme-industrial .investor-relations-section,
.theme-industrial .teams-section {
    background: #fff;
}

.theme-industrial .section-title {
    color: #0e1217;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 32px;
}

.theme-industrial .section-title::after {
    background: var(--primary-color);
    width: 56px;
    height: 3px;
}

.theme-industrial .projects-highlight {
    background: #f4f5f6;
}

.theme-industrial .project-tile {
    border: 1px solid #e4e6e8;
    box-shadow: none;
    border-radius: 2px;
}

.theme-industrial .project-tile h3 {
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.03em;
}

.theme-industrial .objectives-section {
    background: #0e1217;
    padding: 80px 0;
}

.theme-industrial .objectives-section .section-title,
.theme-industrial .objective-card h3 {
    color: #fff;
}

.theme-industrial .objective-card {
    background: transparent;
    box-shadow: none;
    border-top: 0;
    border-radius: 0;
    padding: 20px 16px;
    text-align: left;
}

.theme-industrial .objective-card:hover {
    transform: none;
    box-shadow: none;
}

.theme-industrial .objective-icon {
    width: 64px;
    height: 64px;
    border-radius: 2px;
    background: var(--primary-color);
    box-shadow: none;
    font-size: 26px;
    margin-left: 0;
}

.theme-industrial .objective-card p {
    color: rgba(255, 255, 255, 0.7);
}

.theme-industrial .featured-section {
    background: #f4f5f6;
}

.theme-industrial .featured-image {
    border-radius: 2px;
}

.theme-industrial .investor-relations-preview {
    background: var(--primary-color);
}

.theme-industrial .investor-relations-preview::before {
    display: none;
}

.theme-industrial .investor-relations-preview .btn-primary {
    background: #0e1217;
    color: #fff;
}

.theme-industrial .investor-relations-preview .btn-primary:hover {
    background: #11161c;
}

.theme-industrial .page-header {
    background: #0e1217;
}

.theme-industrial .page-header::after {
    background: linear-gradient(105deg, rgba(14, 18, 23, 0.2) 0%, rgba(var(--primary-rgb), 0.28) 100%);
}

.theme-industrial .page-header h1 {
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.theme-industrial .breadcrumb a {
    text-decoration-color: var(--primary-color);
}

.theme-industrial .about-text h2,
.theme-industrial .about-text h3,
.theme-industrial .contact-info h2,
.theme-industrial .contact-form-wrapper h2,
.theme-industrial .info-card h3,
.theme-industrial .committee-card h3,
.theme-industrial .official-card h3,
.theme-industrial .info-content h3,
.theme-industrial .rta-info h3 {
    color: #0e1217;
    text-align: left;
}

.theme-industrial .intro-text,
.theme-industrial .about-text p,
.theme-industrial .about-text ul li,
.theme-industrial .project-tile p,
.theme-industrial .objective-card p,
.theme-industrial .preview-text p,
.theme-industrial .contact-info > p,
.theme-industrial .footer-brand p,
.theme-industrial .member-body p,
.theme-industrial .team-profile-body,
.theme-industrial .team-profile-body p,
.theme-industrial .official-card p {
    text-align: justify;
    text-justify: inter-word;
    hyphens: auto;
}

.theme-industrial .heading-accent,
.theme-industrial .about-text h2 em,
.theme-industrial .about-text h3 em {
    color: var(--primary-color);
}

.theme-industrial .info-card,
.theme-industrial .committee-card,
.theme-industrial .official-card,
.theme-industrial .rta-info,
.theme-industrial .contact-form-wrapper {
    border-radius: 2px;
}

.theme-industrial .info-card,
.theme-industrial .rta-info,
.theme-industrial .official-card {
    border-color: var(--primary-color);
}

.theme-industrial .info-icon {
    background: var(--primary-color);
    border-radius: 2px;
    box-shadow: none;
}

.theme-industrial .contact-form-wrapper {
    background: var(--primary-color);
    color: #fff;
}

.theme-industrial .contact-form-wrapper h2,
.theme-industrial .contact-form-wrapper label {
    color: #fff;
}

.theme-industrial .contact-form-wrapper input,
.theme-industrial .contact-form-wrapper textarea {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.55);
    color: #fff;
}

.theme-industrial .contact-form-wrapper input::placeholder,
.theme-industrial .contact-form-wrapper textarea::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.theme-industrial .contact-form-wrapper .btn-primary {
    background: #0e1217;
    color: #fff;
}

.theme-industrial .board-table thead {
    background: #0e1217;
}

.theme-industrial .main-footer {
    background: var(--footer-bg);
    margin-top: 0;
}

.theme-industrial .main-footer::after {
    background: linear-gradient(180deg, rgba(var(--primary-rgb), 0.12) 0%, transparent 45%);
}

.theme-industrial .footer-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.theme-industrial .footer-logo h3 {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.theme-industrial .footer-section h3 {
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 14px;
}

.theme-industrial .footer-section a:hover {
    color: var(--primary-color);
    transform: none;
}

.theme-industrial .footer-bottom a,
.theme-industrial .footer-bottom .footer-credit a {
    color: var(--accent-color);
    text-decoration-color: var(--accent-color);
}

@media (max-width: 900px) {
    .stats-bar-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .theme-industrial .nav-menu {
        background: #0e1217;
    }

    .theme-industrial .nav-menu li {
        border-bottom-color: rgba(255, 255, 255, 0.08);
    }

    .theme-industrial .hero-content h1 {
        font-size: 32px;
    }

    .theme-industrial .hero-copy {
        padding: 0;
    }

    .stats-bar-grid {
        grid-template-columns: 1fr;
    }
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.footer-logo .logo-mark {
    display: inline-flex;
}

.footer-logo h3 {
    margin: 0;
}

.footer-cin {
    font-size: 13px;
}

/* Indu Engineering: long company name and denser header */
.logo a {
    align-items: flex-start;
}

.logo-mark {
    margin-top: 2px;
}

.theme-industrial .logo-mark {
    display: inline-flex;
}

.theme-industrial .nav-menu {
    gap: 16px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.theme-industrial .footer-logo h3,
.theme-industrial .footer-brand h3 {
    max-width: 280px;
    line-height: 1.35;
}

.theme-industrial .stat-item strong {
    font-size: 13px;
}

.theme-industrial .info-content h3 {
    margin-top: 22px;
}

.theme-industrial .info-content h3:first-child {
    margin-top: 0;
}

.theme-industrial .info-content p {
    margin-bottom: 8px;
}

@media (max-width: 1200px) {
    .theme-industrial .logo h1 {
        font-size: 13px;
        max-width: 200px;
    }

    .theme-industrial .nav-menu {
        gap: 12px;
    }

    .theme-industrial .nav-menu a {
        font-size: 12px;
    }
}

@media (max-width: 1100px) {
    .mobile-menu-toggle {
        display: flex;
    }

    .nav-wrapper {
        position: relative;
    }

    .nav-menu,
    .theme-industrial .nav-menu {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        padding: 80px 20px 20px;
        box-shadow: var(--shadow-lg);
        transform: translateX(-100%);
        transition: transform 0.3s ease-in-out;
        z-index: 1000;
        overflow-y: auto;
        max-width: 300px;
        width: 100%;
        margin: 0;
        gap: 0;
        background: #0e1217;
    }

    .nav-menu.active {
        transform: translateX(0);
    }

    .nav-menu li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .nav-menu a {
        display: block;
        padding: 15px 0;
        width: 100%;
    }

    .theme-industrial .hero-content h1 {
        font-size: 28px;
        max-width: none;
    }

    .theme-industrial .logo h1 {
        max-width: 220px;
        font-size: 13px;
    }

    .theme-industrial .nav-menu a.nav-cta {
        display: inline-block;
        width: auto;
        margin-top: 12px;
        text-align: center;
    }
}
