/* ================================
   9. FEATURES & SPECIAL SECTIONS
   ================================ */

/* Containers */
.containernkm {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f9fa;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.container_nkz {
    max-width: 1200px;
    margin: 0 auto;
}

.main-content {
    max-width: 1200px;
    margin: 0 auto;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/* Headers */
.header {
    text-align: center;
    margin-bottom: 40px;
}

.header h1 {
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 10px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
    color: white;
}

.header p {
    font-size: 1.1rem;
    opacity: 0.9;
    font-weight: 300;
}

.containernkm .header h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 10px;
}

.containernkm .header p {
    font-size: 1.1rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

/* NK Features Container */
.nk-features-container {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #ebf1eaff;
    padding: 5px 5px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.nk-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    align-items: start;
}

.nk-feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 10px;
}

.nk-feature-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nk-feature-icon svg {
    width: 100%;
    height: 100%;
}

.nk-feature-title {
    font-size: 15px;
    color: #333333;
    font-weight: 400;
    line-height: 1.4;
}

/* Search Tabs */
#searchTabs {
    display: flex !important;
    gap: 15px;
}

#searchTabs .nav-item {
    flex: 1;
}

#searchTabs .nav-link {
    border: none;
    border-bottom: 3px solid transparent;
    padding: 10px 20px;
    transition: all 0.3s ease;
    width: 100%;
    text-align: center;
    background-color: #ecebe3ff;
}

#searchTabs .nav-link:hover {
    background-color: #f0f0f0;
    border-bottom: 3px solid #228b22;
}

#searchTabs .nav-link.active {
    background-color: #228b22;
    color: white !important;
    border-bottom: 3px solid #e48b06ff;
    font-weight: 600;
}
